body{
    max-width: 100%;
    width: 100%;
    overflow: hidden;
}
/*** detail page start ***/
.breadcrumbs,
.breadcrumbs *{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 21px;
    color: #000000!important;
    opacity: 0.6;
    text-transform: capitalize;
}
.single-product .product-main{
    padding: 0;
}

.single-product #wrapper>.message-wrapper{
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
.single-product #wrapper .message-container{
    /*background-color: #fff;*/
    padding: 10px 15px 15px;
}
.single-product .page-title-inner{
    padding-top: 50px;
    padding-bottom: 50px;
}
.single-product .shop-page-title,
.single-product #main{
    background-color: #F4F4F4;
}
.single-product #main{
    padding-bottom: 150px;
}
.single-product .page-title:not(.featured-title)+main .product-main{
    padding:0;
}
.single-product .product-main>.row,
.single-product .product-footer>.container{
    background-color: #fff;
}
.single-product .product-main>.row{
    padding: 15px;
}
.product-footer .woocommerce-tabs.tabbed-content{
    border: none;
}
.single-product .product-tabs{
    max-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
}
.single-product .product-tabs>li:not(:last-child){
    margin-right: 100px;
}
.single-product .product-tabs>li>a{
    text-transform: capitalize;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.single-product .tabbed-content .tab-panels{
    background-color: #FAFAFA;

}
.single-product .tabbed-content .tab-panels>.panel.active{
    max-width: 920px;
    margin: 43px auto;
    color:#000000;
}

.product-tabs.nav>li>a:hover,
.product-tabs.nav>li.active>a{
    color: #30C1FF;
}
.product-tabs.nav-line>li>a:before,
.product-tabs.nav-line>li.active>a:before,
.product-tabs.nav-line>li:hover>a:before{
    background-color: #30C1FF;
    bottom:0;
    top:auto;
}

.related-products-wrapper.product-section{
    border: none;
}
.product-footer h3.product-section-title{
    font-family: 'Paragon';
    text-align: center;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 52px;
    margin: 0;
    padding: 92px 0 57px;
    font-weight: 400;
    letter-spacing: -0.01em;
    color: #000000;
}
.product-footer h3.product-section-title+.row{
    max-width: 1020px;
    margin: 0 auto 100px!important;
}
.product-footer .upsells h3.product-section-title+.row{
    margin: 0 auto 50px!important;
}

.product-info .price.product-page-price{
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6a666e;
}
.single-product .product-images{
    background-color: #F8FAFE;
    padding: 25px;
}
.woocommerce-product-gallery__image img{
    height: 560px;
    width: 100%;
    object-fit: cover;
}
.product-images .badge-container{
    left: 32px;
    top: 36px;
    margin: 0;
}
.product-small .badge-container{
    margin: 15px 0 0 15px;
}
.badge.badge-circle,
.row-collapse .badge.badge-circle{
    height: auto;
    width: auto;
    margin:0;
}
.badge-circle  .badge-inner{
    background-color: #27AE60;
    border-radius: 20px;
    padding: 0 17px;
    height: auto;
    display: block;
}
.badge-circle .badge-inner,
.badge .badge-inner span{
    font-family: 'Circular Std';
    font-weight: 450;
    font-size: 12px;
    line-height: 28px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.badge-circle .badge-inner.sold-badge{
    background-color: #FF1B1C;
}

.badge-circle .badge-inner.featured-badge {
    background-color: #FC8924;
}
.badge-circle .badge-inner.on-sale{
    background-color: #FF1B1C;
}
.product-images+div{
    padding: 0 30px!important;
}

.product-thumbnails .flickity-button.flickity-prev-next-button{
    opacity: 1!important;
    top: 20%;
}
.product-images .image-tools .wishlist-icon,
.image-tools a.zoom-button.button{
    display: none;
}
.product-ruler{
    right: 0;
    left: auto;
    position: absolute;
    top: 15px;
    z-index: 1;
    cursor: pointer;
}
.product-ruler img{
    height: 40px;
    width: auto;
}
.product-ruler-infor{
    display: none;
    position: absolute;
    background-color: #000;
    color: #fff;
    padding: 15px;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.product-ruler-infor:before{
    top:-5px;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    opacity: 1;
    position: absolute;
    pointer-events: none;
    border-color: #000;
    border-bottom-color: #000;
    border-width: 8px;
    margin-left: -8px;
    border-width: 11px;
    margin-left: -11px;
}
.product-ruler-infor:before,
.product-ruler-infor:after{
    top: -20px;
    z-index: 10;
    opacity: 1;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.product-ruler-infor:before{
    z-index: -999;
    border-width: 11px;
    margin-left: -11px;
    border-bottom-color: #000;
}

.product-info .product-title{
    font-family: 'Paragon';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000000;
}
.woocommerce-review-link{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #000000;
}
.star-rating:before, .woocommerce-page .star-rating:before,
.star-rating span{
    color: #FF8310;
}
.price-calculator{
    width: 80%;
    border: 1px solid #ebebec;
    border-radius: 8px;
    padding: 15px 10px;
    margin-bottom: 31px;
}
.price-calculator .top{
    padding-right:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.price-calculator:not(.inactive) .top{
    margin-bottom: 15px;
}
.price-calculator .toggle-btn{
    width: 14px;
    height:auto;
    cursor: pointer;
}
.price-calculator.inactive .toggle-btn{
    transform: rotate(-90deg);
}
.product-short-description,
.price-calculator *{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #6a666e;
}
.price-calculator h4{
    margin-bottom: 0;
}

.price-calculator tbody>tr:first-child td{
    color:#FF1B1C;
    border-color: #ebebec;
}
.price-calculator tbody>tr:last-child td{
    border:none;
}

.single-product .variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px;
}
.wvs-has-image-tooltip:before, [data-wvstooltip]:before{
    background-color: #fff!important;
    border: 1px solid #6a666e!important;
    box-shadow: none!important;
    color: #6a666e!important;
    text-transform: capitalize;
    min-width: 70px!important;
}
.wvs-has-image-tooltip:after, [data-wvstooltip]:after{
    border-top: 5px solid #6a666e!important;
}
table.variations tbody>tr{
    display: flex;
    flex-direction: column;
}

table.variations tbody>tr:first-child{
    margin-bottom: 30px;
}

.product-summary table.variations tr+tr{
    border:none;
}
table.variations .label label,
.quantity-title{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6a666e;
}
.variations .value .reset_variations{
    bottom:auto;
    top:5px;
    opacity: 1;
}

.variations .label label a{
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-decoration-line: underline;
    color: #2F80ED;
    opacity: 0.7;
}
.wvs-style-rounded.variable-items-wrapper.color-variable-items-wrapper .variable-item {
    margin: 4px 12px 4px 0;
    box-shadow: 0 0 0 1px #a8a8a8;
}
.wvs-style-rounded.variable-items-wrapper.color-variable-items-wrapper .variable-item .variable-item-contents:before{
    display:none!important;
}
.wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item{
    width: 55px;
    height: 39px;
    border-radius: 3px!important;
    border: 1px solid #202020;
    box-shadow: none!important;
}
.wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item[aria-checked="true"]{
    background: #F4F4F4;
}
.wvs-style-rounded.variable-items-wrapper.button-variable-items-wrapper .variable-item .variable-item-span{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 13px;
    color: #202020;
}
.woo-selected-variation-item-name{
    display: none;
}
.woocommerce-variation .woocommerce-variation-price{
    border:none;
}

.woocommerce-Price-amount.amount{
    color: #6a666e;
    opacity: 1;
}
ins .woocommerce-Price-amount.amount{
    color: #2CB4DF;
}

.product-summary .variations_button.woocommerce-variation-add-to-cart,
.product-summary form.cart{
    display: flex;
    /* flex-direction: column; */
    padding-bottom: 0;
    flex-wrap: wrap;
    align-items: center;
}
.product-summary .quantity-title{
    width: 100px;
}
.product-summary .quantity.buttons_added{
    width: calc(100% - 100px);
    margin: 0;
}
.product-summary  .quantity+.button.single_add_to_cart_button{
    font-weight: 400;
    font-size: 18px;
    line-height: 68px;
    height:68px;
    color: #FFFFFF;
    text-transform: capitalize;
    background-color: #000000;
    width: fit-content;
    margin: 35px 0 0;
    border-radius: 4px;
    position: relative;
    padding:0 51px 0 85px;
    border: none;
}
.variations_form,
form.cart{
    margin-bottom: 0;
}
.product-summary button.single_add_to_cart_button:before{
    content:'';
    width: 24px;
    height:24px;
    background-image: url(/wp-content/uploads/2022/04/fi-rr-shopping-cart.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.product-summary .yith-wcwl-add-to-wishlist{
    position: absolute;
    left: 350px;
    bottom: 20px;
}
.product-summary  .add_to_wishlist{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #6a666e;
    position: relative;
    text-transform: capitalize;
    padding-left: 30px;
}

.product-summary  .add_to_wishlist:before{
    content:'';
    width: 20px;
    height:19px;
    background-image: url(/wp-content/uploads/2022/03/wishlist-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-summary  .add_to_wishlist i{
    display: none;
}

.single-product .quantity input[type=number]{
    color: #202020;
    border-color: #202020;
    max-width: 2.5em;
    width: 2.5em;
}
.quantity .button.minus,
.quantity .button.plus{
    background-color: transparent;
    text-shadow: none;
    color: #202020;
    padding: 0 12px;
    border-radius: 3px;
    border: 1px solid #202020;
}

@media screen and (min-width:768px){
    .single-product .product-main>.row{
        padding: 115px 70px 150px;
    }
    .single-product .product-main>.row>.product-gallery{
        padding-right: 70px;
    }
    .single-product .product-main>.row>.product-info{
        padding-left: 70px;
        padding-bottom: 0;
        position: relative;
        height: max-content;
    }
    .product-footer .woocommerce-tabs.tabbed-content,
    .related-products-wrapper.product-section{
        padding: 0 70px;
    }
}
@media screen and (max-width:768px){
    .woocommerce-product-gallery__image img {
        height: 300px;
    }
    .single-product .page-title-inner {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .product-main  .product-gallery{
        padding: 0;
    }
    .product-main .product-info{
        padding: 20px 0;
    }
    .product-thumbnails .flickity-button.flickity-prev-next-button {
        top: 10%;
    }
    .price-calculator {
        width: 100%;
        margin-bottom: 21px;
    }
    table.variations tbody>tr:first-child {
        margin-bottom: 20px;
    }
    .product-summary .yith-wcwl-add-to-wishlist {
        position: relative;
        left: 0;
        bottom: 0;
        margin-top: 20px;
    }
    .product-summary .quantity+.button.single_add_to_cart_button{
        margin: 25px 0 0;
        padding: 0 51px 0 85px;
        font-size: 14px;
        line-height: 44px;
        height: 44px;
    }
    .product-summary button.single_add_to_cart_button:before{
        left: 25%;
    }
    .single-product .tabbed-content .tab-panels{
        padding: 0;
    }
    .single-product .tabbed-content .tab-panels>.panel{
        margin: 0;
    }
    .single-product .tabbed-content .tab-panels>.panel.active{
        margin: 20px;
    }
    .product-footer h3.product-section-title{
        padding: 20px 0;
        font-size: 24px;
        line-height: 36px;
    }
    .product-footer h3.product-section-title +.row{
        margin: 0 auto!important;
    }
    .single-product #main {
        padding: 0 15px 30px;
    }
    .product-small .badge-container{
        margin: 15px 0 0 15px;
    }
    .product-small .badge-circle .badge-inner,
    .product-small .badge .badge-inner span{
        font-size: 12px;
        line-height: 22px;
    }
    .product-small  .badge-circle .badge-inner{
        padding: 0 10px;
    }
}


/*** detail page end ***/

/* category page start */

.post-type-archive #main ,
.tax-product_cat #main {
    background-color: #f4f4f4;
    padding-bottom: 100px;
}
.post-type-archive .row.category-page-row,
.tax-product_cat .row.category-page-row{
    padding: 20px 42px;
    background-color: #fff;
}
.category-page-title{
    background-color: #F4F4F4;
}
.shop-page-title .woocommerce-result-count,
.shop-page-title .woocommerce-ordering{
    display: none;
}
.category-page-title .page-title-inner{
    padding-top: 50px;
    padding-bottom: 50px;
}
.category-page-row>.large-3{
    padding: 0 0 0 30px;
}
.category-page-row>.large-9{
    padding: 0 0 30px;
}
.category-page-row>.large-9 .woof_products_top_panel{
    display: none!important;
}
.post-type-archive .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb{
    display: none;
}
.cate-title{
    font-family: 'Paragon';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
    color: #000000;
    margin: 5px 0 0;
}

.post-type-archive .shop-container,
.tax-product_cat .shop-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.shop-container .woocommerce-result-count{
    font-size: 14px;
    line-height: 38px;
    margin-left: 0;
    margin-bottom: 16px;
}
.row .shop-container .products.row.row-small:not(.row-collapse){
    width: 100%;
}
@media screen and (min-width: 768px){
    .shop-container .woocommerce-result-count{
        padding-left: 60px;
    }
    .shop-container .products.row{
        padding-left: 60px!important;
    }
}
.shop-container .woocommerce-ordering{
    margin: 0 0 16px auto;
}
.shop-container .woocommerce-ordering select{
    height: 38px;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    color: #000000;
    box-shadow:none!important;
}

.category-page-row .cate-divider{
    width: 100%;
    height: 2px;
    background-color: #ebebec;
    margin-bottom: 40px;
}
.category-page-row .sidebar-top{
    position: relative;
}
.category-page-row .sidebar-top h6{
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 38px;
    text-transform: uppercase;
    margin-bottom: 38px;
    padding-bottom: 16px;
    border-bottom: 2px solid #ebebec;
    color: #000000;
    font-weight: 300;
}
.category-page-row .sidebar-top h6 img{
    height: 15px;
    width: auto;
    margin-right: 9px;
}

.woof_products_top_panel_ul{
    display: flex;
    flex-wrap: wrap;
}
.woof_products_top_panel_ul>li:first-child{
    width: 100%;

}
.woof_products_top_panel_ul .woof_reset_button_2{
    padding: 0;
    border: none;
}

.woof_products_top_panel_ul .woof_reset_button_2{
    padding: 0;
    border: none;
    margin: 0;
    height: 38px;
    min-height: 38px;
    line-height: 38px;

    /*box-sizing: border-box;*/
}
.woof_products_top_panel li span{
    padding-right: 0;
}
.woof_products_top_panel li span,
.woof_products_top_panel2 li span{
    background: url(/wp-content/uploads/2022/04/x-circle.png);
    background-position: left;
    padding-left: 17px;
    background-repeat: no-repeat;
}

#woof_widget-2{
    padding-right: 15px;
}

.woof_container_inner h4{
    text-transform: uppercase;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 14px;
}
a.custom_woof_toggle {
    float: right;
}
.woof_front_toggle,
.custom_woof_toggle {
    position: relative;
    font-size: 0;
    height:20px;
    width: 20px;
    display: block;
}
.woof_front_toggle:before,
.custom_woof_toggle:before{
    content: '';
    background-image: url(/wp-content/uploads/2022/04/plus-icon.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
}
.woof_front_toggle_opened.woof_front_toggle:before,
.woof_front_toggle_opened.custom_woof_toggle:before {
    content: '';
    background-image: url(/wp-content/uploads/2022/04/minus-icon.png);
}

.widget.widget_berocket_lgv_widget{
    margin-bottom: 17px;
    margin-left: 20px;
}
div.berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_set,
div.berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_set.selected{
    width: 32px;
    height: 32px;
    position: relative;
    border: none;
    background: none;
    box-shadow: none;
}
div.berocket_lgv_widget a.berocket_lgv_button>i{
    display: none;
}
div.berocket_lgv_widget a.berocket_lgv_button:before{
    content: '';
    background-image: url(/wp-content/uploads/2022/04/layout-gridx.png);
    background-size: cover;
    position: absolute;
    top: 0;
    left:0;
    /*transform: translateY(-50%);*/
    height: 32px;
    width: 32px;
}
div.berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_button_grid.selected:before{
    background-image: url(/wp-content/uploads/2022/04/layout-gridy.png);
}
div.berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_button_list:before{
    background-image: url(/wp-content/uploads/2022/04/layout-list.png);
}
div.berocket_lgv_widget a.berocket_lgv_button.berocket_lgv_button_list.selected:before{
    background-image: url(/wp-content/uploads/2022/04/layout-listy.png);
}
.woof_container_product_cat input[type=checkbox]{
    display: none;
}
/* hide uncategorized  */
.woof_term_15 {
    display: none;
}
.woof_list_checkbox li.woof_childs_list_li{
    position: relative;
}
.woof_list_checkbox li.woof_childs_list_li>label{
    padding-right: 20px!important;
}

.woof_list_checkbox li.woof_childs_list_li .woof_childs_list_opener{
    position: absolute;
    right: 4px;
}
.woof_childs_list_opener span.woof_is_opened,
.woof_childs_list_opener span.woof_is_closed{
    background: url(/wp-content/uploads/2022/04/Vector.png);
    width: 12px;
    height: 7px;
    transform: rotate(-90deg);
}
.woof_childs_list_opener span.woof_is_opened{
    transform: rotate(0deg);
}
.woof_redraw_zone>.woof_container{
    padding-bottom: 30px;
    border-bottom: 2px solid #ebebec;
    margin-bottom: 37px;
}
.woof_list li{
    font-size: 13px;
    line-height: 18px;
}
.woof_block_html_items>ul>li>label{
    color: #09090C;
    font-weight: 400;
}

.woof_childs_list_li>.woof_childs_list li:not(.woof_childs_list){
    list-style: disc!important;
    margin: 0 0 0 15px!important;
    opacity: 0.7;
}
.woof_childs_list_li>.woof_childs_list li:not(.woof_childs_list) label{
    font-weight: 300;
    margin-left: 0;
    width: 100%;
    display: flex!important;
    justify-content: space-between;
}
.woof_container_checkbox:not(.woof_container_product_cat) .woof_checkbox_count{
    display: none;
}

.woof_container_pa_size .woof_block_html_items>ul,
.woof_container_product_brand .woof_block_html_items>ul{
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}
.woof_container_pa_size .woof_block_html_items>ul>li{
    margin: 0 !important;
}
.woof_container_product_brand .woof_block_html_items>ul>li{
    margin: 0 2px!important;
}
.woof_container_pa_size .woof_block_html_items>ul>li:nth-child(2n+1){
    width: calc(100% - 90px);
}
.woof_container_pa_size .woof_block_html_items>ul>li:nth-child(2n+2){

}
.woof_block_html_items input[type=checkbox]{
    margin: 3px 0 8px;
}
.woof_container_product_brand .woof_block_html_items>ul input[type=checkbox]{
    display: none;
}
.woof_container_product_brand .woof_block_html_items>ul>li{
    width: calc(33.33% - 5px);
}
.woof_container_product_brand .woof_block_html_items .woof_checkbox_label {
    margin-left: 0!important;
}
.woof_block_html_items>ul li.woof_open_hidden_li{
    width: 100%;
    text-align: left;
}

.product-small .box-image img{
/*     background-color: #EAEDF2;
    padding:20px!important; */
}
.image-tools.top.right.show-on-hover,
.image-tools.grid-tools.show-on-hover{
    opacity: 1;
    transform: none;
}
.image-tools.top.right{
    padding: 15px 15px 0 0;
}

.image-tools.grid-tools{
    top: 50px;
    right: 15px;
}

.image-tools.grid-tools .cart-icon{
    right: 0;
    left: 0;
    top: 0;
    bottom: auto;
    margin: 0;
}
.image-tools.grid-tools,
.image-tools.grid-tools .cart-icon,
.image-tools.grid-tools>a.button{
    width: 30px;
    height: 30px;
    min-height: 30px;
}

.image-tools.grid-tools>a.button{
    background-color: #fff;
    border-radius: 50%;
    border: none;
    opacity: 1;
    padding: 0;
    box-shadow: none;
}
.product-small .wishlist-button.button.is-outline{
    margin: 0;
    border: none;
    background-color: #fff;
    position: relative;
    height: 30px;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
}
.product-small .icon-heart{
    /*position: relative;*/
}



.image-tools .cart-icon:before{
    content: '';
    background-image: url(/wp-content/uploads/2022/05/cart-iconx.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    height: 16px;
    width: 15px;
}
.product-small .icon-heart:before{
    display: none!important;
}
.product-small .wishlist-button:before{
    content: '';
    background-image: url(/wp-content/uploads/2022/03/wishlist-icon.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    height: 13px;
    width: 14px;
}
.wishlist-icon:hover .wishlist-popup{
    display: none;
}

.woof .widget_price_filter{
    padding-right: 10px;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content{
    height: 5px;
}

.woof .widget_price_filter .ui-slider .ui-slider-range{
    background-color: #FF1B1C;
    opacity: 1;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle{
    background-color: #FF1B1C;
    border: none;
}
.product-small .box-text{
    padding-bottom:0;
    padding-top: 30px;
    margin-bottom: 20px;
}
.product-small .product-title{
    font-size: 18px;
    line-height: 29px;
    height: 29px!important;
    margin-bottom: 10px;
}
.product-small .product-title>a:not(.button){
    font-size: 18px;
    line-height: 29px;
    font-family: 'Paragon';
    overflow: hidden;
    height: 29px;
    color: #000000;
    margin-bottom: 3px;
}
@media screen and (max-width: 1024px){
    .product-small .product-title,
    .product-small .product-title>a:not(.button){
        font-size: 14px;
        line-height: 20px;
        font-family: 'Paragon';
        height: 40px!important;
    }
}

.product-small .price-wrapper{
    display: flex;
    flex-direction: column;
    height: auto;
}
.product-small .star-rating{
    font-size: 12px;
    order:2;
    margin: 8px 0 0;
}
.woocommerce-page .star-rating:before,
.product-small .star-rating span:before{
    color: #FF8310;
}
.product-small ins .woocommerce-Price-amount.amount{
    color: #FF1B1C;
}

.badge-circle+.badge.badge-circle{
    margin-top: 10px;
    margin-left: 0;
    opacity: 1;
}
.brand-image{
    height: 32px;
    margin: 0 0 9px;
}
.brand-image img{
    max-height: 32px;
    max-width: 100px;
}
.nav-pagination.page-numbers>li>.current,
.nav-pagination.page-numbers>li>span:hover,
.nav-pagination.page-numbers>li>a:hover{
    border: none;
    background-color: #FF1B1C;
}
.nav-pagination.page-numbers>li>span,
.nav-pagination.page-numbers>li>a{
    border: none;
    border-radius: 0;
    height: 40px;
    line-height: 40px;
    width: 40px;
    min-width: 40px;
}
@media screen and (min-width: 850px){
    .archive .row-small>.col.product-small{
        padding-bottom:80px ;
    }
}
/*.product-small .badge-container+.badge-container{*/
/*    margin-top:58px;*/
/*}*/

.woo-variation-swatches.wvs-archive-align-left .product-small .wvs-archive-variation-wrapper .variable-items-wrapper{
    align-items: center;
}
.woo-variation-swatches .product-small .variable-items-wrapper .variable-item.color-variable-item:not(.radio-variable-item){
    padding: 0;
    margin: 5px 8px 5px 0;
}
.woo-variation-swatches .product-small .wvs-archive-variation-wrapper li.woo-variation-swatches-variable-item-more{
    margin: 0 0 0 5px;
}
.product-small .woo-variation-swatches-variable-item-more>a:not(.button){
    color: #000000;
    margin: 0!important;
    height: 20px;
    line-height: 20px!important;
}
.product-small .price-wrapper .price{
    font-size: 13px;
}
.woo-variation-swatches .wvs-archive-variation-wrapper .variations .variations_form .woo-variation-items-wrapper{
    margin: 10px 0 0;
}
.archive .product-small .title-wrapper .category{
    display: none;
}

/* home-products-sec */
.button.primary.black-btn{
    border-radius: 6px;
    font-size: 24px;
    line-height: 72px;
    background-color: #121212;
    margin: 0;
}
.button.primary.black-btn:hover{
    color: #ff1b1c;
}
.home-products-sec .flickity-prev-next-button,
.home-products-sec .slider-show-nav .flickity-prev-next-button,
.home-products-sec .slider:hover .flickity-prev-next-button{
    opacity: 1;

}
.home-products-sec .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
    width: 60px;
    height: 60px;
    top: 33%;
    bottom: auto;
    transform: translateY(-50%)!important;
    margin-top:0;
}
.home-products-sec .flickity-prev-next-button svg{
    display: none;
}
.home-products-sec .flickity-prev-next-button:before{
    content:'';
    background-image: url(/wp-content/uploads/2022/05/right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 1px 1px 19px 0px #cecdcd;
    border-radius: 50%;
}
.home-products-sec .flickity-prev-next-button:hover:before{
    box-shadow: none;
}
.home-products-sec .flickity-prev-next-button.previous:before{
    transform: rotate(180deg);
}
.home-products-sec .slider-nav-outside .flickity-prev-next-button.previous{
    left: -100px;
}
.home-products-sec .slider-nav-outside .flickity-prev-next-button.next{
    right: -100px;
    left: auto;
}

.new-arrival-row .brand-image{
    display: none;
}
.product-small .title-wrapper p.category{
    color: #121212;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    font-family: 'Paragon';
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    margin-top: 0;
}
.home-products-sec .variations_form{
    display: none;
}

.home-products-sec .product-small .wishlist-button.button.is-outline,
.home-products-sec .image-tools.grid-tools,
.home-products-sec .image-tools.grid-tools .cart-icon,
.home-products-sec .image-tools.grid-tools>a.button{
    height: 43px;
    width: 43px;
    min-width: 43px;
    min-height: 43px;
}

.home-products-sec .product-small .wishlist-button:before{
    left: 12px;
    height: 19px;
    width: 20px;
}
.home-products-sec .image-tools .cart-icon:before{
    left: 10px;
    transform: translateY(-50%);
    height: 21px;
    width: 20px;
}

.home-products-sec .image-tools.grid-tools{
    top: 70px;
}
@media screen and (max-width: 768px){
    .home-products-sec .image-tools.grid-tools{
        display: flex!important;
    }
    .widget_berocket_lgv_widget{
        display: none;
    }
    .breadcrumbs,
    .cate-title{
        text-align: left;
    }
    .cate-title{
        font-size: 28px;
        line-height: 37px;
        margin-top: 10px;
    }
    .post-type-archive .row.category-page-row{
        margin: 0 auto;
        width: 100%;
        padding: 15px;
    }
    .category-page-title .page-title-inner{
        padding: 20px 15px 15px;
    }
    .category-page-title .page-title-inner>div{
        padding: 0;
    }
    .shop-container .products.row.row-small{
        margin: 0;
    }
    .shop-container .products.row.row-small>.product-small:nth-child(2n+1){
        padding-left: 0;
    }
    .shop-container .products.row.row-small>.product-small:nth-child(2n+2){
        padding-right: 0;
    }
    .product-ruler{
        display: none;
    }

    .page-title-inner .category-filtering{
        display: none;
    }
    .shop-container .woocommerce-ordering{
        width: 50%;
        padding-right: 10px;
        margin: 0 0 20px;
    }
    .shop-container .category-filtering{
        width: 50%;
        padding: 0 0 0 10px;
        height: 38px;
        line-height: 38px;
        margin-bottom: 20px;
        text-align: center;
    }
    .shop-container .category-filtering a.filter-button{
        border: 1px solid #ddd;
        margin: 0;
        height: 38px;
        font-size: 14px;
        line-height: 36px;
        width: 100%;
        display: block;
    }
    i.icon-equalizer::before{
        display: none;
    }
    i.icon-equalizer{
        position: relative;
    }
    i.icon-equalizer:after{
        content:'';
        background-image: url(/wp-content/uploads/2022/04/filter.png);
        background-size: cover;
        width: 16px;
        height: 16px;
        left: -15px;
        top: -4px;
        transform: translateY(-50%);
        position: absolute;
    }
}
.woof_sid_auto_shortcode{
    display: none;
}
/* size guide popup*/
.popup-overlay.size-guide-popup{
    display: none;
}
.popup-overlay.size-guide-popup {
    /*Hides pop-up when there is no "active" class*/
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 6666;
    background-color: #3e39443d;
}

.popup-overlay.size-guide-popup.active .popup-content{
    width: 90vw;
    max-width: 900px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
    max-height: 80%;
    background: #fff;
    box-shadow: 0px 0px 1px rgb(0 0 0 / 30%);
}
.popup-content-header{
    position: absolute;
    padding: 0 0 24px;
    margin: 37px 29px 0 29px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 85%;
}
.popup-content-detail{
    width: 100%;
    overflow: auto;
    overflow: overlay;
    padding: 0 29px;
    height: 592px;
    margin-top: 105px;
    margin-bottom: 30px;
}
.size-guide-popup *{
    color: #282727;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
.size-guide-popup h4,
.size-guide-popup h5,
.size-guide-popup h6{
    font-family: 'Paragon';
    font-style: normal;
    font-weight: 400;
    color:#000;
    margin-bottom: 0;
}
.size-guide-popup h4{
    font-size: 24px;
    line-height: 28px;
}
.size-guide-popup h5{
    font-size: 20px;
    line-height: 23px;
}
.size-guide-popup h6{
    font-size: 16px;
    line-height: 18px;
}
.size-guide-popup button.popup-close{
    margin: 0;
    padding: 0;
    height: 28px;
    min-height: 28px;
    border: none;
    display: flex;
    align-items: center;
}
.size-guide-popup button.popup-close img{
    height: 15px;
    width: auto;
}

.popup-top-sec{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #E5E5E5;
    padding: 30px 0 30px 30px;
}
.popup-top-sec .left{
    padding: 20px;
    background-color: #fff;
    width: calc(50% - 30px);
}
.popup-top-sec *{
    font-size: 14px;
    line-height: 20px;
}
.popup-top-sec h5{
    color:#000000;
    opacity: 0.7;
    margin-bottom: 20px;
}

.popup-top-sec .right{
    width: calc(50% + 30px);
    text-align: center;
}
.popup-top-sec .right img{
    background-color: #fff;
    padding: 20px;
    width: 50%;
}
.popup-tab-title-list{
    display: flex;
    margin: 0;
    border-bottom:1px solid rgba(0, 0, 0, 0.12);
    margin-bottom: 60px;
}
.popup-tab-title-list>li{
    font-family: 'Paragon';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    list-style: none;
    position: relative;
    padding-bottom: 10px;
    width: 50%;
    display: block;
    margin:0;
    text-align: center;
    cursor: pointer;
}
.size-guide-popup li.active:before{
    content:'';
    background-color: #121212;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.popup-tab-sec{
    width: 80%;
    margin: 30px auto 60px;
}

.popup-tab-detail h5{
    margin-bottom: 20px;
}
.popup-tab-detail>.top li{
    margin-left: 20px;
    opacity: 59%;
}
.popup-tab-detail .middle{
    margin: 50px 0 40px;
    display: flex;
}
.popup-tab-detail .middle .left{
    width: 50%;
    padding-right: 6%;
}
.popup-tab-detail .middle .right{
    width: 50%;
    padding-left: 6%;
}
.measure-guide li{
    list-style: none;
    margin: 0 0 18px;
}
.measure-guide h6{
    margin-bottom: 8px;
    letter-spacing: -0.01em;
    text-transform: capitalize;
}
.measure-guide p{
    font-size: 12px;
    line-height: 19px;
}
.size-table >div {
    width: 80%;
}
.size-table-title{
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    display: flex;
    width: 80%;
    margin-bottom: 1px;
}

.size-table-title>li{
    list-style: none;
    margin: 0;
    font-size: 10px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
.size-table-title>li+li{
    margin-left: 10px;
}
#popup-tab2c,
#size-tab2c{
    display: none;
}

@media screen and (max-width:768px)  {
    .popup-top-sec{
        padding: 20px;
        flex-direction: column;
    }
    .popup-top-sec .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .popup-top-sec .right,
    .popup-top-sec .right img{
        width: 100%;
    }
    .popup-tab-title-list{
        margin-bottom: 30px;
    }
    .popup-tab-sec {
        width: 100%;
    }
    .popup-tab-detail .middle{
        flex-direction: column;
        margin: 30px 0 0;
    }
    .popup-tab-detail .middle>div.left,
    .popup-tab-detail .middle>div.right{
        width: 100%!important;
        padding: 10px 0 20px;
    }
    .size-table-title,
    .size-table >div{
        width: 100%;
    }

    .single-product .product-thumbnails.slider-no-arrows .flickity-prev-next-button{
        display: block!important;
    }
    .single-product .product-thumbnails .flickity-button.flickity-prev-next-button {
        top: 0;
    }
    .product-info .product-title{
        font-size: 18px;
        line-height: 20px;
        margin-top: 30px;
    }
    .single-product td:last-child {
        padding-right: 0 !important;
    }
    .single-product .brand-image,
    .product-small .title-wrapper p.category,
    .product-small .star-rating{
        display: none;
    }
    .product-small .box-text{
        padding-top: 10px;
    }
    .image-tools.top.right {
        padding: 10px 10px 0 0;
    }
    .image-tools.grid-tools.show-on-hover{
        display: block!important;
    }
    .image-tools.grid-tools {
        top: 35px;
        right: 10px;
    }
    .image-tools.grid-tools,
    .image-tools.grid-tools .cart-icon,
    .image-tools.grid-tools>a.button{
        width: 20px;
        height: 20px;
        min-height: 20px;
    }
    .image-tools .cart-icon:before{
        left: 5px;
        height: 11px;
        width: 10px;
    }
    .product-small .wishlist-button.button.is-outline{
        height: 20px;
        width: 20px;
        min-width: 20px;
        min-height: 20px;
    }
    .product-small .wishlist-button:before{
        left: 5px;
        height: 10px;
        width: 11px;
    }

    .home-products-sec .product-small .wishlist-button.button.is-outline,
    .home-products-sec .image-tools.grid-tools,
    .home-products-sec .image-tools.grid-tools .cart-icon,
    .home-products-sec .image-tools.grid-tools>a.button{
        height: 30px;
        width: 30px;
        min-width: 30px;
        min-height: 30px;
    }
    .home-products-sec .product-small .wishlist-button:before{
        left: 8px;
        height: 13px;
        width: 15px;
    }
    .home-products-sec .image-tools.grid-tools {
        top: 45px;
    }
    .home-products-sec .image-tools .cart-icon:before {
        left: 7px;
        height: 16px;
        width: 15px;
    }
    .home-products-sec .slider-nav-push:not(.slider-nav-reveal) .flickity-prev-next-button{
        bottom: -40px;
        top: auto;
        width: 30px!important;
        height: 30px;
    }
    .home-products-sec .slider-nav-outside .flickity-prev-next-button.next{
        left: calc( 50% + 5px );
        right: auto;
    }
    .home-products-sec .slider-nav-outside .flickity-prev-next-button.previous{
        left: calc( 50% - 35px);
    }
    .home-products-sec .flickity-prev-next-button:before{
        width: 30px;
        height: 30px;
    }
    .home-products-sec .brand-image{
        display: none;
    }
    .product-images+div {
        padding: 0!important;
    }
    .slider-nav-push.slider-nav-reveal .flickity-prev-next-button svg {
        margin-top: -65px!important;
    }
}


.woof_price_filter .woof_container_inner>*:not(h4):not(select){
    display:none;
}

.product-category .box-badge .box-text{
    position: relative;
    bottom: 0;
}
.product-category .box-badge .box-text h5{
    font-size: 18px;
    line-height: 29px;
    font-family: 'Paragon';
    overflow: hidden;
    height: 29px;
    color: #000000;
    margin-bottom: 3px;
}
.product-category .box-badge:hover .box-text {
    background-color: transparent;
}
.product-page-accordian{
    margin:0 0 20px;
}
.product-page-accordian .accordion-title,
.product-page-accordian .accordion-title.active {
    border-color: #dadada;
    color: #000000;
    font-weight: normal;
    background-color: #fff;
    padding-left: 0;
    font-size: 14px;
    padding: 12px 30px 10px 0;
}
.accordion>.accordion-item:last-child{
    border-bottom:1px solid #dadada;
}
.product-page-accordian .accordion-inner{
    padding-left:0;
    padding-right:0;
}
.product-page-accordian .accordion .toggle{
    left: auto;
    right: 0;
    width: 20px;
    margin: 0;
    font-size: 12px;
    top: 8px;
}
.woof_image_term{
    width: 100%!important;
    height: 40px!important;
}
.woof_list_color .woof_color_term{
    width: 30px;
    height: 30px;
    border: 2px solid #eee;
    padding: 1px;
    border-radius:50%;
}
.woo-variation-swatches .woo-variation-swatches-variable-item-more{
    margin:0;
}

.woof_submit_search_form_container .woof_reset_search_form{
    display:none;
}
.woof_show_auto_form, 
.woof_hide_auto_form,
.woof_list_image .woof_tooltip_data{
    display:none!important;
}