 
/*------------ Start commen css ---------------------*/
 @media (min-width: 992px) {
     .header-style-2.header_style.site-header #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link{
         color: var(--white-color-text);
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link::before, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link::before, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link::before {
         width: 100% !important;
         left: 0;
         right: 0;
    }
     section.product .product-button-wrap .compare.btn-hv {
         visibility: hidden;
         opacity: 0;
         -moz-opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         transform: translateX(-332px);
         -webkit-transform: translateX(-332px);
         -moz-transform: translateX(-332px);
         -o-transform: translateX(-332px);
         -ms-transform: translateX(-332px);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     section.product:hover .product-button-wrap .product-button-hv .cart-wrap {
         visibility: visible;
         opacity: 1;
         -moz-opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         transform: translateY(0);
         -webkit-transform: translateY(0);
         -moz-transform: translateY(0);
         -o-transform: translateY(0);
         -ms-transform: translateY(0);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     section.product .product-button-wrap .product-button-hv .quickview {
         visibility: hidden;
         opacity: 0;
         -moz-opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         transform: translateX(332px);
         -webkit-transform: translateX(332px);
         -moz-transform: translateX(332px);
         -o-transform: translateX(332px);
         -ms-transform: translateX(332px);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     section.product:hover .product-button-wrap .product-button-hv .quickview {
         visibility: visible;
         opacity: 1;
         -moz-opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         transform: translateX(0);
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -o-transform: translateX(0);
         -ms-transform: translateX(0);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     section.product:hover .product-button-wrap .compare.btn-hv {
         visibility: visible;
         opacity: 1;
         -moz-opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         transform: translateX(0);
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -o-transform: translateX(0);
         -ms-transform: translateX(0);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     .sticky.site-header .site-main-wrap {
         margin: 0;
    }
     .navbar-hamburger ul.hamburger-nav li.show>span::before, .navbar-hamburger ul.hamburger-nav li:hover>span.toggle-sub-menu::before {
         color: #fff;
         -webkit-transition: all .4s ease-in-out 0s;
         -moz-transition: all .4s ease-in-out 0s;
         -ms-transition: all .4s ease-in-out 0s;
         -o-transition: all .4s ease-in-out 0s;
         transition: all .4s ease-in-out 0s;
    }
     .navbar-hamburger ul.hamburger-nav li a {
         z-index: 0;
         padding: 0;
    }
}
 @media(max-width:1199px) {
     h1 {
         font-size: 32px;
    }
     h2 {
         font-size: 27px;
    }
     h3 {
         font-size: 22px;
    }
     h4 {
         font-size: 20px;
    }
     h5 {
         font-size: 18px;
    }
     h6 {
         font-size: 15px;
    }
     .wp-block-search .wp-block-search__label, .widget h2 {
         font-size: 23px;
    }
     .widget h2{
         margin-bottom: 20px;
    }
     td, li a, figcaption {
         font-size: 14px;
    }
}
 @media(max-width:991px) {
     h2 {
         font-size: 25px;
    }
}
 @media(max-width:767px) {
     .btn {
         font-size: 15px;
    }
}
 @media(max-width:575px) {
     h1 {
         font-size: 24px;
    }
     h2 {
         font-size: 22px;
    }
     h3 {
         font-size: 20px;
    }
     h4 {
         font-size: 18px;
    }
     h5 {
         font-size: 16px;
    }
     h6 {
         font-size: 14px;
    }
     .wp-block-search .wp-block-search__label, .widget h2 {
         font-size: 21px;
    }
     h1, h2, h3, h4, h5, h6 {
         margin: 0 0 15px;
    }
     p {
         margin: 0 0 10px;
    }
     table td, table th {
         padding: 5px 8px;
    }
}
/*------------ End commen css ---------------------*/
/* ----------- Start blog-list block ------------------- */
 @media(max-width:1400px) {
     .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
         margin: 10px 0 0;
    }
     section.product.product-type-grouped .cart-wrap a::before, section.product .cart-wrap a.product_type_variable::before, section.product.product-type-external .cart-wrap a::before {
         left: 27%;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
         height: 40px;
    }
     .service-block.swiper-slider .tt-feature-box-containt p {
         width: 100%;
    }
     .search-icon .top-search .search-fix {
         padding: 35px 0 35px 0;
    }
     .products.list-view section.product.product-type-grouped .cart-wrap a::before {
         left: 15%;
    }
     .product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before {
         left: 40px;
    }
     .products.list-view section.product.product-type-external .cart-wrap a::before, .products.list-view section.product .cart-wrap a.product_type_variable::before {
         left: 32px;
    }
     .header_style.site-header.sticky .container-fluid {
         padding: 0 12px;
    }
}
 @media(max-width:575px) {
     #post_sidebar {
         padding: 0 25px;
    }
     .single-post .tt-post-meta-wrap {
         margin: 0 0 15px;
    }
     .post .tt-post-wrapper>.tt-post-thumbnail, .search .tt-post-wrapper>.tt-post-thumbnail {
         margin: 0 0 20px;
    }
     .search-icon .top-search .search-fix .product-search-close {
         right: 20px;
         top: 10px;
    }
     .tt-post-meta-wrap div a {
         font-size: 13px;
    }
     .tt-post-wrapper .tt-post-meta .fa-calendar-alt {
         font-size: 21px;
         padding: 0 7px 0 0;
    }
}
 @media(max-width:349px) {
     .single-post .tt-post-details .tt-post-category, .single-post .tt-post-details .tt-post-author {
         width: auto;
    }
}
/* ----------- End blog-list block ------------------- */
/* --------------- Start widget block ---------------- */
 @media(min-width:992px) and (max-width:1199px) {
     .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
         padding: 5px 0;
    }
}
 @media(max-width:1199px) {
     #post_sidebar .widget ul li ul {
         margin-left: 15px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         padding: 0px 6px 0px 6px;
    }
}
 @media(max-width:991px) {
     .widget-area .widget {
         position: relative;
         padding: 20px;
    }
     .Categories .product-category.category-slider .categories-text .categories-title {
         font-size: 28px;
         line-height: 32px;
         margin: 0;
    }
     section.product.product-type-grouped .cart-wrap a::before, section.product .cart-wrap a.product_type_variable::before, section.product.product-type-external .cart-wrap a::before {
         left: 33%;
    }
     .Categories .product-category.category-slider .wpcategories-content .button-categories-wrap a {
         font-size: 15px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link:focus {
         background-color: transparent;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-ancestor.mega-toggle-on>a.mega-menu-link {
         color: var(--primary-color);
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
         background: transparent;
         color: var(--primary-color);
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         display: flex;
         justify-content: space-between;
    }
     .site-main .show.widget .widget-title::before {
         content: '\f068';
    }
     #post_sidebar .widget ul.sub-menu, #post_sidebar .widget ul.children {
         display: block;
         padding: 0;
    }
     #post_sidebar .widget.show ul {
         display: block;
    }
}
 @media(max-width:575px) {
     .widget {
         padding: 20px;
    }
     .Categories .product-category.category-slider .wpcategories-content .button-categories-wrap a {
         font-size: 14px;
         border-bottom: 1px solid #222;
    }
     .widget-area .widget {
         margin: 0 0 20px;
    }
}
 @media(max-width:340px) {
     .widget_calendar #wp-calendar td, .widget_calendar #wp-calendar th {
         padding: 5px 0;
    }
}
/* --------------- End widget block ---------------- */
/* --------------- Start post comment ---------------- */
 @media(max-width:991px) {
     #comments {
         margin: 0 0 40px;
    }
     .product .cart-wrap {
         bottom: 10px;
         left: 10px;
         right: 10px;
    }
     .product .content-wrap a {
         margin: 7px 0 7px 0;
    }
     .product .wrap-rate{
         margin-bottom: 10px;
    }
}
 @media(max-width:575px) {
     #comments .comment-respond .section-field {
         width: 100% 
    }
     .product-layout-default .product .content-wrap {
         padding: 10px 0 0 0;
    }
     .comment-list li.comment .comment-body {
         flex-wrap: wrap;
    }
     .comment-list .comment-avtar {
         padding-bottom: 10px;
         padding-right: 10px;
         width: 100%;
    }
     .comment-list .comment-wrap .comment-meta-wrap {
         margin: 0 0 10px;
    }
     #comments #respond {
         margin: 20px 0 0;
    }
     .comment-list li.comment .comment-body {
         padding: 20px;
         margin: 0 0 20px;
    }
}
/* --------------- End post comment ---------------- */
/* --------------- Start Breadcump --------------------*/
 @media(max-width:767px) {
     .page-header.inner-header-opacity {
         margin: 0 0 30px;
    }
     .short-view .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery {
         margin: 0 0 3px;
    }
     .short-view .list-content-wrap .list-content .product-estimate .free-shipping {
         margin: 0;
    }
     section.product.product-type-grouped .cart-wrap a::before, section.product .cart-wrap a.product_type_variable::before, section.product.product-type-external .cart-wrap a::before {
         left: 26%;
    }
     .short-view .product .list-content span.price, .list-view .product .list-content span.price {
         margin: 0 0 15px 0;
    }
     .short-view .list-content-wrap .list-content .product-estimate, .list-view .list-content-wrap .list-content .product-estimate {
         display: none;
    }
}
 @media(max-width:575px) {
     #crumbs .active {
         padding-left: 16px;
         margin-left: 12px;
    }
}
/* --------------- End Breadcump --------------------*/
/* --------------- Start Pagination ---------------*/
 @media(max-width:991px) {
     .paging .pagination {
         margin: 0 0 30px;
    }
     .pagination .page-numbers li>a, .pagination .page-numbers li>span {
         padding: 0 10px;
         font-size: 13px;
         min-width: 35px;
         height: 35px;
         line-height: 35px;
    }
     .pagination .page-numbers li>a.prev::after, .pagination .page-numbers li>a.next::after {
         height: 33px;
    }
}
/* --------------- End Pagination ---------------*/
/* --------------- Start Post Detail page -------------- */
 @media(max-width:767px) {
     .gallery .gallery-item .gallery-caption {
         word-break: break-all;
    }
}
 @media(max-width:575px) {
     .post.type-post.tag-password-2.tag-template input[type="submit"] {
         margin: 15px 0 0;
    }
}
/* --------------- End Post Detail page -------------- */
/* --------------- Start Product Categories ------------------- */
 @media(max-width:1600px) {
     .category-grid .cat_desc .wpcat-content{
         padding: 25px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 32px;
    }
}
 @media(max-width:1400px) {
     .product_catagories .swiper-wrapper .items {
         padding: 0 10px 30px 0;
    }
     .product-title .subtitle-wrap {
         padding: 0;
    }
     .single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
         padding-left: 15px;
    }
     .variations_form .variations tr {
         margin: 0 0 15px;
         float: left;
         width: 100%;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 46px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 24px;
    }
     .category-grid .cat_desc .wpcat-content .cat_total_product{
         font-size: 16px;
    }
}
 @media(max-width:1199px) {
     .header-top .list-inline-item span a {
         font-size: 11px;
    }
     .title-wrap .product-title {
         width: 79%;
    }
     .item .wpcat-content a .cat_name {
         font-size: 18px;
         line-height: 25px;
    }
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
         bottom: 10px;
    }
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
         width: 230px;
         height: 45px;
         font-size: 18px;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 42px;
    }
     .cat_desc .wpcat-content{
         left: 40px;
         bottom: 40px;
    }
     .category-grid .cat_desc .wpcat-content{
         padding: 20px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 20px;
    }
     .category-grid .cat_desc .wpcat-content .cat_total_product{
         font-size: 15px;
    }
     .category-slider.category-style2 .cat_desc .wpcat-content .cat_name{
         font-size: 20px;
         margin-top: 10px;
    }
     .category-slider.category-style2 .cat_desc .wpcat-content .cat_total_product{
         font-size: 14px;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_name{
         font-size: 28px;
    }
}
 @media(max-width:991px) {
     .news-desc {
         display: none;
    }
     .uranus.tparrows {
         display: none;
    }
     .tt-banner .banner-text.tt-icon-left.text-start .button-banner-wrap {
         margin: 10px 0 0;
    }
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
         width: 180px;
         height: 40px;
         font-size: 16px;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 36px;
    }
     .cat_desc .wpcat-content .cat_total_product{
         font-size: 18px;
    }
     .cat_desc .wpcat-content{
         left: 35px;
         bottom: 35px;
    }
     .category-grid .cat_desc .wpcat-content{
         padding: 15px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 16px;
    }
     .category-grid .cat_desc .wpcat-content .cat_total_product{
         font-size: 14px;
    }
     .category-slider.category-style2 .cat_desc .wpcat-content .cat_name{
         font-size: 18px;
         margin-top: 8px;
    }
     .category-slider.category-style2 .cat_desc .wpcat-content .cat_total_product{
         font-size: 13px;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_name{
         font-size: 24px;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_total_product{
         font-size: 15px;
    }
     footer .widget ul.social-media li svg{
         width: 16px;
         height: 16px;
    }
}
 @media(max-width:767px) {
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
         bottom: 20px;
    }
     .item .wpcat-content a .cat_name {
         font-size: 15px;
         line-height: 22px;
    }
     .category-sticky .elementor-container {
         flex-direction: column-reverse;
    }
     .category-sticky>.elementor-container {
         overflow: hidden;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 30px;
    }
     .cat_desc .wpcat-content .cat_total_product{
         font-size: 16px;
    }
     .cat_desc .wpcat-content{
         left: 25px;
         bottom: 25px;
    }
     .category-grid{
         column-count: 2;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_name{
         font-size: 20px;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_total_product{
         font-size: 14px;
    }
}
 @media(max-width:575px) {
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_name{
         font-size: 16px;
    }
     .category-slider.category-style3 .cat_desc .wpcat-content .cat_total_product{
         font-size: 13px;
    }
     .cat_desc .wpcat-content{
         left: 20px;
         bottom: 20px;
    }
     .item .wpcat-content a .cat_total_product {
         font-size: 13px;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 24px;
    }
     .cat_desc .wpcat-content .cat_total_product{
         font-size: 14px;
    }
     footer .widget ul li, footer .widget ul li a{
         font-size: 14px;
    }
     footer .widget ul.social-media li svg{
         width: 13px;
         height: 13px;
    }
     .category-grid .cat_desc .wpcat-content{
         padding: 10px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 15px;
    }
     .category-grid .cat_desc .wpcat-content .cat_total_product{
         font-size: 13px;
    }
}
 @media(max-width:480px) {
     .cat_desc .wpcat-content{
         left: 15px;
         bottom: 15px;
    }
     .woocommerce-account .woocommerce .woocommerce-form-login {
         padding: 0;
    }
     footer .widget ul li, footer .widget ul li a {
         font-size: 13px;
    }
     .Categories .product-category.category-slider .categories-text .categories-title {
         font-size: 25px;
    }
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content .cat_name {
         width: 140px;
         height: 35px;
         font-size: 15px;
    }
     section.product.product-type-grouped .cart-wrap a::before, section.product .cart-wrap a.product_type_variable::before, section.product.product-type-external .cart-wrap a::before {
         left: 29%;
    }
     .category-grid.product-category .swiper-wrapper .swiper-slide>a .wpcat-content {
         bottom: 10px;
    }
     .cat_desc .wpcat-content .cat_name{
         font-size: 18px;
    }
     .cat_desc .wpcat-content .cat_total_product{
         font-size: 13px;
    }
     .category-grid{
         column-gap: 6px;
    }
     .category-grid .swiper-slide{
         margin-bottom: 6px;
    }
     .category-grid .cat_desc .wpcat-content{
         padding: 8px 1px;
         left: 6px;
         right: 6px;
         bottom: 6px;
    }
     .category-grid .cat_desc .wpcat-content .cat_name{
         font-size: 13px;
         margin: 0;
    }
     .category-grid .cat_desc .wpcat-content .cat_total_product{
         display: none;
    }
     .category-slider.category-style2 .cat_desc .wpcat-content .cat_name{
         font-size: 16px;
         margin-top: 6px;
    }
}
/* --------------- End Product Categories ------------------- */
/* ------------- Start header style ------------------ */
 @media(max-width:1400px) {
     .navbar-hamburger span.hamburger-close::after {
         bottom: 0;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 30%;
    }
     .header-line {
         min-height: auto;
         width: 100%;
    }
}
 @media(max-width:1366px) {
     .shop-sidebar .thumbnail-wrap .timer>div {
         padding: 0 10px;
    }
     .shop-sidebar .thumbnail-wrap .timer>div>div.text {
         font-size: 10px;
    }
     .shop-sidebar .thumbnail-wrap .timer {
         height: 55px;
    }
     .shop-sidebar .thumbnail-wrap .timer {
         top: 10px;
         left: 10px;
         right: 10px;
    }
     .shop-sidebar .product .product-button-wrap .btn-hv a::before {
         font-size: 13px;
    }
     .shop-sidebar .product .price .amount bdi, .shop-sidebar .product .price ins {
         font-size: 16px;
    }
     .shop-sidebar .product .content-wrap a {
         float: left;
         margin: 0 0 5px 0;
    }
     .shop-sidebar .product .wrap-rate .star-rating {
         font-size: 11px;
         width: 71px;
    }
}
 @media(max-width:1199px) {
     .header-swiper {
         padding: 10px 20px;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 27%;
    }
     .product .price .amount bdi, .product .price ins {
         font-size: 16px;
         line-height: 18px;
    }
     .header-line {
         min-height: auto;
         width: 100%;
    }
}
 @media(min-width:992px) {
     .product .product-button-wrap .product-button-hv .cart-wrap {
         visibility: hidden;
         opacity: 0;
         -moz-opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         transform: translateY(332px);
         -webkit-transform: translateY(332px);
         -moz-transform: translateY(332px);
         -o-transform: translateY(332px);
         -ms-transform: translateY(332px);
         -webkit-transition: all 0.5s ease-in-out 0s;
         -moz-transition: all 0.5s ease-in-out 0s;
         -ms-transition: all 0.5s ease-in-out 0s;
         -o-transition: all 0.5s ease-in-out 0s;
         transition: all 0.5s ease-in-out 0s;
    }
     .swiper-slide .cat_group .cat_button {
         opacity: 0;
         -moz-opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     .swiper-slide:hover .cat_group .cat_button {
         opacity: 1;
         -moz-opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     .page-id-167 .swiper-slide:hover .cat_group .cat_button {
         background: #91722f66;
    }
     header .site-branding #site-navigation {
         display: flex;
    }
     .site-header .mini-cart ul li a::after, .site-header ul#woocommerce-menu li a::after {
         display: none;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
         content: '\f078';
         font-family: 'Font Awesome 5 Free';
         position: absolute;
         font-weight: 600;
         right: 25px;
         font-size: 11px;
         left: auto;
         top: 0;
         bottom: 0;
         margin: auto;
         height: 14px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a:not(.rtl .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a) {
         padding-right: 30px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children ul li.menu-item.menu-item-has-children>a:not(.rtl .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children ul li.menu-item.menu-item-has-children>a){
         padding-right: 10px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item:hover>ul.sub-menu {
         transform: scaleY(1);
         -webkit-transform: scaleY(1);
         -moz-transform: scaleY(1);
         -o-transform: scaleY(1);
         -ms-transform: scaleY(1);
         visibility: visible;
         transition: all .4s ease;
         -webkit-transition: all .4s ease;
         -moz-transition: all .4s ease;
         -o-transition: all .4s ease;
         -ms-transition: all .4s ease;
         opacity: 1;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item>ul.sub-menu {
         background: var(--bs-white);
         display: inline-block;
         padding: 18px 0;
         min-width: 250px;
         width: 200px;
         box-shadow: 0 15px 25px rgb(0 0 0 / 6%);
         border: 1px solid #e5e5e5;
         transform: scaleY(0);
         -webkit-transform: scaleY(0);
         -moz-transform: scaleY(0);
         -o-transform: scaleY(0);
         -ms-transform: scaleY(0);
         visibility: hidden;
         transition: all .4s ease;
         -webkit-transition: all .4s ease;
         -moz-transition: all .4s ease;
         -o-transition: all .4s ease;
         -ms-transition: all .4s ease;
         transform-origin: center top 0;
         opacity: 0;
         left: 0;
         cursor: auto;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item:hover>ul {
         left: 100%;
         top: 10px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
         top: 17px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
         top: 8px;
    }
     .page-id-40 .header_style.site-header.transparent, .home .header_style.site-header.transparent {
         position: absolute;
         top: 40px;
         bottom: auto;
         left: 0;
         right: 0;
         margin: auto;
         background-color: transparent;
    }
}
 @media(min-width:992px) and (max-width:1400px) {
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a{
         padding-right: 22px;
    }
     .header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before{
         right: 10px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
         right: 12px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item a{
         padding: 10px 6px;
    }
}
 @media(min-width:992px) and (max-width:1199px) {
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a{
         padding-right: 20px;
    }
     .header_style.site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before{
         right: 4px;
    }
     header .right-header, .main-navigation{
         flex: auto;
    }
}
 @media(max-width:1400px) {
     .tt-banner .banner-text.tt-icon-left {
         width: 32%;
    }
     .list-content .timer>div>p, .thumbnail-wrap .timer>div>p {
         font-size: 15px;
    }
}
 @media(max-width:1199px) {
     header .right-header{
         gap: 20px;
    }
     header .right-header .search-wrap>svg, header .right-header .navbar-title>svg, header .right-header .wishlist a>svg, header .right-header .dropdown-back>div{
         margin: 0;
    }
     .header_style .site-branding a, .search-icon .search-wrap, header .right-header .mini-cart>a, header .right-header .wishlist-wrap a, header .right-header a.navbar-title{
         font-size: 0;
    }
     .header_style.site-header .search-icon .search-wrap .search-text {
         display: none;
    }
     footer ul.social-media svg, footer .widget .description {
         font-size: 13px;
         line-height: 20px;
    }
     .site-branding .right-header .mini-cart a svg {
         width: 19px;
         height: 19px;
         margin: 0 2px 0 15px;
    }
     .left-header .head-top-call a {
         margin: 0 10px 0 0;
         padding: 0 10px 0 0;
         font-size: 13px;
    }
     .page-header .eyevera-page-title {
         padding: 10px 10px;
    }
     .header-top a {
         font-size: 12px;
    }
}
 @media(max-width:991px) {
     .header-sticky-flex{
         width: 100%;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
         background: var(--white-color-text);
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 40%;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
         padding: 30px;
    }
     .product-layout-default section.product .cart-wrap .product-button svg {
         width: 16px;
    }
     footer .widget-wrap .widget .menu-quick-shop-container {
         display: none;
    }
     footer .widget-wrap .widget .menu-my-account-container {
         display: none;
    }
     .header_style .site-branding a.dropdown-back {
         padding: 0;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu {
         background: none;
    }
     .site-branding .main-navigation {
         order: -1;
    }
     header .humburger-icon-wrap .humburger-title {
         display: none;
    }
     .related section.product .quantity, .product .quantity {
         width: 70px;
         height: 35px;
    }
     #site-navigation .navbar-toggler svg {
         font-size: 16px;
         color: #222;
    }
     .main-navigation ul ul li:hover>ul {
         display: none;
    }
     #site-navigation.main-navigation ul {
         display: none;
         position: absolute;
         top: 100%;
         bottom: auto;
         width: 100%;
         left: 0;
         right: 0;
         background: var(--white-color-text);
         padding: 15px 0;
         border: 1px solid #e5e5e5;
         z-index: 3;
         box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
    }
     .site-wrap .main-navigation.toggled ul {
         display: block;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item:hover>a{
         background: transparent;
    }
     .site-header #site-navigation ul.nav-menu.navbar-nav> li.menu-item> a{
         margin: 0;
    }
     .site-header #site-navigation ul.nav-menu>li.menu-item, .site-header #site-navigation .menu-all-pages-flat-container ul.navbar-nav li.menu-item {
         padding: 7px 25px;
         text-align: left;
         float: left;
         width: 100%;
    }
     .header_style.site-header #site-navigation ul.nav-menu>li.menu-item {
         padding: 7px 15px;
    }
     .header_style.site-header #site-navigation ul.nav-menu>li.menu-item ul li {
         padding: 7px 0 0 25px;
    }
     .header_style.site-header #site-navigation ul li.menu-item-has-children>ul li .toggle-sub-menu {
         right: 22px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item a {
         font-weight: 400;
         padding: 0;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children>a::before {
         top: 5px;
    }
     .site-header #site-navigation ul li.menu-item-has-children .toggle-sub-menu {
         position: absolute;
         right: 25px;
         left: auto;
         top: 5px;
         bottom: auto;
         margin: auto;
         height: 28px;
         width: 20px;
         display: flex;
         justify-content: center;
         align-items: center;
    }
     .site-header #site-navigation ul li.menu-item-has-children>ul li .toggle-sub-menu {
         right: 0;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.menu-item-has-children .toggle-sub-menu::before {
         content: '\f078';
         font-family: 'Font Awesome 5 Free';
         font-weight: 600;
         font-size: 10px;
    }
     .site-header #site-navigation ul.nav-menu>li.menu-item .sub-menu {
         position: static;
         border: none;
         box-shadow: none;
         padding: 5px 0 5px;
    }
     .site-header #site-navigation .menu-testing-menu-container ul.nav-menu>li.menu-item .sub-menu {
         padding-bottom: 0;
    }
     .site-header #site-navigation ul li>ul li {
         float: left;
         width: 100%;
         padding: 5px 0 0 10px;
    }
     .site-header #site-navigation ul.nav-menu li.menu-item.show>.toggle-sub-menu {
         -webkit-transform: rotate(-180deg);
         -moz-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
         -ms-transform: rotate(-180deg);
         transform: rotate(-180deg);
    }
     .site-header #site-navigation ul.nav-menu li.menu-item ul.sub-menu li.menu-item a {
         font-size: 14px;
    }
     .site-header .site-wrap {
    }
     .search-icon .top-search.show .search-fix .container {
         max-width: 95%;
    }
     .search-icon .top-search .search-fix .search .search-close-btn {
         right: 35px;
    }
     .header-top {
         padding: 0 15px;
    }
     .search-icon .top-search .search-form input[type="search"] {
         font-size: 18px;
    }
     .search-icon .top-search .search-form button[type="submit"] svg {
         width: 20px;
         height: 20px;
    }
     .search-icon .top-search .search-fix .product-search-close {
         right: 20px;
    }
     .search-icon .top-search .search-form button[type="submit"] {
         bottom: 5px;
         right: 0;
    }
     .search-icon .top-search .search-form input {
         height: 55px;
    }
     .thumbnail-slider-style2 .right-slider .product-360-slider-wrap .product-popup-wrap {
         bottom: 15px;
    }
     .header_style.site-header .site-wrap {
         display: none;
    }
     .header_style.site-header .site-wrap .site-branding, .header_style.site-header .site-wrap .right-header {
         order: 1;
    }
     #site-navigation .navbar-toggler, .mega-menu-header-menu #site-navigation .navbar-toggler {
         display: none;
    }
     #site-navigation .navbar-toggler {
         display: flex;
    }
     .mega-menu-header-menu .site-header #site-navigation {
         padding: 0;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
         width: 25px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
         top: 8px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
         top: 17px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
         transform: translate3d(0, -17px, 0) rotate(-90deg);
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
         margin: 0;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
         padding: 20px 15px;
         box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
         -webkit-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
         -moz-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
         -ms-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
         -o-box-shadow: 0 4px 10px 2px rgb(0 0 0 / 4%);
         top: 48px;
    }
     .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu .mega-menu-link+ul.mega-sub-menu {
         box-shadow: none;
         padding: 0 15px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         font-size: 15px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item {
         padding: 0 10px;
         margin: 5px 0 15px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
         font-size: 15px;
    }
     .header-swiper .head-slide .swiper-wrapper .header-top-swiper::after {
         right: 18%;
    }
     .elementor-shortcode #sb_instagram {
         padding: 0 !important;
    }
     .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
         font-size: 20px;
    }
     .search-icon .top-search .search-fix {
         padding: 35px 0 35px 0;
    }
}
 @media(max-width:767px) {
     .elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
         top: 60px;
    }
     footer .copyright .copyright-left {
         width: 100%;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 36%;
    }
     .service-block .swiper-wrapper.text-start .swiper-slide .tt-feature-box-icon img {
         width: 40px;
         height: 40px;
    }
     .top-view-desciption {
         display: none;
    }
     .tt-banner .banner-text.tt-icon-top.text-center {
         top: 25px;
    }
     .blog-style .tt-post-wrapper div.tt-post-details {
         margin: 0;
    }
     .service-block.swiper-slider .tt-feature-box-containt p {
         font-size: 13px;
    }
     .product .category-morden .wrap-rate {
         padding: 6px 0 0 0;
    }
     .category-morden .list-description p {
         margin: 6px 0 8px 0;
    }
     .product .category-morden .product-button-wrap {
         margin: 0 0 6px 0;
    }
}
 @media(max-width:650px) {
     .elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
         top: 20px;
    }
     .header-swiper .head-slide .swiper-wrapper .header-top-swiper {
         font-size: 13px;
    }
     .header-swiper .head-slide .swiper-wrapper .header-top-swiper::after {
         right: 4%;
         width: 40px;
    }
}
 @media(min-width:768px) and (max-width:991px) {
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-row-category-content ul.mega-sub-menu:not(.mega-menu-category-content .mega-sub-menu) {
         display: flex;
    }
}
 @media(max-width:575px) {
     .single-product .woocommerce-notices-wrapper {
         display: flex;
    }
     .single-product .woocommerce-notices-wrapper .woocommerce-error {
         margin: 0 10px 20px;
    }
     .header-swiper {
         display: none;
    }
     .search-icon .top-search .search-form button[type="submit"] svg {
         width: 18px;
         height: 18px;
    }
     .search-icon .top-search .search-form button[type="submit"] {
         bottom: 12px;
    }
     .elementor-container .elementor-widget-wrap .elementor-element.cms-video-gif {
         top: 60px;
    }
     .search-icon .top-search .search-form input {
         height: 60px;
    }
     .right-header .mini-cart .dropdown-back svg {
         width: 18px;
         height: 18px;
    }
     header .right-header .wishlist-wrap div svg {
         width: 20px;
         height: 20px;
    }
     header .humburger-icon-wrap .humburger-title {
         display: none;
    }
     .right-header .search-icon .top-search .search-form label input[type="search"] {
         font-size: 15px;
    }
     .search-icon .top-search .search-fix {
         min-height: 160px;
         padding: 30px 0 0;
    }
     .search-icon .top-search .search-fix .search .search-close-btn {
         right: 20px;
         top: 20%;
    }
     .single-product .single-product-thumb-content .prev_next_buttons {
         display: flex;
         justify-content: center;
         margin: 0 0 10px;
         display: none;
    }
     .single-product .xs_social_share_widget {
         width: 100% !important;
         margin: 0 0 20px;
    }
     .single-product.thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap .slider .zoom {
         margin: 0 0 10px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
         font-size: 13px;
         line-height: 30px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item>a.mega-menu-link {
         font-size: 15px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
         transform: translate3d(0, -17px, 0) rotate(-90deg);
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
         font-size: 14px;
    }
     .nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
         height: auto;
         width: auto;
    }
     .single-product .site-main>.container {
         padding: 0;
    }
     header .head-hamburger-menu-wrap {
         flex: 0;
    }
     .head-hamburger-menu {
         margin: 0;
    }
}
/* ------------- End header style ------------------ */
/* ---------------- Start Footer block ---------------*/
 @media(max-width:1199px) {
     footer .widget ul li{
         margin: 0 0 14px;
    }
}
 @media(max-width:991px) {
     .header_style .site-branding .header-logo {
         flex: 1;
    }
     .thumbnail-wrap .timer {
         display: none;
    }
     footer .widget {
         position: relative;
    }
     footer .widget .menu-services-container, footer .widget .menu-quick-links-container, footer .widget .menu-short-container{
         display: none;
    }
     footer .widget .toggle-sub-menu {
         top: 0;
         right: 5px;
    }
     footer .widget .toggle-sub-menu::before {
         font-size: 10px;
         content: '\f078';
    }
     footer .widget .show .toggle-sub-menu {
         -webkit-transform: rotate(-180deg);
         -moz-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
         -ms-transform: rotate(-180deg);
         transform: rotate(-180deg);
    }
     footer .widget_block .newsletter-content, footer .widget.widget_block .widget-title {
         margin: 0 0 15px;
    }
     footer .widget_block input[type="submit"] {
         padding: 13px 20px;
         font-size: 13px;
    }
     footer .widget_block .input-form {
         margin: 0;
    }
     .email-popup-con .email-popup-inner-con .mc4wp-form {
         width: 100%;
         padding: 0;
         margin: 0;
    }
     .email-popup-inner-con .email-popup-img-con .newsletter {
         padding-left: 0;
    }
     footer .widget .wp-block-gallery figure.wp-block-image:not(#individual-image) {
         margin: 0;
    }
     footer .widget.widget_media_gallery {
         margin: 0 0 30px;
    }
     footer .footer-top .footer-newsletter .newsletter-content {
         font-size: 12px;
         line-height: 20px;
    }
     footer ul.social-media::before, footer ul.social-media::after {
         width: 35%;
    }
}
 @media(max-width:767px) {
     .email-popup-inner-con .mc4wp-response{
         width: 100%;
    }
     .email-popup-inner-con .message-overlay-con {
         padding: 0;
    }
     .email-popup-con .footer-newsletter .news-form .newsletter-form input[type="submit"] {
         font-size: 13px;
         padding: 15px 30px;
    }
     .email-popup-inner-con .message {
         font-size: 21px;
    }
     .email-popup-inner-con .message-desc {
         font-size: 13px;
    }
}
 @media(max-width:600px) {
     footer .widget .wp-block-gallery figure.wp-block-image:not(#individual-image), footer .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
         margin: 0 10px 0 0;
    }
}
 @media(max-width:575px) {
     footer .widget ul li{
         margin: 0 0 10px;
    }
     footer .widget_block input[type="submit"] {
         padding: 12px 15px;
         font-size: 12px;
    }
     footer .widget.widget_media_gallery {
         margin: 0 0 20px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
         width: 420px;
    }
}
 @media(max-width:480px) {
     .right-header .mini-cart .dropdown-menu-mini-cart .cart-slider {
         width: 90%;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .button {
         font-size: 15px;
    }
}
/* ---------------- End Footer block ---------------*/
/* ---------------Start blog block --------------- */
 @media(max-width:1199px) {
     footer .widget-wrap .mc4wp-form-fields .news-title .widget-title {
         font-size: 20px;
    }
}
 @media(max-width: 991px) {
     footer .main-footer .footer-03, footer .main-footer .footer-04, footer .main-footer .footer-05, footer .main-footer .footer-06 {
         padding: 0;
    }
     .Categories .product-category.category-slider .wpcategories-content .categories-sub-title {
         font-size: 13px;
         line-height: 16px;
    }
     .product_catagories .section-heading {
         margin: 8px 0 0 0;
    }
     .tt-banner .banner-text.tt-icon-center.text-center .banner-tag a {
         padding: 8px 15px;
         font-size: 14px;
    }
     .tt-banner .banner-text.tt-icon-center.text-center .button-banner-wrap {
         margin: 25px 0 0;
    }
     .recent-product .row {
         margin: 0;
    }
}
 @media(max-width:767px) {
     .blog-style .tt-post-thumbnail .zoom-icon {
         opacity: 1;
    }
     .blog-style .tt-post-wrapper:hover .tt-post-thumbnail .zoom-icon, .blog-style .tt-post-wrapper .tt-post-thumbnail .zoom-icon {
         transform: none;
    }
}
 @media(max-width:575px) {
     .blog-style .tt-post-thumbnail .zoom-icon svg {
         font-size: 12px;
    }
     footer .widget-wrap .mc4wp-form-fields .news-title .widget-title {
         font-size: 18px;
    }
     .blog-style .tt-post-thumbnail .zoom-icon {
         height: 30px;
         width: 30px;
    }
     .product_catagories .section-heading {
         margin: 5px 0 10px 0;
    }
     .tt-post-meta-wrap .tt-post-comment a::after {
         font-size: 12px;
         height: 16px;
    }
}
/* ---------------end blog block --------------- */
/* ---------------- start owl-nav -------------------*/
 @media(min-width:992px) {
     .owl-carousel .owl-nav {
         opacity: 0;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     footer .widget-wrap .widget .widget-title+div {
         display: block !important;
    }
     .owl-carousel:hover .owl-nav {
         opacity: 1;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
}
 @media(max-width:1199px) {
     .owl-carousel .owl-nav button svg {
         font-size: 20px;
    }
}
 @media(max-width:991px) {
     .owl-carousel .owl-nav {
         text-align: center;
         float: left;
         width: 100%;
         margin: 20px 0 0;
    }
     footer .widget-wrap .mc4wp-form-fields .news-title .widget-title {
         text-align: center;
    }
     footer .main-footer .footer-03, footer .main-footer .footer-04, footer .main-footer .footer-05, footer .main-footer .footer-06 {
         padding: 0;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         margin: 0;
    }
     .owl-carousel .owl-nav button {
         position: static;
         margin: 0 8px;
         height: auto;
         width: auto;
    }
     .products.owl-carousel .product.type-product {
         margin: 0 0 20px;
    }
     .owl-carousel .owl-nav button svg {
         font-size: 18px;
    }
}
 @media(max-width:767px) {
     .owl-carousel .owl-nav button svg {
         font-size: 15px;
    }
}
/* ---------------- end owl-nav -------------------*/
/*---------------- start product block -------------- */
 @media(min-width:1200px) and (max-width:1560px) {
     .product .quantity input.qty {
         width: 25px;
    }
}
 @media(max-width:1366px) {
     .single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in, .single-product .product_meta .tagged_as {
         font-size: 14px;
    }
     .single-product .buy-now-wrap {
         width: 100%;
    }
}
 @media(max-width:1199px) {
     .product-layout-default .product .quantity input.qty {
         width: 20px;
         font-size: 13px;
    }
     .product-layout-default .product .quantity .qty_button {
         font-size: 14px;
    }
     .single-product .product_meta .sku_wrapper, .single-product .product_meta .posted_in, .single-product .product_meta .tagged_as {
         width: 100%;
         margin: 0 0 5px;
    }
     .single-product .entry-summary .woocommerce-product-rating {
         margin: 0 0 10px;
    }
     .product-360-slider-wrap .slider-popup-wrap svg, .product-360-button .product-popup svg {
         font-size: 14px;
    }
     .product-360-slider-wrap .slider-popup-wrap, .product-360-button .product-popup {
         height: 25px;
         width: 25px;
    }
     .product-360-slider-wrap .product-popup-wrap {
         padding: 3px 0 0 3px;
    }
     .product-360-slider-wrap .slider-popup-wrap, .product-360-slider-wrap .product-360-button-wrap {
         margin: 3px;
    }
     .single-product .single-product-thumbnail .eyevera-sale span.onsale {
         right: 15px;
         top: 15px;
    }
     .single-product-thumbnail #nickx-gallery i.thumb_arrow {
         font-size: 12px;
         height: 20px;
         width: 20px;
    }
     .single-product .product .entry-summary .quantity .qty_button {
         height: 48px;
    }
     .single-product .product_meta .single-categories {
         width: 100%;
    }
}
 @media(min-width:992px) {
     header.site-header.sticky .header-spacing {
         position: fixed;
         left: 0;
         right: 0;
         top: 0;
         bottom: auto;
         background-color: #fff;
         animation: 1s ease 0s normal both 1 running fixedmenu;
         box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     .sticky.header_style.site-header .header-spacing {
         border: none;
    }
     section.product:hover .thumbnail-wrap .timer {
         bottom: -80px;
         opacity: 0;
         -moz-opacity: 0;
         -khtml-opacity: 0;
         -webkit-opacity: 0;
         transition: all 500ms ease-in-out 0s;
         -webkit-transition: all 500ms ease-in-out 0s;
         -moz-transition: all 500ms ease-in-out 0s;
         -o-transition: all 500ms ease-in-out 0s;
         -ms-transition: all 500ms ease-in-out 0s;
    }
}
 @media(min-width:1300px) {
     .single-product .product-estimate .delivery-shipping-wrap {
         align-items: center;
    }
}
 @media(max-width:1299px) {
     .single-product .product-estimate .delivery-shipping-wrap .estimated-delivery {
         margin: 0 0 10px 
    }
}
 @media(max-width:1199px) {
     .single-product .product-review-tab .review-wrap {
         flex-direction: column;
         width: 100%;
         padding: 0;
         margin: 0;
    }
     .product-review-tab .review_tab {
         margin: 0 0 20px;
    }
     .product-review-tab .rating-wrap .rating-bar {
         justify-content: center;
    }
}
 @media(max-width:991px) {
     #tab-reviews .product-review-tab {
         padding: 0 20px 0 0;
    }
     .single-product .woocommerce-tabs #tab-reviews #reviews {
         padding-left: 30px;
    }
     .single-product .entry-summary .woocommerce-product-details__short-description {
         margin: 0 0 15px;
    }
     .single-product .product .entry-summary .cart-wrap {
         width: 60%;
    }
     .single-product .single-product-thumb-content .single-product-detail {
         margin: 30px 0 0;
    }
     .single-product .single-product-thumb-content .single-product-thumb.single-product-default {
         padding: 0 80px 0 0;
    }
     .product-attribute-wrap .list_size_attr {
         font-size: 11px;
         padding-left: 9px;
         margin-left: 6px;
    }
     #yith-quick-view-modal .single-product.woocommerce span.onsale {
         top: 24px;
         left: 27px;
         font-size: 13px;
         width: 45px;
         height: 23px;
    }
     .yith-wcqv-wrapper .single-product .entry-summary .product_meta {
         padding: 15px 0;
         margin: 0;
    }
     #yith-quick-view-modal.open .yith-wcqv-wrapper {
         height: 490px !important;
    }
     .single-product .woocommerce-tabs {
         margin: 4% 0 50px;
    }
     .single-product.thumbnail-slider-style3 .woocommerce-tabs {
         margin: 50px 0 0;
    }
}
 @media(max-width:767px) {
     .single-product .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
         flex-direction: column;
         align-items: center;
    }
     #tab-reviews .product-review-tab {
         border: none;
         padding: 0;
    }
     .single-product .product-review-tab .review-wrap {
         margin: 0;
    }
     .single-product .woocommerce-tabs #tab-reviews #reviews {
         padding: 0;
    }
}
 @media(max-width:700px) {
     .title-wrap {
         flex-direction: column;
    }
}
 @media(max-width:575px) {
     .woocommerce-grouped-product-list-item__price .amount {
         font-size: 15px;
    }
     .woocommerce-grouped-product-list-item__price del .amount {
         font-size: 14px;
    }
     .single-product .single-product-thumb-content .single-product-thumb.single-product-default {
         padding: 0 10px;
         margin-bottom: 20px;
    }
     .single-product .single-product-thumb-content .single-product-thumb {
         padding: 0;
    }
}
 @media(max-width:480px) {
     .cat_group .cat_button {
         display: none;
    }
     .tt-banner .banner-text.tt-icon-center.text-center .banner-tag {
         display: none;
    }
     .tt-banner .banner-text.tt-icon-top.text-end {
         top: 25px;
         bottom: auto;
         width: 52%;
         left: auto;
         right: 25px;
         margin: auto;
    }
}
 @media(max-width:767px) {
     .thumbnail-wrap .timer {
         height: 35px;
    }
     .thumbnail-wrap .timer>svg {
         font-size: 12px;
    }
}
 @media(max-width:575px) {
     .up-sells h3, .single-product .recent-product .product-section-title, .related.products h3 {
         font-size: 25px;
         margin: 0 0 20px;
    }
     .product .product-button {
         font-size: 14px;
    }
     .eyevera-sale span {
         left: 8px;
         top: 8px;
    }
     .product-layout-default .product .content-wrap .product-attribute-wrap {
         display: none;
    }
     .thumbnail-wrap .timer {
         height: 30px;
    }
     .thumbnail-wrap .timer svg {
         font-size: 12px;
         margin-right: 10px;
    }
     .single-product .single-product-thumbnail .eyevera-sale span.onsale {
         right: 10px;
         top: 10px;
         font-size: 10px;
         left: auto;
    }
}
 @media(max-width:480px) {
     section .product .product-button {
         font-size: 13px;
    }
     .ui-tabs-nav .ui-tabs-tab {
         padding: 0 4px;
    }
     .title-wrap .product-title {
         text-align: center;
    }
     div.list_product_color {
         margin-right: 6px;
         height: 10px;
         width: 10px;
    }
     .product-attribute-wrap .list_size_attr {
         font-size: 11px;
    }
     .product-attribute-wrap .list_size_attr {
         padding-left: 8px;
         margin-left: 5px;
    }
     div.list_product_size {
         padding: 0 2px;
    }
     .product .quantity, .product .product-button {
         float: left;
    }
     .thumbnail-wrap .timer, .woocommerce-active.archive .site-main .products.grid-view .product .timer {
         height: 25px;
    }
     .thumbnail-wrap .timer svg, .woocommerce-active.archive .site-main .products.grid-view .product .timer svg {
         font-size: 9px;
         margin-right: 5px;
    }
}
/*---------------- end product block -------------- */
/* ---------------- start recent product ---------------- */
 @media(min-width:576px) {
     .woocommerce-active.archive .site-main .products .product, .woocommerce-active .site-main .product-recent .products .product {
         width: 33.33%;
    }
}
 @media(min-width:992px) and (max-width:1399px) {
     .product-recent .products.columns-6 .product .content-wrap .woocommerce-loop-product__title, .product-recent .products.columns-4 .product .content-wrap .woocommerce-loop-product__title {
         font-size: 13px;
         margin: 0 0 4px;
    }
     .product-recent .products.columns-6 .product .content-wrap .price span.price, .product-recent .products.columns-4 .product .content-wrap .price span.price {
         font-size: 13px;
    }
     .product-recent .products.columns-6 .product .content-wrap .wrap-rate .star-rating, .product-recent .products.columns-4 .product .content-wrap .wrap-rate .star-rating {
         font-size: 10px;
         width: 58px;
    }
     .product-recent .products.columns-6 .product .content-wrap div.list_product_color, .product-recent .products.columns-4 .product .content-wrap div.list_product_color {
         height: 10px;
         width: 10px;
    }
     .product-recent .products.columns-6 .product .content-wrap .list_size_attr, .product-recent .products.columns-4 .product .content-wrap .list_size_attr {
         font-size: 11px;
    }
     .product-recent .products.columns-6 .product .content-wrap .wrap-rate, .product-recent .products.columns-4 .product .content-wrap .wrap-rate {
         margin: 0 0 4px;
    }
     .product-recent .products.columns-6 .product .content-wrap .product-attribute-wrap, .product-recent .products.columns-4 .product .content-wrap .product-attribute-wrap {
         margin: 0 0 2px;
    }
     .product-recent .products.columns-4 .product .thumbnail-wrap .quantity input.qty {
         width: 25px;
    }
}
 @media(min-width:992px) {
     .woocommerce-active .site-main .products.columns-2 .product {
         width: 50%;
    }
     .woocommerce-active .site-main .products.columns-3 .product {
         width: 33.33%;
    }
     .woocommerce-active .site-main .products.columns-1 .product {
         width: 100%;
    }
     .woocommerce-active .site-main .products.columns-4 .product {
         width: 33.33%;
    }
     .woocommerce-active .site-main .products.columns-6 .product {
         width: 33.33%;
    }
     .woocommerce-active.archive .site-main .products.columns-5.grid-view .product {
         width: 33.33%;
    }
     .single-product .single-product-thumb-content {
         display: flex;
    }
     .single-product .eyevera-sale span.onsale {
         display: block;
    }
}
 @media(min-width:992px) and (max-width:1199px) {
     .woocommerce-active.archive .site-main .products.columns-6.grid-view .product {
         width: 33.33%;
    }
}
 @media(min-width:1200px) and (max-width:1399px) {
     .product-recent .products.columns-4 .product .thumbnail-wrap .product-button-wrap .btn-hv a::before {
         width: 40px;
    }
}
 @media(min-width:1200px) and (max-width:1599px) {
     .product-recent .products.columns-6 .product .thumbnail-wrap .product-button, .product-recent .products.columns-6 .product .thumbnail-wrap .product-button-wrap .btn-hv a {
         width: 35px;
    }
}
 @media(min-width:1200px) and (max-width:1599px) {
     .product-recent .products .product .thumbnail-wrap .product-button-wrap .btn-hv a, .product-recent .products .product .thumbnail-wrap .product-button {
         width: 40px;
    }
}
 @media(min-width:1200px) {
     .woocommerce-active .site-main .products.columns-6 .product, .woocommerce-active.archive .site-main .products.grid-view.columns-6 .product, .woocommerce-active.archive .site-main .products.grid-view.columns-5 .product, .woocommerce-active .site-main .products.columns-5 .product {
         width: 25%;
    }
}
 @media(min-width:1400px) and (max-width:1560px) {
     .product-recent .products.columns-5 .product .thumbnail-wrap .product-button-wrap .btn-hv a::before {
         font-size: 13px;
    }
     .product-recent .products .product .thumbnail-wrap .product-button-wrap .btn-hv a, .product-recent .products .product .thumbnail-wrap .product-button {
         width: 38px;
    }
}
 @media(min-width:576px) {
     .single-product.woocommerce-active .site-main .products.columns-5 .product {
         width: 33.33%;
    }
}
 @media(min-width:992px) {
     .single-product.woocommerce-active .site-main .products.columns-5 .product {
         width: 25%;
    }
     .single-product.woocommerce-active .site-main .recent-product .products.columns-5.grid-view.woo-default .product, .single-product.woocommerce-active .site-main .related.products .products.columns-5.grid-view.woo-default .product, .single-product.woocommerce-active .site-main .up-sells.upsells.products .columns-5.grid-view.woo-default .product {
         width: 20%;
         padding: 0 15px;
    }
}
 @media(min-width:1200px) {
     .single-product.woocommerce-active .site-main .products.columns-5 .product {
         width: 20%;
    }
}
 @media(min-width:1200px) {
     .woocommerce-active .site-main .products.columns-4 .product {
         width: 25%;
    }
     .woocommerce-active .site-main .products.columns-6 .product {
         width: 20%;
    }
     .woocommerce-active.archive .site-main .products.grid-view.columns-6 .product {
         width: 20%;
    }
     .woocommerce-active .site-main .products.columns-5 .product {
         width: 20%;
    }
}
 @media(min-width:1600px) {
     .woocommerce-active .site-main .products.columns-6 .product {
         width: 16.66667%;
    }
     .woocommerce-active.archive .site-main .products.grid-view.columns-6 .product {
         width: 16.66667%;
    }
     .woocommerce-active.archive .site-main .products.grid-view.columns-5 .product {
         width: 20%;
    }
     .trending_product .swiper-navigation .swiper-button.swiper-button-prev {
         left: -48px;
         right: auto;
         top: 12%;
         bottom: 0;
         margin: auto;
    }
     .trending_product .swiper-navigation .swiper-button.swiper-button-next {
         left: auto;
         right: -48px;
         top: 12%;
         bottom: 0;
         margin: auto;
    }
}
 @media(max-width:1400px) {
     .single-product .entry-summary .product_title {
         font-size: 22px;
    }
}
 @media(max-width:1199px) {
     .special-product-tab .title-wrap {
         margin: 0;
    }
     .single-product div.product .single-product-default .single-product-thumbnail .woocommerce-product-gallery .flex-viewport {
         margin: 0 0 30px;
    }
     .single-product .single-product-thumb-content .single-content-default {
         margin-left: 20px;
    }
     .single-product .summary.entry-summary {
         padding: 0 0 0 10px;
    }
     .single-product .related.products, .single-product .up-sells.upsells {
         margin: 0 0 10px;
    }
     .single-product .xs_social_share_widget, .single-product .prev_next_buttons {
         top: 20%;
    }
     .single-product .xs_social_share_widget {
         left: 20px;
    }
     .single-product .xs_social_share_widget ul li a .xs-social-icon, .single-product .prev_next_buttons a {
         height: 35px;
         width: 35px;
    }
     .single-product .xs_social_share_widget ul li a .xs-social-icon {
         line-height: 25px;
    }
     .single-product .site-main .xs_social_share_widget ul li a span {
         font-size: 12px;
    }
     .single-product .prev_next_buttons .product-nav-link svg, .single-product .prev_next_buttons a svg {
         font-size: 13px;
    }
     .single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
         padding: 0 0 0 20px;
    }
     .single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
         justify-content: center;
         display: flex;
         margin: 0 0 10px 0;
    }
     .single-product .woocommerce-tabs {
         margin: 20px 0;
    }
     .single-product #review_form_wrapper {
         padding: 30px;
         margin: 0;
         border-radius: 12px;
         overflow: hidden;
         border-radius: 0;
    }
     .single-product .woocommerce-tabs .woocommerce-Tabs-panel .theiaStickySidebar {
         width: 100%;
    }
}
 @media(max-width:991px) {
     .single-product .single-product-thumb-content .single-content-default {
         margin-left: 0;
    }
     .yith-wcqv-main.single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button.button-buy-now {
         padding: 13px 0;
    }
     .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button {
         width: 100%;
    }
     .yith-wcqv-main #yith-quick-view-content .cart-wrap {
         overflow: hidden;
    }
     section.product .cart-wrap a.product_type_variable::before {
         font-size: 23px;
    }
     section.product.product-type-grouped .cart-wrap a::before {
         font-size: 13px;
    }
     section.product.product-type-external .cart-wrap a::before {
         font-size: 12px;
    }
     .right-content-product, .right-content-filter {
         float: right;
    }
     .product .quantity input.qty {
         font-size: 13px;
         width: 25px;
    }
     .single-product .single-product-thumb, .single-product .single-product-detail {
         float: left;
         width: 100%;
         margin: 0 0 10px;
    }
     .single-product .related.products, .single-product .up-sells.upsells {
         margin: 0;
    }
     .single-product .summary.entry-summary {
         padding: 0;
    }
     .nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
         opacity: 1;
         margin: 0;
    }
     .single-product.thumbnail-slider-style2 .recent-product .owl-carousel .owl-nav, .single-product.thumbnail-slider-style2 .related.products .owl-carousel .owl-nav {
         display: none;
    }
     .single-product.thumbnail-slider-style2 .related.products {
         margin-top: 0;
    }
     .single-product.thumbnail-slider-style3 .related.products, .single-product.thumbnail-slider-style2 .related.products {
         margin-top: 40px;
    }
     .single-product .product-border::after {
         top: 0;
    }
     .single-product .woocommerce-tabs ul.tabs li a {
         font-size: 15px;
    }
     .single-product.thumbnail-slider-style3 .single-product-image, .single-product.thumbnail-slider-style3 .single-product-content {
         float: left;
         width: 100%;
    }
     .single-product.thumbnail-slider-style3 .single-product-content {
         margin: 0;
    }
     .single-product.thumbnail-slider-style1 .left-slider .summary.entry-summary {
         padding: 0;
    }
     .shop-sidebar .filter-close {
         position: absolute;
         width: 32px;
         height: 32px;
         right: 20px;
         left: auto;
         background: transparent;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
         top: 40px;
         bottom: auto;
         cursor: pointer;
    }
     .shop-sidebar .filter-close:hover {
         background: #f5f5f5;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     .shop-sidebar .filter-close::after, .shop-sidebar .filter-close::before {
         content: '';
         position: absolute;
         height: 2px;
         width: 15px;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         margin: auto;
         z-index: 2;
         transform-origin: 50% 50%;
         background-color: var(--secondary-color);
         opacity: 1;
         -moz-opacity: 1;
         -khtml-opacity: 1;
         -webkit-opacity: 1;
         visibility: visible;
         -moz-transition: -moz-transform ease .25s;
         -webkit-transition: -webkit-transform ease .25s;
         -o-transition: -o-transform ease .25s;
         -ms-transition: -ms-transform ease .25s;
         transition: transform ease .25s;
    }
     .shop-sidebar .filter-close::before {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
    }
     .shop-sidebar .filter-close::after {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    }
     .shop-sidebar .filter-close:hover::before {
         -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    }
     .shop-sidebar .filter-close:hover::after {
         -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
         transform: rotate(45deg);
    }
}
 @media(max-width:767px) {
     .product-recent .products .product .thumbnail-wrap .quantity {
         display: none;
    }
     .single-product .woocommerce-tabs ul.tabs li a {
         padding: 10px 14px;
    }
     .single-product .product .entry-summary .price {
         font-size: 16px;
    }
     .single-product.thumbnail-slider-style3 .prev_next_buttons {
         right: 10px;
    }
     .single-product.thumbnail-slider-style3 .xs_social_share_widget {
         left: 10px;
    }
}
 @media(max-width:767px) {
     .woocommerce-active.archive .site-main .products .product, .woocommerce-active .site-main .product-recent .products .product {
         width: 50%;
    }
     .single-product .buy-now-wrap .button{
         padding: 14px 0;
    }
     .single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button, .single-product .product .entry-summary .cart-wrap .product-button{
         padding: 13px 0;
    }
}
 @media(max-width:575px) {
     .single-product div.product .single-product-default .single-product-thumbnail .woocommerce-product-gallery .flex-viewport {
         margin: 0 0px 15px;
    }
     .single-product.thumbnail-slider-style2 .woocommerce-tabs {
         margin: 20px 0 0 0;
    }
     .single-product .single-product-thumb-content .single-product-detail {
         margin: 0;
    }
     .single-product .product .entry-summary .cart-wrap {
         padding: 0;
    }
     .offside .widget-area .filter-close, .cart-slider .cart-close, .topbar-close, .sticky-addToCart .sticky-close, .navbar-hamburger span.hamburger-close .hamburger-close-wrap, .search-icon .top-search .search-fix .product-search-close {
         width: 32px;
         height: 32px;
         right: 0;
    }
     .single-product .single-product-thumb, .single-product .single-product-detail {
         padding: 0 12px;
    }
     .woocommerce-active.archive .site-main .products .product .product-button-wrap .product.compare-button, .woocommerce-active .site-main .product-recent .products .product .product-button-wrap .product.compare-button {
         width: 100%;
         padding: 0;
    }
     .single-product.woocommerce-active .site-main .products.columns-5 .product {
         width: 50%;
    }
     .single-product .woocommerce-tabs ul.tabs li a {
         padding: 8px 14px;
    }
     .single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button, .single-product .product .entry-summary .cart-wrap .product-button {
         font-size: 14px;
    }
     .single-product .product .entry-summary .quantity .qty_button {
         height: 42px;
         width: 28px;
    }
     .product-360-slider-wrap .slider-popup-wrap svg, .product-360-button .product-popup svg {
         font-size: 12px;
    }
     .single-product .prev_next_buttons, .single-product .xs_social_share_widget {
         position: static;
         float: left;
         width: 100%;
         display: flex;
         flex-direction: row;
    }
     .single-product .site-main .xs_social_share_widget ul {
         flex-direction: row;
    }
     .single-product .single-product-thumb {
         margin: 0 0 20px;
    }
     .single-product .single-product-detail {
         margin: 0 0 20px;
    }
     .single-product.thumbnail-slider-style2 .single-product-detail {
         margin: 0;
    }
     .single-product.thumbnail-slider-style3 .single-product-content {
         padding-left: 10px;
         padding-right: 10px;
    }
     .single-product.thumbnail-slider-style2 .left-slider #nickx-gallery.nslick-initialized {
         width: 20%;
    }
     .single-product-thumbnail .eyevera-sale span.label {
         left: 20px;
         top: 10px;
    }
     .single-product .xs_social_share_widget ul li a .xs-social-icon {
         height: 35px;
    }
     .single-product .buy-now-wrap .button {
         font-size: 14px;
    }
     .single-product .prev_next_buttons a {
         height: 30px;
         width: 30px;
    }
     .single-product .prev_next_buttons a svg {
         font-size: 12px;
    }
     .single-product.thumbnail-slider-style3 .single-product-thumb-content {
         padding: 0 10px;
    }
     .single-product .entry-summary .product_title {
         font-size: 18px;
    }
     .single-product .woocommerce-product-details__short-description p {
         font-size: 13px;
         line-height: 20px;
         margin: 0 0 15px;
    }
     .thumbnail-slider-style2 .left-slider .product-360-slider-wrap .product-popup-wrap {
         bottom: 10px;
    }
     .single-product .entry-summary .product-attribute-wrap {
         margin: 0 0 15px;
    }
     .woocommerce-Reviews-title {
         font-size: 20px;
         text-align: center;
    }
     #review_form_wrapper {
         margin: 0 0 30px;
    }
     .single-product .related.products, .single-product .up-sells.upsells {
         padding: 0;
    }
     .single-product .product_meta {
         margin: 20px 0;
         padding: 20px 0;
    }
     .single-update-price {
         margin: 15px 0 0;
    }
     #tab-reviews .product-review-tab {
         width: 100%;
    }
     .sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content {
         margin: 0;
    }
}
 @media(max-width:480px) {
     .woocommerce-active.archive .site-main .products .product, .woocommerce-active .site-main .product-recent .products .product {
         padding: 0 10px;
    }
     #review_form_wrapper .comment-respond .comment-reply-title {
         font-size: 14px;
    }
     .thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar, .thumbnail-slider-style3 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
         width: 77%;
    }
     .woocommerce-active.archive .products.list-view .product .product-content-wrap .list-content-wrap .product-attribute-wrap {
         justify-content: center;
         display: none;
    }
     .woocommerce-active.archive .site-main .products .product, .woocommerce-active .site-main .product-recent .products .product {
         width: 100%;
    }
     .single-product .product .entry-summary .cart-wrap {
         width: 100%;
    }
     #review_form_wrapper {
         padding: 12px;
    }
     input[type="submit"] {
         padding: 12px 18px;
    }
}
/* ---------------- end recent product ---------------- */
 @media(max-width:1199px) {
     .woocommerce-active.archive.product-layout-default .products.columns-4 .product .quantity input.qty {
         width: 25px;
    }
     .woocommerce-active.archive.product-layout-default .products.columns-3 .product .quantity .qty_button {
         height: 35px;
    }
     .site .header-top ul li span {
         font-size: 14px;
    }
     .site .header-top ul li span svg {
         margin-inline-end: 5px;
        /* width: 12px;
         height: 12px;
         */
    }
     .header-top ul a svg{
         margin-inline-end: 5px;
    }
}
 @media(max-width:991px) {
     .woocommerce-active.archive .site-main .products.grid-view .product .timer {
         display: none;
    }
     .single-product .single-product-thumb-content .single-product-detail {
         padding: 0;
    }
     section.product .cart-wrap a.product_type_variable::before {
         top: -4px;
    }
}
/* ---------------- start shop page ---------------- */
 @media(min-width:576px) {
     .shop-nosidebar .product-top-sorting .woocommerce-result-count {
         flex-grow: 1;
         flex-basis: 0;
    }
}
 @media(min-width:576px) {
     .full-sidebar #post_sidebar .widget-area .widget {
         border: none;
         width: 50%;
         border-right: 1px solid var(--border-color-01);
         padding: 0 20px;
    }
     .full-sidebar #post_sidebar .widget-area .widget:last-child {
         border: none;
    }
}
 @media(min-width:768px) {
     .full-sidebar #post_sidebar .widget-area .widget {
         width: 33.33%;
    }
}
 @media(min-width:768px) and (max-width:992px) {
     .full-sidebar #post_sidebar .widget-area .widget:nth-child(3n) {
         border: none;
    }
}
 @media(min-width:992px) {
     .full-sidebar #post_sidebar .widget-area .widget {
         float: left;
         width: 25%;
    }
     .shop-nosidebar.full-sidebar .widget-area {
         margin-left: -20px;
         margin-right: -20px;
    }
     .shop-nosidebar.full-sidebar .widget-area .widget.woocommerce {
         padding: 0 20px;
    }
     .full-sidebar .widget-area .widget.woocommerce:nth-child(4n) {
         border: none;
    }
     .shop-sidebar .product-top-sorting .toggle-filter {
         display: none;
    }
}
 @media(min-width:1200px) {
     .sidebar-filter {
         width: 20%;
    }
     .shop-product {
         width: 80%;
    }
}
 @media(max-width:1559px) {
     .product-top-sorting {
         margin: 0 0 30px;
    }
     .woocommerce-active.archive .offsidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .offsidebar-left .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .offsidebar-right .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0 35px;
    }
     .woocommerce-active.archive .offsidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .offsidebar-left .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .offsidebar-right .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 35px;
    }
     .woocommerce-active.archive .offsidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a, .woocommerce-active.archive .offsidebar-left .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a, .woocommerce-active.archive .offsidebar-right .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .woocommerce-active.archive .offsidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before, .woocommerce-active.archive .offsidebar-left .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before, .woocommerce-active.archive .offsidebar-right .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
         font-size: 12px;
    }
     .woocommerce-active.archive .offsidebar .site-main .products.list-view .product .timer, .woocommerce-active.archive .offsidebar-left .site-main .products.list-view .product .timer, .woocommerce-active.archive .offsidebar-right .site-main .products.list-view .product .timer {
         width: 210px;
         height: 35px;
    }
}
 @media(max-width:1199px) {
     .product-top-sorting {
         margin: 0 0 20px;
    }
     .up-sells .products .row, .related.products .products .row, .recent-product .products .row {
         margin: 0;
    }
}
 @media(max-width:991px) {
     .no-results.not-found {
         padding: 20px;
    }
     header .right-header {
         flex: 1;
         order: 3;
    }
     header .header-logo {
         flex: 2;
         order: 2;
         text-align: center;
    }
     .header_style.site-header .main-navigation {
         flex: 1;
         order: 1;
         padding: 12px 0;
    }
     .product .quantity .qty_button {
         height: 30px;
         width: 30px;
    }
     .no-results .tt-page-content>p {
         padding: 15px;
         margin: 0 0 20px;
         font-size: 15px;
    }
     .search .search_box button[type="submit"]>svg {
         font-size: 14px;
    }
     .product-top-sorting .filter {
         font-size: 13px;
    }
     .woocommerce.widget .widget-title {
         font-size: 15px;
    }
     .toggle-res .woocommerce.widget .widget-title::before {
         font-size: 11px;
         right: 15px;
    }
     .offside .woocommerce.widget .widget-title::before {
         display: none;
    }
     .widget-area .widget.woocommerce {
         border: none;
         padding: 0;
    }
     .offside .widget-area .widget.woocommerce {
         margin: 0 0 20px;
    }
     .widget.woocommerce .toggle-sub-menu::before {
         font-size: 11px;
    }
     .full-sidebar #post_sidebar .widget-area {
         margin-bottom: 30px;
         margin-top: 0;
    }
     .product-top-sorting .filter .fa-align-right {
         font-size: 12px;
    }
     .shop-sidebar #post_sidebar {
         float: left;
         width: 100%;
         position: fixed;
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         z-index: 999;
         visibility: hidden;
         padding: 0;
    }
     .toggle-filter #post_sidebar {
         visibility: visible;
    }
     .shop-nosidebar #offsidebar .widget-area, .shop-sidebar #post_sidebar .widget-area {
         position: absolute;
         top: 0;
         bottom: 0;
         width: 300px;
         background: #fff;
         padding: 60px 20px 20px;
         overflow: auto;
         scrollbar-width: thin;
         scrollbar-color: #a0a0a0 #f5f5f5;
         height: 100vh;
         border-left: 1px solid var(--border-color-01);
    }
     .toggle-filter .shop-sidebar .toggle-res .widget-area {
         transform: translateX(0);
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -o-transform: translateX(0);
         -ms-transform: translateX(0);
    }
     .shop-sidebar .left-content-filter .widget-area {
         right: auto;
         left: 0;
         transition: all 500ms ease-in-out 0s;
         -webkit-transition: all 500ms ease-in-out 0s;
         -moz-transition: all 500ms ease-in-out 0s;
         -o-transition: all 500ms ease-in-out 0s;
         -ms-transition: all 500ms ease-in-out 0s;
         transform: translateX(-150%);
         -webkit-transform: translateX(-150%);
         -moz-transform: translateX(-150%);
         -o-transform: translateX(-150%);
         -ms-transform: translateX(-150%);
    }
     .shop-sidebar .right-content-filter .widget-area {
         right: 0;
         left: auto;
         transition: all 500ms ease-in-out 0s;
         -webkit-transition: all 500ms ease-in-out 0s;
         -moz-transition: all 500ms ease-in-out 0s;
         -o-transition: all 500ms ease-in-out 0s;
         -ms-transition: all 500ms ease-in-out 0s;
         transform: translateX(100%);
         -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
         -o-transform: translateX(100%);
         -ms-transform: translateX(100%);
    }
}
 @media(max-width:767px) {
     .shop-nosidebar .product-sort-view {
         margin-right: 8px;
    }
     .tt-banner .banner-text.tt-icon-right.text-start {
         width: 57%;
    }
     .woocommerce-active.archive .site-main .products.columns-6 .product .timer {
         height: 30px;
         padding: 0 8px;
    }
     .woocommerce-active.archive .site-main .products.columns-6 .product .timer svg {
         font-size: 10px;
         margin-right: 5px;
    }
}
 @media(max-width:700px) {
     .product-top-sorting .filter {
         font-size: 12px;
         padding: 3px 12px;
    }
     .product-top-sorting .woocommerce-result-count {
         font-size: 12px;
    }
     .product-top-sorting .woocommerce-ordering {
         margin-right: 10px;
    }
     .product-top-sorting .toggle-filter {
         margin-left: 0;
         padding: 0;
    }
     .product-top-sorting .woocommerce-ordering .select-wrap select {
         padding: 5px 25px 5px 10px;
    }
     .product-top-sorting .select-wrap select {
         padding: 5px 9px 5px 5px;
    }
     .product-top-sorting .woocommerce-ordering .select-wrap .select-wrap::after {
         right: 12px;
    }
     .product-top-sorting .select-wrap select {
         font-size: 12px;
    }
}
 @media(max-width:575px) {
     .no-results .tt-page-content>p {
         font-size: 14px;
    }
     .search-form input[type="search"], .widget.widget_search input[type="search"], .wp-block-search input[type="search"] {
         height: 40px;
    }
     .product-top-sorting .filter, .woocommerce-active .site-main .container .left.filter, .woocommerce-active .site-main .container .right.filter {
         padding: 5px 8px;
         font-size: 10px;
         margin: 0;
    }
     .shop-nosidebar .product-top-sorting {
         display: flex;
         flex-wrap: wrap;
    }
     .shop-nosidebar .product-top-sorting .product-sort-view {
         margin-right: 10px;
    }
     .shop-nosidebar .product-top-sorting .woocommerce-result-count {
         line-height: inherit;
    }
     .product-top-sorting .woocommerce-result-count, .product-top-sorting .woocommerce-ordering, .product-top-sorting .woocommerce-perpage {
         float: left;
    }
     .product-top-sorting .woocommerce-result-count {
         line-height: 30px;
         margin-bottom: 5px;
    }
     .product-top-sorting .product-sort-view {
         margin: 0 0 5px;
    }
     .shop-nosidebar .product-top-sorting .woocommerce-result-count {
         flex-shrink: 1;
    }
     .product-top-sorting .toggle-filter {
         order: 0;
    }
     .shop-nosidebar .product-top-sorting .woocommerce-ordering {
         margin-right: 5px;
    }
     .product-top-sorting .woocommerce-ordering {
         margin-right: 10px;
    }
     .product-top-sorting .select-wrap select {
         padding: 5px 10px 5px 5px;
    }
     .full-sidebar #post_sidebar .widget-area {
         margin: 0 auto 30px;
    }
     .site-main .container .left, .site-main .container .right {
         font-size: 12px;
    }
     .woocommerce-active .site-main .container .left, .woocommerce-active .site-main .container .right {
         padding: 0 25px;
    }
     .product-top-sorting .filter .fa-align-right {
         font-size: 10px;
         margin: 0 0 0 5px;
    }
     .product-top-sorting .filter .fa-align-right {
         font-size: 9px;
    }
     .product-top-sorting .woocommerce-ordering .select-wrap select {
         padding-right: 8px;
    }
}
/* ---------------- end shop page ---------------- */
/* -------------- start list view ----------------- */
 @media(max-width:1400px) {
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span, .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
         font-size: 15px;
    }
     .back-to-top::after {
         height: 45px;
         width: 45px;
         line-height: 45px;
    }
     .product .cart-wrap a.loading {
         color: #fff;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         padding: 0px 14px 0px 14px;
    }
     .product .category-morden .content-wrap .title_price a::after {
         width: 21%;
    }
     .up-sells h3, .single-product .recent-product .product-section-title, .related.products h3 {
         font-size: 26px;
         margin: 0 0 25px;
    }
}
 @media(max-width:1199px) {
     .single-product .product.product-type-simple .entry-summary .cart-wrap {
         width: 76%;
    }
     .product .category-morden .content-wrap .title_price a::after {
         width: 4%;
    }
     .single-product .product .entry-summary .quantity {
         width: 24%;
    }
     .products.short-view section.product.product-type-external .cart-wrap a::before {
         left: 16px;
    }
     .products.short-view section.product.product-type-grouped .cart-wrap a::before {
         left: 9px;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         margin: 0 4px 0 0;
    }
     .products.short-view section.product .cart-wrap a.product_type_variable::before {
         left: 13px;
    }
     .woocommerce-active.archive .products.short-view .product .price {
         display: flex;
         flex-direction: row-reverse;
         justify-content: left;
         margin: 0 0 6px;
         line-height: 20px;
         flex-direction: column-reverse;
    }
     .woocommerce-active.archive .products.short-view .product .price del::after {
         display: none;
    }
     .woocommerce-active.archive .products.short-view .product .price del {
         margin: 0;
    }
     .woocommerce-active.archive .products.short-view .product .price del bdi {
         font-size: 12px;
    }
     .woocommerce-active.archive .products.short-view .product .price {
         font-size: 14px;
         line-height: 19px;
    }
     .woocommerce-active.archive .products.short-view .product .price del::before {
         width: 55%;
         background: var(--body-text-color);
    }
     .woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
         font-size: 12px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         height: 40px;
         width: 40px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
         font-size: 13px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
         width: 70px;
    }
     .woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product {
         width: 100%;
    }
}
 @media(max-width:991px) {
     .products.short-view section.product .cart-wrap a.product_type_variable::before, .products.short-view section.product.product-type-grouped .cart-wrap a::before, .products.short-view section.product.product-type-external .cart-wrap a::before {
         left: 0;
         right: 0;
         justify-content: center;
    }
     .archive .product .product-button.loading::before {
         left: 26%;
    }
     .archive section.product .cart-wrap a.product_type_variable::before {
         left: 21%;
    }
     .archive section.product.product-type-external .cart-wrap a::before {
         left: 25%;
    }
     .archive section.product .cart-wrap a.product_type_variable::before {
         left: 21%;
    }
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span, .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
         font-size: 14px;
    }
     .single-product .product .entry-summary .quantity {
         width: 15%;
    }
     .product .category-morden .content-wrap .title_price a::after {
         width: 44%;
    }
     .single-product .product.product-type-simple .entry-summary .cart-wrap {
         width: 85%;
    }
     .short-view .product .list-content-wrap {
         flex-direction: column;
    }
     .single-product .single-product-thumb-content .single-product-detail {
         padding: 20px 0 0 0;
    }
     .short-view .product .list-content-wrap .list-cart-wrap, .short-view .product .list-content-wrap .list-price, .short-view .product .list-content-wrap .list-content {
         width: 100%;
         padding: 0;
    }
     .products.list-view .product .product-button-wrap .product-button-hv {
         width: 100%;
    }
     .products.list-view section.product .cart-wrap {
         padding: 0;
    }
     .short-view .product .list-content-wrap .list-price .price {
         justify-content: start;
    }
     .short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
         align-items: start;
         flex-direction: row;
         width: 100%;
    }
     .short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
         margin: 0 4px 0 0;
    }
     .list-view .product .quantity, .woocommerce-active.archive .list-view .product .product-button-wrap .btn-hv.quickview {
         display: block;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
         font-size: 14px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
         width: 55px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
         margin: 0 4px;
    }
     .left-sidebar.shop-sidebar .left-content-filter {
         order: 2;
    }
     .header-top {
         display: none;
    }
     .woocommerce-active.archive .products.short-view .product .price del::after {
         display: block;
    }
     .woocommerce-active.archive .products.short-view .product .price del::before {
         width: 72%;
         right: 0;
         left: auto;
    }
     .woocommerce-active.archive .products.short-view .product .price del::after {
         left: -44px;
         top: 0;
         bottom: 0;
         margin: auto;
    }
     .products.short-view .product .product-button-wrap .product-button-hv {
         width: 100%;
    }
     .short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .cart-wrap {
         margin: 0 4px 0 0;
    }
     .short-view section.product .cart-wrap {
         padding: 0;
    }
     .woocommerce-active.archive .products.short-view .product .price {
         flex-direction: row-reverse;
    }
}
 @media(max-width:767px) {
     .product .category-morden .content-wrap .title_price a::after {
         width: 22%;
    }
     #yith-quick-view-modal #yith-quick-view-content {
         padding: 15px;
    }
     .archive .product .product-button.loading::before {
         left: 27%;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size, .woocommerce-active.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size {
         margin: 5px;
    }
     .hotspot-button svg {
         width: 11px;
         height: 11px;
    }
     .waves {
         width: 45px;
         height: 45px;
         right: -10px;
         bottom: -10px;
    }
     .image-hotspot .category-url {
         bottom: -30px;
         right: 40px;
    }
     .image-hotspot .category-url.cat-img-2 {
         top: 15px;
    }
     .single-product .product .entry-summary .quantity {
         width: 18%;
    }
     .single-product .product.product-type-simple .entry-summary .cart-wrap {
         width: 82%;
    }
     .single-product .buy-now-wrap {
         width: 100%;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity .qty_button {
         height: 35px;
         width: 20px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity input.qty {
         width: 30px;
         font-size: 13px;
    }
     .list-view .product .list-content-wrap {
         flex-direction: column;
    }
     .woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list, .list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
         justify-content: start;
    }
     .list-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
         float: left;
         width: 100%;
         display: block;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button, .list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
         margin: 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button, .list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
         float: left;
         width: auto;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
         margin: 0 4px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
         margin-right: 2px;
    }
}
 @media (max-width:767px) and (min-width:576px) {
     .full-sidebar .products .quantity {
         display: none;
    }
}
 @media(max-width:575px) {
     .woocommerce-active.archive .site-main .products.short-view .product .timer svg, .woocommerce-active.archive .site-main .products.list-view .product .timer svg {
         width: 14px;
         height: 14px;
    }
     .archive .product .product-button.loading::before {
         right: auto;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer {
         width: 150px;
         height: 30px;
    }
     .short-view .list-content-wrap .list-description {
         display: none;
    }
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery span, .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping span {
         font-size: 13px;
    }
     .short-view .product-attribute-wrap {
         display: none;
    }
     .list-content .timer>div>p, .thumbnail-wrap .timer>div>p {
         font-size: 12px;
    }
     .list-view .product .product-button-wrap .compare.btn-hv {
         display: block;
    }
     .list-view .product-content-wrap .list-cart-wrap .product-button-wrap {
         justify-content: center;
    }
     .woocommerce-active.archive .list-view .product .list-cart-wrap .quantity-list {
         display: none;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .quantity .qty_button {
         height: 30px;
         width: 20px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
         padding: 8px 15px 8px 30px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
         font-size: 13px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a, .woocommerce-active.archive .shop-nosidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .woocommerce-active.archive .outofstock .thumbnail-wrap .out-of-stock {
         font-size: 10px;
         height: 50px;
         width: 50px;
    }
     .woocommerce-active.archive.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr {
         font-size: 13px;
    }
     .woocommerce-active.archive.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_color_attr .list_product_color {
         height: 12px;
         width: 12px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
         margin: 0 3px;
    }
}
 @media(max-width:480px) {
     .woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         width: 35px;
         height: 35px;
    }
     .single-product .product-type-variable .woocommerce-tabs ul.tabs {
         justify-content: start;
    }
     .product-layout-default .short-view .product-content-wrap .thumbnail-wrap {
         width: 25%;
    }
     .archive section.product.product-type-external .cart-wrap a::before {
         left: 30%;
    }
     .archive .product .product-button.loading::before {
         left: 30%;
    }
     .short-view .product .list-content-wrap {
         padding: 0 10px 0 5px;
    }
     .short-view .product .list-content-wrap {
         width: 75%;
    }
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery p, .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping p {
         padding: 0 0 0 10px;
    }
     .short-view .product .list-content-wrap .list-price {
         margin: 0 0 5px;
    }
     .short-view .list-timer {
         display: none;
    }
     .woocommerce-active.archive .products.short-view .product .price {
         margin: 0;
    }
     .short-view .product .list-content-wrap .list-price {
         margin: 0;
    }
     .woocommerce-shop .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv {
         margin: 0 4px 0 0;
    }
     .woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product {
         padding-bottom: 20px;
    }
     .short-view .product .list-content-wrap .list-cart-wrap .cart-button-list .product-button-wrap {
         margin: 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button, .woocommerce-active.archive .products.list-view .product .list-cart-wrap .product-button {
         height: 35px;
    }
     .woocommerce-active.archive .site-main .products.list-view .product .timer {
         margin: 0 0 8px;
    }
     .shop-nosidebar .list-view .product .thumbnail-wrap, .shop-nosidebar .list-view .product .list-content-wrap {
         float: left;
         width: 100%;
    }
     .shop-nosidebar .list-view .product .list-content-wrap .list-cart-wrap {
         align-items: center;
    }
     .woocommerce-active.archive .site-main .shop-nosidebar .products.list-view .product .timer {
         margin: 0 0 5px;
    }
}
/* -------------- end list view ----------------- */
 @media(max-width: 1199px) {
     .header_style .site-branding a.dropdown-back {
         padding: 0;
    }
}
 @media(max-width: 991px) {
     .single-product .up-sells.upsells .product .product-button-wrap .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .header_style.site-header .site-branding {
         padding: 0;
         display: none !important;
    }
     .product .category-morden .product-button-wrap {
         transform: translateX(0);
         opacity: 1;
    }
}
 @media(max-width: 767px) {
     .up-sells h3, .single-product .recent-product .product-section-title, .related.products h3 {
         font-size: 25px;
         margin: 0 0 20px;
    }
     .single-product .up-sells.upsells .product .product-button-wrap .btn-hv a {
         height: 30px;
         width: 30px;
    }
}
 @media(max-width: 575px) {
     .swiper-navigation .swiper-button.swiper-button-prev {
         width: 26px;
         height: 26px;
    }
     .swiper-navigation .swiper-button.swiper-button-next {
         width: 26px;
         height: 26px;
    }
     .Categories .product-category.category-slider .wpcategories-content .categories-tag, .Blog-section-title .text-tag, .title-wrap .product-title .title-text-tag {
         font-size: 28px;
    }
     .single-product .product .entry-summary .cart-wrap .product-button {
         padding: 12px 0;
    }
     .page-content, .entry-content, .entry-summary {
         padding: 0 12px;
    }
     .service-block.swiper-slider .tt-feature-box-containt p {
         font-size: 13px;
         line-height: 17px;
         padding: 0;
    }
     .single-product .buy-now-wrap .button {
         padding: 12px 0;
    }
     .single-product .product .entry-summary .product-button-wrap .btn-hv a {
         font-size: 13px;
    }
     .single-product .product .entry-summary .product-button-wrap .btn-hv a span {
         font-size: 13px;
    }
     .page-header .title {
         font-size: 16px;
    }
     .page-header .breadcrumbs #crumbs a svg {
         width: 13px;
         height: 13px;
    }
     .page-header .breadcrumbs #crumbs span.active {
         font: 400 13px/16px var(--secondary-font);
    }
}
/* end slider */
 @media(max-width: 1199px) {
     .widget ul li>ul {
         margin-left: 15px;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
         padding: 0 0 0 30px;
    }
     .single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
         width: 100%;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
         padding: 0 30px 0 0;
    }
     .woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
         font-size: 18px;
    }
     .woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
         margin: 13px 0;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
         display: block;
    }
     .thumbnail-slider-style1 #tab-reviews .product-review-tab {
         padding: 0;
         border: none;
         display: flex;
         justify-content: center;
         width: 100%;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
         padding: 0;
    }
}
 @media(max-width: 991px) {
     .woocommerce-account .woocommerce #customer_login .u-column {
         border: none;
         padding: 0;
    }
     .product-button-hv .cart-wrap .product-button.loading::before {
         left: 0;
         right: 0;
    }
     .single-product .product .entry-summary .cart-wrap .product-button.loading::before {
         left: 41%;
    }
     .product-layout-default .short-view section.product .cart-wrap .product-button svg, .product-layout-default .list-view section.product .cart-wrap .product-button svg {
         width: 16px;
    }
     .single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
         width: 100px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
         width: auto;
         height: 40px;
         overflow: inherit;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
         font-size: 14px;
    }
     .woocommerce-account .woocommerce #customer_login .u-column1 {
         margin: 0 0 30px;
         border-bottom: 1px solid #e5e5e5;
         padding: 0 0 30px;
    }
     footer .widget-wrap .widget .widget-title {
         position: relative;
    }
     footer .widget-wrap .widget .footer-click {
         position: absolute;
         right: 0;
         left: auto;
         top: 0;
         bottom: 0;
         margin: auto;
         font-weight: 600;
         cursor: pointer;
    }
     footer .widget-wrap .widget .footer-click::after {
         content: '\2b';
         font-family: 'Font Awesome 5 Free';
         font-weight: 600;
         font-size: 18px;
    }
     footer .widget-wrap .widget.widget_eyevera_widget_social_media .widget-title::after, footer .widget-wrap .widget .footer-newsletter .widget-title::after {
         display: none;
    }
     .thumbnail-slider-style1 #tab-reviews .product-review-tab .review-wrap {
         margin: 0 0 20px;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
         width: 25%;
    }
}
 @media(max-width: 767px) {
     .single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews {
         display: block;
    }
     .tt-section-title p {
         margin: 0 0 20px 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
         margin-right: 3px;
    }
     .product-layout-default .short-view section.product .cart-wrap .product-button svg, .product-layout-default .list-view section.product .cart-wrap .product-button svg {
         width: 15px;
         height: auto;
    }
     .site-header .site-main-wrap {
         margin: 0;
    }
     .thumbnail-slider-style1 #tab-reviews .product-review-tab .review-wrap {
         margin: 0 0 20px;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews #comments {
         margin: 0 0 10px;
    }
     .page-header .title {
         font-size: 18px;
    }
}
 @media(max-width: 575px) {
     .woocommerce-account button[type="submit"] {
         padding: 10px 20px;
         font-size: 14px;
    }
     div.list_product_color.select_variation::after {
         height: 16px;
         width: 16px;
    }
     .page-header .title {
         font-size: 16px;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs #tab-reviews #reviews #comments {
         width: 100%;
    }
     .thumbnail-slider-style1 #tab-reviews .product-review-tab {
         width: 100%;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap {
         padding: 0;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap .review_tab {
         margin: 0;
    }
     .single-product.thumbnail-slider-style1 .product-review-tab .review-wrap, .single-product.thumbnail-slider-style1 .woocommerce-Reviews #comments {
         margin: 0;
    }
     .woocommerce-account .woocommerce {
         display: flex;
         flex-direction: column;
    }
     .woocommerce-edit-address .woocommerce-Address, .woocommerce-account .woocommerce .woocommerce-MyAccount-content, .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
         width: 100%;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
         padding: 0;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
         border: none;
         border-bottom: 1px solid #e5e5e5;
         margin: 0 0 20px;
    }
     .single-product .product_meta {
         margin: 15px 0 ;
         padding: 20px 0 ;
    }
     .woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul {
         display: flex;
         justify-content: space-between;
         overflow: auto;
    }
     .woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li {
         margin: 0 0 10px;
         width: auto;
         padding: 0 10px;
         flex: 0 0 auto;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message {
         padding: 10px;
    }
     .woocommerce-account .woocommerce .woocommerce-MyAccount-content .woocommerce-Message .woocommerce-Button {
         float: none;
         padding: 5px 10px;
         justify-content: center;
         display: flex;
         align-items: center;
         text-align: center;
    }
     .woocommerce-account .woocommerce-MyAccount-content .edit-account fieldset {
         padding: 15px 15px;
         margin: 0 0 15px;
    }
     .woocommerce-account button[type="submit"] {
         width: 130px;
         height: 40px;
    }
     .woocommerce-account #primary .woocommerce .woocommerce-MyAccount-navigation ul li a {
         font-size: 16px;
    }
     .woocommerce-MyAccount-content .woocommerce-Addresses {
         display: block;
    }
     .related .row {
         margin: 0;
    }
}
 @media (max-width:1199px) {
     body #page .site-main .our_team {
         display: none;
    }
}
/* back-to-top */
 @media(max-width:1199px) {
     .back-to-top::after, .back-to-top {
         height: 44px;
         width: 44px;
    }
     .back-to-top::after {
         line-height: 44px;
         font-size: 14px;
    }
}
 @media(max-width:767px) {
     .back-to-top::after, .back-to-top {
         height: 36px;
         width: 36px;
    }
     .back-to-top::after {
         line-height: 40px;
         font-size: 12px;
    }
     .back-to-top {
         bottom: 70px;
    }
}
 @media(max-width:767px) {
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
         width: 100%;
    }
     #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper a {
         width: 100%;
         height: 100%;
         display: block;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
         height: auto;
         padding: 0;
    }
}
 @media(max-width:575px) {
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
         padding: 0;
         margin: 15px 0 0;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary, .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
         width: 100%;
         margin: auto;
    }
     .yith-wcqv-wrapper .single-product .entry-summary .product_meta {
         margin: 20px 0 0;
    }
     #yith-quick-view-modal .cart.grouped_form .group_table tr td {
         width: 50%;
    }
     #yith-quick-view-modal .single_variation_wrap .woocommerce-variation-add-to-cart {
         flex-direction: column;
    }
     .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button {
         margin: 0;
         height: 45px;
    }
     #yith-quick-view-modal .single-product .product .entry-summary .cart-wrap {
         width: 100%;
    }
     #yith-quick-view-modal .single-product .product .entry-summary .variations_button .cart-wrap{
         margin-bottom: 10px;
    }
     #yith-quick-view-modal .single-product .woocommerce-product-rating .star-rating::before, #yith-quick-view-modal .single-product .woocommerce-product-rating .star-rating span::before {
         font-size: 12px;
    }
     #yith-quick-view-modal .single-product .entry-summary .product_title {
         font-size: 18px;
    }
     .yith-wcqv-wrapper .entry-summary div.list_product_color, .single-product .single-product-thumb-content .single-product-detail .entry-summary .list_color_attr .list_product_color {
         height: 25px;
         width: 25px;
    }
     .single-product .entry-summary div.list_product_color.select_variation::after, .single-product .entry-summary div.list_product_color:hover::after {
         height: 31px;
         width: 31px;
         left: -3px;
         top: -3px;
    }
     .yith-wcqv-wrapper .entry-summary div.list_product_size, .single-product .single-product-thumb-content .single-product-detail .entry-summary .list_size_attr .list_product_size {
         font-size: 13px;
         height: 25px;
         width: 25px;
         line-height: 21px;
    }
     .yith-wcqv-wrapper .entry-summary .product_meta {
         margin: 20px 0;
         padding: 20px 0;
    }
     .search-results .product-data .product-sku, .search-results .product-data .product-categories {
         display: none;
    }
     .cart.grouped_form .group_table tr .quantity {
         margin: 0;
    }
     .full-sidebar #post_sidebar .widget-area .widget.woocommerce.widget_layered_nav_filters .widget-title {
         margin-bottom: 10px;
         padding-bottom: 10px;
    }
     #yith-quick-view-modal .single-product.woocommerce span.onsale {
         top: 15px;
         left: 15px;
    }
}
 @media(max-width:1600px) {
     .error404 .search-form.search__form, .error-404.not-found .page-content {
         width: 40%;
    }
}
/* cart */
 @media(max-width:991px) {
     .cart-content-left {
         margin: 0 0 40px;
    }
     footer .footer-01 section.widget.widget_eyevera_widget_about_text .footer-click {
         display: none;
    }
     #yith-quick-view-modal .variations_form .variations td.value .select_box .select_option {
         width: 35px;
         height: 35px;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
         padding: 0px;
    }
     .variations_form .variations td.value .select_box.attribute_pa_color .select_option span {
         width: 27px;
         height: 27px;
    }
     footer .main-footer .footer-03, footer .main-footer .footer-04, footer .main-footer .footer-05, footer .main-footer .footer-06 {
         border-top: none;
    }
     .menu-my-accounts-container {
         display: none;
    }
     .error404 .search-form.search__form, .error-404.not-found .page-content {
         width: 50%;
    }
}
 @media(max-width:767px) {
     .product-quantity .cart-qty-wrap {
         float: left;
         width: 100%;
         display: flex;
         justify-content: center;
    }
     .error404 .search-form.search__form:not(.error404 header .search-form.search__form), .error404 .search-form.search__form, .error-404.not-found .page-content {
         width: 60%;
    }
}
 @media(max-width:575px) {
     .tt-post-meta-wrap div::after, .tt-post-meta-wrap div.tt-post-category a::after {
         height: 4px;
         width: 4px;
    }
     .single-product .woocommerce-tabs .woocommerce-Tabs-panel .woocommerce-Reviews-title {
         font-size: 16px;
    }
     .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::after, .search .search_box button[type="submit"]>svg {
         font-size: 13px;
    }
     .cart-content-left {
         margin: 0 0 30px;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.images {
         padding: 0px;
         display: block;
         float: left;
         width: 100%;
    }
     .error-404.not-found .page-content {
         width: 100%;
    }
     .error-404.not-found .page-content p {
         font-size: 15px;
    }
     .error-404.not-found h3 {
         font-size: 25px;
    }
     .error-404.not-found h2 {
         font-size: 110px;
    }
     .error404 .search-form.search__form {
         width: 100%;
    }
     .error-404.not-found {
         margin-bottom: 60px;
         padding: 0 15px;
    }
     .error-404.not-found .search {
         margin: 0 0 50px;
    }
     .search-form .search_box input[type="search"] {
         font-size: 14px;
    }
     .woocommerce-checkout-payment ul li label, .woocommerce-checkout-payment ul li .payment_box p {
         font-size: 13px;
    }
     .woocommerce-active .woocommerce {
         padding: 0 15px;
    }
     .woocommerce-active .woocommerce.compare-button {
         padding: 0;
    }
}
 @media(max-width:1500px) {
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         width: 47%;
    }
}
 @media(max-width:1199px) {
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap {
         padding: 0 0 0 10px;
    }
     .woocommerce-checkout .woocommerce .checkout #customer_details {
         padding: 0 10px 0 0;
    }
}
 @media(max-width:991px) {
     .woocommerce-checkout .woocommerce .checkout {
         flex-direction: column;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap, .woocommerce-checkout .woocommerce .checkout #customer_details {
         margin: 0;
         padding: 0;
    }
     .woocommerce-checkout .woocommerce .checkout #customer_details {
         margin: 0 0 40px;
    }
}
 @media(max-width:575px) {
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
         padding: 30px;
    }
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         width: 100%;
    }
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         margin: 0 0 30px;
    }
     .woocommerce-active .site-main>.container {
         padding: 0;
    }
     .woocommerce-lost-password .woocommerce .lost_reset_password {
         padding: 15px;
    }
     .woocommerce-lost-password .woocommerce .lost_reset_password p.form-row.woocommerce-form-row--first {
         margin: 0 0 15px;
    }
}
/* ------- stickyadd to cart --- */
 @media(max-width:1199px) {
     .single-product .product .entry-summary .stickycart-popup .cart-wrap .product-button {
         padding: 0;
         font-size: 0;
         height: 40px;
         width: 40px;
    }
     .single-product .single-product-image .eyevera-sale {
         left: 30px;
    }
}
 @media(max-width:991px) {
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .attr-title {
         padding: 0;
         margin: 0 0 5px;
         font-size: 12px;
    }
     .single-product .entry-summary .sticky-addToCart .product-attribute-wrap {
         margin: 0 10px 0 0;
    }
     .single-product .product .entry-summary .sticky-addToCart .quantity .qty_button {
         width: 20px;
    }
     footer .footer-top-row .footer-top-content {
         padding: 0;
    }
}
 @media(max-width:767px) {
     .single-product .product .entry-summary .sticky-addToCart .quantity .qty_button {
         width: 20px;
         height: 40px;
    }
}
 @media(max-width:575px) {
     .sticky-addToCart {
         padding: 15px 10px;
    }
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color {
         width: 15px;
         height: 15px;
    }
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.select_variation::after, .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color::after {
         height: 19px;
         width: 19px;
         left: -2px;
         top: -2px;
    }
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size {
         font-size: 10px;
         line-height: 15px;
         height: 20px;
         width: 20px;
    }
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size.not-available::after, .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_size_attr .list_product_size.not-available::before {
         width: 15px;
    }
     .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::before, .single-product .single-product-thumb-content .single-product-detail .entry-summary .sticky-addToCart .list_color_attr .list_product_color.not-available::after {
         width: 10px;
         height: 1px;
    }
     .single-product .entry-summary .sticky-addToCart .product-attribute-wrap .reset_custom_variations {
         font-size: 12px;
    }
     .single-product .entry-summary .sticky-addToCart .product-attribute-wrap .reset_custom_variations>svg {
         display: none;
    }
}
 @media(max-width:480px) {
     .sticky-addToCart .stickycart-popup .sticky-addcart-info {
         margin: 0 0 10px;
    }
     #review_form_wrapper .comment-respond .comment-form .comment-form-author {
         width: 100%;
         padding: 0;
    }
     #review_form_wrapper .comment-respond .comment-form .comment-form-email {
         width: 100%;
         padding: 0;
    }
     .comment-form-email input[type="email"] {
         padding: 12px;
    }
     .slider-buttom-04 {
         display: none;
    }
}
/* -------------- Start About Us block --------------- */
 @media(max-width:1400px) {
     .type-wrap {
         font-size: 60px;
         line-height: 70px;
         min-height: 150px;
    }
     .slider-style2 .tt-slider-img {
         width: 185px;
         height: 185px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-sub-title {
         font-size: 14px;
    }
     .swiper-slider .slider-style2.swiper-top .tt-slider-box-containt .slider-button a {
         padding: 10px 25px;
         font-size: 14px;
    }
     .tt-slider-box01::before {
         right: 6px;
         bottom: -2px;
    }
     .swiper-slider .slider-style2.swiper-top .tt-slider-box-containt .tt-slider-box-title {
         font-size: 17px;
         margin: 3px 0 10px 0;
         line-height: 27px;
    }
     .swiper-slider .swiper-top.slider-style2 .tt-slider-box-containt .slider-box-containt {
         padding: 20px 10px 0 10px;
    }
     .tt-slider-box01::after, .tt-slider-box01::before {
         width: 185px;
         height: 185px;
    }
     .cat_group .cat_button .view_all_button {
         width: 80px;
         height: 80px;
         font-size: 14px;
    }
     .yith-wcqv-main #yith-quick-view-content .cart-wrap .cart-wrap {
         height: auto;
    }
     .archive section.product.product-type-grouped .cart-wrap a::before {
         left: 17%;
    }
     .page-header.inner-header-opacity {
         margin: 0 0 30px;
    }
     .header-top {
         padding: 9px;
    }
     .single-product .single-product-image .eyevera-sale {
         left: 30px;
         top: 15px;
         width: 57px;
         height: 27px;
         font-size: 14px;
    }
     .about-block-03 .type-wrap {
         font-size: 50px;
         line-height: 60px;
         min-height: 120px;
    }
     .about-block-03 .swiper-wrapper .swiper-slide {
         padding: 20px;
    }
}
 @media(max-width:1199px) {
     footer .footer-top-section .footer-newsletter .news-title .widget-title {
         padding: 0 0 0 40px;
         font-size: 21px;
         width: 80%;
         line-height: 25px;
    }
     .elementor-custom-embed-play::before {
         width: 70px;
         height: 70px;
    }
     .elementor-custom-embed-play {
         width: 70px;
         height: 70px;
    }
     .tt-section-title .banner-tag a {
         padding: 8px 14px;
         font-size: 15px;
         line-height: 18px;
         margin: 16px 0;
    }
     .type-wrap {
         font-size: 50px;
         line-height: 60px;
    }
     .about-block-03 .type-wrap {
         font-size: 40px;
         line-height: 50px;
         min-height: 100px;
    }
}
 @media(max-width: 991px) {
     .tt-section-title .banner-tag a {
         padding: 8px 14px;
         font-size: 14px;
         line-height: 18px;
         margin: 16px 0;
    }
     .archive section.product.product-type-grouped .cart-wrap a::before {
         left: 20%;
    }
     footer .footer-top-section .footer-newsletter .news-title .widget-title {
         padding: 0 0 0 34px;
         font-size: 21px;
         width: 100%;
         line-height: 30px;
    }
     .footer-top-section .footer-top-content .news-title {
         margin-bottom: 12px;
    }
     .type-wrap {
         min-height: 120px;
    }
}
 @media(max-width: 767px) {
     .product-tab-btn{
         flex-direction: column;
         gap: 8px;
         align-items: start;
    }
     .type-wrap {
         font-size: 40px;
         line-height: 50px;
         min-height: 100px;
    }
     .main-title.title-wrap{
         align-items: start;
         gap: 15px;
         flex-direction: column;
    }
     .product-by-category .title-wrap>div{
         width: 100%;
         justify-content: space-between;
    }
}
 @media(max-width: 575px) {
     .single-product .product-type-grouped.product .entry-summary .cart-wrap {
         width: 100%;
         padding: 0;
    }
     .single-product .product-type-grouped.product .buy-now-wrap {
         width: 100%;
    }
     .type-wrap {
         font-size: 30px;
         line-height: 40px;
         min-height: 80px;
    }
     .main-title.title-wrap{
         gap: 10px;
    }
}
 @media(max-width: 480px) {
     .main-title.title-wrap{
         gap: 8px;
    }
}
/* -------------- End About Us block --------------- */
 @media(max-width: 1600px) {
     footer .widget .contact-info li span{
         font-size: 22px;
    }
}
 @media(max-width: 1400px) {
     .social-media li a.btn.btn-primary{
         padding: 14px;
    }
     footer .widget .contact-info li span{
         font-size: 20px;
    }
}
 @media(max-width: 1199px) {
     ul.social-media{
         gap: 10px;
    }
     .social-media li a.btn.btn-primary{
         padding: 10px;
    }
     footer .widget .contact-info li span{
         font-size: 18px;
    }
     ul.social-media li svg {
         font-size: 15px;
    }
     footer .footer-01 .widget.widget_block p {
         width: 100%;
         font-size: 14px;
         margin: 14px 0 0 0;
    }
     .space_title .Categories .product-category.category-slider .categories-text {
         margin: 0 0 25px 0;
    }
     .space_title .title-wrap {
         margin: 0 0 25px;
    }
     .space_title .Blog-section-title {
         margin: 0 0 25px 0;
    }
     .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
         position: relative;
         padding-right: 16px;
    }
     .product.wcml-dropdown .wcml-cs-active-currency>a {
         width: 67px;
    }
     footer .newsletter-form input[type=submit] {
         padding: 12px 20px;
         font-size: 12px;
    }
     footer .newsletter-form input[type=email] {
         padding: 10px 105px 10px 10px;
         font-size: 13px;
    }
     .swiper.product-category.swiper-vertical {
         height: 70vh;
        /* or any height you want */
    }
}
 @media(max-width: 991px) {
     .swiper.product-category.swiper-vertical {
         height: 60vh;
        /* or any height you want */
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item a.mega-menu-link::before {
         margin: 0;
    }
     .site-branding .header-logo {
         justify-content: left;
    }
     .cat_group .cat_button .view_all_button {
         width: 70px;
         height: 70px;
         font-size: 14px;
         line-height: 20px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
         background-color: #222;
    }
     .header-style-2 #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,.header-style-2 #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, .header-style-2 #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
         background-color: #fff;
    }
     .service-box .swiper-slide {
         margin: 0 0 10px 0;
    }
     footer .main-footer .footer-01{
         margin: 25px 0 30px;
    }
}
 @media(max-width: 767px) {
     .swiper.product-category.swiper-vertical {
         height: 50vh;
    }
}
 @media(max-width: 575px) {
     footer .widget .contact-info li span{
         font-size: 16px;
    }
     ul.social-media{
         gap: 6px;
    }
     footer .main-footer .footer-01{
         flex-direction: column;
         gap: 5px;
         margin: 20px 0 30px;
    }
     .swiper.product-category.swiper-vertical {
         height: 40vh;
    }
     ul.accepted-payment-methods li span {
         padding: 3px;
    }
     ul.accepted-payment-methods li {
         margin-right: 4px;
    }
}
 @media(max-width: 480px) {
     footer .widget .contact-info li span{
         font-size: 14px;
    }
     footer .main-footer .footer-01{
         margin: 18px 0 25px;
    }
     footer .main-footer .footer-01 h2{
         font-size: 26px;
    }
     .swiper.product-category.swiper-vertical {
         height: 30vh;
    }
}
/* ----------- start cms aboutus block ----------------- */
 @media(max-width: 991px) {
     .product-top-sorting .woocommerce-result-count {
         font-size: 13px;
    }
     .product-top-sorting .select-wrap select {
         font-size: 13px;
    }
}
/* ----------- end cms aboutus block ----------------- */
 @media(min-width: 992px) {
     .product-wishlist-button-wrap {
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
         opacity: 0;
         transform: translateX(60px);
         -webkit-transform: translateX(60px);
         -moz-transform: translateX(60px);
         -ms-transform: translateX(60px);
         -o-transform: translateX(60px);
    }
     section.product:hover .product-wishlist-button-wrap{
         opacity: 1;
         transform: translateX(0);
         -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
         -ms-transform: translateX(0);
         -o-transform: translateX(0);
    }
}
 @media (max-width: 1400px) {
     .section-ackground::after {
         height: 500px;
    }
}
 @media (max-width: 1199px) {
     .section-ackground::after {
         height: 450px;
    }
     footer .widget_block input[type="email"] {
         margin: 8px 0 0 0;
    }
     footer .widget .widget-title {
         font-size: 18px;
    }
}
 @media (max-width: 1400px) {
     section.product .product-button-wrap {
         bottom: 15px;
    }
     .product .product-button-wrap .cart-wrap a {
         font-size: 13px;
    }
     .product-layout-default .product .content-wrap {
         padding: 0;
    }
     footer .widget .description {
         width: 100%;
    }
     .Blog-section-title {
         font-size: 32px;
         line-height: 40px;
    }
     .blog-style .tt-post-details .tt-post-title h6 {
         font-size: 20px;
         line-height: 26px;
         margin: 10px 0 10px;
    }
}
 @media (min-width: 1200px) {
     footer .main-footer .container>.row {
         margin: 0;
    }
     footer .footer-top-row {
         margin: 0;
    }
}
 @media (max-width: 1199px) {
     .blog-style .tt-post-details .tt-post-content {
         font-size: 14px;
    }
     .shop-sidebar .short-view .product .price .amount bdi, .shop-sidebar .short-view .product .price ins {
         font-size: 16px;
    }
     .yith-wcqv-main #yith-quick-view-content .quantity {
         width: 22%;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
         left: 25px;
         right: auto;
    }
     .yith-wcqv-main #yith-quick-view-content .cart-wrap {
         width: 78%;
    }
     footer .mc4wp-form-fields .news-title p {
         width: 100%;
    }
}
 @media (max-width: 991px) {
     section.product:hover .cart-wrap {
         opacity: 1;
         -webkit-transform: none;
    }
     .product-wistlist-button-hv a {
         width: 20px;
         height: 20px;
    }
     section.product .wishlist a::before {
         font-size: 13px;
    }
     .product-wishlist-button-wrap {
         width: 20px;
         height: 20px;
    }
     #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main .woocommerce.single-product .woocommerce-product-gallery__wrapper a img {
         width: 100%;
    }
     .header_style .site-branding a.dropdown-back, .header_style .site-branding a.navbar-title, .header_style .site-branding .search-icon .search-wrap {
         font-size: 0;
         justify-content: center;
         display: flex;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right {
         justify-content: start;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-left {
         display: none;
    }
     .header_style .site-branding a.dropdown-back .basket-item-count {
         justify-content: center;
         display: flex !important;
    }
     .header_style .site-branding a.dropdown-back #mini-cart-count {
         font-size: 13px;
         margin: 0 0 0 5px;
    }
     .single-product .woocommerce-tabs {
         margin: 4% 0 40px;
    }
     .related .products.columns-5 .product .product-button-wrap .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .single-product .woocommerce-tabs ul.tabs li.active a::after {
         content: '';
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
    }
     .footer-newsletter .news-form .newsletter-form button[type="submit"] {
         padding: 8px 20px;
         font-size: 12px;
    }
     footer .main-footer .footer-04 .widget {
         padding-left: 0;
    }
     .header_style.site-header.transparent .site-branding {
         justify-content: space-between;
    }
     footer .main-footer .footer-04 {
         padding: 0;
    }
     footer .widget ul:not(footer .widget ul li ul, footer ul.social-media) {
         margin: 0;
    }
     .type-wrap {
         font-size: 46px;
         line-height: 50px;
    }
     .sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
         font-size: 15px;
    }
     .sticky-addToCart .product .price .amount bdi, .sticky-addToCart .product .price ins {
         font-size: 13px;
    }
     .sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb {
         width: 72px;
    }
     .sticky-addToCart .variations_form .variations tbody tr td.value, .sticky-addToCart .variations_form .variations tbody {
         display: flex;
         flex-wrap: nowrap;
    }
     .single-product .product .sticky-addToCart .single_add_to_cart_button {
         width: 155px;
         height: 40px;
    }
     .single-product .product .stickycart-popup .quantity {
         width: 75px;
         height: 40px;
    }
     .sticky-addToCart .variations_form .variations tr {
         padding: 0 15px;
    }
}
 @media (max-width: 767px) {
     .shop-sidebar .short-view .product .price .amount bdi, .shop-sidebar .short-view .product .price ins{
         font-size: 15px;
    }
     .single-product .recent-product .list-description p {
         margin: 7px 0 0 0;
    }
     .footer-top-section .mc4wp-form .mc4wp-form-fields .news_letter button svg {
         width: 18px;
         height: 18px;
    }
     .blog-style .tt-post-wrapper div.tt-post-more {
         margin: 0;
    }
     footer .widget .widget-title {
         margin: 0px 0 15px 0;
    }
     .Blog-section-title .button-title-wrap a.title-button {
         font-size: 16px;
    }
     .product .price del::before {
         width: 39px;
    }
     .blog-style .tt-post-details .tt-post-meta {
         font-size: 13px;
    }
     footer input[type="email"] {
         height: 40px;
    }
     .blog-style .tt-post-wrapper .post-meta-wrap .tt-post-author {
         font-size: 13px;
    }
     .product .product-button::before {
         font-size: 17px;
         line-height: 17px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
         top: 47px;
    }
     .type-wrap {
         font-size: 40px;
         line-height: 45px;
    }
     #footer-top, footer.site-footer>.widget-wrap, footer.site-footer>.site-info {
         float: left;
         width: 100%;
         justify-content: center;
         display: flex;
         flex-direction: column;
    }
     footer .footer-top-row {
         margin: 0;
    }
     .sticky-addToCart .stickycart-popup .sticky-addcart-info .thumb {
         width: 82px;
    }
     .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-title {
         font-size: 17px;
    }
}
 @media (min-width:480px) and (max-width: 520px) {
     .product .product-button-wrap .cart-wrap a{
         font-size: 11px;
    }
}
 @media (max-width: 575px) {
     .shop-sidebar .short-view .product .price .amount bdi, .shop-sidebar .short-view .product .price ins{
         font-size: 14px;
    }
     .footer-newsletter {
         margin: 0;
    }
     .tt-banner img {
         width: 100%;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
         top: 44px;
    }
     .blog-style .tt-post-details .tt-post-content {
         font-size: 13px;
    }
     footer .widget .widget-title{
         font-size: 16px;
    }
}
 @media (max-width: 480px) {
     .shop-sidebar .short-view .product .price .amount bdi, .shop-sidebar .short-view .product .price ins{
         font-size: 13px;
    }
     .type-wrap {
         font-size: 38px;
         line-height: 43px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul {
         padding: 0 20px;
    }
     .cart-slider .widget_shopping_cart_content .cart-button-wrap {
         padding: 20px;
    }
     .woocommerce-active.archive .products.short-view .product .price del bdi {
         margin: 0 0 0 5px;
    }
     footer .widget .widget-title {
         font-size: 14px;
    }
     footer .footer-widget .footer-01 .widget.widget_nav_menu ul li {
         padding: 0 13px;
    }
}
 @media (max-width: 1199px) {
     .left-header .head-top-call a span {
         margin: 0 0 0 4px;
    }
}
 @media (min-width: 991px) {
     .catagories04 .button-title-wrap a.title-button {
         padding: 7px 16px;
    }
}
 @media (max-width: 991px) {
     .header_style.site-header .site-wrap {
         padding: 0;
    }
     .header_style .site-branding .main-navigation {
         flex: 2;
    }
}
 @media (max-width: 767px) {
     .ui-tabs-nav .ui-tabs-tab {
         margin: 0 0 8px;
    }
     footer .mc4wp-form-fields .newsletter-form {
         float: right;
         width: 100%;
         position: relative;
    }
     .tt-section-title.text-center p {
         font-size: 17px;
    }
     footer .footer-widget .footer-01 .widget.widget_nav_menu ul li {
         padding: 0 15px;
    }
}
 @media (max-width: 575px) {
     .service-block.swiper-slider .swiper-slide.service-box .tt-feature-box-containt {
         margin: 15px 0 0 0;
    }
     .dark-light-mode {
         width: 35px;
         height: 85px;
    }
}
 @media (max-width: 480px) {
     .woocommerce-active .woocommerce {
         padding: 0 12px;
    }
     #yith-quick-view-modal #yith-quick-view-content {
         padding: 12px;
    }
     .single-product .product_meta .single-categories {
         flex-wrap: wrap;
    }
     .elementor-94 .elementor-element.elementor-element-3a5c21d1 .elementor-heading-title {
         justify-content: left;
         display: flex;
         align-items: left;
         text-align: left;
    }
     footer .footer-widget .footer-01 .widget.widget_nav_menu ul li {
         padding: 5px 10px 5px 10px;
    }
     .elementor-94 .elementor-element.elementor-element-3a5c21d1 .elementor-heading-title {
         font-size: 11px !important;
         line-height: 17px !important;
    }
     .single-product .prev_next_buttons, .single-product .xs_social_share_widget {
         margin: 0;
    }
     .search-results.active .product-image {
         width: 50%;
    }
     .search-results.active .product-data h3, .search-results.active .product-data .product-price {
         margin: 0 0 8px;
         font-size: 15px;
    }
     .mega-menu-header-menu .site-header #site-navigation {
         padding: 0;
         margin: 0 !important;
    }
}
 @media (max-width: 1400px) {
     .archive .product .product-button-wrap .product-button-hv .cart-wrap {
         margin: 0 5px;
    }
     .section-heading {
         margin: 0 0 25px;
    }
     .archive .product .content-wrap a {
         margin: 15px 0 5px 0;
    }
     .product .price .amount bdi, .product .price ins {
         font-size: 15px;
    }
     .archive .product .product-button-wrap .cart-wrap a {
         font-size: 11px;
    }
     .archive .product .product-button-wrap .cart-wrap a svg {
         width: 13px;
         height: 13px;
         margin: 0 1px 0 0;
    }
     .archive section.product .product-button-wrap {
         bottom: 10px;
         left: 10px;
         right: 10px;
    }
     .back-to-top {
         height: 45px;
         width: 45px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
         left: 42px;
         font-size: 13px;
    }
     .product .category-morden .product-button-wrap {
         margin: 0 0 10px 0;
    }
     .shop-nosidebar .list-view .product .list-content-wrap {
         padding: 0 20px;
    }
     .thumbnail-wrap .timer svg {
         width: 16px;
         height: 16px;
         margin: 0;
    }
     .cart.grouped_form .group_table tr:last-child {
         padding: 0 0 20px;
         margin: 0;
    }
     .list-content .timer>div::after, .thumbnail-wrap .timer>div::after {
         font-size: 14px;
         line-height: 16px;
    }
     .list-content .timer>div, .thumbnail-wrap .timer>div {
         padding: 0 8px;
    }
     .service-block.swiper-slider .swiper-slide.service-box .tt-feature-box-containt {
         margin: 20px 0 0 0;
    }
}
 @media (max-width: 991px) {
     .section-heading {
         margin: 0 0 20px;
    }
     footer .mc4wp-form-fields .news-title p {
         width: 90%;
    }
     .header_style.site-header .header-line {
         min-height: 61px;
         height: 100%;
    }
     .cms .button-title-wrap a.title-button {
         padding: 14px 28px 16px;
    }
     .single-product .product .entry-summary .product-button-wrap .btn-hv a:hover, .single-product .product .entry-summary .product-button-wrap .btn-hv a:hover::before {
         color: #444;
    }
     .header_style .site-branding .right-header .list-inline-item {
         display: none;
    }
     .catagories04 .button-title-wrap a.title-button {
         padding: 6px 16px;
         margin: 0;
         font-size: 16px;
    }
     footer .main-footer .menu-footer-menu-container {
         display: none;
    }
     footer .main-footer .footer-04 .widget {
         margin: 0;
    }
     .navbar-woocommerce #woocommerce-menu {
         top: 53px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
         flex-direction: column;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
         display: flex;
         flex-wrap: wrap;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
         width: 50%;
    }
     .woocommerce-active.archive.product-layout-default .products.columns-6 .product .content-wrap span.price, .woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap span.price {
         font-size: 14px;
         margin: 0;
    }
     section.product .cart-wrap .product-button svg {
         width: 15px;
    }
     .products .product .product-button::before {
         line-height: 20px;
    }
     .list-description p {
         font-size: 14px;
         line-height: 20px;
    }
     .list-view .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv {
         flex-direction: row;
         flex-wrap: nowrap 
    }
     .product span.price, .woocommerce-active.archive.product-layout-default .products.columns-5 .product .content-wrap span.price {
         font-size: 14px;
    }
     .product .price del::after {
         left: -15px;
         width: 10px;
    }
     .product .price del {
         color: var(--body-text-color);
         position: relative;
         text-decoration: unset;
    }
     .product-top-sorting .filter {
         padding: 5px 10px;
    }
     .product-top-sorting .select-wrap select {
         padding: 5px 10px 5px 8px;
    }
}
 @media (max-width: 1199px) {
     .single-product .single-product-thumb-content .single-product-detail {
         margin: 0;
         padding: 0;
    }
     .products.list-view section.product.product-type-external .cart-wrap a::before, .products.list-view section.product .cart-wrap a.product_type_variable::before {
         left: 25px;
    }
     .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
         width: 16px;
         height: 16px;
         font-size: 10px;
         line-height: 9px;
    }
     .product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before {
         left: 32px;
    }
     .products.list-view section.product.product-type-grouped .cart-wrap a::before {
         left: 12%;
         font-size: 14px;
    }
     .list-view section.product.product-type-grouped .cart-wrap a::before {
         left: 65px;
    }
}
 @media (max-width: 991px) {
     .single-product.thumbnail-slider-style3 .entry-content {
         margin: 10px 0 0;
         padding: 0;
    }
     .page-header .eyevera-page-title {
         min-height: 60px;
    }
     .service_even .swiper-slide:nth-child(2n) .tt-feature-box-icon {
         margin: 30px 0 10px 0;
    }
     .product .price del .woocommerce-Price-amount.amount bdi {
         font-size: 13px;
    }
     .product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before {
         left: 0;
    }
     .list-view section.product.product-type-grouped .cart-wrap a::before {
         left: 0;
         right: 0;
         margin: auto;
         justify-content: center;
         align-items: center;
    }
     .related .products.columns-5 .product .content-wrap {
         height: 105px;
         max-height: 105px;
    }
     .back-to-top {
         bottom: 35px;
    }
     .product .product-button-wrap .btn-hv a::before {
         font-size: 14px;
    }
     .outofstock .thumbnail-wrap .out-of-stock {
         height: 80px;
         width: 80px;
    }
     footer .widget-wrap .widget .footer-click.footer-clicked::after {
         content: '\f068';
         font-size: 11px;
         font-weight: 600;
    }
     .banner-timer .timer-content {
         margin: 10px 0 0;
         display: none;
    }
     .product-top-sorting .woocommerce-ordering {
         margin-right: 10px;
    }
     .product-top-sorting .select-wrap select {
         padding: 5px 20px 4px 7px;
    }
     .product-top-sorting .toggle-filter {
         margin-left: 10px;
    }
     .product-top-sorting .woocommerce-perpage .select-wrap::after {
         right: 8px;
    }
     .single-product.thumbnail-slider-style3 .single-product-image, .single-product.thumbnail-slider-style3 .summary.entry-summary{
         padding: 0;
    }
}
 @media (max-width: 767px) {
     .section-heading{
         margin-bottom: 15px;
    }
}
 @media (max-width: 575px) {
     .section-heading{
         margin-bottom: 10px;
    }
     footer .copyright .copyright-left {
         font-size: 13px;
         text-align: center;
         align-items: center;
         justify-content: center;
         margin: 0 0 12px 0;
    }
     header .right-header a.navbar-title svg {
         width: 19px;
         height: 19px;
    }
     header .right-header{
         gap: 8px;
    }
     footer .widget {
         padding: 0;
    }
     footer .copyright .copyright-right {
         justify-content: center;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0 40px;
    }
     .shop-sidebar {
         float: left;
         width: 100%;
         padding: 0 12px;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row .mega-menu-column>ul.mega-sub-menu>li.mega-menu-item ul.mega-sub-menu {
         flex-direction: column;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
         display: block;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row>ul.mega-sub-menu>li.mega-menu-column {
         width: 100%;
    }
     .site-main .offsidebar-right, .site-main .offsidebar-left, .site-main .full-sidebar {
         padding: 0 24px;
    }
     .thumbnail-slider-style3 .single-product-thumbnail .product-360-slider-wrap .no-slider .zoom {
         padding: 12px;
    }
     .single-product.thumbnail-slider-style3 .summary.entry-summary {
         padding: 0;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-box {
         width: 26px;
         height: 24px;
    }
}
 @media (max-width:480px) {
     .woocommerce-active.archive .short-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         width: 30px;
         height: 30px;
    }
     .header_style.site-header .header-line {
         min-height: 59px;
    }
     .list-view .product .list-content-wrap div a h2, .short-view .product .list-content-wrap div a h2 {
         font-size: 14px;
         line-height: 17px;
    }
     .product-top-sorting .product-sort-view .view.list {
         display: none;
    }
     figure {
         margin: 0;
    }
     .type-wrap {
         font-size: 32px;
         line-height: 36px;
    }
     footer .mc4wp-form-fields .newsletter-form {
         float: right;
         width: 100%;
         position: relative;
    }
     .single-product.thumbnail-slider-style3 .woocommerce-tabs {
         margin: 0px 0 0;
    }
     .search-results.active .product-image {
         max-width: 42%;
    }
     .search-results.active .product-data {
         padding: 0 0 0 15px;
         width: 82%;
    }
     .single-product .entry-summary .list-timer {
         margin: 0 0 20px;
         padding: 0 0 20px;
    }
}
 @media (max-width:767px) {
     .short-view .product .list-content-wrap .list-cart-wrap .cart-button-list {
         margin: 5px 0 10px;
    }
     .back-to-top {
         height: 40px;
         width: 40px;
    }
     .header_style .site-branding .right-header a svg.feather-shopping-bag {
         width: 19px;
         height: 19px;
    }
     .site-branding .right-header .mini-cart a svg {
         margin: 0 2px 0 12px;
    }
     .header_style .site-branding a.dropdown-back {
         padding: 0;
    }
     .nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
         width: 35px;
         height: 30px;
         line-height: 29px;
         font-size: 18px;
    }
     .sticky-addToCart .stickycart-popup .sticky-addcart-info .sticky-content .title {
         font-size: 14px;
    }
     .offside .widget-area .filter-close, .cart-slider .cart-close, .topbar-close, .sticky-addToCart .sticky-close, .navbar-hamburger span.hamburger-close .hamburger-close-wrap, .search-icon .top-search .search-fix .product-search-close {
         width: 32px;
         height: 32px;
         right: 10px;
    }
     .product .price ins {
         font-size: 12px;
    }
     .product-top-sorting .woocommerce-result-count {
         font-size: 12px;
    }
     .product-top-sorting .toggle-filter {
         margin-left: 5px;
    }
     .product-top-sorting .woocommerce-ordering {
         margin-right: 5px;
    }
     .product-top-sorting {
         margin: 0 0 25px;
    }
     .product-top-sorting .select-wrap::after {
         font-size: 9px;
    }
     .product-top-sorting .select-wrap select.orderby {
         padding: 5px 10px 5px 8px;
         width: 135px;
    }
}
 @media (max-width:1199px) {
     .product-top-sorting .product-sort-view .view.grid {
         display: none;
    }
     .single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
         width: 76%;
         height: auto;
    }
     .banner-timer {
         width: 72%;
    }
}
 @media (max-width: 767px) {
     .product-top-sorting .product-sort-view .view.grid-3 {
         display: none;
    }
     footer .footer-top-section .footer-newsletter .news-title .widget-title {
         font-size: 20px;
         width: 93%;
         line-height: 25px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
         width: 25px;
    }
}
 @media (max-width:575px) {
     #yith-quick-view-modal .yith-wcqv-main #yith-quick-view-content.single-product .product .entry-summary .grouped_form .cart-wrap {
         width: 100%;
         padding: 0;
    }
     .single-product .site-main>.container .recent-product {
         padding: 0 12px;
    }
     .nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
         width: 30px;
         height: 25px;
         line-height: 24px;
         font-size: 16px;
         top: 50%;
    }
     .thumbnail-slider-style1 .left-slider .single-product-thumbnail .product-360-slider-wrap, .thumbnail-slider-style2 .single-product-thumbnail .product-360-slider-wrap {
         padding: 0 0 0 12px;
    }
     .product_catagories .swiper-wrapper {
         margin: 0 0 10px 0;
    }
     .product-top-sorting .toggle-filter {
         margin-right: 5px;
         margin-left: 0;
    }
     .single-product .woocommerce-tabs {
         margin: 4% 0 20px;
    }
     .recent-product .owl-carousel .owl-nav, .related .owl-carousel .owl-nav {
         display: none;
    }
     .product-top-sorting .filter, .woocommerce-active .site-main .container .left.filter, .woocommerce-active .site-main .container .right.filter {
         padding: 6px 8px;
         font-size: 11px;
         margin: 0;
    }
     .tt-section-title.text-center p {
         font-size: 17px;
         width: 100%;
    }
     .navbar-woocommerce #woocommerce-menu {
         top: 40px;
    }
     .woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0;
    }
}
 @media (max-width:480px) {
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 30px;
         width: 30px;
         padding: 0;
         position: relative;
         font-size: 0;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         width: 14px;
         height: 14px;
    }
}
 @media (max-width:1199px) {
     footer .widget_block input[type="email"] {
         padding: 10px 51px 10px 10px;
    }
     .wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
         transform: translate(20px, -36px) !important;
    }
     .wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
         transform: translate(-90px, -35px) !important;
    }
}
 @media (max-width:991px) {
     #yith-quick-view-modal .variations_form .variations td.value .select_box .select_option.select_option_colorpicker {
         width: 35px;
         height: 35px;
    }
     footer .footer-top-section .footer-top-columns {
         padding: 30px 30px;
    }
     .banner-timer {
         width: 87%;
    }
     .search-results.active ul li a {
         padding: 0 0 20px;
         margin: 0 0 20px;
    }
     .short-view section.product .cart-wrap .product-button svg {
         width: 15px;
         height: 15px;
    }
     section.product:hover .wrap-rate {
         opacity: 1;
    }
     .footer-top-section .footer-top-content .news-title {
         width: 100%;
         justify-content: center;
         text-align: center;
         align-items: center;
         margin-bottom: 20px;
    }
     footer.site-footer .footer-top-section {
         padding: 20px 0;
    }
     .footer-top-section .footer-top-content .news-form {
         width: 100%;
    }
     .single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
         width: 85%;
         height: auto;
    }
     .right-content-product, .right-content-filter {
         width: 100%;
         float: left;
    }
}
 @media(max-width:767px) {
     .single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
         width: 82%;
         height: auto;
    }
}
 @media (max-width:575px) {
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
         width: 21px;
         height: 3px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
         top: 16px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
         top: 8px;
    }
     .wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-leftarrow {
         transform: translate(-5px, -36px) !important;
    }
     .wp-block-themepunch-revslider .revslider-initialised .zeus.tparrows.tp-rightarrow {
         transform: translate(-60px, -35px) !important;
    }
}
 @media (max-width:480px) {
     .Categories .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
         width: 100%;
    }
     .product_catagories .list-description p {
         display: none;
    }
     .product .category-morden .content-wrap .title_price a::after {
         display: none;
    }
     .product .category-morden .content-wrap .title_price {
         justify-content: left;
         flex-direction: column;
         text-align: left;
    }
     .product_catagories .product .price {
         justify-content: start;
    }
     .product .category-morden .content-wrap .title_price .price {
         margin: 6px 00 8px 0;
    }
     .single-product .product .entry-summary .single_variation_wrap .woocommerce-variation-add-to-cart .cart-wrap {
         width: 100%;
         padding: 0 0 15px 0;
         height: auto;
    }
}
 @media (max-width:1600px) {
     .thumbnail-wrap .timer {
         left: 10px;
         right: 10px;
         height: 60px;
    }
     .list-content .timer>div, .thumbnail-wrap .timer>div {
         padding: 0 8px;
    }
}
 @media (max-width:1400px) {
     .single-product .single-product-image .eyevera-sale, #yith-quick-view-modal .single-product.woocommerce span.onsale, section.product .eyevera-sale span {
         left: 15px;
         top: 15px;
    }
     .title-wrap {
         margin: 0 0 18px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
         font-size: 32px;
         line-height: 44px;
         margin: 10px 0 25px 0;
    }
     .product .cart-wrap {
         bottom: 10px;
         left: 10px;
         right: 10px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt {
         width: 85%;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .slider-button a {
         padding: 15px 36px;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0 15px;
    }
     .woocommerce-active.archive .full-sidebar .products .list-content .timer>div>p {
         font-size: 15px;
    }
}
 @media (max-width:991px) {
     .title-wrap {
         margin: 0 0 15px;
    }
     .list-content-wrap .list-content .stock-progress {
         display: none;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
         font-size: 24px;
         line-height: 34px;
         margin: 3px 0 15px 0;
    }
     footer .widget.widget_media_image {
         padding: 0;
    }
     footer .footer-01 .widget.widget_block p {
         margin: 0 0 0;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt {
         bottom: 30px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-sub-title {
         font-size: 13px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .slider-button a {
         padding: 10px 29px;
         font-size: 13px;
    }
     .swiper-button-next, .swiper-button-prev {
         top: 60%;
    }
     .blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-details, .blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-thumbnail {
         width: 100%;
    }
     .elementor-custom-embed-play::before {
         width: 50px;
         height: 50px;
    }
     .woocommerce-active.archive .products.short-view .product .price {
         margin: 0 0 10px;
    }
     .woocommerce-active.archive .full-sidebar .products .list-content .timer>div>p {
         font-size: 13px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 40px;
         width: 40px;
         padding: 0;
         font-size: 0;
         border-radius: 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 35px;
         width: 35px;
         padding: 0;
         font-size: 0;
    }
     .news_letter, footer .mc4wp-form .mc4wp-form-fields .news_letter {
         width: 100%;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item.mega-current-menu-item>a:hover.mega-menu-link {
         color: var(--secondary-color);
         -webkit-transition: all .4s ease-in-out 0s;
         -moz-transition: all .4s ease-in-out 0s;
         -ms-transition: all .4s ease-in-out 0s;
         -o-transition: all .4s ease-in-out 0s;
         transition: all .4s ease-in-out 0s;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-flyout ul.mega-sub-menu, #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-megamenu>ul.mega-sub-menu {
         border-top: none;
    }
     .elementor-element.about-services-img1 {
         margin: 0px 0 40px 0;
    }
     .footer-top-content div::after {
         font-size: 30px;
    }
     .service_col.elementor-element.elementor-element-d650969 {
         width: 95% !important;
    }
     footer .widget .menu-our-link-container {
         display: none;
    }
     footer .widget-title {
         margin: 0 0 15px 0;
    }
     footer .widget {
         margin: 0;
    }
}
 @media (max-width:1199px) {
     .yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__quantity .quantity {
         width: 85px;
    }
    /* .slider_section .swiper-slider .swiper-wrapper .swiper-slide {
         width: 50% !important;
    }
     */
     .swiper-slider .swiper-top .tt-slider-box-containt {
         width: 96%;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap {
         width: 140px;
         font-size: 13px;
    }
     .blog-style .tt-post-thumbnail .post-meta-wrap {
         padding: 7px 15px;
         font-size: 12px;
    }
     header.site-header.sticky .header-spacing .container {
         padding: 0 20px 0 25px;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .woocommerce-loop-product__title, .woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
         font-size: 16px;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0 30px;
    }
     .site-main .about-02 .left.tt-section-title, .site-main .about-01 .left.tt-section-title {
         margin: 0;
    }
     .site-main .service_inner_01 .left {
         margin: 0;
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         padding: 0px 10px 0px 10px;
         font-size: 15px;
    }
     #sb_instagram .sbi_photo::before {
         width: 30px;
         height: 30px;
         font-size: 11px;
    }
     .blog-style .tt-post-wrapper div.tt-post-comment, .blog-style .tt-post-wrapper div.tt-post-views {
         font-size: 13px;
         line-height: 15px;
    }
     .blog-style .tt-post-wrapper div.tt-post-views svg {
         margin: 0 3px 0 0;
         width: 13px;
         height: 13px;
    }
     .blog-style .tt-post-wrapper div.tt-post-views {
         width: 82%;
    }
     .blog-style .tt-post-wrapper div.tt-post-comment svg {
         width: 13px;
         height: 13px;
    }
}
 @media (max-width:991px) {
     .blog-style .tt-post-wrapper div.testi-social {
         margin: 15px 0 0 0;
         flex-wrap: wrap;
    }
    /* .slider_section .swiper-slider .swiper-wrapper .swiper-slide {
         width: 67% !important;
    }
     */
     .Categories .product-category.category-slider .wpcategories-content .categories-sub-title {
         margin: 5px 0 5px 0;
    }
     .space_title .Categories .product-category.category-slider .categories-text {
         margin: 0 0 10px 0;
    }
     .space_title .product-title .tt-section-sab {
         margin: 0;
    }
     .banner-timer .timer-date {
         display: flex;
         margin: 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button::before {
         display: flex;
         color: #fff;
    }
     .short-view .product .price span:first-child {
         display: flex;
         flex-direction: row-reverse;
    }
     footer .widget_block input[type="email"] {
         margin: 0;
    }
     .product_catagories .swiper-wrapper .items {
         width: 100%;
    }
     .product_catagories .swiper-wrapper {
         height: 445px;
         overflow: scroll;
         overflow-x: scroll;
         scrollbar-width: thin;
         overflow-x: hidden;
         margin: 0 0 20px 0;
    }
     .product .product-button-wrap .cart-wrap a::before {
         font-size: 14px;
    }
     .header_style.site-header #site-navigation ul.nav-menu li.menu-item a {
         color: var(--secondary-color);
    }
     .header_style.site-header #site-navigation ul.nav-menu li.menu-item a:hover {
         color: var(--dark-color-text);
    }
     .navbar-woocommerce #woocommerce-menu {
         width: 165px;
         padding: 3px 12px 7px 17px;
    }
     .navbar-woocommerce #woocommerce-menu li:first-child a::before {
         top: 2px;
         font-size: 14px;
    }
     .navbar-woocommerce #woocommerce-menu li:last-child a::before {
         top: 2px;
         font-size: 13px;
    }
     .single-product .left-slider .summary.entry-summary, .single-product.thumbnail-slider-style1 .bottom-slider .summary.entry-summary, .single-product.thumbnail-slider-style1 .no-slider .summary.entry-summary, .single-product.thumbnail-slider-style1 .right-slider .summary.entry-summary {
         padding-left: 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading {
         padding: 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
         left: 0;
         right: 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading::before {
         left: 0;
         right: 0;
         font-size: 12px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.loading svg, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.loading svg {
         display: none;
    }
     .woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0;
    }
     .yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td {
         width: 21%;
    }
     .yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label{
         width: 58%;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 40px;
         width: 40px;
         padding: 0;
         position: relative;
         font-size: 0;
    }
     .blog-style .tt-post-wrapper div.tt-post-views {
         margin: 0 0 5px 0;
    }
     #sb_instagram.sbi_tab_col_2 #sbi_images .sbi_item {
         width: 33%;
         height: auto;
    }
     .search-results.active .product-image {
         width: 25%;
         max-width: 25%;
    }
     .search-wrapper svg {
         top: 55px;
    }
     footer .widget.widget_block p {
         margin: auto;
    }
     footer .main-footer {
         padding: 0;
    }
     .single-product .stickycart-popup .cart-wrap .product-button {
         padding: 9px 20px 9px;
         font-size: 14px;
    }
     header.site-header.sticky, header.site-header.sticky {
         box-shadow: none;
    }
}
 @media (max-width:767px) {
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-title {
         font-size: 18px;
         line-height: 26px;
         margin: 3px 0 10px 0;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .tt-slider-box-sub-title {
         font-size: 11px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt .slider-button a {
         padding: 8px 23px;
         font-size: 12px;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt {
         width: 98%;
    }
     .swiper-slider .swiper-top .tt-slider-box-containt {
         bottom: 20px;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer, .woocommerce-active.archive .site-main .products.list-view .product .timer {
         display: none;
    }
     .search-results.active .product-image {
         width: 14%;
    }
     .product_catagories .product .content-wrap {
         padding: 0 20px 0 15px;
    }
     .product_catagories .swiper-wrapper {
         height: 330px;
    }
     .email-popup-inner-con .message-overlay-con {
         width: 95%;
         margin: 15px 0 0 0;
    }
     .email-popup-inner-con .news_letter {
         width: 100%;
    }
     .product_catagories .title-wrap .product-title {
         width: 94%;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer {
         display: none;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
         width: 100%;
         margin: 20px 0 0 0;
         padding: 0;
    }
     .shop-sidebar .cart-quantity-wrap {
         bottom: 34px;
    }
     .product-top-sorting .toggle-filter {
         margin: 0 0 0 5px;
    }
     .product-layout-default .shop-sidebar .products .quantity {
         display: none;
    }
     .left-content-filter, .left-content-product {
         width: 100%;
    }
     .elementor-custom-embed-play i {
         font-size: 60px !important;
    }
     .elementor-custom-embed-play i {
         font-size: 65px;
    }
     .email-popup-inner-con {
         width: 550px;
         height: 510px;
    }
     .recent-product .product .product-button-wrap .btn-hv a::before, .related .product .product-button-wrap .btn-hv a::before {
         font-size: 13px;
    }
     .related section.product .cart-wrap .product-button svg, .recent-product section.product .cart-wrap .product-button svg {
         width: 13px;
         height: 13px;
    }
     .owl-carousel .owl-nav .owl-next::before, .owl-carousel .owl-nav .owl-prev::before {
         top: 30%;
         font-size: 16px;
         height: 20px;
         bottom: auto;
         width: 20px;
    }
     .owl-carousel .owl-nav .owl-next::before {
         right: -9px;
    }
}
 @media (max-width:575px) {
     .woocommerce-active.archive .products.short-view .product .price{
         margin: 8px 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .woocommerce-loop-product__title, .woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title{
         font-size: 14px;
    }
     .title-wrap {
         margin: 0 0 10px;
    }
     .title-wrap .product-title {
         padding: 0;
    }
     .text-carousel .swiper-slide p::after {
         display: none;
    }
     .page-header .eyevera-page-title {
         padding: 10px 10px;
         display: flex;
         flex-direction: column;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size, .woocommerce-active.archive .products.list-view .product .list-content-wrap .product-attribute-wrap .list_size_attr .list_product_size {
         padding: 2px 5px;
         margin: 5px 5px;
         font-size: 13px;
    }
     footer ul.social-media::before, footer ul.social-media::after {
         width: 30%;
    }
     .site-header .site-main-wrap {
         flex: 0;
    }
     .back-to-top {
         bottom: 60px;
    }
     .single-product .related.products, .single-product .up-sells.upsells {
         margin: 0 0 30px 0;
    }
     .elementor-widget-image-box .elementor-image-box-wrapper {
         display: flex;
    }
     .elementor-widget-image-box .elementor-image-box-content {
         margin: 0 0 0 10px;
    }
     .email-popup-inner-con .message-overlay-con {
         width: 100%;
    }
     .email-popup-inner-con .message {
         font-size: 16px;
         line-height: 23px;
         width: 100%;
         margin: 0;
    }
     .email-popup-con.newsletter input[type="email"] {
         margin-top: 0px;
         height: 35px;
         font-size: 12px;
    }
     .email-popup-con.newsletter .mc4wp-form .mc4wp-form-fields .news_letter button {
         height: 35px;
         font-size: 12px;
         font-weight: 400;
         margin: 8px 0 0 0 !important;
    }
     .email-popup-inner-con .message-desc {
         font-size: 12px;
    }
     .email-popup-con.newsletter input[type="email"] {
         margin-top: 5px;
         height: 40px;
         font-size: 13px;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate {
         margin: 0;
    }
     .woocommerce-active.archive .products.short-view .product .wrap-rate {
         padding: 5px 0 0 0;
    }
     .short-view .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery {
         margin: 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-content-wrap .woocommerce-loop-product__title {
         font-size: 15px;
         line-height: 17px;
    }
     .right_img::after {
         height: 64px;
         width: 53px;
    }
     .header-stickybar-wrap {
         transform: translateY(0%);
         -webkit-transform: translateY(0%);
         -moz-transform: translateY(0%);
         -o-transform: translateY(0%);
         -ms-transform: translateY(0%);
    }
     .woocommerce-account .woocommerce .woocommerce-form-login {
         width: 100%;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 35px;
         width: 35px;
    }
     .list-view.products .product .product-button.loading::before, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .product-button.loading::before {
         left: 0;
         right: 0;
    }
     .single-product .product .entry-summary .cart-wrap .product-button.loading::before {
         left: 39%;
         right: auto;
    }
     .woocommerce-active .site-main .container .left.tt-section-title {
         padding: 0;
         margin: 0;
    }
     .single-product .product .entry-summary .product-button, .single-product .product .entry-summary .quantity {
         height: 45px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .shopping_cart_top {
         padding: 15px 10px;
    }
     .product-top-sorting .toggle-filter {
         margin: 0 5px 0 0;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 35px;
         width: 35px;
    }
     .single-product .single-product-image .eyevera-sale {
         left: 20px;
         top: 10px;
         width: 36px;
         height: 21px;
         font-size: 11px;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer, .woocommerce-active.archive .site-main .products.list-view .product .timer {
         display: none;
    }
     .single-product .single-product-thumb-content {
         padding: 0 12px;
    }
     .product-360-slider-wrap .slider.nickx-slider-for, .single-product-thumbnail #nickx-gallery .nslick-slide img, .product-layout-default .product-content-wrap {
         padding: 0;
         margin: 0;
    }
     .search-icon .top-search .search-form .search-title {
         font-size: 20px;
    }
     .right-header .mini-cart .dropdown-back::after {
         height: 35px;
         width: 35px;
         top: 0;
         bottom: 0;
         margin: auto;
    }
     .email-popup-inner-con {
         width: 475px;
         height: 503px;
    }
     .ui-tabs-nav .ui-tabs-tab a{
         font-size: 14px;
    }
     .single-product .product.product-type-simple .entry-summary .cart-wrap {
         width: 100%;
         margin: 0 0 15px 0;
    }
}
 @media (max-width:480px) {
     .woocommerce-active.archive .products.short-view .product .price{
         margin: 3px 0;
    }
     .tt-post-wrapper:not(.tt-post-wrapper.grid-item) {
         float: left;
         width: 100%;
         display: block;
    }
     .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
         margin: auto;
    }
     .swiper-slider .swiper-top.slider-style2 .tt-slider-box-containt, .swiper-slider .swiper-top.slider-style2 .tt-slider-box {
         width: 100%;
    }
     .swiper-slider .swiper-top.slider-style2 .tt-slider-box-containt {
         padding: 30px 0;
    }
     .recent-product section.product.product-type-grouped .cart-wrap a::before, .recent-product section.product .cart-wrap a.product_type_variable::before, .recent-product section.product.product-type-external .cart-wrap a::before {
         left: 25%;
    }
     .page-header .eyevera-page-title {
         min-height: 60px;
    }
     .single-product .product .entry-summary .cart-wrap .product-button.loading::before {
         left: 33%;
         right: auto;
    }
     footer ul.social-media::before, footer ul.social-media::after {
         width: 27%;
    }
     .page-header .title {
         font-size: 16px;
         padding: 0 0 7px 0;
         width: 100%;
         text-align: center;
    }
     #crumbs .active {
         padding-left: 15px;
         margin-left: 10px;
    }
     .search-icon .top-search .search-form input {
         height: 45px;
    }
     .page-header .eyevera-page-title .breadcrumbs {
         width: 100%;
    }
     .search-icon .top-search .search-fix {
         min-height: 145px;
    }
     .search-icon .top-search.show .search-fix .container {
         max-width: 100%;
    }
     .widget-area .widget {
         position: relative;
         padding: 0;
    }
     .single-product .xs_social_share_widget {
         margin: 10px 0 0 0;
    }
     .client .item img {
         width: 90%;
    }
     .product_catagories .product .content-wrap a .woocommerce-loop-product__title::before {
         display: none;
    }
     .nickx-slider-for .btn-prev, .nickx-slider-for .btn-next {
         width: 22px;
         height: 20px;
         line-height: 19px;
         font-size: 13px;
    }
     .product .category-morden .product-button-wrap .cart-wrap a {
         height: 30px;
         width: 30px;
    }
     .product .category-morden .product-button-wrap .cart-wrap a::before {
         font-size: 11px;
    }
     .product_catagories .product .content-wrap.price-wrap {
         padding: 0;
    }
     .product .category-morden .product-button-wrap .btn-hv a::before {
         font-size: 11px;
    }
     .product .category-morden .product-button-wrap .cart-wrap a svg {
         width: 13px;
         height: 13px;
    }
     .product .category-morden .product-button-wrap .cart-wrap {
         margin: 0 4px 0 0;
    }
     .product .category-morden .product-button-wrap .btn-hv a {
         height: 30px;
         width: 30px;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate, .woocommerce-active.archive .products.list-view .product .list-content-wrap .wrap-rate {
         display: flex;
    }
     .search-results.active .product-image {
         width: 50%;
         max-width: 35%;
    }
     .About_us_04 .elementor-widget-image-box .elementor-image-box-content {
         width: 90%;
    }
     .right-header .mini-cart .dropdown-back {
         padding: 15px 0px 15px 0;
    }
     .list-view .product .list-content-wrap {
         margin: 0;
         padding: 0 0 0 15px;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
         height: 30px;
         width: 30px;
    }
     .footer-top-content div::after {
         font-size: 20px;
    }
     .products.short-view.columns-4 .row {
         margin: 0;
    }
     .woocommerce-active.archive .site-main .products.short-view section.product {
         padding: 0 0 30px 0;
    }
     .woocommerce-active.archive .full-sidebar .products.short-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         padding: 0;
    }
     .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a {
         text-align: center;
         font-size: 16px;
    }
     .short-view .product .list-content-wrap {
         display: flex;
         padding: 0 0 0 12px;
    }
     footer .mc4wp-form-fields .news-title p {
         width: 98%;
         font-size: 14px;
    }
     .single-product .product .entry-summary .woocommerce-grouped-product-list-item__quantity .quantity {
         width: 60px;
         height: 35px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a, .woocommerce-active.archive .shop-nosidebar .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a {
         height: 30px;
         width: 30px;
    }
     .woocommerce-active.archive .list-view .product .product-content-wrap .list-cart-wrap .product-button-wrap .product-button-hv .btn-hv a::before {
         font-size: 12px;
    }
     #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
         height: 350px;
    }
     #yith-quick-view-modal.open .yith-wcqv-wrapper {
         height: 350px !important;
    }
     .yith-wcqv-head #yith-quick-view-close {
         border: none;
         font-size: 0;
         background: transparent;
    }
     .sticky-addToCart .sticky-close:hover, .yith-wcqv-head #yith-quick-view-close:hover {
         background: transparent;
         transition: all 400ms ease-in-out 0s;
         -webkit-transition: all 400ms ease-in-out 0s;
         -moz-transition: all 400ms ease-in-out 0s;
         -o-transition: all 400ms ease-in-out 0s;
         -ms-transition: all 400ms ease-in-out 0s;
    }
     .email-popup-inner-con {
         width: 300px;
         height: 370px;
         padding: 10px;
    }
     .email-popup-con .nothanks {
         right: 10px;
         top: 10px;
         width: 25px;
         height: 25px;
    }
     .email-popup-con .nothanks::before, .email-popup-con .nothanks::after {
         height: 2px;
         width: 12px;
    }
     .right_img::before {
         top: -47px;
         left: 160px;
         border-top: 20px solid #f1f0e7;
         border-bottom: 20px solid #f1f0e7;
         width: 130px;
         height: 238px;
    }
     .woocommerce-active.archive .products.short-view .product .list-content-wrap .wrap-rate, .woocommerce-active.archive .products.list-view .product .list-content-wrap .wrap-rate {
         display: none;
    }
     .ui-tabs-nav .ui-tabs-tab a{
         font-size: 13px;
    }
     .title-wrap .ui-tabs-nav{
         gap: 15px;
    }
}
 @media (max-width:400px) {
     footer ul.social-media::before, footer ul.social-media::after {
         width: 15%;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
         width: 10px;
         height: 33px;
    }
     footer .footer-top-section .footer-newsletter .news-title .widget-title {
         font-size: 18px;
         width: 97%;
         line-height: 20px;
    }
     .tt-banner .banner-text.tt-icon-left {
         width: 57%;
    }
     .single-product .product.product-type-simple .entry-summary .cart-wrap {
         margin: 0 0 10px 0;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
         padding: 10px;
    }
     .single-product .product .entry-summary .quantity {
         width: 110px;
    }
     .yith-wcqv-main #yith-quick-view-content .cart-wrap {
         width: 100% !important;
         height: auto;
    }
     .yith-wcqv-wrapper .single-product .entry-summary .product_meta {
         margin: 0;
    }
     .yith-wcqv-main #yith-quick-view-content .quantity {
         width: 43%;
    }
     #yith-quick-view-modal .single-product.woocommerce span.onsale {
         width: 40px;
         height: 20px;
    }
     #yith-quick-view-modal .single-product .entry-summary .product_title {
         margin: 15px 0;
    }
     .yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td {
         width: 100%;
    }
     .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a{
         padding: 0;
    }
     .yith-wcqv-main #yith-quick-view-content .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__price{
         width: 42%;
    }
     .product_catagories .product .content-wrap {
         width: 54%;
    }
     .product_catagories .product .content-wrap.price-wrap {
         width: 21%;
    }
     .product_catagories .product .content-wrap {
         padding: 0 0 0 15px;
    }
     .product_catagories .product .woocommerce-loop-product__title {
         font-size: 14px;
         line-height: 16px;
    }
     .product_catagories .product .thumbnail-wrap {
         width: 24%;
    }
     .product_catagories .product .product-button-wrap .btn-hv {
         margin: 0 4px 0 0;
    }
     .product .category-morden .price del::before {
         width: 42px;
    }
     .product_catagories .product .price .amount bdi, .product_catagories .product .price ins {
         font-size: 14px;
         line-height: 17px;
         justify-content: center;
         display: flex;
    }
     .product .category-morden .wrap-rate {
         padding: 5px 0;
    }
     .product_catagories .swiper-wrapper .items {
         padding: 0 0 20px 0;
    }
     .product_catagories .swiper-wrapper .items:last-child {
         margin: 0;
         padding: 0;
    }
     .elementor-19 .elementor-element.elementor-element-dbf6a91 {
         padding: 0px 0px 24px 0px !important;
    }
}
 @media (max-width:991px) {
     header .right-header{
         gap: 12px;
    }
     .site-branding .left-header {
         display: none;
    }
     .footer-newsletter {
         width: 100%;
    }
     footer .widget-wrap .widget.widget_eyevera_widget_social_media .widget-title {
         display: none;
    }
     footer .widget.widget_eyevera_widget_social_media .footer-click, footer .widget-wrap .widget .news-title .footer-click {
         display: none;
    }
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button.product_type_simple.loading, .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap .product-button.product_type_simple.loading {
         padding: 0;
    }
     section.product:hover .wrap-rate {
         transform: none;
    }
     .header_style.site-header .container-fluid {
         display: flex;
         flex-direction: row-reverse;
         padding: 0 12px;
    }
     .header_style.site-header .site-wrap .main-navigation {
         width: auto;
    }
     .header_style.site-header .container-fluid .site-branding-wrap {
         flex: 2;
    }
     .cat_desc .cat_image::after {
         border: 1px dashed var(--primary-color);
    }
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item>a.mega-menu-link {
         padding: 0;
         margin: 0;
    }
     .site-branding .header-logo {
         text-align: center;
         justify-content: center;
         align-items: center;
         padding: 0;
         flex: 1;
    }
     .site-header .site-main-wrap {
         width: auto;
         border: none;
         padding: 0;
         align-items: center;
         display: flex;
         flex: 1;
    }
}
 @media (max-width:480px) {
     .header_style .site-branding .right-header {
         flex: 1;
    }
     .list-view .list-description p, .short-view .list-description p {
         -webkit-line-clamp: 2;
         display: none;
    }
     .list-view .product span.price, .short-view .product span.price {
         margin: 7px 0 0 0;
    }
     .shop-sidebar .product .price .amount bdi, .shop-sidebar .product .price ins {
         font-size: 15px;
    }
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery {
         margin: 0;
    }
     .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .estimated-delivery p, .list-content-wrap .list-content .product-estimate .delivery-shipping-wrap .free-shipping p {
         font-size: 13px;
    }
     .list-content-wrap .list-content .product-estimate .free-shipping {
         margin: 0;
    }
     .site-branding .header-logo {
         flex: none;
    }
     .site-main {
         min-height: auto;
    }
}
 @media (max-width:1400px) {
     .header-logo a img {
         max-width: 160px;
         height: auto;
    }
     .product .product-button.loading::before, .product-button-hv .cart-wrap .product-button.loading::before {
         font-size: 13px;
         right: 7.5vw;
    }
     .shop-sidebar .short-view .list-content .timer>div, .shop-sidebar .short-view .thumbnail-wrap .timer>div, .shop-sidebar .list-view .list-content .timer>div, .shop-sidebar .list-view .thumbnail-wrap .timer>div {
         padding: 0 11px;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer, .woocommerce-active.archive .site-main .products.list-view .product .timer {
         padding: 7px 13px;
    }
     .woocommerce-active.archive .site-main .products.short-view .product .timer {
         width: fit-content;
    }
}
 @media (max-width:575px) {
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
         width: 35px;
         height: 35px;
    }
     #yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after {
         font-size: 14px;
    }
     #yith-quick-view-modal .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
         height: 30px;
         width: 30px;
         bottom: 10px;
         right: 10px;
    }
     .up-sells h3, .single-product .recent-product .product-section-title, .related.products h3 {
         font-size: 22px;
         margin: 0 0 15px;
    }
     .related.products h3{
         padding: 0 15px;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         width: 16px;
         height: 16px;
    }
     .short-view .product-attribute-wrap, .list-view .product-attribute-wrap {
         display: none;
    }
     .products.short-view .row, .products.list-view .row {
         float: left;
         width: 100%;
         margin: 0;
    }
}
 @media (max-width:480px) {
     .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap {
         width: 30px;
         height: 30px;
    }
     .header_style.site-header .site-wrap {
         width: 18px;
    }
     .sticky-addToCart .variations_form .variations tbody {
         width: auto;
    }
     .sticky-addToCart .single_variation_wrap {
         flex-wrap: wrap;
    }
     .stickycart-wrap .single_variation_wrap .woocommerce-variation .woocommerce-variation-price .price {
         padding: 0;
         margin: 10px 0;
    }
     .sticky-addToCart .variations_form .variations tbody tr td.value, .sticky-addToCart .variations_form .variations tbody {
         justify-content: start;
    }
     .sticky-addToCart .variations_form .variations tbody {
         padding: 0;
    }
     .sticky-addToCart .variations_form .variations tr {
         padding: 0;
    }
     .sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
         display: flex;
         flex-wrap: wrap;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner {
         top: 8px;
    }
     .blog-style.blog-section .tt-post-wrapper.grid-item .tt-post-details {
         padding: 10px 0 0 0;
    }
     .tt-feature-box-icon img {
         left: 0;
         right: 0;
    }
     .tt-feature-box-icon::before {
         left: 0;
         right: 0;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         width: 14px;
         height: 14px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
         width: 20px;
    }
     .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label {
         width: 57%;
    }
     .cart.grouped_form .group_table tr td {
         width: 22%;
    }
     .cat_desc .cat_image {
         margin: 0;
    }
     .banner-timer .timer-head {
         margin: 5px 0 8px 0;
    }
     .search-results.active ul li a {
         padding: 0 0 20px;
         margin: 0px 0 20px;
    }
     .tax-product_cat .site-main .products section.product, section .product-recent .products section.product, .woocommerce-active.archive .site-main .products section.product {
         position: relative;
    }
     .product-top-sorting {
         margin: 0px 0 20px;
    }
     .page-header.inner-header-opacity {
         margin: 0 0 20px;
    }
     .single-product .product_meta .posted_in a, .single-product .product_meta .sku_wrapper .sku, .single-product .product_meta .tagged_as a {
         font-size: 13px;
    }
}
 @media (max-width:991px) {
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content{
         position: static;
    }
     .tt-section-sab {
         margin: 0;
    }
     a.youtube-popup .video_cat::before {
         width: 80px;
         height: 80px;
    }
     .elementor-element .swiper-navigation {
         opacity: 1;
    }
     .products.list-view section.product.product-type-external .cart-wrap a::before, .products.list-view section.product .cart-wrap a.product_type_variable::before {
         left: 0;
         right: 0;
    }
     .woocommerce-active.archive .products.short-view .product .list-cart-wrap .cart-wrap {
         width: auto;
         height: auto;
    }
     .short-view section.product .cart-wrap .product-button svg, .list-view section.product .cart-wrap .product-button svg {
         stroke: #fff;
         margin: 0;
    }
     .header_style.site-header .header-spacing {
         border-bottom: none;
    }
     .header_style .navbar-woocommerce #woocommerce-menu {
         top: 34px;
         width: 150px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul{
         overflow: visible;
    }
}
 @media (max-width:480px) {
     .site-header .site-main-wrap {
         flex: none;
    }
     .yith-wcqv-wrapper .yith-wcqv-main #yith-quick-view-content div.summary.entry-summary {
         width: 100%;
         margin: 0;
         padding: 0;
    }
     .product-layout-default .products.list-view section.product.product-type-external .cart-wrap a::before {
         font-size: 12px;
    }
     .single-product .woocommerce-tabs ul.tabs li {
         flex: 0 0 auto;
    }
     .products.list-view section.product.product-type-grouped .cart-wrap a::before {
         left: 0;
         font-size: 12px;
    }
     .woocommerce-active.archive .full-sidebar .products.list-view .product .list-cart-wrap .cart-wrap .product-button, .woocommerce-active.archive .products.list-view .product .list-cart-wrap .cart-wrap .product-button {
         margin: 0;
    }
     .header_style .site-branding a svg, .search-icon .search-wrap svg {
         width: 18px;
         height: 18px;
         margin: 0;
    }
     .site-branding .right-header .mini-cart a svg {
         width: 17px;
         height: 17px;
    }
     .search-icon .top-search .search-form button[type="submit"] {
         bottom: 5px;
    }
     .search-wrapper svg {
         top: 40px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .product-details {
         width: 65%;
         padding: 0 15px 0 15px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content ul li .remove {
         right: -13px;
    }
     #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open+#mega-menu-header-menu {
         top: 44px;
    }
     .service-block .swiper-slide::after {
         display: none;
    }
}
/* cart */
 @media(max-width:991px) {
     .cart-content-left {
         margin: 0 0 40px;
    }
     .Blog-section-title .tt-section-sab {
         padding: 10px 0 0px 0;
    }
}
 @media(max-width:767px) {
     .woocommerce-cart .cart-content-left td {
         float: left;
         width: 100%;
    }
     .prelax .section-heading {
         margin: 0 0 10px 0;
    }
     .prelax .tt-section-title p {
         margin: 0 0 10px 0;
    }
     a.youtube-popup .video_cat::before {
         width: 60px;
         height: 60px;
    }
     .service_even .swiper-slide:nth-child(2n) .tt-feature-box-icon {
         margin: 0 0 10px 0;
    }
     .woocommerce-cart .cart-content-left td {
         display: table-cell;
         width: auto;
         float: none;
    }
     .woocommerce-cart .cart-content-left {
         margin: 0 0 30px;
    }
     .woocommerce-cart .woocommerce-cart-form .product-quantity .quantity {
         margin: 0 0 0 20px;
    }
     table.shop_table_responsive tr td::before {
         display: none;
    }
     .product-quantity .cart-qty-wrap {
         float: left;
         width: 100%;
         display: flex;
         justify-content: center;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon {
         margin-bottom: 10px;
    }
     .woocommerce-cart .cart-content-left td.actions .button {
         padding: 8px 17px;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item {
         display: flex;
         align-items: center;
         flex-wrap: wrap;
         position: relative;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-remove {
         position: absolute;
         top: 10px;
         right: 10px;
         padding: 0;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-thumbnail, .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-remove {
         border-bottom: 0;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-price {
         width: 100%;
         border-top: 1px solid var(--border-color-01);
         text-align: end;
         float: left;
         position: relative;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-quantity {
         width: 100%;
         position: relative;
    }
     .woocommerce-cart .woocommerce-cart-form .product-quantity .cart-qty-wrap {
         justify-content: center;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-subtotal {
         width: 100%;
         justify-content: flex-end;
         display: flex;
         position: relative;
         border: 0;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-subtotal::after, .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-quantity::after, .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-price::after {
         content: attr(data-title) ": ";
         position: absolute;
         top: 0;
         left: 10px;
         bottom: 0;
         margin: auto;
         width: auto;
         height: 20px;
         font-size: 14px;
         color: #222;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-name {
         width: 60%;
         text-align: left;
         border: 0;
    }
     .woocommerce-cart .cart-content-left .woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
         width: 40%;
    }
     .woocommerce-cart .cart-content-left table {
         border: 0;
    }
     .woocommerce-cart .cart-content-left tr {
         border: 1px solid var(--border-color-01);
         margin: 0 0 15px;
    }
     .single-product #review_form_wrapper {
         padding: 20px;
    }
}
 @media(max-width:575px) {
     .woocommerce-cart .cart-content-left td.actions .button {
         padding: 8px 9px;
    }
     .right-header .mini-cart a svg, header .right-header .wishlist-wrap .wishlist a svg, .header_style .site-branding a svg, .search-icon .search-wrap svg {
         width: 19px;
         height: 19px;
    }
     a.youtube-popup .video_cat::before {
         width: 45px;
         height: 45px;
    }
     .image-hotspot .category-url.cat-img-1, .image-hotspot .category-url.cat-img-2 {
         display: none;
    }
     .navbar-woocommerce {
         padding: 0 11px;
    }
     .woocommerce-cart .woocommerce-cart-form .product-quantity .cart-qty-wrap {
         justify-content: end;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon {
         display: flex;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
         font-size: 14px;
         width: 50%;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon {
         margin: 0 0 10px;
    }
     .cart-content-left {
         margin: 0 0 30px;
    }
     .error-404.not-found .page-content {
         width: 100%;
    }
     .error-404.not-found .page-content p {
         font-size: 15px;
    }
     .error-404.not-found h3 {
         font-size: 25px;
    }
     .error-404.not-found h2 {
         font-size: 110px;
    }
     .error404 .search-form.search__form {
         width: 100%;
    }
     .error-404.not-found {
         margin-bottom: 60px;
    }
     .error-404.not-found .search {
         margin: 0 0 50px;
    }
     .woocommerce-checkout-payment ul li label, .woocommerce-checkout-payment ul li .payment_box p {
         font-size: 13px;
    }
}
 @media(max-width:480px) {
     a.youtube-popup .video_cat::before {
         width: 40px;
         height: 40px;
    }
     header .header-logo {
         margin: 0 0 0 15px;
    }
     .single-product.thumbnail-slider-style3 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar, .single-product.thumbnail-slider-style2 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
         width: 70%;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon, .woocommerce-cart .cart-content-left td.actions .button, .woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
         width: 100%;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon #coupon_code {
         margin: 0 0 10px;
    }
     .single-product .woocommerce-tabs ul.tabs {
         overflow: hidden;
         overflow-x: hidden;
         overflow-x: scroll;
         flex-wrap: nowrap;
         padding: 0;
         justify-content: center;
    }
     .thumbnail-slider-style1 .product-review-tab .rating-wrap .rating-bar .rating-percentage-bar {
         width: 72%;
    }
     .woocommerce-cart .cart-content-left td.actions .coupon {
         flex-wrap: wrap;
         margin: 0;
    }
     .single-product.thumbnail-slider-style1 .woocommerce-tabs .woocommerce-Tabs-panel .product-review-wrap .review_tab {
         margin: 0;
    }
     .cart-content-left, .cart-content-right {
         padding: 0 12px;
    }
     .cart-content-right .cart-collaterals .shop_table tbody, .cart-content-right .cart-collaterals .cart_totals tr th, .cart-content-right .cart-collaterals .cart_totals tr td, .cart-content-right .cart-collaterals .shop_table {
         display: block;
         width: 100%;
    }
     .cart-content-right .cart-collaterals {
         padding: 20px 15px;
    }
     .woocommerce-cart .cart-content-left td.actions .button {
         float: left;
         margin: 0 0 10px;
         padding: 15px;
    }
}
/* checkout */
 @media(max-width:1500px) {
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         width: 47%;
    }
}
 @media(max-width:1199px) {
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap {
         padding: 0 0 0 10px;
    }
     footer.site-footer .footer-top-section {
         padding: 30px 0;
    }
     .product .product-button.loading::before, .product-button-hv .cart-wrap .product-button.loading::before {
         right: 9.5vw;
    }
     .search-icon .top-search .search-fix .product-search-close {
         top: 25px;
    }
     .woocommerce-checkout .woocommerce .checkout #customer_details {
         padding: 0 10px 0 0;
    }
}
 @media(max-width:991px) {
     .woocommerce-checkout .woocommerce .checkout {
         flex-direction: column;
    }
     .tt-banner .banner-text.tt-icon-center::after {
         left: 5px;
         right: 5px;
         top: 5px;
         bottom: 5px;
         border: 1px solid #fff;
    }
     .hermes .tp-bullet {
         top: 10px !important;
    }
     .product .product-button.loading::before, .product-button-hv .cart-wrap .product-button.loading::before {
         right: 11vw;
    }
     .header-logo a img {
         max-width: 120px;
         height: auto;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap, .woocommerce-checkout .woocommerce .checkout #customer_details {
         margin: 0;
         padding: 0;
    }
     .woocommerce-checkout .woocommerce .checkout #customer_details {
         margin: 0 0 40px;
    }
}
 @media(max-width:575px) {
     .hermes .tp-bullet {
         top: 13px !important;
    }
     .header-logo a img {
         max-width: 125px;
    }
     .single-product .product .entry-summary .cart-wrap .product-button.loading {
         padding: 0;
         height: 45px;
    }
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last, .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first {
         padding: 0;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg {
         padding: 20px;
    }
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         width: 100%;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 36%;
    }
     .woocommerce-checkout .woocommerce .checkout .woocommerce-billing-fields p.form-row.form-row-last {
         margin: 0 0 30px;
    }
     .woocommerce-active .site-main>.container {
         padding: 0;
    }
     .woocommerce-lost-password .woocommerce .lost_reset_password {
         padding: 25px;
    }
}
/* Slider csss */
 @media (max-width:991px) {
     #mega-menu-wrap-header-menu #mega-menu-header-menu>li.mega-menu-item:first-child>a.mega-menu-link {
         padding: 0;
    }
     .custom.tparrows, #rev_slider_1_1_wrapper .custom.tparrows {
         width: 30px !important;
         height: 30px !important;
    }
     .custom.tparrows::before {
         font-size: 13px !important;
         line-height: 30px !important;
    }
     .single-product .stickycart-popup .cart-wrap .product-button {
         height: 40px;
    }
     section.product .product-button-wrap {
         bottom: 10px;
         left: 10px;
         right: 10px;
    }
}
 @media (max-width:767px) {
     .custom.tparrows {
         display: none !important;
    }
     .title-wrap .ui-tabs-nav{
         gap: 20px;
    }
     .title-wrap .product-title {
         width: 90%;
    }
     .single-product .stickycart-popup .cart-wrap .product-button {
         padding: 0;
         font-size: 14px;
    }
     .sticky-addToCart .stickycart-popup .stickycart-wrap {
         justify-content: center;
         margin: 15px 0 0 0;
    }
     .page-header .eyevera-page-title {
         justify-content: center;
    }
     .product .product-button.loading::before, .product-button-hv .cart-wrap .product-button.loading::before {
         font-size: 13px;
         right: 16vw;
    }
}
/* catagories style-one */
 @media (max-width:1400px) {
     .Categories .product-category.category-slider .categories-text {
         margin: 0 0 20px 0;
    }
     .product .product-button-wrap .btn-hv a {
         height: 35px;
         width: 35px;
    }
     .product .product-button-wrap .cart-wrap a svg {
         width: 15px;
         height: 15px;
         margin: 0 1px 0 0;
    }
     .product .product-button-wrap .btn-hv a::before {
         font-size: 13px;
    }
     .left-header .head-top-call li a::after {
         display: none;
    }
     .single-product.thumbnail-slider-style3 .product-estimate {
         padding: 25px 0 25px 0;
    }
}
 @media (max-width:575px) {
     .Categories .product-category.category-slider .categories-text {
         margin: 0 0 20px 0;
    }
     .navbar-hamburger ul.hamburger-nav li a {
         font-size: 16px;
         line-height: 16px;
    }
     .title-wrap .product-title {
         width: 100%;
    }
     .page-header .eyevera-page-title {
         min-height: 60px;
    }
     .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button::before {
         left: 36%;
    }
}
/* ---------------------------------- wishlist page ------------------------------ */
 @media (max-width:991px) {
     .wishlist_table tr td.product-price {
         padding: 56px 20px;
    }
     .header_style.site-header .header-middle {
         padding: 10px 0;
    }
     .custom.tparrows.tp-leftarrow {
         transform: translate(10px, -15px) !important;
    }
     .custom.tparrows.tp-rightarrow {
         transform: translate(-40px, -15px) !important;
    }
     .single-product.thumbnail-slider-style3 .product-estimate {
         padding: 20px 0 20px 0;
    }
}
 @media (max-width:768px) {
     #primary .woocommerce ul.wishlist_table.mobile li .item-wrapper, #primary .woocommerce ul.wishlist_table.mobile li {
         display: flex;
    }
     table.wishlist_table tbody {
         overflow: hidden;
         overflow-x: hidden;
         overflow-x: auto;
         display: flex;
         flex-direction: column;
    }
     .single-product.thumbnail-slider-style3 .product-estimate {
         padding: 15px 0 15px 0;
    }
     .wishlist_table tr td.product-price {
         padding: 10px 20px;
    }
     table.wishlist_table tr .product-stock-status {
         width: 50%;
    }
     .wishlist_table tr td.product-price {
         padding: 10px 20px;
         border-left: 1px solid #e5e5e5;
         border-right: 1px solid #e5e5e5;
    }
     table.wishlist_table tr .product-stock-status, table.wishlist_table tr .product-add-to-cart {
         border-top: none;
    }
     table.wishlist_table tbody td .cart-wrap {
         width: 165px;
    }
     table.wishlist_table {
         border: none;
    }
     table.wishlist_table tr {
         margin: 0 0 30px 0;
    }
     table.wishlist_table thead {
         display: none;
    }
     .wishlist_table tr td.product-remove div {
         padding: 10px;
    }
     #primary .woocommerce ul.wishlist_table.mobile li {
         border: 1px solid var(--border-color-01);
         align-content: center;
         margin: 8px 0;
         padding: 0;
    }
     .wishlist_table.mobile li .item-wrapper .product-thumbnail {
         max-width: 70px;
         border: none;
         margin: 0;
         align-items: center;
         display: flex;
         padding: 0;
    }
     .wishlist_table.mobile li .item-wrapper tr label {
         color: #222;
    }
     .wishlist_table.mobile li .additional-info-wrapper tr {
         padding: 18px;
    }
     .wishlist_table.mobile li .item-wrapper tr {
         padding: 0;
         display: flex;
    }
     #primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
         color: #444;
         font-size: 16px;
    }
     .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label {
         font-size: 16px;
    }
     .wishlist_table.mobile li .item-details table.item-details-table td.value {
         font-size: 14px;
         font-weight: 500;
         color: #222;
    }
     .wishlist_table.mobile li .item-details table.item-details-table td.value del {
         font-size: 14px;
         padding-left: 15px;
    }
     .wishlist_table.mobile li .item-details table.item-details-table td.value del::after {
         width: 9px;
         left: 4px;
    }
     .wishlist_table.mobile li .item-wrapper .item-details {
         width: 100%;
         margin: 0 0 0 10px;
         align-items: center;
         display: flex;
         flex-direction: column;
         border-right: 1px solid #e5e5e5;
         padding: 15px 0;
    }
     .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
         width: auto;
    }
     .wishlist_table.mobile li .item-wrapper .item-details .item-details-table {
         width: 100%;
         margin: 0;
         border: none;
         padding: 0;
    }
     .wishlist_table.mobile li .item-wrapper .item-details .product-name {
         width: 100%;
         border: none;
    }
     #primary .woocommerce ul.wishlist_table.mobile li .item-wrapper {
         width: 80%;
         margin: 0;
    }
     .wishlist_table.mobile li .additional-info-wrapper tr, .wishlist_table.mobile li .item-wrapper tr {
         width: 100%;
    }
     #primary .woocommerce ul.wishlist_table.mobile li .additional-info-wrapper {
         width: 20%;
         display: flex;
         align-items: center;
    }
     #primary .woocommerce ul li a.product_type_simple.add_to_cart_button {
         background: var(--primary-color);
         color: #fff;
         font-size: 14px;
         padding: 5px 25px;
         width: 100%;
    }
     #primary .woocommerce ul li a.product_type_simple.add_to_cart_button svg {
         width: 20px;
         height: 20px;
         padding: 0 5px 0 0;
    }
}
 @media (max-width:767px) {
     .wishlist_table.mobile li .additional-info-wrapper tr {
         padding: 18px 11px;
    }
     .Blog-section-title {
         font-size: 30px;
         margin: 0 0 20px 0;
         line-height: 35px;
    }
}
 @media (max-width:480px) {
     #primary .wishlist_table.mobile li {
         flex-direction: column;
    }
     .short-view .product .list-content span.price, .list-view .product .list-content span.price {
         margin: 7px 0 9px 0;
    }
     .prelax .section-heading {
         margin: 0 0 10px 0;
    }
     .tt-section-title p {
         margin: 0 0 10px 0;
    }
     footer .footer-top-section .footer-top-columns {
         padding: 12px;
    }
     .tt-banner .banner-text .banner-description {
         font-size: 13px;
         line-height: 15px;
    }
     .header_style.site-header .header-middle {
         padding: 5px 0;
    }
     .header_style.site-header .main-navigation {
         flex: 0;
    }
     header .header-logo {
         text-align: left;
    }
     header .head-hamburger-menu svg {
         font-size: 15px;
    }
     .site-branding .right-header .mini-cart a svg {
         margin: 0 2px 0 10px;
    }
     .navbar-hamburger .navbar-hamburger-main {
         width: 300px;
         padding: 30px 12px;
    }
     .navbar-hamburger .navbar-hamburger-main .navbar-hamburger-container {
         margin: 0;
    }
     .navbar-hamburger span.hamburger-close {
         right: 0;
         left: auto;
         top: 10px;
    }
     .navbar-hamburger ul.hamburger-nav li {
         padding: 0px 0 15px;
    }
     .navbar-woocommerce {
         padding: 0 10px;
    }
     .right-header .mini-cart .dropdown-back .basket-item-count #mini-cart-count {
         width: 13px;
         height: 13px;
         font-size: 9px;
         line-height: 9px;
    }
     .header_style .site-branding .right-header a svg.feather-shopping-bag {
         width: 17px;
         height: 17px;
    }
     .product .product-button.loading::before, .product-button-hv .cart-wrap .product-button.loading::before {
         font-size: 13px;
         right: 28vw;
    }
     .Categories .product-category.category-slider .categories-text {
         margin: 0 0 15px 0;
    }
     footer .widget.widget_block p {
         font-size: 14px;
    }
     .right-header .mini-cart .dropdown-menu-mini-cart .widget_shopping_cart_content .buttons .checkout.button::after {
         left: 28%;
    }
     .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button::before {
         left: 29%;
    }
     .woocommerce-checkout .woocommerce .checkout .order_review-wrap .order_review-bg #payment .place-order .button::before {
         left: 25%;
    }
     .single-product.thumbnail-slider-style3 .product-estimate {
         padding: 10px 0 10px 0;
    }
     #primary .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 a {
         font-size: 16px;
    }
     .wishlist_table.mobile li .item-wrapper {
         width: 100%;
         border-bottom: 1px solid var(--border-color-01);
    }
     .wishlist_table.mobile li .item-wrapper .item-details {
         border: none;
    }
     .wishlist_table.mobile li .additional-info-wrapper {
         width: 100%;
         display: flex;
    }
     .wishlist_table.mobile li .additional-info-wrapper tr, .wishlist_table.mobile li .item-wrapper tr {
         width: auto;
    }
     .wishlist_table.mobile li .additional-info-wrapper {
         flex-direction: row;
         justify-content: space-between;
    }
     #primary .woocommerce ul.wishlist_table.mobile li .item-wrapper {
         width: 100%;
         margin: 0;
    }
     .wishlist_table.mobile li .additional-info-wrapper tr {
         padding: 0;
    }
     .wishlist_table.mobile li .item-wrapper .item-details {
         padding: 5px 0 0 0;
    }
     #primary .woocommerce ul.wishlist_table.mobile li .additional-info-wrapper {
         width: 100%;
         display: flex;
         align-items: center;
         justify-content: space-between;
         padding: 10px;
    }
     .woocommerce .wishlist-title {
         margin-bottom: 5px;
    }
     .wishlist_table.mobile {
         list-style: none;
         margin-left: 0;
         display: flex;
         flex-direction: column;
         width: 100%;
         height: fit-content;
         padding: 0;
         margin: 0;
    }
     .wishlist_table.mobile li table.additional-info {
         border-right: none;
    }
     .wishlist_table.mobile li table.additional-info {
         width: auto;
    }
}
 @media (max-width:575px) {
     .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a{
         text-align: start;
         padding-left: 10px;
         font-size: 14px;
    }
     #yith-quick-view-content div.summary.entry-summary .woocommerce-product-details__short-description p{
         font-size: 15px;
    }
     .single-product .entry-summary .product_title{
         margin: 10px 0;
    }
     #review_form_wrapper .comment-respond .comment-form .comment-form-email, #review_form_wrapper .comment-respond .comment-form .comment-form-author {
         width: 100%;
         padding: 0;
    }
     .sticky-addToCart .stickycart-popup .stickycart-wrap .cart {
         flex-direction: column;
         gap: 10px;
    }
}
 @media(max-width:480px){
     .yith-wcqv-main #yith-quick-view-content .quantity{
         width: auto;
    }
     #yith-quick-view-modal.open .yith-wcqv-wrapper{
         margin: auto !important;
         width: 90% !important;
         height: 80% !important;
    }
     .yith-quick-view-content.woocommerce div.product .product{
         height: auto !important;
    }
     #yith-quick-view-modal .single_variation_wrap .woocommerce-variation-add-to-cart {
         flex-direction: column;
    }
     #yith-quick-view-modal .single-product .summary .cart .variations_button .single_add_to_cart_button {
         margin: 0;
    }
     .single_variation_wrap .woocommerce-variation-add-to-cart {
         flex-direction: column;
    }
     .single-product .product .entry-summary .woocommerce-variation-add-to-cart .cart-wrap {
         margin: 0;
    }
     .single-product .summary .single_variation_wrap .woocommerce-variation-add-to-cart .single_add_to_cart_button::before {
         left: 80px;
    }
     .cart.grouped_form .group_table tr td.woocommerce-grouped-product-list-item__label a{
         padding: 0;
    }
}
/* .image-title */
 @media(max-width: 1199px) {
     .image-title::before{
         left: -110px;
    }
     .image-title::after{
         width: 100px;
         left: -110px;
    }
     .image-title.image-title-up::after{
         height: 100px;
         top: -110px;
    }
     .image-title.image-title-up::before{
         top: -110px;
    }
}
 @media(max-width: 991px) {
     .image-title::before{
         left: -70px;
    }
     .image-title::after{
         width: 60px;
         left: -70px;
    }
     .image-title.image-title-up::after{
         height: 70px;
         top: -80px;
    }
     .image-title.image-title-up::before{
         top: -80px;
    }
}
 @media(max-width: 767px) {
     .image-title::before{
         left: -50px;
    }
     .image-title::after{
         width: 40px;
         left: -50px;
    }
     .image-title.image-title-up::after{
         height: 80px;
         top: -90px;
         left: 70px;
    }
     .image-title.image-title-up::before{
         top: -90px;
         left: 66px;
    }
     .image-title p{
         display: none;
    }
}
 @media(max-width: 575px) {
     .image-title::before{
         left: -10px;
         top: 5px;
         height: 5px;
         width: 5px;
    }
     .image-title.image-title-up::after, .image-title::after{
         display: none;
    }
     .image-title.image-title-up::before{
         top: -10px;
         left: 48px;
         height: 5px;
         width: 5px;
    }
}
 @media(max-width: 785px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.9vw;
    }
}
 @media(max-width: 685px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.8vw;
    }
}
 @media(max-width: 601px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.7vw;
    }
}
 @media(max-width: 540px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.6vw;
    }
}
 @media(max-width: 490px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.5vw;
    }
}
 @media(max-width: 450px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.4vw;
    }
}
 @media(max-width: 415px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.3vw;
    }
}
 @media(max-width: 385px) {
     footer .main-footer .footer-05 h2{
         font-size: 20.1vw;
    }
}
 @media(max-width: 335px) {
     footer .main-footer .footer-05 h2{
         font-size: 20vw;
    }
}
 @media(max-width: 315px) {
     footer .main-footer .footer-05 h2{
         font-size: 19vw;
    }
}
 @media (min-width:992px) and (max-width:1600px) {
     header.header-style-2.header_style .site-branding a, header.header-style-2 .search-icon .search-wrap, header.header-style-2 .right-header .mini-cart a, header.header-style-2 .right-header .wishlist-wrap a, header.header-style-2 .right-header a.navbar-title, header.header-style-3.header_style .site-branding a, header.header-style-3 .search-icon .search-wrap, header.header-style-3 .right-header .mini-cart a, header.header-style-3 .right-header .wishlist-wrap a, header.header-style-3 .right-header a.navbar-title{
         font-size: 0;
    }
     .header-style-2 .main-navigation, .header-style-3 .main-navigation{
         flex: 2;
    }
}
 @media (min-width:992px) and (max-width:1199px) {
     header.header-style-2 .right-header{
         flex: none;
    }
     header.header-style-3 .header-logo, header.header-style-3 .right-header{
         flex: 0.7;
    }
     header.header-style-2 .header-logo {
         margin-inline-end: 20px;
    }
     header.header-style-2 .right-header, header.header-style-3 .right-header{
         gap: 10px;
    }
}
 @media(max-width: 1599px) {
     .teg-line .tt-section-sab{
         margin: 0 0 28px;
    }
     .teg-line .section-heading{
         margin-bottom: 36px;
    }
     .teg-line .section-heading img{
         width: 100px;
    }
}
 @media(max-width: 1400px) {
     .teg-line .tt-section-sab{
         margin: 0 0 26px;
    }
     .teg-line .section-heading{
         margin-bottom: 32px;
    }
     .teg-line .section-heading img{
         width: 90px;
    }
}
 @media(max-width: 1199px) {
     .teg-line .tt-section-sab{
         margin: 0 0 24px;
    }
     .teg-line .section-heading{
         margin-bottom: 28px;
    }
     .teg-line .section-heading img{
         width: 80px;
    }
}
 @media(max-width: 991px) {
     .header-toggle{
         display: none;
    }
     .teg-line .tt-section-sab{
         margin: 0 0 22px;
    }
     .teg-line .section-heading{
         margin-bottom: 24px;
    }
     .teg-line .section-heading img{
         width: 70px;
    }
}
 @media(max-width: 767px) {
     .teg-line .tt-section-sab{
         margin: 0 0 20px;
    }
     .teg-line .section-heading{
         margin-bottom: 20px;
    }
     .teg-line .section-heading img{
         width: 50px;
    }
}
 @media(max-width: 575px) {
     .teg-line .tt-section-sab{
         margin: 0 0 16px;
    }
     .teg-line .section-heading{
         margin-bottom: 16px;
    }
     .teg-line .section-heading img{
         display: none;
    }
}
 @media(max-width: 480px) {
     .teg-line .tt-section-sab{
         margin: 0 0 10px;
    }
     .teg-line .section-heading{
         margin-bottom: 10px;
    }
}
 @media(min-width: 992px) {
     .category-marquee .cat_desc .cat_image {
         opacity: 0;
    }
     .category-marquee .cat_desc:hover .cat_image {
         opacity: 1;
    }
}
 @media(max-width: 991px) {
     .category-marquee .cat_desc .cat_image{
         left: 0;
         right: 0;
         top: 0;
         bottom: 0;
         margin: auto;
    }
}
 @media(max-width: 1199px) {
     .category-marquee .cat_desc::after{
         width: 16px;
         height: 16px;
         right: -8px;
    }
}
 @media(max-width: 991px) {
     .category-marquee .cat_desc::after{
         width: 12px;
         height: 12px;
         right: -6px;
    }
}
 @media(max-width: 767px) {
     .category-marquee .cat_desc::after{
         width: 10px;
         height: 10px;
         right: -5px;
    }
}
 @media(max-width: 575px) {
     .category-marquee .cat_desc::after{
         width: 8px;
         height: 8px;
         right: -4px;
    }
}
 @media(max-width: 480px) {
     .category-marquee .cat_desc .cat_image{
         display: none;
    }
}
/* SINGLE PRODUCT SIDEBAR */
 @media (min-width: 1200px) {
     .single-product .single-product-thumb-content {
         display: flex;
         width: 80%;
         margin: auto;
    }
     .single-product .summary.entry-summary{
         padding-right: 30px;
    }
     .single-product .woocommerce-product-sidebar{
         width: 20%;
         display: block;
    }
     .single-product.woocommerce-active .site-main .products.columns-5 .product {
         width: 20%;
    }
}
 @media (max-width:575px) {
     .woocommerce-customer-details>.woocommerce-columns{
         display: flex;
         flex-direction: column;
    }
     .woocommerce-customer-details>.woocommerce-columns>div{
         width: 100%;
    }
}
/* ACCORDIAN */
 @media (max-width: 1199px) {
     .accordian-tab .eyevera-accordion-header .accordion-tilte{
         font-size: 17px;
         padding: 15px 0;
    }
     .accordian-tab .eyevera-accordion-content{
         padding: 0 0 15px;
         font-size: 15px;
    }
     .accordian-tab .eyevera-accordion-header .accordion-tilte svg{
         width: 20px;
    }
}
 @media (max-width: 767px) {
     .accordian-tab .eyevera-accordion-header .accordion-tilte{
         font-size: 16px;
         padding: 12px 0;
    }
     .accordian-tab .eyevera-accordion-content{
         padding: 0 0 12px;
         font-size: 14px;
    }
     .accordian-tab .eyevera-accordion-header .accordion-tilte svg{
         width: 18px;
    }
}
 @media (max-width: 575px) {
     .accordian-tab .eyevera-accordion-header .accordion-tilte{
         font-size: 15px;
         padding: 10px 0;
    }
     .accordian-tab .eyevera-accordion-content{
         padding: 0 0 10px;
         font-size: 13px;
    }
     .accordian-tab .eyevera-accordion-header .accordion-tilte svg{
         width: 16px;
    }
}
 @media (max-width: 1199px) {
     .coming-soon-page .coming-soon-wrap .coming-title{
         font-size: 38px;
    }
     .coming-soon-page .banner-timer .timer-datetime {
         font-size: 54px;
    }
     .comingsoon-form{
         width: 70%;
    }
}
 @media (max-width: 991px) {
     .coming-soon-page .coming-soon-wrap .coming-title{
         font-size: 36px;
    }
     .coming-soon-page .banner-timer .timer-datetime {
         font-size: 48px;
    }
     .comingsoon-form{
         width: 80%;
    }
}
 @media (max-width: 767px) {
     .coming-soon-page .coming-soon-wrap .coming-title{
         font-size: 34px;
    }
     .coming-soon-page .banner-timer .timer-datetime {
         font-size: 42px;
    }
     .comingsoon-form{
         width: 90%;
    }
}
 @media (max-width: 575px) {
     .coming-soon-page .coming-soon-wrap .coming-title{
         font-size: 32px;
    }
     .coming-soon-page .banner-timer .timer-datetime {
         font-size: 36px;
    }
     .comingsoon-form{
         width: 100%;
    }
     .comingsoon-form .footer-newsletter .news-form{
         width: 100%;
    }
}
 @media (max-width: 480px) {
     .coming-soon-page .coming-soon-wrap .coming-title{
         font-size: 30px;
    }
     .coming-soon-page .banner-timer .timer-datetime {
         font-size: 30px;
    }
}
 @media (max-width: 991px) {
     .cms-img-01{
         height: 15vw;
         width: 15vw;
    }
     .cms-img-02, .cms-img-05{
         height: 12vw;
         width: 12vw;
    }
     .cms-img-03, .cms-img-06{
         height: 10vw;
         width: 10vw;
    }
     .cms-img-04, .cms-img-07{
         height: 8vw;
         width: 8vw;
    }
}
 @media (max-width: 575px) {
     .cms-img-01{
         height: 18vw;
         width: 18vw;
    }
     .cms-img-02, .cms-img-05{
         height: 15vw;
         width: 15vw;
    }
     .cms-img-03, .cms-img-06{
         height: 12vw;
         width: 12vw;
    }
     .cms-img-04, .cms-img-07{
         height: 10vw;
         width: 10vw;
    }
}
/* MY ACCOUNT */
 @media(max-width:1679px){
     body.woocommerce-page.woocommerce-account .woocommerce .u-columns{
         padding: 20px 60px;
    }
     .woocommerce-account .woocommerce h2{
         font-size: 40px;
    }
     .woocommerce-account .woocommerce h3{
         font-size: 26px;
    }
     body.woocommerce-page.woocommerce-account #primary .woocommerce li.login-nav-link{
         margin-top: 12px;
         padding-top: 24px;
    }
}
 @media(max-width:1400px){
     body.woocommerce-page.woocommerce-account .woocommerce .u-columns{
         padding: 20px 36px;
    }
     .woocommerce-account .woocommerce-form>p{
         margin-bottom: 13px;
    }
     body.woocommerce-page.woocommerce-account .woocommerce-form-register button[type="submit"].btn.btn-primary, body.woocommerce-page.woocommerce-account button[type="submit"]{
         line-height: normal;
    }
     .woocommerce-account .woocommerce h2{
         font-size: 36px;
         margin-bottom: 10px;
    }
     .woocommerce-account .woocommerce h3{
         font-size: 24px;
         margin-bottom: 10px;
    }
     .woocommerce-account .form-row label {
         margin: 0 0 4px;
         font-size: 15px;
    }
     body.woocommerce-page.woocommerce-account #primary .woocommerce li.login-nav-link{
         margin-top: 0;
         padding-top: 16px;
    }
     body.woocommerce-page.woocommerce-lost-password .post-excerpt{
         width: 60%;
    }
}
 @media(max-width:991px){
     body.woocommerce-page.woocommerce-lost-password .post-excerpt{
         width: 70%;
    }
}
 @media(max-width:767px){
     body.woocommerce-page.woocommerce-lost-password .post-excerpt{
         width: 80%;
    }
}
 @media(max-width:575px){
     body.woocommerce-page.woocommerce-lost-password .post-excerpt{
         width: 90%;
    }
     body.woocommerce-page.woocommerce-account .woocommerce .u-columns{
         padding: 20px;
    }
     .woocommerce-account .woocommerce h2{
         font-size: 30px;
    }
     .woocommerce-account .woocommerce h3{
         font-size: 22px;
    }
}
 @media(max-width:1199px){
     .product-360-view-wrapper{
         max-width: 50vw;
    }
}
 @media(max-width:991px){
     .product-360-view-wrapper{
         max-width: 60vw;
    }
}
 @media(max-width:767px){
     .product-360-view-wrapper{
         max-width: 70vw;
    }
}
 @media(max-width:575px){
     .product-360-view-wrapper{
         max-width: 85vw;
    }
}
 @media(max-width:480px){
     .product-360-view-wrapper{
         max-width: 95vw;
    }
}
 @media(max-width:767px){
     .quick-view-modern .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button.loading::before {
         left: 27%;
    }
}
 @media(max-width:575px){
     .quick-view-modern #yith-quick-view-modal.open .yith-wcqv-wrapper{
         width: 320px !important;
    }
     .quick-view-modern .yith-wcqv-main #yith-quick-view-content .product .entry-summary .cart-wrap .product-button.loading::before {
         left: 30%;
    }
}
 @media(max-width:480px){
     .quick-view-modern #yith-quick-view-modal.open .yith-wcqv-wrapper{
         width: 80% !important;
    }
}
 @media(max-width:400px){
     .quick-view-modern #yith-quick-view-modal.open .yith-wcqv-wrapper{
         width: 90% !important;
    }
}
 @media(max-width:575px){
     .short-view .list-thumnail-wrap .onsale, .list-view .list-thumnail-wrap .onsale{
         left: 10px;
         top: 10px;
         font-size: 13px;
    }
}
 @media(max-width:480px){
     .short-view .list-thumnail-wrap .onsale, .list-view .list-thumnail-wrap .onsale{
         left: 5px;
         top: 5px;
         font-size: 11px;
    }
}