/*
Theme Name: Exact
Theme URI: https://woocommerce.com/storefront/
Template: storefront
Author: Automattic
Author URI: https://woocommerce.com/
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 2.5.5.1669183742
Updated: 2022-11-23 06:09:02

*/
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
@font-face {
    font-family: 'Museo';
    src: local('Museo 500'), local('Museo-500'),
        url('fonts/MuseoSansCyrl-500.woff2') format('woff2'),
        url('fonts/MuseoSansCyrl-500.woff') format('woff'),
        url('fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: local('Museo 700'), local('Museo-700'),
        url('fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('fonts/MuseoSansCyrl-700.woff') format('woff'),
        url('fonts/MuseoSansCyrl-700.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Museo';
    src: local('Museo 900'), local('Museo-900'),
        url('fonts/MuseoSansCyrl-900.woff2') format('woff2'),
        url('fonts/MuseoSansCyrl-900.woff') format('woff'),
        url('fonts/MuseoSansCyrl-900.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Museo Slab';
    src: local('Museo 500'), local('Museo-500'),
        url('fonts/MuseoSlab-500.woff2') format('woff2'),
        url('fonts/MuseoSlab-500.woff') format('woff'),
        url('fonts/MuseoSlab-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.archive #page{
  min-height: calc(100vh - 211px);
}

body{
	font-family: 'Museo','Source Sans Pro',Arial,Helvetica,sans-serif;
}
a{
	transition: ease all 0.3s;
}
*{
	outline: 0!important;
}
img{
    max-width: 100%;
}
h1{
    font:500 42px/38px 'Museo';
    color: #333333;
}
h2{
    font: 500 42px/38px 'Museo';
    color: #333333;
}
@media screen and (max-width: 576px) {
    h1,h2{
        font-size: 25px;
        line-height: 1.4;
    }
}


input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text{
    background: #FFFFFF;
    border: 1px solid #CBD8E2;
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    padding: 0 15px!important;
    height: 47px;
    box-shadow: none;
}
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
.button.alt,
.widget-area .widget a.button.alt{
    border-radius: 2px;
    font: 600 17px/20px 'Museo';
    color: #FFFFFF;
    height: 47px;
    padding: 0 26px;
    transition: ease all 0.3s;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    background: #0650D0;
}
button.alt:hover,
input[type="button"].alt:hover,
input[type="reset"].alt:hover,
input[type="submit"].alt:hover,
.button.alt:hover,
.widget-area .widget a.button.alt:hover {
    background: #3873D9;
}

.site-content{
    position: relative;
    z-index: 2;
}
.col-full{
    max-width: 1490px;
    box-sizing: border-box;
}
.site-header{
    padding-top:0px;
    border-color:#E7ECF0;
    margin: 0 auto 100px;
}
.home .site-header{
    margin-bottom: 0;
    border:0;
}
.site-header .col-full{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.site-header .site-branding,
.woocommerce-active .site-header .site-branding{
	width: 180px;
    margin-bottom: 0;
}
.site-header .site-search,
.woocommerce-active .site-header .site-search{
	width: 350px;
	margin-left: auto;
    margin-bottom: 0;
}
.site-header .site-search .widget_product_search form input{
	background: #fff;
	padding:16px 50px 16px 16px!important;
	font: 600 14px 'Source Sans Pro';
	color: #888888;
    border-color: #e6ecf1;
}
.site-search .widget_product_search form::before{
    top: 1.25em;
	right:15px;
    left: auto;
    color: #E1141D;
}
.site-header .secondary-navigation{
    display: none;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
	font: 600 16px 'Source Sans Pro';
	color: #333333;
	padding: 23px 15px;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
    font: bold 14px 'Source Sans Pro';
    color: #333333;
    text-transform: uppercase;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a,
.site-title a:hover, .site-header ul.menu li.current-menu-item > a{
	color: #0650D0!important;
}
.main-navigation ul li.menu-item a:hover{
    color: #333333;
}
.site-header ul.sub-menu li.current-menu-item > a{
    color: #333333;
    background-color: rgba(0, 0, 0, 0.025);
}

.site-header-cart .cart-contents{
    margin-left: auto;
    padding: 0;
    text-align: right;
}
.site-header-cart .cart-contents .amount{
	display: none;
}
.site-header-cart .cart-contents .count{
	color: #fff;
    width: 16px;
    height: 16px;
    background: #263852;
    opacity: 1;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    position: absolute;
    padding: 0;
    margin: 0;
    right: -5px;
    top: -5px;
    font: bold 13px 'Source Sans Pro';
	color: #FFFFFF;
	white-space: nowrap;
    padding: 0 3px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: none;
}
.site-header-cart .cart-contents::after{
	content: "\f07a";
    font-size: 20px;
    color: #0650D0;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}
.site-header-cart .cart-contents::before{
    content: "Shopping cart";
    font-size: 14px;
    color: #333333;
    margin-right: 10px;
}
.site-header-cart .widget_shopping_cart,
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
    background: #fff;
    box-shadow: 0 0 30px rgba(123, 138, 154, .2);
}
@media screen and (min-width: 768px) {
    .woocommerce-active .site-header .main-navigation{
        width: 85%;
        margin: 0;
    }
    .woocommerce-active .site-header .site-header-cart{
        width: auto;
        margin: 0;
    }
    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        margin-left: -15px;
    }
}
@media screen and (max-width:1200px) {
    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        margin-left: -10px;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        font-size: 14px;
        padding: 23px 10px;
    }
}
@media screen and (max-width: 850px) {
    .main-navigation ul.menu, .main-navigation ul.nav-menu{
        margin-left: -5px;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        font-size: 13px;
        padding: 23px 5px;
    }
    .site-header-cart .cart-contents::before{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .site-header{
        padding-bottom: 0px;
    }
    .site-header:before,
    .site-header:after{
        display: none;
    }
    .site-header .site-branding, .woocommerce-active .site-header .site-branding{
        width: 135px;
    }
    .main-navigation{
        position: absolute;
        left: 0;
        width: 100%;
        background:#fff;
        top: 100%;
        padding:0 20px;
    }
    .main-navigation div.menu:last-child{
        display: none;
    }
    button.menu-toggle{
        margin-top: -58px;
        border:0;
        padding: 0;
        margin-right: 0px;
    }
    button.menu-toggle span{
        width: 40px;
        height: 40px;
        display: block;
        font-size: 0;
    }
    button.menu-toggle::before, button.menu-toggle::after,
    button.menu-toggle span::before{
        width: 40px;
        left: 0;
    }
    button.menu-toggle::after{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    button.menu-toggle::before {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .toggled button.menu-toggle::before,
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
    }
    .main-navigation ul.menu > li:last-child{
        margin-bottom: 20px;
    }
    .main-navigation ul ul{
        text-align: center;
        margin: 0;
        text-transform: uppercase;
    }
    .site-header-cart .widget_shopping_cart, .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
        box-shadow: none;
    }
    .main-navigation ul.sub-menu li a {
        padding: 5px 0;
        font-size: 14px;
    }
}
@media screen and (max-width: 576px) {
    .site-header{
        margin-bottom: 60px;
    }
}

/*CATEGORIES HOME PAGE*/
.categories_section {
    padding: 40px 0 80px;
    background: #E6ECF1;
}
.heading_wrapper h2{
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 60px;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 2px;
}
.categories_container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -50px 30px;
    gap: inherit!important;
}
.categories_container .item{
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 50px;
    margin-bottom: 30px;
}
.image_wrapper{
    width: 200px;
    height: 200px;
    background: #fff;
    border:4px solid #fff;
    border-radius: 2px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin:0 auto 25px;
    transition: ease all 0.3s;
    overflow: hidden;
}
.product_title {
    text-align: center;
    font: 600 18px/22px 'Museo';
    color: #333333;
    text-align: center;
    transition: ease all 0.3s;
    text-transform: uppercase;
}
.inner_item{
    transition: ease all 0.3s;
    display: block;
}
.inner_item:hover .image_wrapper {
    transform: scale(0.95);
    border-color: #E1141D;
}
.inner_item:hover .product_title {
    color: #E1141D;
    transform: translateY(-5px) scale(1.1);
}
.product-category {
    position: relative;
    padding-bottom: 60px;
}
.product-category a{
    width: 200px;
    height: 200px;
    border:4px solid #000;
    background: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin:0 auto 25px;
    transition: ease all 0.3s;
    padding: 10px;
}
.product-category a img{
    max-width: 100px;
    margin: 0!important;
    transition: ease all 0.3s;
}
.product-category a h2{
    text-align: center;
    font: 900 22px/27px 'Museo'!important;
    letter-spacing: 1.76px;
    color: #333333;
    text-transform: uppercase;
    text-align: center;
    transition: ease all 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.product-category a:hover{
    width: 190px;
    height: 190px;
}
.product-category a:hover img{
    max-width: 90px;
}
.product-category a:hover h2 {
    color: #0650D0;
    transform: scale(1.1);
}
.button_container{
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.button_container a{
    background: #0650D0;
    border-radius: 2px;
    padding: 0 50px;
    height: 56px;
    font: 600 14px/18px 'Museo';
    color: #FFFFFF;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    text-transform: uppercase;
}
.button_container a:hover,
.button_container a:focus {
    background-color: #3873D9;
}

@media screen and (max-width: 1500px) {
    .categories_container .item{
        padding: 0 20px;
    }
    .categories_container{
        margin: 0 -20px 30px;
    }
}
@media screen and (max-width: 1300px) {
    .image_wrapper{
        width: 150px;
        height: 150px;
        padding: 45px;
        border-width: 3px;
    }
    .product_title{
        font-size: 18px;
        line-height: 1.3;
    }
    .product-category a{
        width: 150px;
        height: 150px;
        border-width: 3px;
    }
    .product-category a img{
        max-width: 65px;
    }
    .product-category a h2{
        font-size: 18px!important;
        line-height: 1.3!important;
    }
    .product-category a:hover{
        width: 140px;
        height: 140px;
    }
    .product-category a:hover img{
        max-width: 55px;
    }
}
@media screen and (max-width: 992px) {
    .categories_section{
        padding: 60px 0;
    }
    .categories_container{
        justify-content: center;
    }
    .categories_container .item {
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}
@media screen and (max-width: 767px) {
    .product-category a{
        width: 200px;
        height: 200px;
        border-width: 4px;
    }
    .product-category a img{
        max-width: 100px;
    }
    .product-category a h2{
        font-size: 22px!important;
    }
    .product-category a:hover{
        width: 190px;
        height: 190px;
    }
    .product-category a:hover img{
        max-width:90px;
    }
    .categories_container .item {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px!important;
    }
}
@media screen and (max-width: 500px) {
    .categories_container .item {
        flex: 0 0 100%;
        max-width: 100%;
    }    
}
@media screen and (max-width: 400px) {
    .categories_container .item{
        padding: 0 10px;
    }
    .heading_wrapper h2{
        font-size: 25px;
    }
    .categories_container{
        margin: 0 -10px 0px;
    }
    .image_wrapper{
        width: 100px;
        height: 100px;
        padding: 25px;
        border-width: 2px;
    }
    .product_title{
        font-size: 14px;
    }
    .button_container a{
        width: 100%;
        height: 50px;
    }
}


/*FOOTER*/
.home .site-footer{
    border:0;
}
.site-footer{
    padding: 80px 0;
    position: relative;
    z-index: 2;
    border-top: 1px solid #A5A9A9;
}
.site-footer:after{
    content: "";
    position: absolute;
    top: -22px;
    background: #E1141D;
    width: 14px;
    height: 45px;
    left: 50%;
    margin-left: -10px;
}
.site-footer:before{
    content: "";
    position: absolute;
    bottom: 0px;
    background: #E1141D;
    background: rgb(225,20,29);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UxMTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ4JSIgc3RvcC1jb2xvcj0iI2UxMTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2UxMTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU0JSIgc3RvcC1jb2xvcj0iI2UxMTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2UxMTQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2RiYWUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2RiYWUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2RiYWUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2RiYWUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDY3YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ2N2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(225,20,29,1) 0%, rgba(225,20,29,1) 48%, rgba(225,20,29,1) 54%, rgba(225,20,29,1) 54%, rgba(225,20,29,1) 59%, rgba(219,174,41,1) 59%, rgba(219,174,41,1) 75%, rgba(219,174,41,1) 75%, rgba(219,174,41,1) 75%, rgba(0,70,122,1) 75%, rgba(0,70,122,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(225,20,29,1)), color-stop(48%,rgba(225,20,29,1)), color-stop(54%,rgba(225,20,29,1)), color-stop(54%,rgba(225,20,29,1)), color-stop(59%,rgba(225,20,29,1)), color-stop(59%,rgba(219,174,41,1)), color-stop(75%,rgba(219,174,41,1)), color-stop(75%,rgba(219,174,41,1)), color-stop(75%,rgba(219,174,41,1)), color-stop(75%,rgba(0,70,122,1)), color-stop(100%,rgba(0,70,122,1)));
    background: -webkit-linear-gradient(left,  rgba(225,20,29,1) 0%,rgba(225,20,29,1) 48%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 59%,rgba(219,174,41,1) 59%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(0,70,122,1) 75%,rgba(0,70,122,1) 100%);
    background: -o-linear-gradient(left,  rgba(225,20,29,1) 0%,rgba(225,20,29,1) 48%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 59%,rgba(219,174,41,1) 59%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(0,70,122,1) 75%,rgba(0,70,122,1) 100%);
    background: -ms-linear-gradient(left,  rgba(225,20,29,1) 0%,rgba(225,20,29,1) 48%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 59%,rgba(219,174,41,1) 59%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(0,70,122,1) 75%,rgba(0,70,122,1) 100%);
    background: linear-gradient(to right,  rgba(225,20,29,1) 0%,rgba(225,20,29,1) 48%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 54%,rgba(225,20,29,1) 59%,rgba(219,174,41,1) 59%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(219,174,41,1) 75%,rgba(0,70,122,1) 75%,rgba(0,70,122,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1141d', endColorstr='#00467a',GradientType=1 );
    width: 100%;
    height: 10px;
    left: 0;
}
.site-info,
.site-footer__col h4{
    padding: 0;
    font-size: 16px;
    opacity: 1;
    margin-bottom: 20px;
    font-weight: bold;
}
.site-footer a:not(.button):not(.components-button){
    color: #0650D0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.site-footer a:not(.button):not(.components-button):hover{
    border-color: #0650D0;
}
.site-footer__row{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.site-footer__col{
    padding-right: 10px;
}
.site-footer__col p{
    font-size: 16px;
    font-weight: 300;
}
.site-footer__col p a,
.site-footer .site-footer__col p a:not(.button):not(.components-button){
    color: #333333;
}
.site-footer__col ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer__col ul li,
.site-footer__col ul li a,
.site-footer .site-footer__col ul li a:not(.button):not(.components-button){
    font-size: 16px;
    font-weight: 300;
    color: #333333;
}
.storefront-handheld-footer-bar{
    display: none;
}
@media screen and (max-width: 767px) {
    .site-footer__col:first-child{
        flex: 0 0 100%;
        max-width:100%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    .site-footer{
        padding: 30px 0;
    }
    .site-footer__col{
        flex: 0 0 100%;
        max-width:100%;
        padding: 0;
    }
}

.site-footer .storefront-handheld-footer-bar ul li.cart .count{
    background: #263852;
    color: #fff;
    border:0;
}
.site-footer .storefront-handheld-footer-bar  ul li a:not(.button):not(.components-button){
    color: #333333;
}
.site-footer .storefront-handheld-footer-bar ul li > a {
    border:0;
    height: 60px;
}
.storefront-handheld-footer-bar ul li > a::before{
    font-size: 24px;
}
.storefront-handheld-footer-bar ul li.cart > a::before {
    content: "";
    background: url(images/cart.svg) no-repeat;
    background-position: center;
}

/*SHOP*/
.right-sidebar .widget-area{
    display: none;
}
.right-sidebar .content-area{
    float: none;
    width: 100%;
    margin: 0;
}
.woocommerce-products-header {
    text-align: center;
    margin-bottom: 80px;
}
.storefront-sorting {
    display: none;
}
.storefront-breadcrumb{
    display: none;
}

.products.columns-3{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
ul.products::before, ul.products::after{
    display: none;
}
.site-main ul.products.columns-3 li.product{
    flex: 0 0 31%;
    max-width: 31%;
    width: 31%;
    margin: 0 0 60px;
    padding: 20px 10px;
}
.site-main ul.products.columns-3 li.product .woocommerce-LoopProduct-link{
    position: relative;
}
.site-main ul.products.columns-3 li.product .woocommerce-LoopProduct-link img{
    margin: 0 auto 20px;
}
.site-main ul.products.columns-3 li.product .woocommerce-loop-product__title {
    font: 600 18px/24px 'Source Sans Pro';
    color: #333333;
    margin-bottom: 15px;
    text-transform: none;
    letter-spacing: normal;
    height: 56px;
    overflow: hidden;
}
.site-main ul.products.columns-3 li.product .woocommerce-LoopProduct-link .onsale{
    background: #E1141D;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    border:0;
}
.site-main ul.products.columns-3 li.product .price{
    font-weight: 600;
    font-size: 18px;
    color: #333333;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.site-main ul.products.columns-3 li.product .price del{
    text-decoration: line-through;
    font-size: 16px;
    color: #84817D;
    opacity: 1;
}
.site-main ul.products.columns-3 li.product .price ins{
    font-weight: 600;
    order:-1;
    margin-right: 13px;
    margin-left: 0;
}
.site-main ul.products li.product .button {
    border: 0;
    border-radius: 2px;
    width: 130px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font: 600 14px/17px 'Museo';
    color: #fff;
    background: #0650D0;
    margin: 0 auto;
    padding: 0;
    transition: ease all 0.3s;
}
.site-main ul.products li.product .button:hover,
.site-main ul.products li.product .button:focus{
    background: #3873D9;
}
.site-main ul.products li.product .added_to_cart {
    margin: 10px auto 0;
    background: #0650D0;
    color: #fff;
    font: 600 14px/17px 'Museo';
    border-radius: 2px;
    width: 120px;
    height: 40px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: ease all 0.3s;
}
.site-main ul.products li.product .added_to_cart:hover,
.site-main ul.products li.product .added_to_cart:focus {
    background: #3873D9;
}

@media screen and (max-width: 992px) {
    .site-main ul.products.columns-3 li.product{
        flex: 0 0 31.5%;
        max-width: 31.5%;
        width: 31.5%;
    }
}
@media screen and (max-width: 768px) {
    .woocommerce-products-header{
        margin-bottom: 40px;
    }
    .site-main ul.products.columns-3 li.product{
        flex: 0 0 48%;
        max-width: 48%;
        width: 48%;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 576px) {
    .site-main ul.products.columns-3 li.product .woocommerce-loop-product__title{
        font-size: 18px;
        line-height: 1.3;
        height: 47px;
    }
    .site-main ul.products.columns-3 li.product .price del{
        font-size: 14px;
    }
    .site-main ul.products.columns-3 li.product .price{
        font-size: 16px;
    }
    .site-main ul.products.columns-3 li.product .price ins{
        margin-right: 8px;
    }
}

/*SINGLE PRODUCT*/
.single-product div.product .woocommerce-product-gallery {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:before,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs:after{
    display: none;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
    flex: 0 0 148px;
    max-width: 148px;
    order:-1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border:2px solid #E7ECF0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.single-product div.product .onsale{
    background: #E1141D;
    border:0;
    border-radius: 0;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.single-product div.product .summary .product_title,
.woocommerce-tabs .panel h2:first-of-type,
.related > h2:first-child, .upsells > h2:first-child {
    font: 600 32px/50px 'Museo';
    color: #333333;
    text-align: left;
    margin-bottom: 6px;
}
.related > h2:first-child, .upsells > h2:first-child{
    text-align: center;
}
.single-product div.product p.price{
    margin: 0 0 20px;
    font-weight: bold;
    font-family: 'Source Sans Pro';
    font-size: 22px;
    letter-spacing: 0px;
    color: #333333;
}
.single-product div.product .price ins{
    font-weight: bold;
}
.woocommerce-product-details__short-description p,
.woocommerce-tabs p {
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 40px;
}
.single-product .shipping-estimate {
    display: none;
}
.single-product div.product form.cart{
    padding: 0;
}
.single-product div.product form.cart .quantity input{
    font-size: 20px;
    font-weight: 600;
}
.single-product div.product .product_meta {
    border:0;
    padding: 0;
    font: 16px/20px 'Source Sans Pro';
    letter-spacing: 0px;
    color: #333333;
}
.single-product div.product .product_meta a{
    font-weight: normal;
    text-decoration: none;
    color: #333333;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments,
.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
    background-color: #00467A;
}
.woocommerce-error{
    background-color: #E1141D;
}
.woocommerce-tabs ul.tabs li,
.woocommerce-tabs ul.tabs{
    border-color: #CBD8E2;
}
.woocommerce-tabs ul.tabs li a{
    font-size: 18px;
    color: #333333;
}
.single-product .woocommerce-tabs ul.tabs li::after{
    right: 1rem;
    opacity: 1;
}
.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child{
    margin-top: 0;
}
.woocommerce-tabs ul.tabs li.active::after{
    color: #0650D0;
}

@media screen and (max-width: 992px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
        flex: 0 0 100px;
        max-width: 100px;
    }
}
@media screen and (max-width:576px) {
    .single-product div.product .summary .product_title, .woocommerce-tabs .panel h2:first-of-type, .related > h2:first-child, .upsells > h2:first-child{
        font-size: 25px;
        line-height: 1.4;
    }
    .woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{
        float: none;
        border:0;
        padding: 0;
        margin: 0;
        display: block;
    }
}
@media screen and (max-width:400px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs{
        flex: 0 0 80px;
        max-width: 80px;
    }
    .single-product div.product form.cart .quantity{
        float: none;
        width: 100%;
        margin: 0 0 10px;
    }
    .single-product div.product form.cart .quantity input{
        width: 100%;
    }
    .single-product .single_add_to_cart_button {
        width: 100%;
        margin: 0;
    }
}

/*CART DETAIL*/
.woocommerce-cart-form{
    background: #F8F5F3;
    padding: 15px;    
}
.woocommerce-cart-form table.cart{
    margin-bottom: 0;
}
table.cart:not( .has-background ) th,
table.cart th{
    background: transparent;
    border-bottom: 1px solid #CBD8E2;
    font: bold 16px/30px 'Source Sans Pro';
    letter-spacing: 0px;
    color: #333333;
    text-transform: uppercase;
    text-align: left;
}
table.cart:not( .has-background ) tbody td{
    background: transparent;
    border-bottom: 1px solid #CBD8E2!important;
}
table.cart:not( .has-background ) tbody tr:last-child td{
    border:0!important;
}
table.cart tr{

}
table.cart tr td{
    vertical-align: middle;
}
table.cart .product-remove{
    width: 100px;
    vertical-align: middle;
}
table.cart tr td.product-thumbnail,
table.cart tr th.product-thumbnail{
    width: 100px;
    padding-left: 0;
    padding-right: 0;
}
table.cart .product-thumbnail img{
    max-width: 100px;
}
table.cart tr td.product-name {
    font: 600 20px/28px 'Source Sans Pro';
    color: #000000;
    vertical-align: middle;
}
table.cart tr td.product-name a{
    color: #000;
    text-decoration: none!important;
}
table.cart tr td.product-name a:hover{
    color: #0650D0;
}
table.cart tr td.product-price {
    font: 16px/30px 'Source Sans Pro';
    color: #333333;
}
table.cart td.product-quantity .qty{
    width: 70px;
    height: 40px;
    padding: 0 0 0 15px!important;
}
table.cart td.product-subtotal {
    font: bold 18px/30px 'Source Sans Pro';
    color: #333333;
}

table.cart:not( .has-background ) tbody tr:nth-child(2n) td{
    background: transparent;
    border:0;
}
table.cart td.actions{
    padding-top: 30px;
}
table.cart td.actions .coupon .button{
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 17px;
}
table.cart td.actions .coupon + .button{
    background: #FFFFFF;
    border: 1px solid #0650D0;
    border-radius: 10px;
    width: 170px;
    height: 47px;
    font-size: 17px;
    letter-spacing: 1.36px;
    color: #0650D0;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.cart-collaterals .cart_totals {
    max-width: 330px;
}

.cart-collaterals .cart_totals table:not( .has-background ) th,
.cart-collaterals .cart_totals table:not( .has-background ) tbody td{
    background: #F8F5F3;
}
.cart-collaterals .cart_totals table td,
.cart-collaterals .cart_totals table th{
    padding: 0;
    font: 16px 'Source Sans Pro';
    color: #333333;
    width: 50%;
    padding: 11px 30px;
}
.cart-collaterals .cart_totals table td{
    padding-left: 5px;
    text-align: right;
}
.cart-collaterals .cart_totals table th{
    padding-right: 5px;
}
.cart-collaterals .cart_totals table tr:first-child th,
.cart-collaterals .cart_totals table tr:first-child td{
    padding-top: 30px;
}
.cart-collaterals .cart_totals table tr:last-child th,
.cart-collaterals .cart_totals table tr:last-child td{
    padding-bottom: 30px;
}
.cart-collaterals .cart_totals table tr:last-child td {
    font-size: 20px;
}
.wc-proceed-to-checkout .button.checkout-button{
    font-size: 19px;
    height: 60px;
}
.wc-proceed-to-checkout .button.checkout-button:after{
    display: none;
}

@media screen and (max-width: 767px) {
    table.cart .product-remove{
        width: 100%;
    }
    table.shop_table_responsive tr td.product-remove a,
    table.cart td.product-remove a.remove{
        left: auto;
        right: 0;
        top: 0;
    }
    table.cart tr td.product-thumbnail, table.cart tr th.product-thumbnail{
        width: 100%;
    }
    table.cart .product-thumbnail img{
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
    }
    table.cart:not( .has-background ) tbody td{
        border:0!important;
        padding: 0 0 5px;
    }
    .cart-collaterals .cart_totals{
        max-width: 100%;
        width: 100%;
    }
    .cart-collaterals .cart_totals table td{
        width: 100%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 400px) {
    .wc-proceed-to-checkout .button.checkout-button{
        font-size: 16px;
    }
}

/*CHECKOUT PAGE*/
.checkout h3{
    font-size: 22px;
    font-weight: 600;
    color: #333333;
}
.checkout h3 label,
#ship-to-different-address label{
    font-weight:600;
}
.form-row label{
    font: normal normal 600 16px/20px 'Source Sans Pro';
    color: #333333;
    margin-bottom: 10px;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row{
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0 0 25px;
    padding: 0 12px;
}
.woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-shipping-fields__field-wrapper .form-row-wide{
    flex: 0 0 100%;
    max-width: 100%;
}
.select2-container--default .select2-selection--single{
    border-radius: 0;
    height: 47px;
    border: 1px solid #CBD8E2;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 47px;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    padding-right: 45px;
    font-family: 'Source Sans Pro';
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 47px;
    width: 40px;
}
.form-row textarea{
    height: 140px;
    padding: 15px!important;
}
#order_comments_field label{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}
#order_comments_field label span{
    margin-left: auto;
    font-weight: normal;
    text-transform: none;
    color: #888888;
    font-size: 14px;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox input{
    display: none;
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) {
    position: absolute;
    opacity: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span{
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:before{
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #CBD8E2;
    left: auto;
    right: 0px;
    background-color: #fff;
    top:2px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:after{
    content: "\f00c";
    display: block;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: auto;
    right: 4px;
    top: 3px;
    font-size: 15px;
    color: #0650D0;
    opacity: 0;
    transition: 0.6s;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:before{
    border-color: #0650D0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:after{
     opacity: 1;
}

#order_review_heading {
    background: #F8F5F3;
    padding: 30px;
    margin: 0;
}
table:not( .has-background ).shop_table.woocommerce-checkout-review-order-table th,
table:not( .has-background ).shop_table.woocommerce-checkout-review-order-table td {
    background: #F8F5F3;
}
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
    padding: 8px 30px;
    font-size: 16px;
    font-family: 'Source Sans Pro';
    letter-spacing: 0px;
    color: #333333;
}
table.shop_table.woocommerce-checkout-review-order-table tr:last-child th,
table.shop_table.woocommerce-checkout-review-order-table tr:last-child td{
    padding-bottom: 30px;
}
#payment .form-row.place-order{
    background: transparent;
    padding: 0;
}
#payment .place-order .button {
    height: 60px;
    font-size: 19px;
    color: #FFFFFF;
}
.checkout_coupon.woocommerce-form-coupon {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px 30px;
}
.checkout_coupon.woocommerce-form-coupon>p {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}
.checkout_coupon.woocommerce-form-coupon .form-row {
    margin: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 10px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
    border-color: #fff;
}

@media screen and (max-width: 992px) {
    form.checkout{

    }
    form.checkout .col2-set{
        width: 100%;
        float: none;
        margin: 0;
    }
    #order_review_heading, #order_review {
        width: 100%;
        float: none;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper{
        margin: 0;
    }
    .woocommerce-billing-fields__field-wrapper .form-row,
    .woocommerce-shipping-fields__field-wrapper .form-row{
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 576px) {
    .checkout h3{
        font-size: 18px;
    }
    .checkout_coupon.woocommerce-form-coupon {
        margin: 0 0px 30px;
    }
    .checkout_coupon.woocommerce-form-coupon>p{
        padding: 0;
    }
    .checkout_coupon.woocommerce-form-coupon .form-row {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .checkout_coupon.woocommerce-form-coupon .form-row button{
        width: 100%;
    }
    #payment .payment_methods li{
        margin-bottom: 20px;
    }
    #payment .place-order{
        margin-top: 20px;
    }
}

@media screen and (max-width:400px){
    #order_review_heading{
        padding: 20px;
    }
    table.shop_table.woocommerce-checkout-review-order-table th, table.shop_table.woocommerce-checkout-review-order-table td{
        padding: 8px 20px;
        font-size: 14px;
    }
    table.shop_table.woocommerce-checkout-review-order-table tr:last-child th, table.shop_table.woocommerce-checkout-review-order-table tr:last-child td{
        padding-bottom: 20px;
    }
}

/* email field visible on checkout */

#billing_email_field{
  display: block !important;
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
    color: #333;
}


/*NEW HEADER*/

.nav_container
{
    padding: 15px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.item_search{
    padding-left: 100px;
}
.item_full{
    width: 100%;
}
.item{
    margin: 0!important;
    text-align: left!important;
}
.site-branding,
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding
{
    position: relative;
    margin: 0;
    width: auto;
}
.site-branding a
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.site-header .site-branding img{
    max-width: 120px;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
}
@media screen and (max-width:1300px) {
    .site-header .site-branding img{
        max-width: 174px;
    }
}


/* Navigation CSS */

.nav_bar_outer
{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: relative;
    align-items: center;
}
.nav_bar_outer ul
{
    margin-bottom: 0;
    text-align: right;
    margin-left: 0;
}
.nav_bar_outer ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
}
.nav_bar_outer ul li:after {
    content: "";
    height: 15px;
    width: 1px;
    background-color: #666666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.nav_bar_outer ul li a 
{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #333;
    font-size: 16px;
}
.nav_bar_outer ul li a:hover
{
    color: var(--accent-color);
}

.search_wishlist_links{
    margin-left: auto;
}
.search_wishlist_links ul{
    display: flex;
    align-items: center;
}
.search_wishlist_links ul li:last-child:after
{
    content: none;
}

.search_link_nav {
    font-size: 18px !important;
    position: relative;
    top: 0px;
    color: var(--accent-color) !important;
}
.nav_bar_outer ul li a.cart_button_nav {
    display: block;
    display: -webkit-box;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: auto;
    min-width: auto;
    padding: 0;
}
.desktop_nav .cart_button_nav:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f07a";
    font-size: 20px;
    color: #0650D0;
    height: auto;
    line-height: normal;
    vertical-align: middle;
}
.nav_bar_outer ul li .sub-menu 
{
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    text-align: left;
    top: 60px;
    display: none;
    border-radius: 0.5rem;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.nav_bar_outer ul li:hover .sub-menu
{
    display: block;
}
.nav_bar_outer ul li .sub-menu li
{
    display: block;
    padding: 0;
}
.nav_bar_outer ul li .sub-menu li:after
{
    content: none !important;
}
.nav_bar_outer ul li .sub-menu li a 
{
    display: block;
    padding: 4px 15px;
    border-left: 5px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.nav_bar_outer ul li .sub-menu li a:hover
{
    border-left: 5px solid red;
}

.cart_button_nav,
.wishlist_link_nav
{
    position: relative;
}
.wishlist_link_nav{
    padding-bottom: 15px;
    padding-right: 20px;
}
.cart_button_nav span,
.wishlist_link_nav span
{
    background: #f15a22;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 1px 4px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 9px;
    line-height: 16px;
    position: absolute;
    top: -15px;
    right: -15px;
    box-sizing: border-box;
}
.wishlist_link_nav span 
{
    top: -12px;
}
.wishlist_link_nav .fav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.search_input_container form {
    background: #fff;
    color: #888888;
    border:1px solid #e6ecf1;
    height: 47px;   
    margin: 0; 
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 400px;
}
.search_input_container form input,
.search_input_container form input:focus{
    padding: 16px;
    border:0;
    height: 100%;
    background: transparent;
    width: 100%;
}
.search_input_container form button{
    background: transparent;
    border:0;
    height: 100%;
    padding: 0 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}
.search_input_container form button svg{
    width: 16px;
    height: 16px;
}

.search_container {
    background-color: #E1141D;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 9999;
    transition: ease all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.search_container.active{
    visibility: visible;
    opacity: 1;
}
.search_input_container{
    width: 100%;
}
.mobile_nav_container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 0px 10px;
    width: 100%;
}
.mobile_nav_container .item
{
    max-width: 100%;    
    width: 100%;
}
.mobile_nav_container .item .mobile_logo_wrapper
{
    position: relative;
}
.mobile_nav_container .item .mobile_logo_wrapper a
{
    display: inline-block;
}
.mobile_nav_container .item .mobile_logo_wrapper a img
{
    max-width: 120px;
}
.mobile_nav_container .item .menu_bars_container {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: -7px;
    margin-left: 26px;
    order: 1;
}
.mobile_nav_container .item .menu_bars_container a
{
    display: inline-block;
}
.mobile_nav_container .item .menu_bars_container a img
{
    height: 20px;
    border-radius: 0;
}
.mobile_menu_links {
    position: absolute;
    left: 0;
    top:100%;
    bottom: auto;
    right: 0;
    width: 100%;
    z-index: 100;
    height: auto;
    background-color: #fff;
    padding: 30px 30px;
    display: none;
}
.mobile_menu_links_inner .mobile_links
{
    position: relative;
}
.mobile_menu_links_inner .mobile_links > ul
{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
.mobile_menu_links_inner .mobile_links > ul > li
{
    display: block;
    margin-bottom: 6px;
}
.mobile_menu_links_inner .mobile_links > ul > li:last-child
{
    margin-bottom: 0;   
}
.mobile_menu_links_inner .mobile_links > ul > li > a
{
    display: block;
    color: #666;
    font-size: 20px;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu
{
    list-style: none;
    padding-left: 0;
    margin-top: 9px;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li
{
    display: block;
}
.mobile_menu_links_inner .mobile_links > ul > li .sub-menu li a
{
    display: block;
    color: #666;
    font-size: 17px;
}
.menu_bars_container_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.menu_bars_container_wrapper .mobile_cart_button
{   
    position: relative;
    margin-left: 16px;
}   
.menu_bars_container_wrapper .mobile_cart_button .cart_button_nav
{
    position: relative;
}


@media screen and (max-width: 1220px) {
    .nav_bar_outer ul li a,
    .nav_bar_outer ul li a.cart_button_nav{
        font-size: 15px;
    }
    .search_input_container form{
        width: 300px;
    }
}
@media screen and (max-width: 1155px) {
    .nav_bar_outer ul li a,
    .nav_bar_outer ul li a.cart_button_nav{
        font-size: 14px;
    }
    .search_input_container form{
        width: 250px;
    }
}
@media only screen and (max-width: 991px)
{
    .desktop_nav
    {
        display: none;
    }
    .header-inner,
    .secondary-header
    {
        display: none;
    }
    .search_input_container form{
        border:0;
        background: transparent;
        height: 60px;
    }
    .search_input_container form button svg{
        width: 25px;
        height: 25px;
    }
    .search_input_container form input::-moz-placeholder { color:#fff;}
    .search_input_container form input::placeholder {color:#fff;}
    .search_input_container form input::-o-placeholder {color:#fff;}
    .search_input_container form input::-webkit-input-placeholder {color:#fff;}
    .search_input_container form input:-ms-input-placeholder {color:#fff;}
    .search_input_container form button{
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px)
{
    .desktop_nav
    {
        display: block;
    }
    .mobile_nav
    {
        display: none;      
    }
    .header-inner
    {
        display: none;
    }
    .secondary-header
    {
        display: none;
    }
}
