.archive .bg-breadcrumb{
    margin-bottom: 0;
}
.blog-wrapper .widget-title{
    display: block;
    border-bottom: solid 2px #eb3e32;
    margin: 0 0 10px;
}
.blog-wrapper .widget-title span{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px 0 10px;
    font-weight: bold;
    color: #fff;
    background: #eb3e32;
}
.blog-wrapper .sb_left .is-divider{
    display: none;
}
.hds{
    padding-bottom: 12px !important;
}
.page-numbers{
    text-align: right;
}
.page-numbers span, .page-numbers a{
    border-radius: 0 !important;
}
.woocommerce-breadcrumb{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #ffb416;
}
.woocommerce-breadcrumb p{
    font-size: 14px;
}
.woocommerce-breadcrumb a{
    color: #323c42;
}
.category-page-row{
    padding-top: 0;
}
.post-type-archive-product .bg-breadcrumb, .tax-product_cat .bg-breadcrumb{
    display: none;
}
.custom-ordering-buttons {
    margin-bottom: 15px;
}
.custom-ordering-buttons button{
    border: none;
    margin: 0;
    min-height: unset;
    padding: 3px 8px;
    background: #eb3e32;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.custom-ordering-buttons button:hover{
    background: #ffb416;
}
.woocommerce-category-header{
    display: flex;
    border: solid 1px #ebebeb;
    margin: 0 0 15px;
}
.woocommerce-category-header .img{
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-category-header .img img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    padding: 5px;
}
.woocommerce-category-header .category-description{
    width: calc(100% - 100px);
    font-size: 14px;
    padding: 10px 10px;
}
.woocommerce-category-header .category-description h1{
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce-category-header .category-description p{
    margin-bottom: 5px;
}
.product .col-inner{
    position: relative;
    padding: 10px;
    margin-bottom: 0px;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31,38,67,0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
}
.product .col-inner .badge-container{
    margin: 0;
}
.product .col-inner .badge-container .on-sale{
    position: relative;   
}
.product .col-inner .badge-container .on-sale:before{
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffd004 transparent transparent transparent;
    position: absolute;
    top: 32px;
    left: 0;
}
.product .col-inner .badge-container .badge-frame{
    width: 40px;
    margin: 0;
}
.product .col-inner .badge-container .on-sale{
    background: #ffd004;
    border: none !important;
    padding: 0;
    font-size: 12px;
    color: #323c42;
}
.product .col-inner .badge-container .on-sale:after{
    content: "";
    position: absolute;
    top: 32px;
    left: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #ffd004 transparent transparent;
    z-index: 1;
}
.product .col-inner .box-image{
    height: 185px;
}
.product .col-inner .box-image img{
    height: 185px;
}
.product .col-inner .product-title a{
    color: #323c42;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}
.product .col-inner .product-title a:hover{
    color: #ffb416;
}
.product .col-inner .box-text-products{
    padding-bottom: 0;
    overflow: hidden;
}
.product .col-inner .box-text-products > a{
    margin: 0  !important;
    padding: 0 !important;
    background: #fff;
    border: none;
    min-height: unset;
    line-height: unset;
    float: right;
    width: 30px;
    height: 30px;
    opacity: .6;
    margin: 0 3px;
    border-radius: 6px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 0;
    right: 0;
} 
.product .col-inner:hover .box-text-products > a{
    background: red;
}
.product .col-inner .box-text-products > a:after{
    display: none;
}  
.products .col-inner:hover .box-text-products > a{
    background: #eb3e32;
    box-shadow: unset;
    opacity: 1;
}
.product .col-inner .box-text-products > a svg{
    position: relative;
    top: 3px;
    left: 2px;
}
.product .col-inner .box-text-products > a.added_to_cart svg{
    left: 4px;
}
.product  .col-inner:hover .box-text-products > a svg{
    filter: invert(1);
}
.product  .col-inner .box-text-products .price{
    display: grid;
}
.product  .col-inner .box-text-products .price del{
    display: block;
    clear: both;
    order: 2;
}
.product .col-inner .box-text-products .price ins{
    display: block;
    clear: both;
    order: 1;
}
.product .col-inner .box-text-products .price > .woocommerce-Price-amount{
    color: #eb3e32;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}
.product .col-inner .box-text-products .price ins span{
    color: #eb3e32;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}
.product .col-inner .box-text-products .price-wrapper{
    min-height: 40px;
}
.product .col-inner .box-text-products .price del span,.product .col-inner .box-text-products .price del{
    text-decoration: line-through;
    font-size: 13px;
    color: #9e9e9e;
    line-height: 17px;
    font-weight: 300;
}
.woo-parent-categories{
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
}
.woo-parent-categories > h2{
    text-transform: none;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 0;
}
.woo-parent-categories .woo-category > .woo-category-box:nth-child(1){
    display: none;
}
.woo-parent-categories .woo-category > .woo-category-box a{
    display: flex;
    padding: 5px 10px;
}
.woo-parent-categories .woo-category > .woo-category-box a img{
    width: 35px;
    height: 35px;
    object-fit: contain;
    float: left;
}
.woo-parent-categories .woo-category > .woo-category-box a h3{
    font-size: 14px;
    line-height: 24px;
    height: 35px;
    align-items: center;
    display: flex;
    color: #323c42;
    padding-left: 6px;
    font-weight: 400;
    margin-bottom: 0;
}
.woo-parent-categories .woo-category > .woo-category-box:hover{
    background: #ffb416;
}
.woo-parent-categories .woo-category > .woo-category-box:hover h3{
    color: #fff;
}
.widget_price_filter .widget-title,.widget_brand_nav .widget-title{
    display: block ;
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    background: #eb3e32;
    color: #fff;
    padding: 10px;
}
.widget_price_filter .is-divider, .widget_brand_nav .is-divider{
    display: none;
}
.widget_price_filter,.widget_brand_nav{
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    margin-bottom: 0;
}
.widget_price_filter form{
    padding: 10px 15px 10px 10px;
}
.widget_brand_nav ul{
    padding: 10px 15px 10px 10px;
}
.widget_brand_nav .widget-title{
    margin: 0;
}
.widget_brand_nav ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #323c42;
}
.widget_brand_nav ul li a:hover{
    color: #ffb416;
}
.home_01{
    margin-top: 10px;
}
.home_01 img{
    border-radius: 10px;
}
.home_02,.home_02 .col{
    padding-bottom: 0 !important;
}
.home_02 .box-category .box-image img{
    object-fit: contain;
    transition: all 0.5s;
}
.home_02 .box-category:hover .box-image img{
    transform: rotate(45deg);
}
.home_02 .box-category .header-title{
    font-size: 14px;
    font-weight: 400;   
    line-height: 19px;
    height: 38px;
    color: #323c42;
    text-transform: inherit;
}
.home_02 .box-category .header-title:hover{
    color: #ffb416;
}
.home_02 .box-category  .count {
    display: none;
}
.home_02 .flickity-button,.home_03 .flickity-button{
    margin-top: 0 !important;
    width: 30px;
    height: 30px;
    min-height: 30px;
    background: #fff;
    border-radius: 50%;
}
.home_01 .flickity-button{
    width: 30px;
    height: 30px;
    min-height: 30px;
}
.title_h2{
    padding-bottom: 0;
}
.title_h2 h2{
    display: block;
    border-bottom: solid 2px #eb3e32;
    margin: 0 0 20px;
    padding-bottom: 0 !important;
}
.title_h2 a{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    padding: 0 20px 0 10px;
    font-weight: bold;
    color: #fff;
    background: #eb3e32;
    margin-bottom: 0;
}
.home_07 .box-blog-post .post-title a{
    display: block;
    margin: 0 0 10px 0;
    color: #323c42;
    font-weight: 700;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    font-size: 16px;
    opacity: 1;
}
.home_07 .box-blog-post .post-title a:hover{
    color: #ffb416;
}
.home_07 .box-blog-post .is-divider{
    display: none;
}
.home_07 .box-blog-post .from_the_blog_excerpt {
    margin: 0px 0 0;
    color: #8b8b8b;
    display: block;
    height: 37px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home_06{
    position: relative;
}
.home_06 .row {
    border: solid 2px #eb3e32;
    padding: 10px 0;
    margin: 0 !important;
    position: relative;
}
.home_06 .row:after{
    content: "";
    background: url(images/mblike.webp) no-repeat;
    position: absolute;
    top: -6px;
    right: -6px;
    height: 110px;
    width: 121px;
    z-index: 9;
}
.home_06 .title_h2 h2{
    margin-bottom: 0;
    border-bottom: none;
}
.home_06 .product .col-inner{
    box-shadow: unset !important;
}
.home_06 .product{
    padding-bottom: 0 !important;
}
.home_06 .flickity-button{
    opacity: 1;
    height: 40px;
    position: absolute;
    top: -45px;
    right: -12px;
    margin-top: 0 !important;
    left: unset;
    width: 28px;
}
.home_06 .previous{
    right: 20px;
}
.home_05 .ux-menu {
    display: block;
    text-align: right;
    position: relative;
    top: -35px;
    margin-bottom: -35px;
}
.home_05 .ux-menu .menu-item{
    display: inline-block;
}
.home_05 .ux-menu .menu-item a{
    padding: 0 0 0 20px;
    color: #323c42;
    font-weight: bold;
    font-size: 14px;
}
.home_05 .title_h2 h2{
    margin-bottom: 0;
}
.home_05 .ux-menu .menu-item a:hover{
    color: #ffb416;
}
.home_05 .col{
    padding-bottom: 10px;
}
.home_05 .left{
    flex-basis: 40%;
    max-width: 40%;
    padding-right: 10px;
}
.home_05 .right{
    flex-basis: 60%;
    padding-left: 10px;
    max-width: 60%;
}
.home_03 .tabbed-content .nav{
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    background: #eaedf1;
    padding: 0;
    display: block;
    margin-bottom: 0;
}
.home_03 .tabbed-content .nav .tab{
    display: block;
    width: 33.33%;
    float: left;
    margin: 0;
    text-align: center;
}
.home_03 .tabbed-content .nav .tab a{
    padding: 0;
    font-size: 18px;
    color: #98a5b9;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    cursor: pointer;
    padding: 0;
    line-height: 28px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_03 .tabbed-content .nav .active{
    border-radius: 8px 8px 0 0;
}
.home_03 .tabbed-content .nav .active a{
    color: #fff;
}
.home_03 .tabbed-content .nav .active:nth-child(1){
    background: #ed4e2e;
}
.home_03 .tabbed-content .nav .active:nth-child(2){
    background: #ffd744;
}
.home_03 .tabbed-content .nav .active:nth-child(3){
    background: #b4e4f2;
}
.home_03 .tabbed-content .tab-panels{
    padding-top: 0;
}
.home_03 .tabbed-content .tab-panels > .panel:nth-child(1){
    background: #ed4e2e;
}
.home_03 .tabbed-content .tab-panels > .panel:nth-child(2){
    background: #ffd744;
}
.home_03 .tabbed-content .tab-panels > .panel:nth-child(3){
    background: #b4e4f2;
}
.home_03 .tabbed-content .tab-panels .row{
    margin: 0 !important;
}
.home_03 .tabbed-content .tab-panels  .col{
    padding-bottom: 0;
}
.home_03 .tabbed-content .tab-panels .row > .left {
    padding: 0;
    top: 21px;
}

.home_03 .tabbed-content .tab-panels .left img{
    width: auto;
}
.home_03 .tabbed-content .tab-panels .right{
    margin-top: 20px;
    margin-bottom: 20px;
}
.home_03 .tabbed-content .tab-panels .right .product .col-inner{
    background: #fff;
    box-shadow: unset;
}
.product .col-inner .box-image .show-on-hover{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}
#wide-nav .header-nav > li .nav-dropdown{
    width: 100%;

}
#wide-nav .header-nav > li:hover .nav-dropdown{
    display: block !important;
}
#wide-nav .header-nav > li .nav-dropdown > li{
    display: block;
    width: 100%;
    position: relative;
}
#wide-nav .header-nav > li .nav-dropdown li{
    white-space: unset !important;
}
#wide-nav .header-nav > li .nav-dropdown > li a{
    color: #323c42;
    font-size: 14px;
    font-weight: 400;
    text-transform: unset;
    border-bottom: none;
    border-bottom: 1px solid #e5e6ec;
    margin: 0 !important;
    padding-left: 10px;
}
#wide-nav .header-nav > li .nav-dropdown > li:nth-child(1) > a{
    border-top: none !important;
}
#wide-nav .header-nav > li .nav-dropdown > li a:hover{
    color: #ffb416;
}
#wide-nav .header-nav > li .nav-dropdown li ul{
    position: absolute !important;
    top: 0px;
    left: 100% !important;
    width: 100%;
    border:0;
    opacity: 0;
}
#wide-nav .header-nav > li .nav-dropdown li ul li:nth-child(1) a{
    border-top: none;
}
#wide-nav .header-nav > li .nav-dropdown li:hover > ul{
    opacity: 1;
    z-index: 9999;
}
#wide-nav .header-nav > li .nav-dropdown li ul li{
    margin-top: 0 !important;
    position: relative;
}
#wide-nav .header-nav > li .nav-dropdown > li.menu-item-has-children:after{
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 9px;
    font-size: 14px;
}
#wide-nav .header-nav > li .nav-dropdown > li.menu-item-has-children:hover:after{
    color: #ffb416;
}
#wide-nav .nav-dropdown-default {
    padding: 0;
    background: #fff;
    top: 42px;
    border: 0;
    left: 0 !important;
}
.header-bottom .nav>li>a{
    padding: 0 !important;
}
[data-icon-label]:after{
    background-color: #eb3e32;
}
.wishlist_table .product-add-to-cart a{
    margin: 0;
    background: unset;
    border: none;
    min-height: unset;
    height: unset;
    line-height: unset;
    box-shadow: unset;
}
.wishlist_table .product-add-to-cart a:hover{
    background: unset;
}
.header-vertical-menu:hover .header-vertical-menu__fly-out{
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    overflow: visible;
    opacity: 1;
}
.header-vertical-menu .header-vertical-menu__fly-out{
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    background-color: #fff;
}
.header-vertical-menu .header-vertical-menu__fly-out li:hover{
    background: #ffb416;
}
.header-vertical-menu .header-vertical-menu__fly-out li a{
    color: #323c42;
}
.header-vertical-menu .header-vertical-menu__fly-out li:hover a{
    color: #fff;
}

#wide-nav .header-nav > li > .nav-dropdown{
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -o-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -moz-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-box-shadow: 0px 3px 25px 0px rgba(31, 38, 67, 0.1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    z-index: 99;
    background-color: #fff !important;
}
#wide-nav .header-nav > li:hover > .nav-dropdown{
    -webkit-transform: perspective(600px) rotateX(0deg);
    -moz-transform: perspective(600px) rotateX(0deg);
    -ms-transform: perspective(600px) rotateX(0deg);
    -o-transform: perspective(600px) rotateX(0deg);
    transform: perspective(600px) rotateX(0deg);
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    overflow: visible;
    opacity: 1;
}
.header-wishlist-icon i, .cart-item i{
    color: #323c42;
}
.home_03 .tabbed-content .tab-panels .right .product .col-inner{
    border-radius: 6px;
    overflow: hidden;
}
.header-vertical-menu__fly-out .sub-menu{
    padding: 15px;
}
.submenu-sp .title-submenu{
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0px 0px 5px 0px !important;
    border: none;
    display: block;
    color: #323c42 !important;
    text-align: left;
    min-height: unset;
    padding: 0;
}
.submenu-sp .title-submenu:hover{
    color: #ffb416 !important;
}
.submenu-sp .ux-menu a {
    padding: 5px 0;
    min-height: unset;
}
.submenu-sp .ux-menu a:hover span{
    color: #ffb416;
}
.submenu-sp .ux-menu a span{
    color: #333;
    font-size: 14px;
}
.header-vertical-menu .header-vertical-menu__fly-out li.has-dropdown:before{
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-left: 8px;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 1px;
    font-size: 14px;
    color: #333;
    z-index: 999;
    left: unset;
    opacity: 1;
}
.header-vertical-menu .header-vertical-menu__fly-out li:hover.has-dropdown:before{
    color: #fff;
}
.widget_recently_viewed_products .product-title{
    color: #323c42;
    font-size: 14px;
    font-weight: 600;
    opacity: 1;
}
.widget_recently_viewed_products .product-title:hover{
    color: #ffb416;
}
.widget_recently_viewed_products ins span{
    color: #eb3e32;
}
.widget_recently_viewed_products del, .widget_recently_viewed_products del sapn{
    font-size: 13px;
}
.wishlist-icon .wishlist-added{
    background-color: #b20000;
    border-color: #b20000;
    opacity: 1;
}
.wishlist-icon .wishlist-added i{
    color: #fff;
}
.cus-nor-ndn .yith-wcwl-add-button a.delete_item{
    font-size: 0;
    background: #eb3e32;
    border-radius: 5px;
    border: solid 1px #eb3e32;
}
#yith-wcwl-popup-message {
    border-radius: 6px;
    left: unset !important;
    right: 170px;
    margin-left: unset !important;
    top: 5% !important;
    background: #d4edda ! IMPORTANT;
    border: 1px solid #c3e6cb !important;
    box-shadow: unset !important;
    text-align: left !important;
    color: #155724;
    padding: 7px 15px !important;
}
#yith-wcwl-message{
    font-size: 16px;
    line-height: 26px;
}
.wishlist-title{
    display: block !important;
}
.hidden-title-form{
    display: none !important;
}
.product-gallery .product-thumbnails a{
    border-radius: 5px;
    border: 1px solid #eee;
}
.product-gallery .product-thumbnails .is-selected a{
    border: 1px solid #eb3e32 !important;
}
.product-gallery .product-thumbnails img{
    opacity: 1;
    padding: 3px;
    margin: 0 !important;
    transform: unset !important;
}

/*************** ADD MOBILE ONLY CSS HERE  ***************/
/* ************************************************************************************** */
/* Desktop */
@media(max-width: 1760px) {}

@media(max-width: 1470px) {}

@media(max-width: 1366px) {}

@media(max-width: 1263px) {}

@media(max-width: 1232px) {}

@media(max-width: 1170px) {}

@media(max-width: 1140px) {}

@media(max-width: 1024px) {
    .header-bottom .nav>li{
        margin: 0 15px;
    }
    .home_03{
        padding-top: 20px;
    }
    .home_05 .ux-menu{
        margin-top: 10px;
        top: 0;
        margin-bottom: 0;
    }
}

/* ************************************************************************************** */
/* Tablet */
@media(max-width: 849px) {
    .home_03{
        padding-top: 0;
    }
    .home_03 .tabbed-content .tab-panels .row > .left{
        display: none;
    }
    .home_03 .tabbed-content .tab-panels .right{
        flex-basis: 100%;
        max-width: 100%;
    }
    .home_05 .ux-menu{
        display: none;
    }
    .home_04 .left1{
        display: none;
    }
    .home_04 .right1{
        flex-basis: 100%;
        max-width: 100%;
    }
    .product .col-inner{
        margin-bottom: 10px;
    }
    .home_05 .left{
        display: none;
    }
    .home_05 .right{
        display: none;
    }
    .footer-main .ro1 .large-3{
        flex-basis: 50%;
        max-width: 50%;
    }
    .footer-main .ro3 .co2{
        display: none;
    }
    .shop-page-title .page-title-inner{
        padding-top: 0;
    }
    .shop-page-title .medium-text-center{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .category-filtering{
        padding: 0;
    }
    .woocommerce-breadcrumb{
        margin-bottom: 0;
    }
    .blog-wrapper .sb_left{
        flex-basis: 100%;
        max-width: 100%;
        order: 2;
    }
    .blog-wrapper .sb_right{
        flex-basis: 100%;
        max-width: 100%;
        order: 1;
    }
    .header-bottom{
        background: #fff;
    }
    .header-bottom .header-bottom-nav{
        display: flex;
        justify-content: space-between;
    }
    .header-bottom .header-bottom-nav li{
        width: auto !important;
    }
    .header-bottom .header-bottom-nav li .icon-menu{
        color: #eb3e32;
    }
    .header-bottom .searchform input {
        box-shadow: none;
        border-color: #eb3e32;
        height: 40px;
        border-radius: 6px 0 0 6px;
        border-right: 0;
        width: 280px;
        font-size: 14px;
    }
    .header-bottom .searchform button {
        height: 40px;
        border-radius: 0 6px 6px 0;
        background-color: unset;
        border-color: red;
        border-left: 0;
    }
    .header-bottom .searchform button i{
        color: #323c42;
    }
    .container{
        padding-left: 7px;
        padding-right: 7px;
    }
    .bg-breadcrumb > .row{
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .col, .columns, .gallery-item{
        padding: 0 7px 30px;
    }
    .mobile-nav .cart-item{
        padding-right: 7px;
    }
    .search-results .row-slider {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .single-product .row-divided.row-reverse>.col+.col:not(.large-12){
        padding-right: 7px;
    }
    .product-main > .row{
        margin: 0 -7px 0px -7px !important;
    }
    .single-product .product-info h1{
        margin-top: 20px;
    }
    .viewed-products{
        padding: 0 7px;
    }
    .viewed-products .col{
        padding-left: 0;
        padding-right: 0;
    }
    .home_03 .tabbed-content .nav .tab a{
        height: 50px;
    }
}

@media(max-width: 820px) {}

@media(max-width: 812px) {}

@media(max-width: 768px) {}

@media(max-width: 691px) {}

@media(max-width: 656px) {}

/* ************************************************************************************** */
/* Mobile */
@media(max-width: 480px) {
    .home_03 .tabbed-content .nav .tab a{
        font-size: 14px;
    }
    .product .col-inner .box-image, .product .col-inner .box-image img{
        height: 140px;
    }
    .home_05 .mb-4-n .row  .product-small:nth-child(5){
        display: none;
    }
    .custom-ordering-buttons button{
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .sub-cat-posts .new-list-post{
        width: 100%;
    }
    .sub-cat-posts .div1 .new-list-post{
        width: 100%;
    }
    .sub-cat-posts .div1 .new-list-post .post-image img{
        height: 209px;
    }
    .home_02 .box-category .header-title{
        font-size: 13px;
        line-height: 18px;
    }
    .home_02 .product-category{
        padding: 0 5px !important;
    }
    .woocommerce-tabs .tabs li{
        width: auto;
    }
}

@media(max-width: 430px) {}

@media(max-width: 414px) {}

@media(max-width: 390px) {}

@media(max-width: 375px) {}

@media(max-width: 360px) {
    .header-bottom .searchform input{
        width: 200px;
    }
}

@media(max-width: 320px) {}