/* Header Cart */
.product-added-to-cart .header-cart-block ul.site-header-cart {
    display: block;
    opacity: 1;
    right: -10px;
    min-width: 320px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 10px;
    z-index: 9999;
    animation: showup 0.5s;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.18);
}
/* Popup Cart */
.middle-cart {
    display: none;
    z-index: 9999;
}
.product-added-to-cart-middle .middle-cart {
    display: block;
}
#middle-cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 9999;
    animation: showup 0.7s;
}
.center-cart-middle {
    width: 450px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
    z-index: 99999;
    animation: showup 0.7s;
}
#middle-cart-close {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #333333;
    color: #fff;
    border-radius: 20px;
    font-size: 12px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
}
.product-added-to-cart-middle .middle-cart {
    display: block;
}
/*Image Flipper*/
.archive-img-wrap {
    display: block;
    position: relative;
    clear: both;
}
.secondary-image {
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    padding: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.woocommerce ul.products li.product:hover .secondary-image {
    opacity: 1;
}
/* Gallery over products */
.arhive-product-gallery {
    position: absolute;
    top: 3%;
    left: 5%;
    z-index: 9;
    max-width: 50px;
}
.arhive-product-gallery-image {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
}
.woocommerce ul.products li.product .arhive-product-gallery-image img {
    padding: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
    margin: 0;
}
.woocommerce ul.products li.product:hover .arhive-product-gallery-image img {
    margin: 0;
}
/*Product float small image*/

/* Float info product */
.woo-float-info {
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    z-index: 99;
}
.woo-float-info .close-btn {
    font-size: 15px;
    cursor: pointer;
    margin-left: 15px;
}
.woo-float-info .close-btn:hover{
    color: #2154ac;
}
.woo-float-info .float-info-wrapper {
    display: flex;
    align-items: center;
}
.woo-float-info .product-info-wrapper {
        display: inline-block;
    }
.woo-float-info .news-thumb {
    max-width: 60px;
    margin-right: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.woo-float-info .product_title.entry-title {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
   line-height: 1.2;
}
.woo-float-info p.price {
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
    margin: 0px 18px;
}
.woo-float-info p.price ins {
    font-weight: 600;
}
.woo-float-info a.button {
    padding: 5px 12px;
    font-size: 15px;
}
.woocommerce .woo-float-info img {
    width: 50px;
    margin-right: 10px;
    height: 50px;
}
.woo-float-info .float-info-wrapper a.button:hover {
  animation: none;
}
.woo-float-info .float-info-wrapper a.added_to_cart {
    padding: 15px 24px;
    margin: 0;
    margin-left: 10px;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 600;
    border: 1px solid;
    border-color: #333;
    color: #333;
    position: relative;
    transition: all 0.3s ease-out;
}
.woo-float-info .float-info-wrapper a.added_to_cart:hover {
    background-color: #2154ac;
    border-color: #2154ac;
    color: #fff;
}
@media only screen and (min-width: 576px) {
    .woo-float-info {
        text-align: center;
    }
    .woo-float-info .float-info-wrapper {
        justify-content: center;
    }
}
@media only screen and (max-width: 769px) {
    .woo-float-info .float-info-wrapper a.button {
        padding: 10px 16px;
        font-size: 10px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart {
        font-size: 11px;
        padding: 11px 16px;
    }
}
@media only screen and (max-width: 576px) {
    .woocommerce .woo-float-info img {
        margin-right: 13px;
        height: 55px;
        width: 55px;
    }
    .woo-float-info .product-info-wrapper {
        display: block;
        margin-bottom: 5px;
    }
    .woo-float-info .float-info-wrapper a.button {
        padding: 8px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart {
        padding: 9px;
    }
}
@media only screen and (max-width: 425px) {
    .woo-float-info .product-info-wrapper .product_title.entry-title {
        display: block;
        margin-bottom: 3px;
        font-size: 14px;
    }
    .woo-float-info .product-info-wrapper p.price{
        display: block;
        margin: 0;
    }
    .woo-float-info .float-info-wrapper a.button {
        font-size: 9px;
    }
    .woo-float-info .float-info-wrapper a.added_to_cart{
        font-size: 9px;
    }
}
/*end*/

/* Infinite scroll */
.woo-infinite-loading nav.woocommerce-pagination {
    display: none;
}
.infinite-scroll-error.infinite-scroll-last {
    display: none;
}
.page-load-status {
    clear: both;
    text-align: center;
    margin: 50px 0 0;
}
.page-load-status .infinite-scroll-last {
    margin-bottom: 0;
}
.infinite-scroll-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}
.page-load-status .loading-text {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-load-status .infinite-scroll-last {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
}
.page-load-status img {
    width: 40px;
}
.page-load-status img:last-child {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* infinite scroll end*/

/*woocommerce-page for filter, view, sorting , no of product*/
.woocommerce-perpage {
    float: right;
    font-size: 14px;
    line-height: 1.2;
    margin-left: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.woocommerce-perpage a {
    margin-right: 10px;
    padding: 0 5px;
    border: 1px solid #d9d9d9;
    background-color: #ffffff;
    color: #414141;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
}
.woocommerce-perpage a:hover {
    background-color: #f8f8f8;
    color: #111;
}
.woocommerce-perpage a:first-child {
    margin-left: 4px;
}
.woocommerce-perpage a:last-child {
    margin-right: 0;
}
.woocommerce-perpage span:last-child {
    display: none;
    color: #414141;
}
/*fiter css*/
 .site-main a.canvas-toggle-nav.bars {
    height: 38px;
    border-color: #d9d9d9;
    color: #414141;
    background-color: #fff;
    margin-bottom: 14px;
}
.site-main a.canvas-toggle-nav.bars:hover {
    background-color: #f8f8f8;
    color: #111;
}
.canvas-toggle-nav i.fa-bars {
    font-size: 14px;
}
form.woocommerce-ordering select {
    height: 38px;
    cursor: pointer;
}
form.woocommerce-ordering select:hover {
    background-color: #f8f8f8;
    color: #111;
}
.woocommerce .woocommerce-products .woocommerce-result-count {
    margin-right: 10px;
}
@media only screen and (max-width: 992px) {
    .woocommerce .woocommerce-products .woocommerce-result-count {
        font-size: 12px;
        padding: 9px 8px;
        font-weight: 500;
    }
    .woocommerce .woocommerce-products .woocommerce-ordering select {
        font-size: 12px;
        padding: 9px;
        font-weight: 500;
    }
    .site-main a.canvas-toggle-nav.bars {
        margin-left: 10px;
        margin-bottom: 10px;
    }
    .woocommerce-perpage {
        margin-bottom: 10px;
        margin-left: 10px;
        font-size: 12px;
    }
}
@media only screen and (max-width: 568px) {
    .site-main a.canvas-toggle-nav.bars {
        margin-left: 0;
        float: left;
        margin-right: 6px;
    }
    .woocommerce-products .woocommerce-ordering {
        width: 100%;
    }
    .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
    .woocommerce .woocommerce-products .woocommerce-result-count {
        width: 100%;
        text-align: center;
        float: right;
        margin-right: 0;
    }
} 
/*if both options sidebar csss*/
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products:after,
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products:before {
    content: "";
    clear: both;
    display: table;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .site-main a.canvas-toggle-nav.bars {
    float: left;
    margin-bottom: 14px;
    margin-left: 0;
    margin-right: 10px;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
    margin: 0 0 14px 0;
}
.site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering {
    float: left;
}
@media only screen and (max-width: 1200px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: 100%;
        text-align: center;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
}
@media only screen and (max-width: 992px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .site-main a.canvas-toggle-nav.bars {
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: auto;
        text-align: initial;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering {
        float: right;
        margin-bottom: 10px;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: auto;
    }
}
@media only screen and (max-width: 568px) {
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-result-count {
        width: 100%;
        text-align: center;
        margin-right: 0;
    }
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering,
    .site-layout-default .content-area.col-lg-6 .theiaStickySidebar .woocommerce-products .woocommerce-ordering select {
        width: 100%;
    }
}

/*end*/

/*side-canvas of filter css*/
body #site-canvas {
    width: 350px;
    left: -350px;
    transition: all 0.5s ease, opacity 1s ease-out 0.2s;
    visibility: initial;
}

body.show-canvas-filter #site-canvas {
    -webkit-transition: transform 0.6s ease-out 0.2s, box-shadow 0.1s ease;
    -moz-transition: transform 0.6s ease-out 0.2s, box-shadow 0.1s ease;
    -o-transition: transform 0.6s ease-out 0.2s, box-shadow 0.1s ease;
    transition: transform 0.6s ease-out 0.2s, box-shadow 0.1s ease;
    transition: all 0.5s ease;
    left: 0;
    transform: none;
    box-shadow: 350px 0 0 1900px rgba(0,0,0,.35);
    -webkit-box-shadow: 350px 0 0 1900px rgba(0,0,0,.35);
}
#site-canvas a.canvas-toggle-nav i {
    color: #414141;
    font-size: 20px;
}
#site-canvas a.canvas-toggle-nav i:hover {
    color: #3795eb;
}
.widget_ajax_search .the-ajax-search {
    display: flex;
}
.widget_ajax_search .the-search-results ul {
    background-color: #F8F8F8;
    padding: 20px 10px 15px;
}
.widget_ajax_search .the-ajax-search input[type="text"] {
    flex-grow: 1;
    height: 38px;
}
.widget_ajax_search .the-ajax-search input[type="text"]:hover,
widget_ajax_searc.h .the-ajax-search input[type="text"]:focus {
    border-color: #F1F1F1;
}
.widget_ajax_search .the-ajax-search button.search-submit {
    border:none;
    padding: 0 12px;
    font-size: 13px;
    cursor: pointer;
}
.widget_ajax_search .the-search-results ul li {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1f1f1;
}
.widget_ajax_search .the-search-results ul li a {
    display: flex;
    align-items: center;
    position: relative;
}
.widget_ajax_search .the-search-results ul li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background-color: rgb(240, 240, 240);
    transition: all 0.5s ease-out 0.2s;
}
.widget_ajax_search .the-search-results ul li a:hover:before {
    width: 100%;
    left: 0;
}
.widget_ajax_search .the-search-results ul li a .fa-arrow-right  {
    position: absolute;
    top: 50%;
    right: 10px;
    font-weight: 900;
    cursor: pointer;
    color: #414141;
    font-size: 10px;
    transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transition: all 0.5s ease-out 0.1s;
    -webkit-transition: all 0.5s ease-out 0.1s;
}
.widget_ajax_search .the-search-results ul li a:hover .fa-arrow-right{
    font-size: 12px;
}
.widget_ajax_search .the-search-results ul li a.all-results .fa-arrow-right{
    display: none;
}
.widget_ajax_search .the-search-results ul li:last-child a:before {
    content: none;
}
.the-search-results ul li a img {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.widget_ajax_search .the-search-results ul li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.widget_ajax_search .the-search-results .result-title {
    font-size: 13px;
    font-weight: 500;
    color: #414141;
    text-transform: capitalize;
}
.widget_ajax_search .the-search-results .all-results {
    text-align: center;
    display: block;
    line-height: 1.2;
    font-weight: 600;
    font-size: 15px;
}
.widget_ajax_search .the-search-results .the-no-search-results h6 {
    position: relative;
    z-index: 1;
    display: inline-block;
    color: #030303;
}
.widget_ajax_search .the-search-results .the-no-search-results h6:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #030303;
}
.widget_ajax_search .the-search-results .the-no-search-results p {
    letter-spacing: initial;
    text-transform: capitalize;
    color: #030303;
    font-size: 15px;
}

@media only screen and (max-width: 425px) {
    body.show-canvas-filter #site-canvas {
        width: 100%;
        -webkit-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        -moz-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        -o-transition: transform 0.6s ease-out, box-shadow 0.1s ease;
        transition: transform 0.6s ease-out, box-shadow 0.1s ease;
    }
}
/*end*/

/*time counter css*/
.entry-summary .the-countdown-notice {
    text-align: left;
}
.the-countdown-notice {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 10px;
}
.the-countdown {
    margin-bottom: 20px; 
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.the-countdown .countdown-item {
    text-align: center;
    font-size: 11px;
    font-weight: 400;
    width: 25%;
    text-transform: capitalize;
    color: #030303;
    cursor: default;
}
.the-countdown .countdown-item:last-child {
    margin-right: 0px;
}
.the-countdown .countdown-item span {
    background-color: #F8F8F8;
    position: relative;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-right: 8px;
    color: #030303;
}
.the-countdown .countdown-item span:after {
    content: ":";
    position: absolute;
    font-size: 15px;
    font-weight: 600;
    top: 50%;
    right: -6px;
    transform: translate(0%, -50%);
}
.the-countdown .countdown-item:last-child span:after {
    content: none;
}
.the-countdown .countdown-item:last-child span {
    margin-right: 0;
}
.related .columns-4 .the-countdown .countdown-item {
    padding: 8px 4px;
    font-size: 10px;
}
.related .columns-4 .the-countdown .countdown-item span {
    font-size: 14px;
}
/*end*/
/*the social share css*/
.type-product .the-product-share {
    margin-bottom: 40px;
}
.the-product-share .the-social-share li a {
    display: inline-block;
}
.the-product-share .product-share-text {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 500;
}
@media only screen and (max-width: 768px) {
    .the-product-share .the-social-share {
        flex-wrap: wrap;
    }
    .the-product-share .the-social-share li {
        width: 50%;
        padding: 20px;
        border-right-width: 0;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 1px;
    }
    .the-product-share ul li:nth-child(-n+2) {
        border-bottom-width: 1px;
    }
    /*product summery entery right side css*/
    .product .product-detail-wrapper .entry-summary {
        margin-left: 0;
    }
    /*end*/
}
@media only screen and (max-width: 490px) {
    .the-product-share .the-social-share li {
        width: 100%;
        padding: 20px;
        border-right-width: 0;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-bottom-width: 1px;
    }
    .the-product-share ul li:nth-child(2n+1) {
        border-right-width: 0px;
    }
}
/*the social share  for  the single product pagecss*/
.the-product-share {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding: 0;
    text-align: center;
    clear: both;
    margin-bottom: 15px;
}
.the-product-share ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.the-product-share ul li {
    border: 0;
    border-right-width: 1px;
    border-style: solid;
    border-color: #e9e9e9;
    padding: 15px 20px; }
.the-product-share ul li:last-child {
    border-right: 0;
}
.the-product-share ul li a {
    display: block;
    border: 0;
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 !important;
    border-radius: 0;

}
.the-product-share ul li a .the-icon-wrap {
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #333;
    width: 40px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
.the-product-share ul li a .the-icon-wrap .the-icon {
    fill: #fff;
    width: 16px;
    height: 16px; }
.the-product-share ul li a .product-share-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 10px;
    width: calc(100% - 50px);
    color: #404040;
}
.the-product-share ul li.twitter a:hover .product-share-text {
    color: #00aced;
}
.the-product-share ul li.twitter a:hover .the-icon-wrap {
    background-color: #00aced;
}
.the-product-share ul li.facebook a:hover .product-share-text {
    color: #3b5998;
}
.the-product-share ul li.facebook a:hover .the-icon-wrap {
    background-color: #3b5998;
}
.the-product-share ul li.pinterest a:hover .product-share-text {
    color: #cb2027;
}
.the-product-share ul li.pinterest a:hover .the-icon-wrap {
    background-color: #cb2027;
}
.the-product-share ul li.email a:hover .product-share-text {
    color: #3fc387;
}
.the-product-share ul li.email a:hover .the-icon-wrap {
    background-color: #3fc387;
}
/*quick view addcart loading blockUI blockOverlay css*/
.woocommerce  .mfp-with-anim {
    position: relative;
}
/*end*/

/*the variation swatches css*/
.woocommerce div.product form.cart table.variations {
    margin-bottom: 15px;
}
.woocommerce div.product form.cart .variations tr {
    display: block;
    margin-bottom: 30px;
}
.woocommerce div.product form.variations_form table.variations tr .label{
    min-width: 75px;
}
.woocommerce div.product form.variations_form table.variations tr select{
    min-width: 100%;
}
.woocommerce div.product form.cart .variations tr:last-child {
    margin-bottom: 0;
}
.variations_form .variations td {
    text-align: initial;
    padding: 0;
    width: 100%;
}
.woocommerce div.product form.cart .variations th label {
    color: #030303;
    font-size: 12px;
    font-weight: 600;
    margin: 0 20px 0 0;
    text-transform: uppercase;
}
.woocommerce div.product form.cart .variations td .mas-wcvs-swatches {
    display: inline-block;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
}
.woocommerce div.product form.cart .variations td .mas-wcvs-swatches .mas-wcvs-swatch {
    margin-right: 10px;
}
.mas-wcvs-swatches .mas-wcvs-swatch {
    border-color: #F1F1F1;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.mas-wcvs-swatches .mas-wcvs-swatch.selected {
    border-color: #333333;
}
/*widget css*/
.mas_wcvs_widget_layered_nav ul.swatches li a {
    display: initial;
    line-height: inherit;
}
/*quick view css*/
.sp_preview_area {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
}
.sp_preview_area a {
    background-color: #ffffff;
    border-radius: 100%;
    color: #383838;
    display: block;
    line-height: 35px !important;
    height: 35px !important;
    text-align: center !important;
    width: 35px !important;
    font-size: 12px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -moz-transition: background-color 0.3s, color 0.3s;
    -ms-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
}
.info-tooltip {
    background-color: #1a1a1a;
    color: #ffffff;
    font-size: 11px;
    padding: 4px 10px;
    line-height: 1.3 !important;
    position: absolute;
    top: -25px;
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    white-space: nowrap;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: top 0.4s;
    -moz-transition: top 0.4s;
    -ms-transition: top 0.4s;
    -o-transition: top 0.4s;
    transition: top 0.4s;
}
.sp_preview_area a:hover .info-tooltip {
    top: -40px;
    visibility: visible;
}
.product {
    position: relative;
}
.products-block-post-template {
    clear: both;
}

/*bew countdown css compatiable css for product list*/
.bew-product-list-widget-container .the-countdown-notice {
    margin-bottom: 7px;
    margin-top: 10px;
}

/*// yith quick view popup scroll bar css*/
.yith-quick-view-content.woocommerce div.product tr.product {
    height: auto;
}
.woocommerce-page #yith-quick-view-modal.open .yith-quick-view-content {
    overflow-y: auto;
    scrollbar-width: thin;
    height: 100%;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.product div.bsep-image:after {
    content: "";
    clear: both;
    display: table;
}
@media screen and (min-width: 769px) {
    .woocommerce-page .yith-quick-view-content.woocommerce div.product .bsep-image,
    .woocommerce-page .yith-quick-view-content.woocommerce div.product .entry-summary {
        width: 50%;
    }
}
.woocommerce-page #yith-quick-view-content div.summary {
    overflow: initial;
}
.woocommerce-page #yith-quick-view-content .summary .summary-content {
    padding-bottom: 10px;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.bsep-image .images {
    width: auto;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.bsep-image:has(.thumbnails) .images {
    float: initial;
    height: calc(100% - 125px);
    width: 100%;
}
.woocommerce-page .yith-quick-view-content.woocommerce div.bsep-image .thumbnails {
    margin-top: 10px;
}
/*this is for to remove the vatiation color block and replace with the default input select start*/
.woocommerce div.product .summary form.cart .variations td{
        vertical-align: middle;
}
#yith-quick-view-content .summary .variations_form .variations .hidden:has(select) {
    display: block !important;
}
#yith-quick-view-content .summary .variations_form .variations .hidden+.mas-wcvs-swatches {
    display: none;
}
/*end*/
/*fancy box start*/
.fancybox-active:has(#wpadminbar) .fancybox-toolbar {
    top: 32px;
}
@media screen and (max-width: 767px) {
    .woocommerce-page .yith-quick-view-content.woocommerce div.bsep-image {
        width: auto;
    }
    .fancybox-active:has(#wpadminbar) .fancybox-toolbar {
        top: 46px;
    }
}
@media (max-width: 480px) {
    .woocommerce:has(#wpadminbar) #yith-quick-view-modal {
        top: 46px;
    }
}
/*yith quick view and fancy box end*/

.woocommerce .entry-summary .woocommerce-variation-add-to-cart {
    display: flex;
}
/*this is for the reset button for variations product*/
.woocommerce .product .variations_form table.variations tr .reset_variations {
    border: none;
    border-radius: 3px;
    padding: 7px 15px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.4s;
    position: relative;
    padding-left: 23px;
}
.woocommerce #yith-quick-view-content .variations_form table.variations tr .reset_variations:before {
    transform: translatey(-50%);
}
.woocommerce .product .variations_form table.variations tr .reset_variations:before {
    content: "\f01e";
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 8px;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    transform: translateY(-45%);
    font-family: "fontawesome";
}
.woocommerce .product .variations_form table.variations tr .reset_variations:hover {
    background-color: #086abd;
    color: #fff;
}
/*end*/
.woocommerce .entry-summary .breadcrumb-wrap:empty {
    display: none;
}
.woocommerce .entry-summary p.price:not(:has(del)) {
    font-weight: 700;
}