<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pit-product .slider-fors.slick-slider{
    box-shadow: -1px 1px 10px -3px #a8aeac;
}

.pit-prod-cart .wrap-head{
    display: flex;
    justify-content: start;
    margin-bottom: 20px;
}
.pit-prod-cart .wrap-head .header .product-title{
    margin: 0;  
    margin-bottom: 10px; 
}
.pit-prod-cart .wrap-head .review{
    margin-left: 30px;  
}
.pit-prod-cart .left .image {
    margin: 0;
}
.pit-prod-cart .wrap-detail-prod{
    background: #fff;
    box-shadow: -1px 1px 10px -3px #a8aeac; 
}
.pit-prod-cart .pit-product&gt;.persent {
    margin: 0 15px;
    border-radius: 10px;
}
.pit-prod-cart .pit-product&gt;.sale_1 {
    margin: 0;
    border-radius: 10px;
}
.pit-prod-cart .pit-wrap-price {
    display: block;
}
.pit-prod-cart .pit-wrap-price .price{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pit-prod-cart .pit-wrap-price .price .price-old{
    font-size: 18px;
    text-decoration: line-through;
    color: #f58b2e !important;
}
.pit-prod-cart .pit-wrap-price .options{
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    margin: 15px;
}
.pit-prod-cart .pit-wrap-price .options .option{
    /* width: 50%; */
    /* margin-right:15px; */
}
.pit-prod-cart .pit-wrap-price .options &gt; div b {
    width: auto;
}
.pit-prod-cart .pit-wrap-price .options &gt; div.radio b {
    width: auto;
    margin-bottom: 8px;
}
.pit-prod-cart .pit-wrap-price .options .radio input[type="radio"] {
    display: none;
}
.pit-prod-cart .pit-wrap-price .options .radio label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 0;
	line-height: 18px;
	user-select: none;
}
.pit-prod-cart .pit-wrap-price .options .radio label:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 18px;
	position: absolute;
	left: 0;
	bottom: 1px;
	border: 2px solid #ccc;
    border-radius: 50%;
}
.pit-prod-cart .pit-wrap-price .options .radio  input[type=radio]:checked + label:before {
    border: 2px solid #0cb6cc;
	background: #0cb6cc;
}
.pit-prod-cart .pit-wrap-price .options .radio {
    margin: 0;
}
.prod_list .pit-prod-cart .right .options .option-image .image_options img {
    border-radius: 10px;
}
.prod_list .pit-prod-cart .right .options .option-image .image_options input[type=radio]:checked + label img {
    border: 2px solid #0cb6cc;
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap .down,
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap .up{
    display: block;
    width: 20px;
    height: 20px;
    margin: 5px;
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap {
    margin: 10px 0;
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap #spinner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap .down{
    background: url(/image/pit-minus.png) no-repeat;
    background-size: cover;
   
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap .up{
    background: url(/image/pit-plus.png) no-repeat;
    background-size: cover;
}
.pit-prod-cart .pit-wrap-price .pit-quantity-input-wrap input{
    display: inline-block;
    outline: none;
    border: 2px solid #0cb6cc;
    font-weight: 300;
    width: 50px;
    border-radius: 10px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    padding: 0px 0 0 0;
}
.pit-prod-cart .pit-wrap-price .cart {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy{
    flex-grow: 1;
    margin-top: 10px;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons input {
    margin: 0 10px;
    width: auto;
    border-radius: 10px;
    font-size: 15px;
    padding: 10px;
    font-weight: 500;
    flex-grow: 1;
    background: url(/image/pit-cut.svg) no-repeat right 5px center, #0cb6cc;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons input:hover {
    background: url(/image/pit-cut.svg) no-repeat right 5px center, #71d2ed;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons input.occm-button {
    background: #f58b2e;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons input.occm-button:hover {
    background: #f58b2ed3;
}
.pit-prod-cart .pit-wrap-price .cart .buttons-buy .buttons input.button-in-cart {
    background-size: 23px;
    padding-right: 30px;
}
.pit-prod-cart .pit-wrap-price .pit-icons-delivery img {
    height: 15px;
}
.pit-prod-cart .pit-wrap-price .pit-available {
    padding: 0;
    margin-top: 15px;
}
.pit-prod-cart .pit-wrap-price .pit-available &gt; div {
    flex-grow: 1;
    display: flex;
    justify-content: space-around;
}
.pit-prod-cart .pit-wrap-price .pit-available &gt; div &gt; div {    
    display: flex;
    justify-content: center;
}
.pit-prod-cart .pit-wrap-price .pit-icons-delivery {
    color: #0cb6cc;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0 0;
}
.pit-prod-cart .pit-wrap-price .pit-icons-delivery &gt; div {    
    white-space: nowrap;
}
.pit-prod-cart .pit-wrap-price .icon-delivery-pickup img{
    height: 20px;
    width: 25px;
    transform: translate(0, -3px);
}
.pit-prod-cart .pit-wrap-price .price-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}
.pit-prod-cart .pit-wrap-price .cart .credit button{
    border-radius: 10px;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 500;
    background: #0cb6cc;
    border: none;
    color: #fff;
    margin: 0 10px;
    white-space: nowrap;
}
.pit-prod-cart .pit-wrap-price .cart .credit .button{
    background: none;
}
.pit-prod-cart .pit-wrap-price .cart .credit button:hover {
    background: #71d2ed;
}
.pit-prod-cart .pit-wrap-price .price{
    margin: 10px;
}
.pit-prod-cart .pit-wrap-price .cart .credit{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transform: translate(0, 8px);
}
.pit-prod-cart .pit-wrap-price .cart .credit:hover button{
    background: #71d2ed;
}
.pit-prod-cart .pit-wrap-price .cart .credit:hover .text{
    text-decoration: underline;
}
.pit-prod-cart .pit-wrap-price .cart .credit .text{
    color: #999;
    text-align: center;
    font-size: 12px;
}
.pit-prod-cart .right .advant-block a::before {
    display: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pit-prod-cart .right .advant-block .item {    
    padding: 0px;
    margin: 15px 0;
}

.prod_list .pit-prod-cart .right .advant-block {
    margin-top: 0px;
    padding-top: 0px;
}
.prod_list .pit-prod-cart .right .advant-block img{
    margin-bottom: 5px;
}
.prod_list .pit-prod-cart .right .description .text a,
.prod_list .pit-prod-cart .right .description .text{
    color: #666666;
    font-weight: 400;
}
.prod_list .pit-prod-cart .right .description .item{
    line-height: 2;
    font-weight: 600;
}
.prod_list .pit-prod-cart .right .description .text a{
    text-decoration: underline;
}
.prod_list .pit-prod-cart .right .description{
    margin: 20px 0px 0 10px;
}</pre></body></html>