/********** Karthick CSS *********/
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
@media (min-width: 1390px){
    body .container {
        width: 1360px;
    }    
}
.row-category-section .wpb_text_column .wpb_wrapper a{
    position: relative;
    z-index: 2;
}
a.fullLink {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    background: transparent !important;
    z-index: 1 !important;
}
.vc_row.vc_row-flex{
    position: relative;
}
.vc_row.vc_row-o-equal-height>.vc_column_container{
    position: static !important;
}
body ul#main-menu>li.menu-item-has-children.more_menu_item>ul{
    width: 160px !important;
    height: auto;
    min-height: auto;
    padding: 30px 25px;
    left: auto !important;
    right: -50px !important;
}
body ul#main-menu>li.menu-item-has-children.more_menu_item>ul li{
    width: 100%;
    min-width: 100%;
}
body ul#main-menu>li.menu-item-has-children.more_menu_item>ul li a{
    line-height: 1;
}

.woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #222;
    background-color: #bfbfbf;
}
body .woocommerce .woocommerce-info {
    border-top-color: #000000;
}
body .woocommerce .woocommerce-error, 
body .woocommerce .woocommerce-info, 
body .woocommerce .woocommerce-message{
    background-color: #f8f8f8;
    border-width:2px;
    font-size: 16px;
    padding: 20px 30px;
}
body .woocommerce .woocommerce-error li, 
body .woocommerce .woocommerce-info li, 
body .woocommerce .woocommerce-message li{
    font-size: 14px;
    line-height: 2;
}
body .woocommerce form .form-row {
    margin: 0 0 20px 0;
}
body .woocommerce-error::before, 
body .woocommerce-info::before, 
body .woocommerce-message::before{
    display: none;
}
body .popup-overlay-content .search-button {
    color: #000;
}
body .archive-product-inner .woocommerce-info {
    border: none;
    background: transparent;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 50px 0 !important;
}
body .archive-product-inner .woocommerce-info::before{
    display: none;
}
body .popup-overlay-result .view-morea a{
    display: block;
}
body .popup-overlay-result .view-more{
    background: #000;
    border-radius: 0;
}
body #search_popup_wrapper input:focus {
    border-color: #000;
}

body #search_popup_wrapper input{
    border-radius: 0;
    font-weight: 300 !important;
    border-width: 1px;
    border: 1px solid #ddd;
    color: #3c3c3c;
}
body #search_popup_wrapper input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #3c3c3c;
}
body #search_popup_wrapper input::-moz-placeholder { /* Firefox 19+ */
  color: #3c3c3c;
}
body #search_popup_wrapper input:-ms-input-placeholder { /* IE 10+ */
  color: #3c3c3c;
}
body #search_popup_wrapper input:-moz-placeholder { /* Firefox 18- */
  color: #3c3c3c;
}
body .popup-overlay-result li {
    color: rgb(185, 177, 177);
}
body .popup-overlay-result{
    background-color: #ffffff;
    -webkit-box-shadow: 0 3px 20px -11px rgba(0, 0, 0, 0.241176);
    -moz-box-shadow: 0 3px 20px -11px rgba(0, 0, 0, 0.241176);
    -o-box-shadow: 0 3px 20px -11px rgba(0, 0, 0, 0.241176);
    box-shadow: 0 3px 20px -11px rgba(0, 0, 0, 0.241176);
}
.popup-overlay-result .date .fa-calendar{
    display: none;
}
body .popup-overlay-result li.selected, 
body .popup-overlay-result li:hover {
    color: #000;
}
body .col-md-9.col-md-push-3.archive-product-inner {
    margin-top: 30px;
}
body .archive-search-wrap .archive-search-box .search-form-lg input{
    border-width: 1px;
    border-color: rgb(216, 214, 214);
}
body .search-form .search-submit{
    padding: 15px 10px;
}
body .archive-search-wrap .archive-search-wrap-inner .search-icon{
    display: none;
}
body .archive-search-wrap .archive-search-wrap-inner .search-entry-content-wrap {
    padding-left: 0;
}
body .close-button:hover{
    transform: rotate(0deg);
}
body.single-product div#primary-content {
    padding-top: 50px !important;
}
body .wpf_items_wrapper .wpf_item ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    display: -webkit-display;
    display: -ms-displaybox;
    display: -ms-display;
    display: flex;
}
body .wpf_items_wrapper .wpf_item ul> li:nth-of-type(1) {
    display: none;
}
body .wpf_items_wrapper .wpf_item ul> li{
    width: 22.8%;
    border-radius: 4px !important;
    border: 1px solid #F0F0F0 !important;
    margin-bottom: 6px !important;
    margin-right: 4px !important;
    padding: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
body .wpf_items_wrapper .wpf_item ul>li>a>span{
    text-align: center;
    background-color: #fff;
    padding: 10px 0!important;
    width: 100%;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
body .wpf_items_wrapper .wpf_item ul> li:hover a span,
body .wpf_items_wrapper .wpf_item ul> li a input:checked+span{
    background-color: #000;
    color: #fff !important;
}
body .wpf_item.wpf_item_pa_size {
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 0;
    border-top: 1px solid #E0E0E0;
}






body ul#main-menu > li.menu-item-has-children > ul.x-sign-flip {
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: x-sign-flip 0.3s 0s 1 ease-in-out;
    -moz-animation: x-sign-flip 0.3s 0s 1 ease-in-out;
    -ms-animation: x-sign-flip 0.3s 0s 1 ease-in-out;
    -o-animation: x-sign-flip 0.3s 0s 1 ease-in-out;
    animation: x-sign-flip 0.3s 0s 1 ease-in-out;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
i.search-icon.search-close {
    position: relative;
    width: 30px;
    height: 30px;
}
i.search-icon.search-close:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #000;
    left: 10px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
i.search-icon.search-close:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    background: #000;
    left: 10px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wpf-slider-tooltip-inner>span{
    display: none !important;
}
span.rightt_cls_sld {
    margin-top: 10px;
    float: right;}
span.left_cls_sld {
    margin-top: 10px;
    float: left;
}
#categories-banner{
    margin-left: -24px;
    margin-right: -24px;
    margin-top: 48px !important;
    margin-bottom: 0px !important;
}
#categories-banner .wpb_column{
    padding: 0px 24px;
}
#categories-banner .wpb_text_column.wpb_content_element{
  position: absolute;
  bottom: 0%;
  width: 100%;
  text-align: center;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
   justify-content: center;
    background: rgba(84,84,84,0);
    background: -moz-linear-gradient(top,rgba(84,84,84,0) 0,rgba(0,0,0,.4) 100%);
    background: -webkit-gradient(left top,left bottom,color-stop(0,rgba(84,84,84,0)),color-stop(100%,rgba(0,0,0,.4)));
    background: -webkit-linear-gradient(top,rgba(84,84,84,0) 0,rgba(0,0,0,.4) 100%);
    background: -o-linear-gradient(top,rgba(84,84,84,0) 0,rgba(0,0,0,.4) 100%);
    background: -ms-linear-gradient(top,rgba(84,84,84,0) 0,rgba(0,0,0,.4) 100%);
    background: linear-gradient(to bottom,rgba(84,84,84,0) 0,rgba(0,0,0,.4) 100%);
}
#categories-banner .wpb_text_column.wpb_content_element h3 a{
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
#categories-banner .wpb_wrapper{
	position: relative;
}
body .row-category-section{
    height: 676px;
    margin: 48px 0 !important;
}
.row-category-section .wpb_text_column.wpb_content_element .wpb_wrapper{
    color:#fff;
    text-align: center;
}
.row-category-section .wpb_text_column .wpb_wrapper h2{
    font-size:86px;
    color:#fff;
    font-weight:700;
}
.row-category-section .wpb_text_column .wpb_wrapper p{
    font-size:18px;
    line-height:1.4;
    letter-spacing: 0;
    color:#fff;
    font-weight:700;
}
.row-category-section .wpb_text_column .wpb_wrapper a{
    padding: 15px 30px;
    text-align: center;
    color:#000000;
    font-weight:700;
    font-size: 11px;
    letter-spacing: 0.09em;
    background: #fff;
    display: inline-block;
}
body .top-bar-wrapper{
    background-color: #F8F8F8 !important;
}
.header-right .primary-menu{
    display:none;
}

body .shopping-cart-icon .subtotal-info-wrapper {
    display: none;
}
body .header-right .search-product-wrapper input,body .header-right .search-product-wrapper .categories{
    /*opacity: 0;
    visibility: hidden;*/
}
body .search-product-wrapper > button i.fa-search{
    color: #000;
}
.top-bar-wrapper .widget_text a{
    font-size:12px;
    color: #000;
}
.top-bar-wrapper .widget_text .fa-whatsapp{
    font-size:15px;
    color: #000;
}
.top-bar-wrapper .widget_text .fa-user:before{
    content: "\f2c0";
}
.wishlist-counter{
    display: inline-block;
    vertical-align: middle;
    height: 70px;
    margin-left: 35px;
}
.header-row .shopping-cart-icon > .icon > span{
    background-color: transparent;
    color: rgba(0,0,0,0.18);
    font-size: 18px;
    top: 17px;
    left: auto;
    right: -20px;
}
body .main-header .top-bar-wrapper .container,body .main-header .header-wrapper .container{
    width: 85%;
}
.anotah-menu{
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-51%);
    -moz-transform: translateX(-51%);
    -o-transform: translateX(-51%);
    transform: translateX(-51%);
    position: absolute;
    z-index: 10;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.anotah-menu> nav{
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.header-customize-right .header-customize-item.item-sidebar{
    width: 100px;
    margin-left: 50px;
    line-height: 0;
}
.header-customize-right .header-customize-item.item-sidebar .widget{
    display:block;
}
.header-customize-right .header-customize-item.item-shopping-cart{
    width: 33px;
    margin-left: 35px;
    vertical-align: middle;
    height: 72px;
    cursor:pointer;
}
.iteam-search{
    width: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    height: 66px;
}
body .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect{
    border: none;
    background-color: transparent;
    box-shadow: none;
}
body .woocommerce-currency-switcher-form .wSelect-arrow {
    width: 14px;
    background-position: -3px center;
    background-size: 35px;
    opacity: 0.4;
}
body .woocommerce-currency-switcher-form .wSelect-selected,body .woocommerce-currency-switcher-form .wSelect-option-value{
    background-size: 25px;
}
body .woocommerce-currency-switcher-form .wSelect-option-icon {
    padding-left: 32px !important;
    text-align: left;
}
body .woocommerce-currency-switcher-form .wSelect-selected {
    color:#003551;
    margin: 0px 15px 0px 5px;
    text-transform: uppercase;
    text-align: center;
}
body .woocommerce-currency-switcher-form .wSelect-hover .wSelect-arrow,body .woocommerce-currency-switcher-form .wSelect-active .wSelect-arrow {
    background-position: -3px center;
}
body .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options-holder{
    border:none;
    width: 130px !important;
    left: -12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    box-shadow: 0px 5px 10px 0px #00000012;
    top: 52px !important;
}
body .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: auto !important;
    overflow-y: auto;
}
body .woocommerce-currency-switcher-form .wSelect-option-icon:not(.wSelect-selected) {
    background-image: none !important;
    padding-left: 5px !important;
}
body .woocommerce-currency-switcher{
    opacity:0;
    height:69px;
}
body .woocommerce-currency-switcher-form .wSelect-theme-classic .wSelect-options{
    border: none;
}
body header{
    box-shadow: 0px 4px 5px 0px #00000008;
}
body .shopping-cart-icon{
    border-top: solid 12px transparent;
    border-bottom: none;
}
body .top-bar-inner {
    padding-top: 5px;
    padding-bottom: 5px;
}
body #main-menu li.hide-menu{
    display:none !important;
}
body .x-nav-menu > .x-menu-item > .x-menu-a-text .x-caret{
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
body .top-bar-wrapper #text-19 .textwidget span:first-child{
    margin-right: 15px;
}
.instagram-feed + aside{
    margin-bottom: 60px;
}
.instagram-feed{
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}
.zoom-instagram-widget__items{
        padding-left: 0;
}
.insta-icon{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 2px;
}
.wishlist-number{
    background-color: transparent;
    color: rgba(0,0,0,0.18);
    font-size: 18px;
    font-weight: bold;
}
.wishlist-icon{
    margin-right: 2px;
}
.iteam-search .search-icon{
    display: inline-block;
    cursor: pointer;
}
.anotah-wishlist-counter{
    display: inline-block;
    cursor: pointer;
}
body .shopping-cart-list {
    top: 72px;
}
body .header-customize-right .header-customize-item.item-search.search-open{
    opacity:1;
    z-index:10;
    right: 21%;
}
.anotah-menu.menu-close{
    opacity:0;
    z-index:-1;
    /*left: 47%;*/
}
.iteam-search .search-icon.search-close{
    content:'x';
}
.header-customize-item.item-search .search-button{
    display:none;
}
@media screen and (min-width: 992px){
    
    
    
    
    
    
    body .search-product-wrapper .categories {
        right: 0px;
    }
    body .header-3 .header-above-wrapper {
        height: 75px;
    }
    body .header-3 .header-customize-right {
        line-height: 75px;
    }
    body .x-nav-menu > .x-menu-item > .x-menu-a-text {
        color: #000;
        line-height: 3;
        display: inline-block;
        max-height: 39px;
    }
    body .header-float {
        position: relative;
    }    
    body .header-wrapper.float-header {
        position: relative;
    }
    body .logo-header {
        height: 75px;
    }
    body .search-product-wrapper > button{
        background-color: transparent;
        display:button;
    }
    body .search-product-wrapper > button:hover{
        background-color: transparent;
    }
    body .header-customize-right .header-customize-item.item-search{
        position: absolute;
        right: 18%;
        top: 14px;
        opacity:0;
        z-index:-1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        
    }
    body .logo-header img{
        width: 175px;
    }
    body .x-nav-menu > .x-menu-item {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 18px;
        margin-bottom: 13px;
    }
    body ul#main-menu > li.menu-item-has-children.new_in_nav > ul{
    /*body .x-nav-menu > .x-menu-item.new_in_nav>ul{*/
        width: 200px !important;
        left: 0 !important;
        right: auto !important;
        padding: 30px !important;
        height: auto !important;
        min-height: auto !important;
    }
    body .x-nav-menu > li > a.x-menu-a-text:hover,body .x-nav-menu > li.x-menu-item:hover > a{
        color: #000 !important;
    }
    body .search-product-wrapper > input {
        border: solid 1px #DDDDDD;
        border-radius: 6px;
        color: #DDDDDD;
    }
    body .search-product-wrapper.search-ajax-content .categories {
        border-color: #DDDDDD;
        width: 190px;
    }
    body .search-product-wrapper > input{
        padding-right: calc(190px + 30px);
        width: 900px;
    }
    body .search-product-wrapper .search-category-dropdown{
        right: 0px;
    }
    body ul#main-menu li.menu-item-has-children > a .x-menu-text{
        font-size: 13px;
        font-weight: bold;
        color:#000;
    }
    body ul#main-menu > li.menu-item-has-children > ul{
        width: 1170px;
        left: -30% !important;
        right: auto !important;
        top: 107%;
        padding: 12px 300px 30px 40px;
        margin: 0 auto;
        border: none;
        border-radius: 6px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        
    }
    body ul#main-menu > li.menu-item-has-children:not(.more_menu_item) > ul{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        flex: 1 0 25%;
        height: 410px;
    }
    body ul#main-menu > li.menu-item-has-children > ul > li{
        width: 25%;
        min-width: 25%;
        float:none;
        left:0 !important;
        line-height: 1.2;
        display: inline-block;
        vertical-align: top;
        margin-top: 10px;
        padding-left: 0;
    }
    body .x-sub-menu-multi-column .x-sub-menu > li {
        margin: 0;
        padding: 0;
        line-height: 1.5;
    }
    body .x-sub-menu-multi-column > .x-menu-item {
        display: block;
        float: none;
    }
    body .x-sub-menu-multi-column .x-sub-menu{
        padding: 0;
    }
    body .x-sub-menu-standard a.x-menu-a-text:hover > span.x-menu-text{
        padding: 0;
    }
    body .x-sub-menu-standard a.x-menu-a-text:hover > i.x-menu-icon, 
    body ul#main-menu > li.menu-item-has-children > ul>li>ul>li:hover span {
        padding-left: 5px;
        color: #000000 !important;
    }
    body .x-sub-menu-standard a.x-menu-a-text > i.x-menu-icon, 
    body ul#main-menu > li.menu-item-has-children > ul>li>ul>li span{
        color: #191919 !important;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    body ul#main-menu > li.menu-item-has-children > ul> li> a> span{
        font-size: 12px !important;
        font-weight: bold !important;
        color: #000 !important;
        text-transform: uppercase;
    }
    body ul#main-menu > li.menu-item-has-children > ul> li> ul >li>a>span{
        color: #191919 !important;
        text-transform: uppercase;
        font-size: 12px !important;
        font-weight: 400 !important;
    }
    body ul#main-menu > li.menu-item-has-children > ul> li> ul >li>a{
        padding: 0;
        line-height: 1.8;
    }
    body ul#main-menu > li.menu-item-has-children > ul> li> ul >li{
        width: 100%;
        padding: 0;
    }
    body ul#main-menu > li.menu-item-has-children > ul> .menu-category-image{
        position: absolute;
        right: 41px;
        left: auto !important;
        top: 12px;
        display: block;
        width: 244px;
        min-width: 244px;
        padding: 0;
        margin: 0;
        border-radius: 5px;
        overflow: hidden;
    }
    body .x-sub-menu .x-menu-item + .x-menu-item > .x-menu-a-text {
        border-top: none;
    }
    body .x-nav-menu > .x-menu-item a{
        position: relative;
        padding: 0;
    }
    body .x-nav-menu > .x-menu-item>a:after{
        content: '';
        position: absolute;
        background-color: #000;
        width: 0%;
        height: 2px;
        left: 0;
        bottom: -18px;
        right: 0;
        margin: 0 auto;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    body .x-nav-menu >li.current-menu-item.x-menu-item>a{
        color: #000000 !important;
    }
    body .x-nav-menu >li.current-menu-item.x-menu-item>a:after,
    body .x-nav-menu > .x-menu-item.x-active>a:after{
        width: 100%;
    }
    body b.x-caret:before{
        content: '';
        width: 12px;
        position: absolute;
        right: 0px;
        top: 17px;
        height: 12px;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='9.468' height='6.249' viewBox='0 0 9.468 6.249'%3e%3cpath id='Path_3565' data-name='Path 3565' 	d='M3400.162,375l4.757,6.249,4.711-6.249Z' transform='translate(-3400.162 -375)' fill='%23ddd'/%3e%3c/svg%3e");
    }
    body b.x-caret{
        padding: 0 10px;
        display: none !important;
    }
    .x-nav-menu > .x-menu-item:last-child b.x-caret{
        display: inline-block !important;   
    }
    body .x-sub-menu-standard .x-sub-menu,
    body .x-sub-menu-standard .x-sub-menu>.x-sub-menu{
        position: static !important;
        opacity: 1!important;
        visibility: visible !important;
        border: none !important;
        box-shadow: none !important;
        height: auto !important;
        padding: 0 !important;
        animation: none !important;
    }
    body ul#main-menu > li.menu-item-has-children > ul> li> a> span> span{
        display: block;
        color: #FF8900;
        line-height: 1;
        margin-bottom: -10px;
        margin-top: 10px;
    }
    body .x-nav-menu > .x-menu-item > .x-menu-a-text{
        font-weight: 700 !important;
    }
    
    body ul#main-menu > li.menu-item-has-children > ul {
        width: 1060px;
        left: -50% !important;
        right: 0 !important;
    }

}
@media screen and (max-width: 640px){
    body .header-mobile-container-inner > div {
        line-height: 65px !important;
    }
}

@media screen and (max-width: 1700px){
    body .main-header .top-bar-wrapper .container, body .main-header .header-wrapper .container {
        width: 95%;
    }
    body .x-nav-menu > .x-menu-item + .x-menu-item {
        margin-left: 30px;
    }
    body .iteam-search,
    body .wishlist-counter,
    body .header-customize-right .header-customize-item.item-shopping-cart{
        margin-left: 20px;
    }
    body .header-customize-right .header-customize-item.item-sidebar{
        margin-left: 30px;
    }
}

@media screen and (max-width: 1500px){
    body ul#main-menu > li.menu-item-has-children > ul{
        left: -40% !important;
    }
    body .search-product-wrapper > input {
        width: 720px;
    }
}
@media screen and (max-width: 1360px){
    body .logo-header img {
        width: 140px;
    }
    body ul#main-menu > li.menu-item-has-children > ul {
        left: -38.5% !important;
    }
    .anotah-menu {
        right: 26%;
        left: auto;
        transform: none;
    }
    body .header-customize-right .header-customize-item.item-sidebar {
        margin-left: 10px;
    }
    body .iteam-search,
    body .wishlist-counter,
    body .header-customize-right .header-customize-item.item-shopping-cart{
        margin-left: 13px;
    }
    body ul#main-menu > li.menu-item-has-children > ul {
        left: -78.5% !important;
    }
}
@media screen and (max-width: 1200px){
    body .main-header .top-bar-wrapper .container, body .main-header .header-wrapper .container {
        width: 99%;
    }
    body .logo-header img {
        width: 110px;
    }
    body .x-nav-menu > .x-menu-item + .x-menu-item {
        margin-left: 18px;
    }
    .anotah-menu {
        left: auto;
        right: 27%;
    }
    .widget_product_categories li li a {
        padding-left: 10px;
    }
    .widget_archive a, .widget_categories a, .widget_nav_menu a, .widget_pages a, .widget_product_categories a {
        display: inline-block;
        padding: 10px 0;
    }
    body ul#main-menu > li.menu-item-has-children > ul {
        left: -29% !important;
    }
    body ul#main-menu > li.menu-item-has-children > ul {
        width: 960px;
    }
    body ul#main-menu > li.menu-item-has-children > ul> .menu-category-image {
        position: absolute;
        right: 30px;
        left: auto !important;
        top: 32px;
        display: block;
        width: 200px;
        min-width: 200px;
    }
    body ul#main-menu > li.menu-item-has-children > ul{
        padding: 32px 240px 30px 30px;
    }
    body .search-product-wrapper > input {
        width: 560px;
    }
    body .header-customize-right .header-customize-item.item-search.search-open {
        right: 25%;
    }
    body .woocommerce-currency-switcher-form .wSelect-theme-classic.wSelect{
        min-width: 80px;
    }
    body .woocommerce-currency-switcher-form .wSelect-selected{
         background-image: none !important; 
         padding-left: 0 !important;
    }
    body .header-customize-right .header-customize-item.item-sidebar{
        width: 80px;
        margin-left: 0px;
    }
    body ul#main-menu > li.menu-item-has-children > ul {
        left: -84% !important;
    }
}
@media screen and (max-width: 991px){
    .menu-drop-fly li li.x-menu-item> li.menu-category-image  {
        display: none;
    }
    body .col-md-9.col-md-push-3.archive-product-inner {
        margin-top: 0px !important;
    }
    .menu-drop-fly li li.x-menu-item> li.menu-category-image,.woocommerce-page-size{
        display: none !important;
    }
    body .header-mobile-container-inner > div {
        line-height: 55px !important;
    }
    .logo-mobile-wrapper img {
        width: 110px;
    }
    .catalog-filter {
        margin-top: 30px;
    }
    body.mobile-menu-open{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
    }
    body .x-menu-item .menu-category-image {
        display: none !important;
    }
    body .menu-drop-fly .nav-menu-mobile a {
        color: #000;
    }
    body .menu-drop-fly .nav-menu-mobile a:hover {
        color: #000;
    }
    body .menu-drop-fly .search-form {
        background-color: #fff;
        display: none;
    }
    body .menu-drop-fly .search-form input{
        border-color: #dadada !important;
        background-color: #fff !important;
        border-width: 1px;
    }
    body .search-form .search-submit{
        border: none;
        background-color: rgba(243, 243, 243, 0.68) !important;
    }
    body .menu-drop-fly .x-sub-menu, .menu-drop-fly .x-nav-menu, .menu-drop-fly li.x-menu-item + li {
        border-color: transparent !important;
    }
    body .menu-drop-fly{
        background-color: #fff;
    }
    body .menu-drop-fly .x-sub-menu {
        background-color: rgba(243, 243, 243, 0.68);
    }
    body .menu-drop-fly .x-sub-menu .x-sub-menu {
        background-color: rgba(222, 222, 222, 0.5);
        padding-left: 10px;
    }
    body .menu-drop-fly .x-sub-menu:before{
        display: none;
    }
    .menu-drop-fly .x-menu-item .x-menu-item .x-menu-a-text {
        text-transform: uppercase;
        padding-left: 30px !important;
    }
    body .shopping-cart-icon > .icon{
        margin-top: -16px;
        padding-right: 8px;
    }
    body .shopping-cart-icon > .icon > span{
        top: 10px;
        font-weight: 400;
        background-color: #cac5c5;
        left: 10px;
    }
    .menu-drop-fly .nav-menu-mobile {
        padding-top: 30px;
    }
    body .sidebar-mobile-canvas .sidebar-mobile-canvas-icon-close {
        top: 20px;
        right: 20px;
    }
    body .wpf_slider.ui-slider{
        margin-top: 10px;
    }
    #wrapper-content .single-product-inner .single-product-function .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, 
    #wrapper-content .single-product-inner .single-product-function .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse, 
    #wrapper-content .single-product-inner .single-product-function .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
        line-height: 1.4;
    }
    body .popup-overlay-wrapper{
        background-color: rgba(255, 255, 255, 0.97);
    }

}
@media screen and (max-width: 767px){
    body.single-product div#primary-content {
        padding-top: 20px !important;
    }
    body .primary-sidebar.sidebar.col-md-3.col-md-pull-9.sidebar-mobile-canvas>.sidebar-category-title>h3 {
        padding-bottom: 0;
        margin-bottom: 10px;
    }
    body .widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_pages li, .widget_product_categories li{
        line-height: 15px;
        font-size: 13px;
    }
    body .widget_archive li li a, .widget_categories li li a, .widget_nav_menu li li a, .widget_pages li li a, .widget_product_categories li li a {
        padding-left: 12px;
    }
    body .sidebar .widget {
        margin-bottom: 10px;
        padding-bottom: 30px;
    }
    body .wpf_item.wpf_item_pa_size {
        padding-top: 10px;
        margin-top: 10px;
    }
    body .wpf_item .wpf_item_name{
        margin: 0;
    }
    body .sidebar .widget:nth-of-type(2){
        margin-bottom: 0;
        border-bottom: none;
        padding-bottom: 0;
    }
    
}
@media screen and (max-width: 640px){
   body #search_popup_wrapper input{
       padding-right: 50px;
       padding: 15px;
       font-size: 16px;
   }
   body .popup-overlay-content {
        margin: 60px auto 0;
        width: 92%;
   }
   body .popup-overlay-result .date{
       display: none;
   }
   
    body .popup-overlay-content .search-button{
        top: 12px;
        right: 20px;
    }
    .popup-overlay-result li {
        padding: 5px 15px;
    }
    body .tp-tabs, body .tp-thumbs, body .tp-bullets{
        left: 50% !important;
    }
    body .hephaistos .tp-bullet{
        margin-left: 10px;
    }
    #categories-banner .wpb_text_column.wpb_content_element h3 a {
        font-weight: 400;
        letter-spacing: 0;
    }
    .pd-bottom-70 {
        padding-bottom: 40px !important;
    }
    .pd-top-70 {
        padding-top: 40px !important;
    }
}
@media screen and (max-width: 480px){
    .popup-overlay-result li {
        padding: 8px 15px;
        line-height: 2;
        font-size: 14px;
    }
    body #search_popup_wrapper input {
        padding: 14px 15px;
        font-size: 15px;
        padding-right: 30px;
    }
    body .popup-overlay-content .search-button {
        top: 10px;
        right: 13px;
    }
    body .woocommerce .woocommerce-error, body .woocommerce .woocommerce-info, body .woocommerce .woocommerce-message{
        font-size: 14px;
        padding: 20px 15px;
    }
    body .instagram-section, body .wpb_row.row-category-section.cat-sec-2 {
        margin-top: 190px!important;
    }
    .new-summer-offer .vc_column-inner {
        position: relative;
        bottom: -180px;
    }
}
.mini_cart_item a:nth-child(2){
    padding-right: 25px;
}
.super-tag {
    vertical-align: super;
    font-size: 10px;
    color: #9a6800 !important
}

.product-listing.woocommerce .product-item-wrap.product-category {
    display:none;
}

body .perspective-column .vc_column-inner {
position: relative;
   z-index: -1 !important;
}
body ul#main-menu>li.menu-item-has-children.more_menu_item>ul{
-webkit-box-shadow: 0 4px 5px 0 #00000029;
   -moz-box-shadow: 0 4px 5px 0 #00000029;
   -o-box-shadow: 0 4px 5px 0 #00000029;
   box-shadow: 0 4px 5px 0 #00000029;
}


/****** slider objectfit remove *******/

.rev_slider li.tp-revslider-slidesli .slotholder .rs-background-video-layer .fullcoveredvideo .resizelistener{
    object-fit: contain !important;
}


/* modal popup slider */

.bs-example-modal-lg .variations td{
    display:block !important;
}

.bs-example-modal-lg .variations td.woo-variation-items-wrapper ul{
    padding-left:0;
}

.bs-example-modal-lg .variations td.woo-variation-items-wrapper ul + a{
    display:none;
}

.bs-example-modal-lg .variations td.woo-variation-items-wrapper ul li.disabled{
    display:none;
}

.bs-example-modal-lg .single-product-info div.quantity{
    margin: 0 30px 30px 0 !important;
    display: inline-block;
    float: none !important;
}

.bs-example-modal-lg .single-product-info div.social-share{
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 10px;
    width: 60%;
}

.bs-example-modal-lg .single-product-info div.social-share + button{
    float:none;
    display:inline-block;
}

.bs-example-modal-lg .single-product-info div.social-share + button + div{
    display:inline-block;
    margin-left:15px;
}

.bs-example-modal-lg .single-product-info div.social-share + button + div .yith-wcwl-add-button a{
    display: block;
    padding-right: 15px;
    padding-left: 1px;
    position: relative;
    background: #eee;
    /*padding-top: 3px;*/
    padding-bottom: 1px;
}

.bs-example-modal-lg .single-product-info div.social-share + button + div .yith-wcwl-add-button a:before{
    height: 40px;
    padding-top:3px;
    border-radius: 0px;
    border-right: 1.5px solid white;
}


.bs-example-modal-lg .variations_form.cart + div{
    display:none;
}

.bs-example-modal-lg .variations td.woo-variation-items-wrapper ul li{
    list-style-type: none;
    display: inline-block;
    padding: 6px 12px;
    background-color: #f0f0f0;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.bs-example-modal-lg .variations td.woo-variation-items-wrapper ul li:hover{
    background-color: #000;
    color: #fff;
}