    /*////////////////// woo product /////////////////////*/

 .pars-product-thumbnail {
     width: 110px;
     height: 110px;
     background:white;
     padding: 15px;
     -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
     box-shadow: 0 2px 10px rgb(0 0 0 / 9%);
     border-radius: 8px;
 }
 
 .pars-product-iconic {
     width: 130px;
     position: relative;
     height: 130px;
     display: inline-block;
     border: none;
 }
 
 .pars-product-iconic-row {
    padding: 30px 0;
    display: block;
    text-align: center;
    margin: auto;
    max-width: 1300px;
    overflow-x: clip;
 }
 
 img.pars-product-thumbnail {
     border-radius: 5px;
 }
 
 
 .pars-product-hover {
     height: auto;
     width: 25rem;
     visibility:hidden;
     position: absolute;
     background:white;
     top: 50%;
     right: 100%;
     z-index:9999999999999;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     border-radius: 6px;
     max-width: 500px;
     -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
     box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
 }
 
 .top-section-bullet {
     position: relative;
     display: block;
     border-radius: 4px 4px 0 0;
     height: 10px;
     background-color: #e6e6e6;
 }
 
 span.pars-bullet1 {
     position: absolute;
     width: 5px;
     height: 5px;
     background-color: #ccc;
     top: 3px;
     border-radius: 50%;
     left: 5px;
 }
 
 span.pars-bullet2 {
     position: absolute;
     width: 5px;
     height: 5px;
     background-color: #ccc;
     top: 3px;
     border-radius: 50%;
     left: 12px;
 }
 
 span.pars-bullet3 {
     position: absolute;
     width: 5px;
     height: 5px;
     background-color: #ccc;
     top: 3px;
     border-radius: 50%;
     left: 19px;
 }

 .pars-product-vendor-info {
     display: flex;
     gap: 10px;
     background: linear-gradient(0deg,rgb(0 0 0 / 20%) 0,rgba(0,0,0,0) 80%);
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 0;
     z-index: 3;
     padding: 15px;
     color: #fff;
     height: 40px;
     align-items: center;
 }
 
 img.pars-product-hover-vpic {
     width: 60px;
     height: 60px;
     border-radius: 50%;
 }
 
 .pars-product-vendor-details {
     text-align: right;
 }
 
 p.pars-product-vendor-name {
     margin: 0 0 5px 0 !important;
     font-size: 1rem!important;
     color: #fff!important;
 }
 
 h2.pars-title {
     font-size: 15px;
     color: #565668;
     padding: 16px 20px 10px 20px;
     height: 65px;
     overflow: hidden;
     display: -webkit-box;
     position: relative;
     margin: 0 !important;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     text-align: right;
     letter-spacing: -0.7px;
     line-height: 27px;
 }
 .pars-product-hover-bottom {
     background: white;
     border-radius: 0 0 6px 6px;
 }
 
 
 .pars-product-hover-section-end {
     border-top: solid 1px #ededed;
     display: flex;
     height:60px;
     margin-top:10px;
     padding: 10px 20px;
     align-items: center;
     justify-content: space-between;
 }
 
.pars-product-hover-sale {
    font-size: 15px;
    color: #828282;
    font-weight: 500;
}
 
.pars-product-hover-middle {
    position: relative;
}
 
 .pars-product-iconic:hover .pars-product-hover{
     visibility:visible;
 }
 
 span.count-sale-zhaket {
     font-size: 13px;
     color: #acacac;
     margin: 0 5px;
 }
 
 .pars-badge {
     display: inline-block;
     height: 58px;
     width: 58px;
     line-height: 18px;
     border: none;
     padding: 13px 4px;
     position: absolute;
     margin-top: -8px;
     border-radius: 6px;
     font-size: 16px!important;
     color: #fff;
     z-index: 2;
     background: url(../images/pars-badge.png);
     left: -2px;
     top: -18px;
 }
 
 span.pars-badge-text {
     color: white;
     font-size: 11px;
 }
 
 .pars-badge1 {
     display: inline-block;
     height: 58px;
     width: 58px;
     line-height: 18px;
     padding: 13px;
     position: absolute;
     margin-top: -8px;
     border: none;
     z-index: 2;
     border-radius: 6px;
     font-size: 16px!important;
     color: #fff;
     background: url(../images/pars-badge.png);
     right: -26px;
     top: -18px;
 }
 

 
 a.pars-hotddeals-btn-url2 {
     color: #3a3c44;
     font-weight: 500;
 }
 
 .pars_regular_price {
     color: #ffa000;
     font-size: 13px;
 }
 
 span.pars_sale_price {
     color: #6b6b78;
     font-size: 18px;
     margin-top: -8px;
 }
 
 span.pars_sale_price_currency {
     color: #919090;
     font-size: 12px;
 }
 
 span.pars_regular_price_org{
     color: #6b6b78;
     font-size: 18px;    
 }
 
 del {
     text-decoration: line-through;
 }
 
 .pars-product-layout {
     width: 20rem;
     position: relative;
     background:white;
     height:max-content;
     margin:25px 0;
     border: 1px solid #ececec;
     -ms-transform: translateY(-50%);
     border-radius: 6px;
 }
 
 .pars-product-layout-row {
     padding: 30px 0;
     text-align: center;
     margin: auto;
     max-width: 1400px;
     display: grid;
     grid-row-gap: 40px;
     grid-column-gap: 30px;
     grid-template-columns: auto auto auto auto;
     padding: 10px;
     justify-content: center;
 }
 
 
.pars-product-iconic:nth-child(6):hover .pars-product-hover , .pars-product-iconic:nth-child(7):hover .pars-product-hover , .pars-product-iconic:nth-child(8):hover .pars-product-hover , .pars-product-iconic:nth-child(9):hover .pars-product-hover , .pars-product-iconic:nth-child(15):hover .pars-product-hover , .pars-product-iconic:nth-child(16):hover .pars-product-hover , .pars-product-iconic:nth-child(17):hover .pars-product-hover , .pars-product-iconic:nth-child(18):hover .pars-product-hover , .pars-product-iconic:nth-child(24):hover .pars-product-hover , .pars-product-iconic:nth-child(25):hover .pars-product-hover , .pars-product-iconic:nth-child(26):hover .pars-product-hover , .pars-product-iconic:nth-child(27):hover .pars-product-hover {
    height: auto;
    width: 25rem;
    visibility: hidden;
    position: absolute;
    visibility: hidden;
    background: white;
    top: 50%;
    left: 100%;
    right:auto !important;
    z-index: 9999999999999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-radius: 6px;
    max-width: 500px;
    -webkit-box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 17%);
}

 .pars-product-iconic:nth-child(n+6):hover .pars-product-hover{
     visibility:visible;
 }

 
 .pars-product-layout-des , .product__btns{
 overflow: hidden;
 display: block;
     visibility: hidden;
     opacity: 0;
     height: 0;
     background: #fff;
     -webkit-transition: all .4s;
     -o-transition: all .4s;
     transition: all .4s;
     
     
 }
 
 
 .pars-product-layout:hover {
 box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
 
 }
 
 .pars-product-layout:hover .pars-product-layout-des {
     visibility: visible;
     opacity: 1;
     margin-bottom: 12px;
     height: 60px;
     overflow: hidden;
     color: #41444f;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     text-align: right;
     letter-spacing: -0.7px;
     line-height: 20px;
 }
 
 .product__btns {
     overflow: hidden;
     text-align: center;
     border-radius: 0 0 5px 5px;
     padding: 0 20px 0 20px;
     font-size: 14px;
 }
 
 .pars-product-layout:hover .product__btns {
     visibility: visible;
     opacity: 1;
     padding-top: 4px!important;
     padding-bottom: 4px!important;
     height: 60px;
 }
 .product__btns:hover {
     color:white !important;
     }
     .product__btns a {
     text-align: center;
     font-size: 14px;
     font-size: .875rem;
     color: #fff;
     background-color: #ff5c62;
     border-radius: 4px;
     vertical-align: middle;
     line-height: 1.5em;
     display: block;
     padding: 8px 5px;
 }
 
 .pars-product_layout_rating {
     color: #666;
     padding: 0 0 0 11px;
     border-left: solid 1px #e6e6e6;
     font-size: 15px;
 }
 
 .pars-product_layout_rating i {
     color: #fea000;
     font-size: 15px;
 }
 
 .pars-layout-vendor-info {
     display: flex;
     visibility:hidden;
     gap: 10px;
     background: linear-gradient(0deg,rgb(0 0 0 / 20%) 0,rgba(0,0,0,0) 80%);
     position: absolute;
     width: 100%;
     left: 0;
     bottom: 0;
     height:40px;
     z-index: 3;
     padding: 15px;
     color: #fff;
     align-items: center;
 }
 
 .pars-product-hover-des {
     font-size: 12px;
     color: #898a8f;
     padding: 0 20px;
     text-align: justify;
     margin-bottom: 12px;
     height: 60px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     text-align: right;
     letter-spacing: -0.7px;
     line-height: 20px;
 }
 
 .pars-product-layout-des{
        font-size: 12px;
     color: #898a8f;
     padding: 0 20px;
     text-align: justify; 
     
 }
 .pars-product-layout:hover .pars-layout-vendor-info {
     visibility: visible;
     opacity: 1;
 }
 .woo-head-ic i {
    font-size: 20px;
}

.woo-pro-head:before {
    height: 4px;
    border-bottom: 2px dotted rgb(0 0 0 / 60%);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 82%;
    left: 0px;
    content: '';
    border-radius: 2px;
    opacity: 0.27;
}

.woo-head-ic {
    background: white;
    padding: 10px 6px;
    box-shadow: 0px 2px 13px #c5bdf336;
    border-radius: 5px;
    height: 40px;
    text-align: center;
    width: 40px;
}
.woo-pro-head {
    display: flex;
    position: relative;
    margin-bottom: 15px;
    width: 90%;
    align-items: center;
    gap: 15px;
}
 .pars-product-vendor-pic img {
     border-radius: 50% !important;
     width: 64px !important;
 }
 
 .woo-product-lb-title p {
font-size: 18px;
    color: #454651;
    margin: 0;
    font-weight: 600;
}
span.woo-product-lb-subtitle {
    color: #7a7a7a;
    font-size: 12px;
}
strong.woo-product {
    color: #9e19e8;
    font-weight: 600;
}

.woo-pro-btn a:hover {
    background: #9e19e8;
    padding: 5px 12px;
    color: white;
    box-shadow: 0px 2px 13px #c5bdf336;
    border-radius: 5px;
}

.woo-pro-btn a {
    background: white;
    padding: 5px 12px;
    color: #404049;
    box-shadow: 0px 2px 13px #c5bdf336;
    border-radius: 5px;
}

.woo-pro-btn {
    width: 12%;
    text-align: center;
    margin-top: -10px;
}
.woo-head-top {
    display: flex;
    align-items: center;
}

.pars-woo-product-row span.percent-pars {
    width: 32px;
    display: inline-block;
    height: 32px;
    padding: 0 1px;
    line-height: 34px;
    border-radius: 67% 33% 33% 67% / 50% 49% 51% 50%;
    margin-right: 5px;
    margin-top: -8px;
    text-align: center;
    font-size: 12px!important;
    color: #fff;
    background: linear-gradient(126deg,#f4204b,#fe6667);
}

.pars-woo-product-row .pars-hot-deals-layout3 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pars-woo-product-row .pars-hot-deals-product-pic {
    padding: 15px 40px 15px 40px;
    border-radius: 7px;
    transition: all .3s ease-in-out;
}
.pars-woo-product-row a.pars-hotdeals-btn {
    background: #8ed557;
    color: white;
    display: flex;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 5px;
    align-items: center;
    color: white;
    padding: 7px 9px 8px 9px;
    border-radius: 50%;
    align-items: center;
    gap: 5px;
}
.woo-pro-head:before {
    height: 4px;
    border-bottom: 2px dotted rgb(0 0 0 / 60%);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    width: 80%;
    left: 0px;
    content: '';
    border-radius: 2px;
    opacity: 0.27;
}

.pars-hot-deals-box-two:hover img.pars-hot-deals-product-pic {
    padding: 15px 42px;
    filter: grayscale(1);
}

.pars-product-layout .pars-product-hover-section-end .pars-product-hover-price .pars-price .pars-product_price {
    display: flex;
    height: 37px;
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    justify-content: flex-end;
}



.pars-product-hover .pars-product-hover-section-end .pars-product-hover-price .pars-price .pars-product_price {
    display: flex;
    height: 37px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}