/*
Theme Name: Sapnas Kalanjali
Theme URI: https://autuskey.com
Author: the Autuskey team
Author URI: https://autuskey.com
Description: Sapnas Kalanjali is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.0
Text Domain: sapnaskalanjali
*/
/* Google Fonts moved to wp_enqueue_style in functions.php (sk-google-fonts) for parallel loading; @import here was render-blocking. */
/*@font-face {
    font-family: 'Napapiiri';
    font-style: normal;
    font-weight: normal;
    src: url("../sapnaskalanjali/fonts/Napapiiri.ttf"); /* File to be stored at your site */
/*}*/


.main-menu-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

/* Reels Section */
.home-reels-section {
    padding: 40px 0px 30px;
}

.reels-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
}

.reel-col {
    flex: 0 0 calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
}

.reel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
    vertical-align: baseline !important;
}
.irs--round .irs-handle {
    border: 4px solid #9C2584 !important;
}
.irs--round .irs-bar {
    background-color: #9C2584 !important;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #9C2584 !important;
}

/** Common CSS **/
    .navbar-right {
        float: none !important;
        margin-right: 0px;
    }
a{
 color: #767676;
}
#mega-menu-wrap-primary #mega-menu-primary {
    text-align: left !important;
}
body {
   font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 400;
    color: #928b84;
}
a,a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
img { 
    max-width: 100%;
    height:auto;
}
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left;}
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
/*h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    color: #424443;
    font-family: 'Courgette', cursive;

}*/
*:focus,
*:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}
h1, h2, h3{
    font-family: 'Crimson Pro';
    font-weight: 500;
    font-style: italic;
    color: #767676;
}

h4, h5, h6 {
    font-family: 'Crimson Pro';
    font-weight: 400;
    font-style: normal;
    color: #424443;
}
.best-collection-lists img {
    padding-left: 15px;
    padding-right: 15px;
}
/*.container {
    width: 1212px;
}*/
.white_title{
    color: #fff;
}
.site-title-text{
    font-family: 'Napapiiri';
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 2px;
    color: #fff;
   /* background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: transparent;
    -webkit-background-clip: text;
    webkit-text-fill-color: transparent;
    background-clip: text; */
}
.footer_inner #text-2 .textwidget h4{
    color: #d6d0cb;
}
.footer_inner .menu {
    color: #d6d0cb;
    list-style:none;
    padding: 0px;
}
.footer_inner .menu li a{
    color: #d6d0cb;
    font-size: 16px;  
}
/** Common CSS **/

/** Top Header CSS **/
.top-header{
    min-height: 3.5714em;
    margin-top: 0;
    position: relative;
    z-index: 10000;
}
.top-header .top_contact_address{
    color: #928b84;
    text-transform: capitalize;
    margin-top: 1em;
}
.header-currency-set{
    width: 74px;
    display: inline-block;
}
header{
    border-bottom: 1px solid #e4e8eb !important;
    border-top: 1px solid #e4e8eb !important;
    padding: 10px 0px;
    /*height: 45px;*/
}
.header-currency-wrpr p{
    display: inline-block;
    color: #928b84;
    text-transform: capitalize;
    margin-top: 1em;
}
.header-currency-set #wpcs_selector-2 .widget-currency-switcher .currency-switcher{
    background-color: #fff;
    height: 32px;
    border-color: #fff;
    color: #cf99c6;
    border-radius: 3px;
    margin-left: 0px;
}
.header-currency-set #wpcs_selector-2 .widget-currency-switcher .currency-switcher:focus{
    border-color: #928b844f;
    outline: #928b84;
}
.header-currency-set #wpcs_selector-2 .widget-currency-switcher .currency-switcher option:hover{
    background-color: red;
}
.mid-header .phone-wrpr .contact_icon{
    float: right;
    margin-left: 1em;
    margin-right: 0;
}
.mid-header .phone-wrpr .contact_icon:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "\f095";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
    margin: auto;
    width: 45px;
    height: 45px;
    font-family: Font Awesome\ 5 Free;
    font-size: 20px;
    color: #fff;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
}
.phone-wrpr>span {
    display: block;
}
.phone-wrpr > span+span {
    text-align: right;
    font-size: 1.07em;
    width: 40%;
    color: #928b84;
}
.contact_phone a{
    color: #424443;
}
.mid-header .phone-wrpr{
    padding: 40px 0px 36px 0px;
}
.top_panel_cart_button .icon-icon_cart:before{
    content: "\f217";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    color: #767676;
    font-weight: 900;
}
.contact_field>span {
    display: block;
}
.cart-header .contact_cart_label{
    margin-top: 3px;
    margin-left: 52px;
    font-size: 1.07em;
    width: 78%;
    color: #928b84;
}
.header-currency-wrpr {
    display: inline-block;
    padding-left: 28px;
}
.cart-header{
    display: inline-block;
    margin-left: 30px;
}
.cart-side {
    padding-top: 18px;
}
.cart_items{
    color: #767676;
    padding-left: 0px;
    font-size: 16px;
}
.contact_cart_totals {
    color: #424443;
    text-align: center;
    font-size: 18px;
}
.logo h3{
    font-family: 'Napapiiri';
    color: #424443;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 2px;
}
.logo h3 span{
    font-size: 18px;
    text-transform: capitalize;
}
/** Top Header Css **/
/** Menu CSS **/
.header .logo{
    padding-top: 15px;
}
.header{
    z-index: 9998;
    width: 100%;
    transition: all ease 0.3s;
    background: #fff;
    height: 64px;
}
#myHeader{
    width: 100%;
    transition: all ease 0.3s;
}
#mega-menu-wrap-primary #mega-menu-primary{
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link{
    padding: 20px 0px 56px 5px;
    font-size: .928em;
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.menu-primary-menu-container .primary-menu li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-right: 30px;
    padding-top: 16px;
}
.menu-primary-menu-container .primary-menu li:last-child{
    margin-right: 0px;
}
.menu-primary-menu-container .primary-menu li a{
    color: #767676;
}
.menu-primary-menu-container .primary-menu li a{
    position: relative;
}
.menu-primary-menu-container .primary-menu li a:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: #767676;
    transition: width .3s;
}
.menu-primary-menu-container .primary-menu li a:hover:after {
    width: 100%;
}
.menu-primary-menu-container ul#menu-primary-menu{
    padding: 20px 0px;
    text-align: right;
}
.cart-side .account i{
    padding-right: 5px;
}
.cart-side .account{
    display: inline-block;
    padding-left: 8px;
}
.cart-side .account a:first-child{
    margin-right: 30px;
}
/** Menu CSS **/

/** Footer CSS **/
.footer-top{
    background-color: #3f3f3f;
    text-align: center;
}
.scrolltop {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10;
}
.scroll i{
    color: #767676;
}
.scroll {
    border: 1px solid #767676;
    background: transparent;
    position: absolute;
    bottom: 45px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 10;
    position: fixed;
    bottom: 16px;
    height: 40px;
    line-height: 36px;
    width: 42px;
    right: 20px;
    z-index: 9;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    transition: all ease .3s;
    box-shadow: 0px 14px 20px -8px rgba(0,0,0,0.4);
}

.footer-bottom{
    background-color: #3f3f3f;
    padding: 1.35em 0;
    overflow: hidden;
}
.footer-bottom a{
    color: #928b84;
}
#menu-footer-menu-bottom {
    list-style: none;
    padding: 0;
}
#menu-footer-menu-bottom li {
    display: inline-block;
    margin-right: 6px;
}
#menu-footer-menu-bottom li a {
    color: #928b84;
    font-size: 13px;
    font-size: 13px;
    border-left: 1px solid #928b84;
    padding-left: 12px;
    padding-right: 10px;
}
#menu-footer-menu-bottom li:first-child a {
    border-left: none;
}
.main_footer{
    padding-top: 40px;
    background-color: #434343;
}
.main_footer .menu-primary-menu-container .menu{
    padding: 0;
    list-style: none;
} 
.main_footer .menu-primary-menu-container .menu a{
    color: #d6d0cb;
}
.footer_inner #text-3 h3.widget-title{
    text-align: center;
}
.footer_inner #text-3 .textwidget{
    text-align: center;
    margin-top: 30px;
}
.footer_inner #text-3 .textwidget img{
    height: 50px;
}
.footer_inner p{
  color: #d6d0cb;
}
.social-connect i {
    background-color: #fff;
    color: #767676;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
    font-size: 18px;
}
.social-connect{
    padding-left: 55px;
}
/** Footer CSS **/

/** Header Breadcrumb CSS **/
.single-product-breadcrumb{
    /* background-image: url(../sapnaskalanjali/image/pageheader-product-image.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 20px 0px 20px 0px;
    position: relative;
    color: #fff;
    text-transform: capitalize;
    z-index: 1;
    background-color: transparent;
}
.single-product-breadcrumb .breadcrumb{
    background-color:transparent;
}
.single-product-breadcrumb:after{
    content: '';
    /*background: rgba(44, 13, 34, 0.78) none repeat scroll 0 0;*/
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.woocommerce-breadcrumb{
    /* color: #fff!important; */
    color: #767676 !important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 10px!important;
    font-weight: 600;
    margin: 10px 0 1em!important;
}
.woocommerce-breadcrumb a{
    /*color: #fff!important;*/
    color: #767676 !important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
}
.wo-separator{
    color: #fff!important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
/** Header Breadcrumb Css **/
/** Product Detail Css **/

.single-product .products_detail_collection{
    margin-top: 40px;  
}
.single-product.woocommerce .products_detail_collection .product .images.wpgis-wrap {
    width: 59.5%;
}
/*.wpgis-wrap .wpgis-pgs {*/
/*    width: 85%;*/
/*}*/
/*.slick-vertical {*/
/*    width: 14%;*/
/*}*/
.single-product.woocommerce .products_detail_collection .product .summary.entry-summary {
    width: 38.5%;
}
.wpgis-pgs .btn-prev, .wpgis-pgs .btn-next{
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
}
.products_detail_collection .woocommerce-product-gallery__image img {
    cursor: crosshair;
}
.brand-style-pdp a {
    font-family: 'Napapiiri';
    color: #767676;
    font-size: 15px;
    text-transform: capitalize;
    margin-top: 2px;
    position: relative;
    font-family: 'Napapiiri';
    font-size: 18px;
    margin-top: 2px;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: transparent;
    -webkit-background-clip: text;
    webkit-text-fill-color: transparent;
    background-clip: text;
}
.brand-style-pdp a:after{
    border-bottom: 1px dashed #767676;
}
#slide-nav-pgs .slick-slide.slick-current.slick-active {
    border: 1px solid #767676;
}
.slick-vertical .btn-prev, .slick-vertical .btn-next{
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
}
.summary-entry-logo-img img{
    height: 45px;
}
.entry-summary .brand-style-pdp{
    border-bottom: 1px dashed #767676;
}
.entry-summary .product_title.entry-title{
    font-size: 30px!important;
    margin-bottom: .8em;
    padding-top: 20px!important;
    font-family: 'Crimson Pro';
}
.single-product.woocommerce .products_detail_collection .price {
    font-size: 22px;
    margin-top: 12px;
    color: #767676;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins{
    font-weight: 500!important;
}
.single-product.woocommerce .products_detail_collection .price .woocommerce-Price-currencySymbol {
    font-size: 20px;
    vertical-align: baseline;
    padding-right: 5px;
}
.entry-summary .woocommerce-product-details__short-description {
    padding: 13px 0px;
    margin-top: 2px;
    border-top: 1px dotted #76767626;
}
.woocommerce-cart form.woocommerce-cart-form div.quantity, .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    margin: 0 1.7em 2em 0;
    width: 7.5em;
    height: 3.86em;
    position: relative;
    text-align: left;
}

.woocommerce .quantity input.qty:hover::-webkit-inner-spin-button, 
.woocommerce-page .quantity input.qty::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
    visibility: hidden;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus {
    height: 1.50em;
    background-color: #bfcbaf;
    border: 1px solid #7a7a7a;
    
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 6.618em;
    height: 40px;
}
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus{
    width: 2em;
    color: #fff;
    background-color: #767676;
    border: none;
    height: 20px;
}
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover{
    background-color: #767676;
}
.woocommerce-page .quantity .minus{
    top:20px;
}
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty{
    border: 1px solid #76767626;
    border-right: none;
    border-radius: 0px;
    font-weight: 400;
    color: #222;
}
.woocommerce .quantity input.qty:focus, .woocommerce-page .quantity input.qty:focus{
    border: 1px solid #76767626;
    border-right: none;
    border-radius: 0px;
    font-weight: 400;
    color: #222;
    outline: none;
}
.woocommerce .quantity .plus:focus, .woocommerce .quantity .minus:focus, .woocommerce-page .quantity .plus:focus, .woocommerce-page .quantity .minus:focus{
    outline: none;
}

.woocommerce button.button.single_add_to_cart_button {
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    
    outline: none;
}
.products_detail_collection .woocommerce-notices-wrapper .woocommerce-message a.wc-forward{
    height: 33px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    border-radius: 0px;
    outline: none;
    color: #fff;
}
.single-product.woocommerce .products_detail_collection .product .entry-summary .product_meta {
    color: rgba(0, 0, 0, 0.66);
    font-size: 16px;
}
.single-product .products_detail_collection .entry-summary .product_meta {
    padding: 13px 0px;
    margin-top: 2px;
    border-top: 1px dotted #76767626;
    border-bottom: 1px dotted #76767626;
}
.woocommerce div.product .product_meta .posted_in{
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: .928em;
    font-weight: 700;
    color: #767676;
}
.woocommerce div.product .product_meta .posted_in a{
    font-size: 16px!important;
    font-family: 'Crimson Pro';
    color: #878484;
    letter-spacing: 0px;
    font-weight:300;
    text-transform: capitalize;
}
.product_meta span.tagged_as {
    display: block;
}
.woocommerce div.product .product_meta span.sku_wrapper{
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: .928em;
    font-weight: 700;
    color: #767676; 
    display: none;
}
.woocommerce div.product .product_meta span.sku{
    font-size: 16px!important;
    font-family: 'Crimson Pro';
    color: #878484;
    letter-spacing: 0px;
    font-weight: 300;
    text-transform: capitalize;
}
.woocommerce div.product .product_meta .tagged_as {
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: .928em;
    font-weight: 700;
    color: #767676;
}
.woocommerce div.product .product_meta .tagged_as a{
    font-size: 16px!important;
    font-family: 'Crimson Pro';
    color: #878484;
    letter-spacing: 0px;
    font-weight: 300;
    text-transform: capitalize;
}
.woocommerce div.product form.cart {
    margin-bottom: 0em;
}
.product_info .panel {
    border: none;
}
.product_info .panel-heading {
    padding: 10px 0px;
}
.product_info .panel-heading {
    border: 0;
    box-shadow: none;
    background-color: #fff;
}
.product_info .panel-title {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: .928em;
    font-weight: 700;
    color: #767676;
    font-family: 'Crimson Pro';
    color: #999;
}
.more-less {
    float: right;
    color: #999;
    font-size: 16px;
    font-weight: 600;
}
.product_info{
    margin-top: 12px;
}
.single-product .products_detail_collection .woocommerce-tabs{
    padding-top: 28px;
    display: none;
}
.single-product div.product .woocommerce-tabs .wc-tabs li {
    border: none !important;
    background-color: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
}
.single-product div.product .woocommerce-tabs .wc-tabs {
    padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
    background-color: #f2f1f0;
    padding: 20px 40px 20px 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    text-transform: uppercase;
    letter-spacing: 3.6px;
    font-size: .928em;
    font-weight: 700;
    color: #767676;
    font-family: 'Crimson Pro';
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
    border-bottom: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
    background-color: #efdeed;
    padding: 20px 40px 20px 40px;
}
.single-product div.product .woocommerce-tabs .panel {
    border: none;
    padding-left: 3.25em;
    padding-right: 3.25em;
    background-color: #f2f1f0;
    margin-top: -24px;
    padding-top: 26px;
    padding-bottom: 28px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none;
    width: 0px; 
    height: 0px; 
}
.single-product div.product .woocommerce-tabs .panel h2{
    margin-top: 0;
    font-size: 1.625em;
    font-weight: 400;
}
.products_detail_collection .related{
    padding-top: 30px;
}
.products_detail_collection .related .related_products_title{
    text-align: center;
    margin-bottom: 1.5em;
    padding-top: 0;
    font-size: 36px;
}
.woocommerce #review_form #respond p {
    margin-bottom: 1.5em;
}
.woocommerce #review_form #respond form p input {
    display: block;
}
#review_form_wrapper #review_form p input, #review_form_wrapper #review_form p textarea{
    outline: none;
    resize: none;
    padding: .45em .5em;
    border: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    border-color: #ddd;
}
#review_form_wrapper #review_form p textarea{
    height: 150px;
    font-weight: 400;
    overflow: auto;
}
.woocommerce p.stars a{
    height: 2em;
    width: 2em;
    color: #767676;
}
.comment-form-cookies-consent #wp-comment-cookies-consent{
    display: inline-block!important;
    margin-right: 20px;
}
.woocommerce #review_form #respond .form-submit input{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
}
.relatedproductslider li.product{
    width: 100%!important;

} 
.relatedproductslider li.product{
    background-color: #f2f1f0;
    text-align: center;
    padding:0px 0px 30px 0px!important;
    overflow: hidden;
}
.relatedproductslider li.product h2.woocommerce-loop-product__title{
    font-size: 20px!important;
    font-weight: 400;
    line-height: 15px;
    margin-top: 15px;
    margin-bottom: .96em;
    padding: 0 .5em;
    overflow: hidden;
    height: 32px;
    letter-spacing: 0;
}
.relatedproductslider{
    position: relative;
}
.relatedproductslider .owl-controls .owl-nav {
    position: absolute;
    top: -52px;
    right: 0;
}
ul.products .relatedproductslider li.product .price{
    font-size: 14px;
    margin-top: 12px;
    color: #767676;
}
.relatedproductslider li.product .add_to_cart_button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 24px;
}
.relatedproductslider li.product a.added_to_cart{
    color: #767676;
    text-transform: capitalize;
}
.relatedproductslider .owl-controls .owl-nav .owl-prev{
    border: 1px solid #767676;
    background: transparent;
    height: 34px;
    width: 36px;
    text-align: center;
    display: inline-block;
    margin-right: 8px;
}
.relatedproductslider .owl-controls .owl-nav .owl-prev i{
    color: #767676;
    font-size: 24px;
    line-height: 30px;
}
.relatedproductslider .owl-controls .owl-nav .owl-next{
    border: 1px solid #767676;
    background: transparent;
    height: 34px;
    width: 36px;
    text-align: center;
    display: inline-block;
}
.relatedproductslider .owl-controls .owl-nav .owl-next i{
    color: #767676;
    font-size: 24px;
    line-height: 30px;
}
ul.products .relatedproductslider li.product .onsale{
    margin: 0.2em -.0em 0 0!important;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
}
.woocommerce-error {
    border-top-color: #767676;
}
.woocommerce a.remove:hover{
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.woocommerce a.remove{
    color: #767676!important;
}
.woocommerce-cart-form__contents .cart_item .product-name a{
    color: #767676;
}
.coupon .button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px!important;
    color: #fff;
    line-height: 24px;
    color: #fff!important;
    outline: none;
}
.coupon #coupon_code{
    height: 42px;
    border-radius: 0px!important;
    border-color: #767676;
    width: 124px;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tr td.actions .button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px!important;
    color: #fff;
    line-height: 24px;
    color: #fff!important;
    outline: none;
    margin-left: 10px;
}
/** Product Detail Css **/

/** Product category list page CSS **/
.breadcrumb .breadcrumb h1.woocommerce-products-header__title {
    font-size: 3.929em;
    padding: 0;
    text-align: center;
    margin-top: .07em;
    margin-bottom: .07em;
    /*color: #fff;*/
    color: #767676;
}
.shipping-calculator-button{
    color: #767676;
}
.wc-proceed-to-checkout .checkout-button{
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    border-radius: 0px!important;
}
.product_collection_list .category_list_top .woocommerce-ordering select{
    outline: none;
    resize: none;
    padding: .45em .5em;
    margin-top: .07em;
    margin-bottom: 2.07em;
    border: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
    border-color: #767676;
    line-height: 14.55em;
    color: #767676;
    text-transform: capitalize;
}
.product_collection_list .category_list_top p.woocommerce-result-count{
    position: relative;
    padding-left: 62px;
    padding-top: 2px;
}
.product_collection_list .category_list_top p.woocommerce-result-count:before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "\f06e";
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-family: Font Awesome\ 5 Free;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    line-height: 33px;
    text-align: center;
    font-weight: 900;
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);  
}
.product_collection_list .category_list_top .products li.product .onsale{
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    margin: 0.2em -.0em 0 0!important;
}
.product_collection_list .category_list_top .products .product{
    background-color: transparent;
    text-align: center;
    padding: 0px 0px 30px 0px!important;
    overflow: hidden;
}
.product_collection_list .category_list_top ul.products li.product h2.woocommerce-loop-product__title{
    font-size: 20px!important;
    font-weight: 400;
    line-height: 24px;
    margin-top: 23px;
    margin-bottom: .96em;
    padding: 0 .5em;
    overflow: hidden;
    height: 50px;
    letter-spacing: 0;
    font-family: 'Open Sans',sans-serif;
}
.product_collection_list .category_list_top ul.products li.product .price{
    font-size: 16px;
    margin-top: 12px;
    color: #666;
}
.product_collection_list .category_list_top .products .product a.add_to_cart_button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 24px;
    display: none;
}
/** Product category list page CSS **/

/** Internal breadcrumbs **/
#breadcrumbs li a{
    /*color: #fff!important;*/
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
#breadcrumbs{
    list-style: none;
    padding-top: 0px;
}
#breadcrumbs li{
    display: inline-block;
}
#breadcrumbs li strong{
    color: #767676 !important;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
#breadcrumbs li.separator{
    margin-left:12px;
    margin-right:12px;
    color: #767676;
}
#googleMap{

}
.contact-background{
    margin-top: 11.5em;
    background-image: url(../sapnaskalanjali/image/back-for-contacts.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 246px;
}
/** Internal breadcrumbs **/

/** About us page CSS **/
.about-section{
    background-color: #cccccc1c;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 63px 0px 115px 0px;
    
}
.slide-gallery .owl-controls .owl-nav .owl-prev i, .slide-gallery .owl-controls .owl-nav .owl-next i{
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    font-size: 18px;
    opacity: 0;
}
.slide-gallery:hover .owl-controls .owl-nav .owl-prev i, .slide-gallery:hover .owl-controls .owl-nav .owl-next i{
    opacity: 1;
}
.page-template-about_template .main_footer{
    margin-top: 0px;
}
.page-template-about_template .breadcrumb{
    margin-bottom: 0px;
}
h6.main-subtitles{
    line-height: 1.25em;
    font-weight: 700;
    font-family: 'Crimson Pro';
    text-transform: uppercase;
    color: #cbb9a6;
    letter-spacing: 3.14px;
    font-size: 15px;
}
h2.large-subtitles{
    color: #424443;
    font-family: 'Crimson Pro';
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: capitalize;
}
.about-content h2.large-subtitles{
    margin-top: 30px;
}
h2.large-subtitles span{
    display: block;
    margin-top: 16px;
}
.about-content .about-text{
    margin-top:40px;
}
.slide-gallery {
    position: relative;
    padding-top: 15px;
}
.about-content p{
    text-align: justify;
}
.gal-item:before{
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border: 3px solid #fff;
    position: absolute;
    content: '';
    z-index: 1;
} 
.slide-gallery .owl-controls .owl-nav .owl-prev{
    position: absolute;
    z-index: 2;
    bottom: 13px;
    right: 63px;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
.slide-gallery .owl-controls .owl-nav .owl-next{
    position: absolute;
    z-index: 2;
    bottom: 13px;
    right: -8px;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
.slide-gallery .owl-controls .owl-nav .owl-prev i, .slide-gallery .owl-controls .owl-nav .owl-next i{
    z-index: 2;
    font-size: 18px;
}
.testimonial-lists .testimonial-item .test_thumbnail img{
    margin: 0 auto;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.testimonial-lists .testimonial-item{
    padding: 63px 0px 0 0px;
}
/* Background white */
.testimonials {
    background: #ffffff !important;
    background-image: none !important;
    background-attachment: unset !important;
}

/* Remove dark overlay if any */
.testimonials::before {
    display: none !important;
}

/* Title color */
.testimonials .white_title {
    color: #767676 !important;
}

/* Text color */
.message p {
    color: #767676 !important;
}

/* Customer name */
.message .testimonial_title {
    color: #767676 !important;
}
.home-section.testimonials {
    padding-top: 50px;
}
.testimonial-item .testimonial-body{
    text-align: center;
}
.testimonials .testimonial-lists{
    padding-top: 60px;
    overflow: hidden;
}
.testimonials .testimonial-lists.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.testimonial-item .testimonial-body .avatar{
    transform: translateY(-33%);
    margin-top: -5.85em;
    overflow: visible;
}
.testimonial-lists .owl-controls .owl-nav .owl-prev{
    color: #fff;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 25%;
    height: 0;
}
.testimonial-lists .owl-controls .owl-nav .owl-next{
    color: #fff;
    position: absolute;
    z-index: 10;
    right: 25px;
    top: 25%;
    height: 0;
}
.testimonial-lists .owl-controls .owl-nav .owl-prev i, .testimonial-lists .owl-controls .owl-nav .owl-next i{
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-left: 26px;
    font-size: 18px;
    opacity: 0;
}
.testimonials .testimonial-lists:hover .owl-controls .owl-nav .owl-prev i, .testimonials .testimonial-lists:hover .owl-controls .owl-nav .owl-next i{
    opacity: 1;
    transition: all ease .5s;
}
.message p{
    color: #fff;
    font-family: 'Crimson Pro';
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 400;
    text-transform: capitalize;
    width: 600px;
    margin: 0 auto;
}
.message .testimonial_title{
    font-size: 16px;
    padding-top: 15px;
    color: #fff;
}
.contact-background .contact-box i{
    /*background-color: #cbb9a6;*/
    background-color: #767676;
    display: inline-block;
    text-align: center;
    width: 2.55em;
    height: 2.55em;
    line-height: 2.55em;
    border-radius: 50%;
    color: #fff;
    font-size: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.contact-box{
    position: relative;
}
.contact-box:before{
    content: '';
    right: -1px;
    width: 1px;
    height: 102px;
    position: absolute;
    display: block;
    top: 78%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #dfe0e0;
}
.last-box .contact-box:before{
    background-color: transparent!important;
}
.main_footer{
    margin-top: 80px;
}
/** About us page Css **/

/** Contact Us CSS **/
.feed-back h3{
    font-family: 'Crimson Pro';
    font-size: 2.5em;
    line-height: 1.4em;
    font-weight: 400;
    /*color: #424443;*/
    color: #767676;
}
.feed-back{
    padding-top: 60px;
}
.feedback-form .wpcf7-form-control-wrap input, .feedback-form .wpcf7-form-control-wrap textarea{
    outline: none;
    resize: none;
    padding: 1.45em .5em;
    border: none;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    border-bottom: 1px solid;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    width: 100%;
}
.feedback-form .wpcf7-form-control-wrap textarea{
    height: 150px;
}
.feedback-form .wpcf7-form-control-wrap input:hover{
    border-bottom-color: #767676;
}
.feedback-form .wpcf7-form-control-wrap textarea:hover{
    border-bottom-color: #767676;  
}
.feedback-form{
    padding-top: 60px;
}
.feedback-form .wpcf7-submit{
    margin-top: 20px;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-transform: uppercase;
    outline: none;
}
/** Contact Us Css **/
.best-collection-lists{
    padding-top: 40px;
}
.best-collection-lists .col-sm-6, .bottom-category-wrap .col-sm-6{
    padding-right: 10px;
    padding-left: 10px;
} 
.best-collection-lists .content-wrap{
    height: 300px;
    overflow: hidden;
    margin-bottom: 23px;
}
.best-collection-lists .content-wrap .cat-image img{
    transition: all .2s ease-in-out;
}
.best-collection-lists .content-wrap:hover .cat-image img {
    transform: scale(1.03);
}
.best-collection-lists h2.cat-title, .bottom-category-wrap h2.cat-title{
    letter-spacing: 1.8px;
    background: #fff;
    padding: 8px 0;
    text-align: center;
    position: absolute;
    bottom: 8%;
    left: 0;
    width: 50%;
    margin-top: -13px;
    margin: 0px;
    left: 10px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    background-color: #ffff;
    color: black;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    mix-blend-mode: screen;
}
.hover-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}
.hover-effect:hover {
    opacity: 0.3;
}
.content-wrap .cat-image{
    position: relative;
}
.best-collection-lists .content-wrap:hover h2.cat-title{
    background: #ffffffd1;
}
.best-collection-lists .content-second-wrap {
    height: 624px;
    overflow: hidden;
    margin-bottom: 23px;
}
.content-second-wrap .cat-image{
    overflow: hidden;
    position: relative;
}
.best-collection-lists .col-sm-4{
    padding-right: 10px;
    padding-left: 10px;
}
.content-second-wrap .cat-image img{
    height: 100%;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.best-collection-lists .content-second-wrap:hover .cat-image img {
    transform: scale(1.03);
}
.bottom-category-wrap .content-third-wrap{
    height: 220px;
    overflow: hidden;
    margin-bottom: 23px;
}
.bottom-category-wrap .content-third-wrap .cat-image{
    overflow: hidden;
    position: relative;
}
.bottom-category-wrap .content-third-wrap .cat-image img{
    transition: all .2s ease-in-out;
    width: 100%;
    height: 294px;
    object-fit: cover;
}
.bottom-category-wrap .content-third-wrap:hover .cat-image img {
    transform: scale(1.03);
}
.woocommerce-message {
    border-top-color: #767676;
}
.woocommerce-message:before{
    color: #fff;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}
.page_content {
    padding-top: 40px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    color: #6d7783;
    font-size: 15px;
    padding: 13px 20px;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    width: 100%;
}
.woocommerce form .form-row label{
    font-weight: 500;
    color: #424443;
    font-size: 16px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 0px;
    height: 42px;
    outline:none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
    margin-top: 8px;
}
#payment #place_order{
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 30px;
    text-transform: uppercase;
    outline: none;
    border-radius: 0px!important;
}
.woocommerce form .form-row.woocommerce-validated input.input-text{
    border-color: #767676;
}
.category_product_listing{
    padding-top: 60px;
}

/** sticky header **/
header.sticky{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0px;
    transition: all 250ms ease-in-out 0s;
    box-shadow: 0 2px 8px 0 #c5c5c5;
    height: 62px;
}
header.sticky .logo img {
    height: auto;
}
#myHeader #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    line-height: 26px;
    height: 24px;
    padding: 10px 1px 33px 10px;
}
#myHeader .container-fluid{
 padding-left: 80px;
 padding-right: 80px;
}
header.sticky .logo{
    padding-top: 10px;
}
header.sticky .cart-side{
    padding-top: 10px;
}
header.sticky .menu-primary-menu-container ul{
    padding: 0px 0px;
}
/** responsive header CSS **/

/** responsive header CSS **/
header.mobile-header{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 100%;
    border-radius: 0px;
    color: #fff;
    line-height: 15px;
}
header.mobile-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    padding: 0px 20px 50px 20px!important;
}
.mobile-header .header-currency-wrpr p{
    color: #fff;
}
header.mobile-header{
    display: none;
}
header.logo-section{
    display: none;
}
.account a{
    color: #767676;
    font-size: 18px;
}
.footer_inner h3.widget-title{
    color: #fff;
}
.product_collection_list {
   padding-top: 0px; 
}
.breadcrumb {
    margin-bottom: 0px !important;
}
.single-product-breadcrumb .col-sm-12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}
.variations label {
    color: #555;
    font-size: 16px;
    margin-top: 10px;
}
.main_footer .menu-primary-menu-container .menu a:hover{
    color: #fff;
}
.variations .value .tawcvs-swatches span {
    padding: 0px;
    border: 1px solid #000;
    color: #fff;
    margin-right: 3px;
    min-width: 22px;
    text-align: center;
    cursor: pointer;
    border-radius: 0%;
    background-color: #000;
}
.woocommerce div.product form.cart .variations select{
    min-width: 46%!important;
}
.woocommerce div.product form.cart .variations td{
    text-align: right!important;
}
.sale-collection-list .products li.product .onsale{
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    margin: 0.2em -.0em 0 0!important;
}
.sale-collection-list .products li.product {
    background-color: #f2f1f0;
    text-align: center;
    padding: 0px 0px 30px 0px!important;
    overflow: hidden;
}
.sale-collection-list .products li .woocommerce-loop-product__title{
    font-size: 20px!important;
    font-weight: 400;
    line-height: 15px;
    margin-top: 23px;
    margin-bottom: .96em;
    padding: 0 .5em;
    overflow: hidden;
    height: 32px;
    letter-spacing: 0;
}
.sale-collection-list .products li span.price{
    font-size: 14px;
    margin-top: 12px;
    color: #767676;
}
.sale-collection-list .products li a.add_to_cart_button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 24px;
}
.sale-collection-list{
    padding-top: 60px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    background: transparent!important;
}
.owl-theme .owl-nav [class*='owl-']{
    background: transparent!important;
}
.product_collection{
    margin-top: 58px;
}
.product_collection_slider{
    margin-top: 40px;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name a{
    font-size: 20px!important;
    font-weight: 400;
    line-height: 15px;
    margin-top: 23px;
    margin-bottom: .96em;
    padding: 0 .5em;
    overflow: hidden;
    height: 18px;
    letter-spacing: 0;
    font-family: 'Crimson Pro';
    font-weight: 400!important;
}
.wpcs_product_carousel_slider .another_carousel_header i{
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 40px!important;
    height: 40px!important;
    border-radius: 50%!important;
    text-align: center!important;
    line-height: 40px!important;
    margin-left: 26px!important;
    font-size: 18px!important;
}
.wpcs_product_carousel_slider .another_carousel_header i.fa-angle-left {
    left: -40px!important;
}
.product_container .price{
    font-size: 14px;
    margin-top: 12px;
    
}
.wpcs_product_carousel_slider .owl-item .item .cart .add_to_cart_button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 24px;
    padding: 14px 11px!important;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title{
    margin: 23px 0!important;
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
    
}
.wrps_related_products.wrps_theme_box .wpb_wrps_title a{
    font-size: 20px!important;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: .96em;
    padding: 0 .5em;
    overflow: hidden;
    height: 18px;
    letter-spacing: 0;
   
    font-weight: 400!important;
    color: #767676!important;
}
.wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.button, .wrps_related_products.wrps_theme_box .wpb_wrps_cart_btn a.added_to_cart{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 15px;
    padding: 14px 11px!important;
    border: none;
}
.wpb_wrps_onsale{
    -webkit-transform: rotate(360deg)!important;
    transform: rotate(360deg)!important;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    margin: 0.2em -.0em 0 0!important;
    border-radius: 100%!important;
    width: 48px!important;
    height: 46px!important;
    line-height: 42px!important;
    padding: .202em!important;
    right: 2px!important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li{
  
    padding: 26px 20px;
    margin-bottom: 15px;
    display: inline-block;
    width: 17%;
    margin-right: 30px;
    text-align: center;
    height: 86px;
    line-height: 34px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:first-child:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    font-size: 32px;
    color: #767676;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(2):before{
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f35a";
    font-size: 32px;
    color: #767676;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(3):before{
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bb";
    font-size: 32px;
    color: #767676;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(4):before{
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bd";
    font-size: 32px;
    color: #767676;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:nth-child(5):before{
       font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f5";
    font-size: 32px;
    color: #767676;
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a{
       color: #767676;
    font-size: 16px;
    vertical-align: super;
    margin-left: 10px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 100% !important;
}
.woocommerce .woocommerce-MyAccount-content h3{
    margin-top: 6px;
}
.woocommerce-edit-address .woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    padding: 14px 11px!important;
}
legend{
    font-weight: 500 !important;
    color: #424443 !important;
    font-family: 'Crimson Pro'!important;
    padding-top: 20px !important;
    padding-bottom: 10px !important;
}
.woocommerce-Button{
    height: 42px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    width: 136px;
    border-radius: 0px;
    color: #fff;
    line-height: 12px;
    padding: 14px 11px!important;
    color: #fff !important;
}
.woocommerce nav.woocommerce-pagination ul{
    border: 1px solid #767676;
}
.woocommerce nav.woocommerce-pagination ul li{
    border-right: 1px solid #767676;
}
 .woocommerce nav.woocommerce-pagination ul li span.current{
     color: #767676;
 }
 .woocommerce nav.woocommerce-pagination ul li span.current{
    background: #fff;
 }
 .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
     color: #767676;
}
.woocommerce nav.woocommerce-pagination ul li a{
    color: #767676 !important;
}
.wpcs_product_carousel_slider .owl-item .item h4.product_name a{
    line-height: 20px;
    height: 46px;
}
.woocommerce-cart table.cart img{
    height: 110px !important;
    width: 115px !important;
}
.product-container .image-wrapper{
    /*height: 450px; */
    height: 100%;
    overflow: hidden;
}
.product-container .product-content{
    text-align: center;
    
}
.product-container .product-content h3{
    font-family: 'Open Sans',sans-serif;
    font-size: 20px;
}
.product-list{
    position: relative;
}
.product-list .owl-controls .owl-nav .owl-prev {
    color: #fff;
    position: absolute;
    z-index: 10;
    left: -58px;
    top: 35%;
    height: 0;
}
.product-list .owl-controls .owl-nav .owl-next {
    color: #fff;
    position: absolute;
    z-index: 10;
    right : -32px;
    top: 35%;
    height: 0;
}
.product-list .owl-controls .owl-nav .owl-prev i, .product-list .owl-controls .owl-nav .owl-next i {
    background-size: 200% auto;
    background-image: linear-gradient(#767676 37%,#767676 78%);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-left: 26px;
    font-size: 18px;
    opacity: 0;
}
.product-list:hover .owl-controls .owl-nav .owl-prev i, .product-list:hover .owl-controls .owl-nav .owl-next i {
    opacity: 1;
    transition: all ease .5s;
}
.wrps_related_products .owl-item .wpb-wrps-item .wpb_wrps_cart_btn{
    display: none !important;
}
.wrps_related_products.wrps_theme_box .wpb-wrps-item{
    background: transparent !important;
}
.whatapp-wrapper{
    bottom: 20px;
    right: 20px;
    z-index: 99999 !important;
    position: fixed;
}
.whatapp-wrapper .whatsapp-content img{
    width: 25px;
    vertical-align: middle;
    margin-right: 4px;
}
.whatapp-wrapper .whatsapp-content{
     background: #f9f9f9;
    color: green;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px 0 #d3d3d3;
    box-shadow: 0 0 5px 0 #d3d3d3;
    display: table;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; 
}
.wa-chat-button-cta-text{
    display: inline-block;
    vertical-align: middle;
    color: green;
}
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px;
    margin-top: -6px;
    background: #fff;
    z-index: 10;
}
.search-form-wrapper.open {
    display: block;
}
.search-form-wrapper #woocommerce_product_search-2{
    position: relative;
    width: 50%;
    margin: 10px auto 20px;
    text-align: center;
}
.search-form-wrapper #woocommerce_product_search-2 input[type=search]{
    height: 52px;
    margin-bottom: 0;
    line-height: 62px;
    border: 1px solid #e5e5e5;
    width: 92%;
    padding: 10px;
}
.search-form-tigger i{
    color: #767676;
}
#woocommerce_product_search-2 button{
  position: absolute;
    right: 32px;
    top: 7px;
    width: 58px;
    margin-bottom: 0;
    height: 40px;
    background-size: 200% auto!important;
    background-image: linear-gradient(#767676 37%,#767676 78%)!important;
    outline: none !important;
    border: none !important;
}
#woocommerce_product_search-2 button i{
    color: #fff;
}
.header-search-icon{
    color: #fff;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce table.my_account_orders .button{
        margin-right: 5px;
}
.woocommerce-terms-and-conditions-wrapper .checkbox input[type=checkbox]{
    position: relative;
}
.wrps_related_products_area .owl-theme .owl-nav{
   position: absolute;
   top: 35% !important;
   left:0;
   right: 0;
   margin-top: 0;
}
.wrps_related_products{
    position: relative;
}
.wrps_related_products_area .owl-theme .owl-nav .owl-prev{
    left: -10px;
    position: absolute;
}
.wrps_related_products_area .owl-theme .owl-nav .owl-next{
    right: -10px;
    position: absolute;
}
.woo-variation-items-wrapper{
    display: block;
}
.woocommerce-form-login-toggle .woocommerce-info{
    display: none;
}
.woocommerce-form-coupon-toggle .woocommerce-info{
    display: none;
}
.woocommerce-account-fields .create-account{
        position: relative;
}
.create-account .woocommerce-form__label span{
    position: absolute;
    top: -12px;
    left: 24px;
}
.create-account .woocommerce-form__label{
    display: block !important;
}
.search-form-tigger{
    padding: 2px 12px;
}
#myHeader .search-form-wrapper{
    margin-top: 46px;
}
.woocommerce ul.products li.product a img{
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.summary-entry-logo-img{
    margin-bottom: 20px;
}
.wrps_related_products_area .wrps_related_products .wpb-wrps-item img{
    /*height: 450px;*/
    width: 100%;
    height:100%;
    object-fit: cover;
}
/** Media Queries **/
@media (min-width: 992px) and (max-width: 1200px){
    .container {
        width: initial;
    }
    .cart-header .contact_cart_label{
        margin-left: 42px;
        width: 78%;
    }
    .contact_cart_totals{
        width: 66%;
    }
    .social-connect i{
        margin-right: 15px;
    }
    .cart-side {
    padding-top: 0px;
}
.cart-header {
   padding: 20px 0px 22px 10px;
}
.header.sticky {
    display: none !important;
}
/*header{
    display: none;
}*/
.social-connect {
    padding-left: 0px;
}
.bottom-category-wrap .content-third-wrap .cat-image img{
  
    width: 100%;
    height: 294px;
    object-fit: cover;
    
}
/*.header .logo{
    display: none;
}*/
.facebook-responsive-icon{
    display: inline-block;
}
.instagram-rsponsive-menu{
    display: inline-block;
}
.whats-aap-responsive{
    display: inline-block;
}
.facebook-responsive-icon a i{
   background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.instagram-rsponsive-menu a i{
    background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.whats-aap-responsive a i{
      background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
#wprmenu_bar .bar_logo{
    height: 36px !important;
}
html body div#wprmenu_bar{
        height: 50px !important;
}
/*.cart-side .account{
    display: none;
}*/
/*.header{
    position: relative;
    height: 10px;
}*/
/*.header .cart-header{
    position: absolute;
    top: -48px;
    right: 150px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: 3px !important;
}
}

@media screen and (max-width: 1024px) {
    [class^="mob-icon-"]:before {
        margin-right: 0px;
    }
    div#mega-menu-wrap-primary {
        display: none;
    }
    header {
        border-bottom: 0px solid #e4e8eb !important;
        border-top: 0px solid #e4e8eb !important;
    }
    .search-form-tigger {
        display: none;
    }
    .mob-menu-header-holder {
        width: auto !important;
    }
    header {
        display: none;
    }
    body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
        padding-top: 0px !important;
    }
}
@media (max-width: 991px) and (min-width: 768px){
    .facebook-responsive-icon a i{
    background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.instagram-rsponsive-menu a i{
    background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.whats-aap-responsive a i{
      background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
    .single-product .products_detail_collection {
       margin-top: 26px;
    }
    .container{
        width: initial;
    }
    .top_panel_cart_button .icon-icon_cart:before{
        left: 80px;
    }
    .cart-header .contact_cart_label{
        margin-left: 0px;
    }
    .cart-header {
       padding: 0px 0px 22px 10px;
    }
    .mid-header .phone-wrpr .contact_icon:before{
        left: 66px;
    }
    .single-product.woocommerce .products_detail_collection .product .images.wpgis-wrap {
        width: 100%;
    }
    .single-product.woocommerce .products_detail_collection .product .summary.entry-summary {
        width: 100%;
    }
    .woocommerce div.product div.images {
     
    }
    .slide-gallery{
        padding-top: 40px;
    }
    /*header{
    display: none;
}*/
.social-connect {
     padding-left: 0px; 
}
.header.sticky {
    display: none !important;
}
.social-connect i{
    margin-right: 8px;
}
/*.header .logo{
    display: none;
}*/
.single-product .single-product-breadcrumb nav{
    display: block !important;
}
.facebook-responsive-icon{
    display: inline-block;
}
.instagram-rsponsive-menu{
    display: inline-block;
}
.whats-aap-responsive{
    display: inline-block;
}
.header{
    position: relative;
    height: 10px;
}
/*.header .cart-header{
    position: absolute;
    top: -25px;
    right: 150px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: 3px !important;
}
/*.cart-side .account{
    display: none;
}*/
#wprmenu_bar .bar_logo{
    height: 32px !important;
}
html body div#wprmenu_bar {
    height: 50px !important;
}
.footer_inner #text-3 .textwidget img {
    height: auto;
}
#mg-wprm-wrap div.wpr_search {
    padding-top: 46px;
    padding-bottom: 20px;
}
}
@media (max-width: 767px) {
    .home-section.testimonials {
        padding-top: 0px;
    }
    .category_product_listing {
        padding-top: 0px;
    }
    .cart-side .account i {
        padding-right: 0px;
    }
    .reel-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .home-reels-section {
        padding: 20px 0px 30px;
    }
    .header {
        height: 50px !important;
    }
    .cart-side {
        padding-top: 15px;
    }
    #breadcrumbs {
	    padding-left: 0px;
	}
    header {
        padding: 20px 0px 10px;
    }
        .facebook-responsive-icon a i{
    background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.instagram-rsponsive-menu a i{
    background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
.whats-aap-responsive a i{
      background-color: #fff !important;
    color: #767676 !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    line-height: 40px !important;
    margin-right: -15px !important;
    font-size: 24px !important;
}
    .facebook-responsive-icon{
    display: inline-block;
}
.instagram-rsponsive-menu{
    display: inline-block;
}
.whats-aap-responsive{
    display: inline-block;
}
    .container{
        width: initial;
    }
    #myHeader .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
    }
    .top-header .top_contact_address{
        display: none;
    }
    .header.sticky{
        display: block!important;
    }
    .best-collection-lists img{
        width: 100%;  
    }
    .best-collection-lists .content-wrap{
        height: auto;
    }
    .bottom-category-wrap .content-third-wrap{
        height: auto;
    }
    .best-collection-lists h2.cat-title, .bottom-category-wrap h2.cat-title{
        background-color: #ffffffcf;
    }
    .social-connect {
        padding-left: 0px;
    }
    .single-product.woocommerce .products_detail_collection .product .images.wpgis-wrap {
        width: 100%;
    }
    .single-product.woocommerce .products_detail_collection .product .summary.entry-summary {
        width: 100%;
    }
    .woocommerce div.product div.images {
        margin-bottom: 2em;
    }
    .single-product .products_detail_collection {
        margin-top: 10px;
    }
    .single-product-breadcrumb {
        padding: 8px 0;
    }
    .single-product-breadcrumb .col-sm-12 {
        justify-content: flex-start;
    }
    .breadcrumb-single-title {
        line-height: 1.4;
    }
    .slide-gallery{
        padding-top: 40px;
    }
    .contact-background{
        margin-top: 3.5em;
        height: auto;
        padding: 30px 0px;
    }
    .contact-background .contact-box i{
        transform: translateY(0%);
    }
    .wpgis-wrap .wpgis-pgs {
        width: 100%;
    }
    .mid-header .col-sm-4.contact-head{
        display:none;
    }
    .mid-header .logo img {
        height: 52px;
    }
    .logo h3{
        font-size: 12px;
    }
    .logo h3 span{
        font-size: 12px;
    }
    .cart-header .contact_cart_label{
        margin-top: 3px;
        margin-left: 52px;
        font-size: 1.07em;
        width: 78%;
        color: #928b84;
    }
    .contact_cart_totals {
      color: #424443;
    display: contents;
    text-align: center;
    width: 72%;
    font-size: 18px;
    }
    section.top-header{
        display: none;
    }
    section.mid-header{
        display: none;
    }
    header.header{
        display: none;
    }
    header.mobile-header{
        display: block;
    }
    header.logo-section{
        display: block;
        padding: 5px 0px;
    }
    .logo-section .mobile-logo img{
        height: 62px;
    }
    .logo-section .cart-header {
        padding: 10px 0px 3px 20px;
    }
    .logo-section .top_panel_cart_button .icon-icon_cart:before{
        top: 0px;
        width: 36px;
        height: 36px;
        font-size: 15px;
        line-height: 36px;
        left: 34px;
    }
    #wpcs_selector-2{
        display: none!important;
    }
    #wprmenu_bar {
    height: 42px;
    background-color: #fff !important;
   }
   .header.sticky{
      display: none !important; 
   }
   .best-collection-lists .content-second-wrap{
       height: 405px;
   }

   #mg-wprm-wrap li.current-menu-item > a {
     background: #767676 !important;
  }
  /*header {
    display: none;
}*/
html body div#wprmenu_bar {
    height: 52px;
}
#wprmenu_bar div.hamburger{
   
    padding: 5px !important;
}
/*.header .logo{
    display: none;
}*/
.header{
    position: relative;
}
/*.header .cart-header{
    position: absolute;
    top: -25px;
    right: 150px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: 3px !important;
}
/*.cart-side .account{
    display: none;
}*/
#wprmenu_bar .bar_logo{
    height: 32px !important;
}
.footer_inner #text-3 .textwidget img {
    height: auto;
}
#mg-wprm-wrap div.wpr_search {
    padding: 52px;
}
}
@media (max-width: 600px) {
    .product_collection_list .category_list_top .products .product{
        width: 100%!important;
    }
    .woocommerce div.product div.images {
        margin-bottom: 3em;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
        padding: 20px 16px 20px 16px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        padding: 20px 16px 20px 16px;
        letter-spacing: 2.6px;
    }
    #mega-menu-wrap-primary .mega-menu-toggle{
        background: transparent!important;
    }
    header.sticky .logo img {
        height: auto;
    }
    h2.large-subtitles{
        font-size: 26px;
    }
    .breadcrumb .breadcrumb h1.woocommerce-products-header__title{
        font-size: 2.929em;
    }
    .single-product-breadcrumb{
        padding: 20px 0px 20px 0px;
    }
    .header-currency-set {
        width: 85px;
    }
    .cart-side .account {
    display: block;
    position: absolute;
}
.account a {
    color: #767676;
    font-size: 14px;
}
.cart-header {
    display: inline-block;
    margin-left: 0px;
}
.contact_cart_totals {
    width: 100%;
}
.header{
    height: 62px;
}
/*header {
    display: none;
}*/
.header .logo {
    margin: 0 auto;
    padding-top: 15px;
   
}
header.sticky .logo{
    width: 100%;
}
.message p{
    width: auto;
}
.testimonial-lists .owl-controls .owl-nav .owl-prev{
    top: 42%;
}
.testimonial-lists .owl-controls .owl-nav .owl-next{
    top: 42%;
}
body{
    overflow-x: hidden;
}
#wprmenu_menu_ul{
    padding-top: 16px !important;
}
.product_collection_list .category_list_top p.woocommerce-result-count{
     position: relative;
    padding-left: 32px;
    padding-top: 4px;
    margin-right: 10px;  
}
.single-product nav.woocommerce-breadcrumb{
    display: block !important;
}
.woocommerce-cart-form .woocommerce-cart-form__contents tr td.actions .button{
    margin-left: 0px;
}
.coupon #coupon_code{
    width: 136px;
}
/*.header{
    position: relative;
    height: 10px;
}*/
/*.header .cart-header{
    position: absolute;
    top: -25px;
    right: 150px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: 3px !important;
}
/*.cart-side .account{
    display: none;
}*/
#wprmenu_bar .bar_logo{
    height: 32px !important;
}
}
@media (max-width: 426px) {
    .breadcrumb {
        padding: 8px 0px !important;
    }
    .single-product .products_detail_collection {
        margin-top: 10px;
    }
    .single-product-breadcrumb {
        padding: 6px 0;
    }
    .woocommerce div.product div.images {
        margin-bottom: 1.5em;
    }
    h1 {
        font-size: 28px;
    }
    #menu-footer-menu-bottom li{
        margin-right: -1px;
    }
    #menu-footer-menu-bottom li a{
        padding-left: 4px;
        padding-right: 2px;
    }
    .footer-bottom p{
        text-align: center;
    }
    .header-currency-set {
        width: 70px;
    }
    .header-currency-set #wpcs_selector-2 .widget-currency-switcher .currency-switcher{
        margin-left: 5px;
    }
    .mobile-header .col-xs-6:first-child{
        width: 60%;
    }
    .mobile-header .col-xs-6:nth-child(2){
        width: 40%;
    }
    .best-collection-lists .content-second-wrap {
    height: 365px;
}
/*.header{
    position: relative;
    height: 10px;
}*/
/*.header .cart-header{
    position: absolute;
    top: -25px;
    right: 88px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: 3px !important;
}
/*.cart-side .account{
    display: none;
}*/
#wprmenu_bar .bar_logo{
    height: 32px !important;
}
}
@media (max-width: 380px){
    /*.header{
    position: relative;
    height: 10px;
}*/
/*.header .cart-header{
    position: absolute;
    top: -25px;
    right: 65px;
    z-index: 10;
}*/

#wprmenu_bar div.hamburger {
    margin-top: -1px !important;
}
/*.cart-side .account{
    display: none;
}*/
#wprmenu_bar .bar_logo{
    height: 25px !important;
}
    
    .mobile-header .header-currency-wrpr p{
        font-size: 11px;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
        float: left;
    }
    .single-product .products_detail_collection {
    margin-top: 10px;
}
}