@font-face {
    font-family: 'MyriadPro';
    font-weight: 300;
    font-style: normal;
    src: url('../font/MyriadPro-Light.eot');
    src: url('../font/MyriadPro-Light.eot#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-Light.woff') format('woff'),
         url('../font/MyriadPro-Light.ttf') format('truetype'),
         url('../font/MyriadPro-light.svg#MyriadPro') format('svg');
}

@font-face {
    font-family: 'MyriadPro';
    font-weight: normal;
    font-style: normal;
    src: url('../font/MyriadPro-Regular.eot');
    src: url('../font/MyriadPro-Regular.eot#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-Regular.woff') format('woff'),
         url('../font/MyriadPro-Regular.ttf') format('truetype'),
         url('../font/MyriadPro-Regular.svg#MyriadPro') format('svg');
}

@font-face {
    font-family: 'MyriadPro';
    font-weight: 500;
    font-style: normal;
    src: url('../font/MyriadPro-SemiBold.eot');
    src: url('../font/MyriadPro-SemiBold.eot#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-SemiBold.woff') format('woff'),
         url('../font/MyriadPro-SemiBold.ttf') format('truetype'),
         url('../font/MyriadPro-SemiBold.svg#MyriadPro') format('svg');
}

@font-face {
    font-family: 'MyriadPro Condensed';
    font-weight: 500;
    font-style: normal;
    src: url('../font/MyriadPro-BoldCond.eot');
    src: url('../font/MyriadPro-BoldCond.eot#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-BoldCond.woff') format('woff'),
         url('../font/MyriadPro-BoldCond.ttf') format('truetype'),
         url('../font/MyriadPro-BoldCond.svg#MyriadCondensed') format('svg');
}

@font-face {
    font-family: 'MyriadPro Condensed';
    font-weight: normal;
    font-style: normal;
    src: url('../font/MyriadPro-Cond.eot');
    src: url('../font/MyriadPro-Cond.eot#iefix') format('embedded-opentype'),
         url('../font/MyriadPro-Cond.woff') format('woff'),
         url('../font/MyriadPro-Cond.ttf') format('truetype'),
         url('../font/MyriadPro-Cond.svg#MyriadCondensed') format('svg');
}
.header-main ul.header-nav li:not(.header-search) a {
    font-family: "MyriadPro Condensed";
    font-size: 22px;
    font-weight: normal;
    color: #000;
}
.header-main ul.header-nav li.header-search a {
    color: #000;
    font-size: 15px;
}
.menu-filter-cate .header-vertical-menu__fly-out {
    background-color: #FFF;
    position: absolute;
    top: 39px;
    left: 0;
    width: 100%;
    height: 475px;
    z-index: -1;
    display: flex;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #DDD;
    border-top: 0;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25), -5px 0px 5px rgba(0, 0, 0, 0.25);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.header-vertical-menu.menu-filter-cate {
    position: unset;
}
.header-bottom>.container>.flex-col.flex-left {
    width: 100%;
}
.header-vertical-menu.menu-filter-cate .filter-menu {
    width: 250px;
    height: 100%;
    overflow: auto;
}
.header-vertical-menu.menu-filter-cate .filter-menu::-webkit-scrollbar {
    width: 5px;
}

.header-vertical-menu.menu-filter-cate .filter-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    height: 100px;
}
.header-vertical-menu.menu-filter-cate .filter-menu::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
  height: 100px;
}
.header-vertical-menu.menu-filter-cate .header-filters {
    width: calc(100% - 250px);
    padding: 12px 12px 6px;
    position: relative;
}
#header-filters form {
    padding: 0 24px;
    align-items: center;
}

form.filter-form {
    display: flex;
    width: 100%;
    padding-right: 24px;
    padding-left: 12px;
    position: relative;
	margin: 0;
}
form.filter-form .toggle-form {
    position: relative;
    height: 25px;
    cursor: pointer;
    margin-right: 6px;
    width: auto;
	opacity: 1;
	min-width: 90px;
}
form.filter-form .toggle-form:hover .toggle-button {
    text-shadow: 0px 0px 1px black;
}
form.filter-form .toggle-form .toggle-button {
    background-color: #F6F6F6;
    width: 100%;
    height: 100%;
    padding: 0 24px 0 12px;
    display: flex;
    align-items: center;
    border: 1px solid #DDD;
    border-radius: 3px;
    position: relative;
    color: #000;
    transition: all 0.3s;
	font-size: 13px;
}
form.filter-form .toggle-form .toggle-button:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    content: '';
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    margin: auto 0;
    transition: all 0.3s;
}
form.filter-form .toggle-form:hover .toggle-content, form.filter-form .toggle-form.hover .toggle-content {
    display: block;
}
form.filter-form .toggle-form .toggle-content {
    background-color: #FFF;
    position: absolute;
    top: 100%;
    width: auto;
    min-width: 100%;
    left: 0;
    display: none;
    z-index: 999;
}
form.filter-form .toggle-form .toggle-content .items {
    margin: 6px 0 0 0;
    padding: 0;
    border: 1px solid #DDD;
    border-radius: 3px;
}
form.filter-form .toggle-form .toggle-content .items li {
    white-space: nowrap;
    height: 25px;
    padding: 0 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all 0.3s;
    position: relative;
	margin-bottom: 0;
}
form.filter-form .toggle-form .toggle-content .items .item input {
    margin: 0px 6px 2px 0px;
}
form.filter-form-form .toggle-form .toggle-content .items li span {
    line-height: 1;
}
form.filter-form .toggle-form .toggle-content .items li label {
    margin: 0;
    font-weight: normal;
    cursor: pointer;
}
form.filter-form .toggle-form .toggle-content .items li label:hover {
    text-shadow: 0px 0px 1px black;
}
form.filter-form .toggle-form .toggle-content .items .item:hover {
    background-color: rgba(0, 0, 0, 0.05);
    text-shadow: 0px 0px 1px black;
}
.filter-menu .item-filter .title {
    text-transform: uppercase;
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    font-weight: bold;
    color: rgb(33, 37, 41);
    font-size: 14px;
}
.filter-menu .item-filter .items {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-menu .item-filter .items .item .link {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-bottom: 1px solid #DDD;
    transition: all 0.3s;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    position: relative;
	color: #000;
}
.filter-menu .item-filter .items .item .link:after {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-position: center center;
    content: '';
}
.filter-menu .item-filter .items li.item img {
    width: 20px;
    margin-right: 10px;
}
.filter-menu .item-filter .items .item .link:hover, .filter-menu .item-filter .items .item .link.active {
    background-color: rgba(0, 0, 0, 0.05);
    text-shadow: 0px 0px 1px black;
    color: #000;
}
.filter-menu .item-filter .items li.item {
    margin: 0;
}
.filter-products .swiper-button-next, .filter-products .swiper-button-prev {
    background-color: #F6F6F6;
    background-image: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    top: calc(50% - 22.5px);
    margin-top: 0;
    position: absolute;
}
.filter-products .swiper-nav:after {
    font-size: 14px;
    color: red;
}
body.single-product #main {
    background-image: url(../images/body-bg.jpg);
	color: rgb(33, 37, 41);
}
h1.product_title {
    font-weight: normal;
    font-size: 30px;
	color: rgb(33, 37, 41);
}
.product-info nav.woocommerce-breadcrumb {
    display: none;
}
.product-info.summary {
    padding-top: 0;
    font-size: 15px;
}
.product-info .brand-type {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.product-info .brand-type .product-brand {
    margin-right: 15px;
}
.product-info .brand-type a {
    color: blue;
}
.product-info .price-baohanh {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 24px;
    display: flex;
    flex-wrap: wrap;
}
.product-info .price-baohanh .item {
    display: inline-flex;
    align-items: center;
    font-size: 22px;
	gap: 5px;
}
.product-info .price-baohanh .item.item-price {
    margin-right: 15px;
}
.product-info .price-baohanh .value {
    color: red;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
}
.group-privacy .privacy.button {
    background-color: #008c11;
    border-color: #008c11;
    border-radius: 3px;
}
.product-info.summary button.single_add_to_cart_button:before {
    background-color: #cf421a;
    background-image: url(../images/cart.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    width: 44px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.product-info.summary button.single_add_to_cart_button {
    background-color: #f96d10;
    transition: all 0.3s;
    color: #FFF;
    padding-left: 68px;
    padding-right: 24px;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
	border-radius: 3px;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
#commitment .card-header, #aftersell .card-header {
    color: #000;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.05);
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
#commitment {
    color: rgb(218, 165, 32);
}
#commitment, #aftersell {
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
#video-support {
    width: 100%;
    display: flex;
}
#video-support .support {
    flex-grow: 1;
    height: 100%;
}
.vs-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
}
.support .items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.support .items .item {
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dashed #ccc;
	margin: 0;
}
.support .items .item:last-child {
    border-bottom: 0;
}
.support .items .phone {
    position: relative;
    height: 76.5px;
    padding-left: 76.5px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.support .items .zalo {
    margin-left: auto;
    margin-right: 6px;
}
.support .items .skype {
    margin-right: 20.25px;
}
.support .items .phone:before {
    position: absolute;
    top: 20.25px;
    left: 20.25px;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background-image: url(../images/phone-white.svg);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-color: #008c11;
    background-position: center center;
    content: '';
    display: flex;
}
.shop-container p {
    margin-top: 0;
    margin-bottom: 1rem;
}
#commitment .card-body, #aftersell .card-body {
    padding-left: 0;
    padding-bottom: 0;
}
.support .items .phone span.pname {
    font-size: 16px;
    align-items: flex-end;
    justify-content: flex-start;
}
.support .items .phone span {
    height: 50%;
    width: 100%;
    display: flex;
}
.support .items .phone span.pnumber {
    font-size: 16px;
    align-items: flex-start;
    color: #ff1b00;
    font-weight: bold;
    justify-content: flex-start;
}
#promo {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin-right: -10px;
    margin-bottom: 12px;
}
#promo .promo-wrap {
    background-image: url(../images/promo.png);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 36px 24px 12px;
    font-size: 16px;
    display: flex;
}
#promo .promo-wrap p {
    margin-bottom: 6px;
}
#promo .promo-wrap p:last-child {
    margin-bottom: 0;
}
#product-contact {
    margin-right: -10px;
    border-radius: 0;
    border: 1px solid #d6b14d;
}
#product-contact .card {
    background-color: transparent;
    font-size: 16px;
    padding-bottom: 6px;
    border: 0;
    border-radius: 0;
}
#product-contact .input-group {
    border-radius: 0;
    height: 33px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-prepend {
    height: 100%;
}
.input-group-prepend {
    margin-right: -1px;
}
.product-info.summary .quantity input[type=number] {
    height: 100%;
}
#product-contact .btn {
    background-color: #008c11;
    padding-left: 24px;
    padding-right: 24px;
    flex-grow: 1;
    color: #FFF;
}
#product-contact .form-control {
    font-size: 13px;
}
#product-contact .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
#product-contact svg {
    width: 16px;
    height: 16px;
    fill: #d6b14d;
}
.product-gallery .product_images {
    background-color: #FFF;
    border-radius: 60px;
    border-bottom-right-radius: 0;
    box-shadow: 10px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 12px 24px 24px 36px;
    overflow: hidden;
    margin-bottom: 24px;
}
.product-gallery .product-thumbnails a {
    border: 1px solid #CCC;
    padding: 2px;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.3s;
    background-color: #FFF;
    box-shadow: none;
    cursor: pointer;
}
.product-thumbnails.row-small>.flickity-viewport>.flickity-slider>.col {
    padding-left: 6px;
    padding-right: 6px;
    flex-basis: 20%;
    max-width: 20%;
}
#product-contact .form-control {
    font-size: 13px;
    margin: 0;
    border-radius: 0 3px 3px 0;
    box-shadow: none;
    width: 100%;
}
.form-tuvan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
	gap: 10px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-text {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
#product-contact .form-tuvan p {
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-radius: 5px;
}
.form-tuvan .submit {
    width: 94px;
}
.form-tuvan .submit input.wpcf7-form-control.wpcf7-submit {
    background-color: #008c11;
    padding: 0 15px;
    flex-grow: 1;
    color: #FFF;
    margin: 0;
    font-size: 14px;
    text-transform: none;
    border-radius: 3px;
    font-weight: normal;
    height: 33px;
    min-height: auto;
}
.form-tuvan .submit span.wpcf7-spinner {
    display: none;
}
#product-contact form.wpcf7-form {
    margin: 0;
}
#extras-names {
    width: 100%;
    background-image: url(../images/pixel.png);
    position: relative;
}
#extra-toggle {
    display: none;
}
#extras-names ul.items {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}
#extras-names ul.items .item {
    position: relative;
    margin: 0;
}
#extras-names ul.items .item a {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: #6f3700;
    border-right: 1px dashed #6f3700;
    font-size: 14px;
    font-weight: bold;
	line-height: 16px;
}
#extras-names ul.items .item:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #6f3700;
    content: '';
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    transition: all 0.3s;
}
#extra-toggle-content .col {
    padding: 0;
}
#extras-names ul.items .item:hover:after, #extras-names ul.items .item.active:after {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
#extras-names ul.items .item:last-child {
    margin-left: auto;
}
#extras-names ul.items .item:last-child a {
    border-right: 0;
}
#extras-content {
    padding: 30px 0;
}
#slide-product {
    height: 100%;
    position: relative;
}
#extras-content .card {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}
#slide-product .card {
    background-color: #F6F6F6;
    border: 1px solid #DDD;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
#extras-content .card-header {
    background-color: #FFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #008c11;
    padding: 0;
}
#slide-product .card-header {
    padding: 24px 12px;
    display: flex;
    height: 90px;
}
#extras-content #slide-product .card-header {
    background-color: transparent;
    box-shadow: none;
    border-bottom: 0;
    padding-bottom: 0;
}
#slide-product .card-header img {
    width: 25%;
    height: 100%;
}
#extras-content img {
    max-width: 100%;
    max-height: 100%;
}
#slide-product .card-header p {
    font-size: 15px;
    padding: 6px 12px;
    flex-grow: 1;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
	width: calc(100% - 25%);
}
#slide-product .card-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 6px;
}
#slide-product .hotline {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    border-top: 1px dashed #CCC;
    border-bottom: 1px dashed #CCC;
    margin-bottom: 12px;
}
#slide-product .hotline a {
    font-size: 18px;
    color: #008c11;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#slide-product .promo {
    background-color: #FFF;
    padding: 12px 12px 6px 12px;
    border-radius: 10px;
    margin-bottom: 9px;
}
#slide-product .promo .name {
    padding-bottom: 6px;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    color: red;
    display: flex;
    align-items: center;
}
#slide-product .name {
    font-size: 16px;
    margin-right: 2px;
}
#slide-product .promo .name svg {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
#slide-product .promo .content {
    padding: 12px 0 0;
}
#slide-product .promo .content p {
    font-size: 16px;
    margin-bottom: 3px;
}
#slide-product .promo .content p:last-child {
    margin-bottom: 0;
}
#slide-product .button-order {
    width: 100%;
}
#slide-product .button-order a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: all 0.3s;
}
#extras-content img {
    max-width: 100%;
    max-height: 100%;
}
#slide-product .prices p {
    margin-bottom: 6px;
}
#slide-product .price {
    color: red;
    font-size: 16px;
    font-weight: bold;
}
#slide-product .name {
    font-size: 16px;
    margin-right: 2px;
}
#slide-product .card-body .product-price {
    margin-bottom: 6px;
}
#extras.stick #extras-names {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
#extras-names ul.items .item a svg {
    width: 16px;
    height: 16px;
    fill: #6f3700;
    margin-right: 4px;
}
#extras-content .card-title {
    margin-bottom: 0;
    font-size: 16px;
    color: #6f3700;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    line-height: 19px;
}
#extras-content .card-title svg {
    fill: #B38C23;
    margin-right: 8px;
}
#extras-content [id*="content-"] .card-body {
    padding-left: 0;
    padding-right: 0;
}
.single-product .header-wrapper.stuck {
    position: relative;
}
.related-products-wrapper .product-section-title {
    background-color: #FFF;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    border-bottom: 3px solid #008c11;
    margin-bottom: 24px;
    font-size: 16px;
    color: #6f3700;
    text-align: center;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.main-form-add-cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}
.main-form-add-cart form.cart {
    width: auto;
    margin-bottom: 15px;
}
.main-form-add-cart .group-privacy {
    display: inline-flex;
    align-items: center;
}
.group-privacy .privacy.button {
    margin-bottom: 15px;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.group-privacy .privacy.button:last-child {
    margin-right: 0;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
	max-width: 500px;
    margin: 1.75rem auto;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}
.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
#contactModal .modal-title {
    text-transform: uppercase;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.close:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
#contactModal form {
    width: 100%;
    justify-content: center;
}
.fade.show {
    opacity: 1;
    display: block;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: visible;
}
.modal-body .form-tuvan {
    flex-wrap: wrap;
    justify-content: center;
}
.modal-body .form-tuvan .input-group-text svg {
    width: 20px;
    height: 20px;
    fill: #d6b14d;
}
.modal-body .form-tuvan .input-group-text {
    border-color: #d6b14d;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.modal-body .form-tuvan .input-group-prepend {
    width: 100%;
}
.modal-body .form-tuvan .input-group-text p {
    display: flex;
}
.modal-body .form-tuvan .input-group-prepend {
    width: 46px;
}
.modal-body .form-tuvan .field input.wpcf7-text {
    margin: 0;
    border: 1px solid #d6b14d;
    box-shadow: none;
    width: 100%;
    height: 34px;
}
.modal-body .form-tuvan .field {
    width: calc(100% - 46px);
}
.section-filters .filter-products .swiper-container .row,
.header-filters .filter-products .swiper-container .row {
    flex-flow: unset;
    margin: 0;
}
.section-filters .filter-products .swiper-container,
.header-filters .filter-products .swiper-container {
    width: 100%;
	overflow: hidden;
}
.section-filters .filter-products .swiper-pagination,
.header-filters .filter-products .swiper-pagination {
    bottom: -28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header-filters .filter-products .swiper-container {
    padding: 0 5px;
}
.section-filters .filter-products .swiper-pagination span,
.header-filters .filter-products .swiper-pagination span {
    margin: 0 2px;
    width: 16px;
    height: 16px;
    font-size: 10px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
    border-radius: 0;
    opacity: 1;
    padding-top: 1px;
}
.section-filters .filter-products .swiper-pagination span.swiper-pagination-bullet-active,
.header-filters .filter-products .swiper-pagination span.swiper-pagination-bullet-active {
    color: #c8a446;
    border-color: #c8a446;
}
.section-filters .filter-products .more,
.header-filters .filter-products .more {
    padding: 0 6px;
    color: #000;
    font-size: 13px;
    height: 16px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-filters .filter-products,
.header-filters .filter-products {
    width: 100%;
    position: relative;
    transition: all 0.3s;
    padding: 0 12px;
}
.section-filters .filter-products .swiper-slide:hover,
.header-filters .filter-products .swiper-slide:hover,
.products .product-small .col-inner:hover .product-small.box {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(0, 0, 0, 0.2);
}
.products .product-small .col-inner {
    height: 100%;
}
.product .promo-wrap {
    width: 100%;
    height: 30%;
    padding-top: 6px;
}
.product.product-small .promo,
.product .product-small .promo {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #DDD;
    border-radius: 10px;
    padding: 12px;
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
}
#products .product .promo:before {
    width: 48%;
}
.product.product-small .promo:before,
.product .product-small .promo:before {
    background-color: #FFF;
    position: absolute;
    top: -1px;
    left: 10px;
    height: 1px;
    width: 47%;
    content: '';
}
.product.product-small .promo > *,
.product .product-small .promo > * {
    margin-bottom: 0;
    font-size: 13px;
    padding: 0;
    text-align: left;
    line-height: normal;
    font-weight: normal;
}
#products .product.product-small .promo:after,
#products .product .product-small .promo:after {
    width: 57%;
}
.product.product-small .promo:after,
.product .product-small .promo:after {
    position: absolute;
    top: -10px;
    left: 10px;
    width: 55%;
    text-align: center;
    content: attr(title);
    color: #008c11;
    font-weight: bold;
    height: 20px;
    background-image: url(../images/promo.svg);
    background-position: 6px 3px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
}
.box-text-products .price-wrapper .price {
    text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.product .box-text-products {
    padding-bottom: 0;
}
.product .box-text-products .product-title a {
    color: #000;
}
.product .box-text-products .product-title {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
}
.filter-products .product .box-text-products {
    padding: 0;
}
.product .box-text-products .product-title {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
.box-text-products .price-wrapper .price span.amount {
    color: #e20000;
}
.header-filters .filter-products .swiper-slide {
    height: auto;
    flex-basis: auto;
}
.header-filters .filter-products .swiper-slide .box-image img {
    max-height: 160px;
}
.header-filters .filter-products .swiper-button-next {
    right: 0;
}
.key-wrap {
    width: 100%;
}
.filter-keys-wrap {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.filter-keys {
    height: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 6px;
    transition: all 0.3s;
    position: relative;
}
.filter-keys.showUp {
    height: 30px;
}
#categories-content .filter-keys {
    padding: 0 24px;
    height: 30px;
}
#keys .as .key, .filter-keys .key {
    background-color: #f96200;
    color: #FFF;
    border-radius: 5px;
    margin-right: 2px;
    position: relative;
    display: inline-flex;
}
#keys .as a[data-action="delall"], .filter-keys a[data-action="delall"] {
    background-color: red;
    padding: 2px 6px;
    border-radius: 5px;
    color: #FFF;
    display: inline-flex;
    white-space: nowrap;
}
.header-filters .filter-keys {
    padding: 0 24px;
    height: 30px;
}
#keys .as .key a:first-child, .filter-keys .key a:first-child {
    padding-left: 6px;
}
#keys .as .key a:last-child, .filter-keys .key a:last-child {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 2px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
form.filter-form .select {
    height: 25px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: 6px;
    padding: 0 6px;
    cursor: pointer;
}
form.filter-form .button {
    height: 25px;
    border: 1px solid #DDD;
    background-color: #FFF;
    border-radius: 3px;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0;
    padding: 1px 6px;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}
form.filter-form .button svg {
    width: 15px;
    height: 15px;
}
.section-product-slider {
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    width: 100%;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
    position: relative;
    background-color: #fff;
	padding-bottom: 25px;
	margin-top: 30px;
}
.section-product-slider .section-info {
    width: 250px;
    flex: 0 0 250px;
}
.section-product-slider .section-filters {
    width: calc(100% - 250px);
    padding: 0;
}
.section-product-slider .section-info .card-head {
    padding: 0 24px;
    margin-top: -16px;
    margin-bottom: 5px;
}
.section-product-slider .section-filters form.filter-form {
    margin-top: -14px;
    margin-bottom: 14px;
}
.section-product-slider .section-info .card-head .wrap {
    background-image: url(../images/pixel.png);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 10;
    position: relative;
    text-transform: uppercase;
    color: #7a590a;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 3px 0;
	letter-spacing: -1px;
}
.section-product-slider .section-info .card-head .wrap:before {
    content: '';
    border-left: 0.3rem solid transparent;
    border-right: 0;
    border-bottom: 1rem solid #000;
    position: absolute;
    top: 0;
    left: -0.3rem;
}
.section-product-slider .section-info .card-head .wrap:after {
    content: '';
    border-left: 0;
    border-right: 0.3rem solid transparent;
    border-bottom: 1rem solid #000;
    position: absolute;
    top: 0;
    right: -0.3rem;
}
.section-slider-ads {
    padding: 12px 12px 0 12px;
}
.gallery-slider-ads {
    position: relative;
    overflow: hidden;
}
.gallery-slider-ads .swiper-button-prev, .gallery-slider-ads .swiper-button-next {
    color: #fff;
}
.gallery-slider-ads .swiper-button-prev:after, .gallery-slider-ads .swiper-button-next:after {
    font-size: 22px;
}
.product .best-seller-badge {
    position: absolute;
    top: 12px;
    left: -6px;
    background-color: #f96200;
    height: 24px;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
	font-size: 12px;
    line-height: normal;
}
.product .best-seller-badge:before {
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000;
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
}
.product .best-seller-badge:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 6px solid #f96200;
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
}
.product .newest {
    position: absolute;
    top: 12px;
    right: -6px;
    background-color: #c03b2b;
    height: 24px;
    color: #FFF;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 6px;
	font-size: 12px;
    line-height: normal;
}
.product .newest:before {
    width: 0;
    height: 0;
    border-top: 0;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000;
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
}
.product .newest:after {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 6px solid #c03b2b;
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
}
.section-filters .filter-products .swiper-pagination {
    bottom: -20px;
}
.filter-products .swiper-container .swiper-slide {
    height: initial;
}
form.filter-form .button.right{
	display: none;
}
button.filter-toggle {
    display: none;
}
.filter-products .swiper-container.swiper-initialized .swiper-slide {
	flex-basis: auto;
    max-width: unset;
}
.section-filters .filter-products .swiper-container {
    padding: 0 5px;
}
.section-filters form.filter-form .toggle-form .toggle-content .items li {
    margin-left: 0;
}
.sort_giuseart {
    border: 1px solid #DDD;
    margin-bottom: 12px;
    padding: 10px 12px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.sort_giuseart form {
    padding: 0 0 0 20px;
}
.sort_giuseart .pt-checkbox {
    margin: 0px;
}
.sort_giuseart .range-check label {
    margin: 0;
    line-height: 1;
	cursor: pointer;
}
.sort_giuseart .range-check {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.post-type-archive-product .shop-page-title {
    display: none;
}
#shop-sidebar .woof_submit_search_form_container {
    display: none;
}
#shop-sidebar .WOOF_Widget {
    padding: 0 12px;
    width: 100%;
    border: 1px solid #DDD;
    border-radius: 10px;
    overflow: hidden;
}
#shop-sidebar .WOOF_Widget .woof_container_inner h4 {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0 4px;
}
#shop-sidebar .WOOF_Widget .woof_container_inner {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 6px;
}
#shop-sidebar .WOOF_Widget label {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 15px;
}
#shop-sidebar .WOOF_Widget .icheckbox_square-blue {
    width: 16px;
    height: 16px;
    background-size: 170px;
    margin-top: 0;
}
#shop-sidebar .WOOF_Widget .icheckbox_square-blue.checked {
    background-position: -34px 0;
}
#shop-sidebar .WOOF_Widget .icheckbox_square-blue.hover {
    background-position: -17px 0;
}
#woof_html_buffer {
    display: none !important;
}
.header-bottom .header-bottom-nav > li > a {
    font-size: 12px;
}
.header-bottom .header-bottom-nav > li {
    margin: 0 10px;
}
.header-bottom .header-vertical-menu .header-vertical-menu__opener {
    background-color: transparent;
}
.header-bottom .header-vertical-menu .header-vertical-menu__title {
    text-transform: uppercase;
    font-weight: 600;
}
.shop-container .woof_products_top_panel li a[data-tax="orderby"] {
    display: none;
}
.woof_products_top_panel li ul>li:nth-child(1) {
    display: none;
}
.woof_products_top_panel li button.woof_reset_button_2 {
    text-transform: unset;
    background-color: red;
    padding: 5px 6px;
    border-radius: 5px;
    color: #FFF;
    display: inline-flex;
    white-space: nowrap;
    min-height: auto;
    margin: 0;
    line-height: 1;
    font-size: 12px;
}
.fillter-mobile a {
    border-radius: 5px;
    border: 1px solid #DDD;
    display: flex;
    align-items: center;
    font-size: 15px;
    width: 100%;
    height: 100%;
    padding: 2px 12px;
    position: relative;
    gap: 10px;
    font-weight: bold;
}
.fillter-mobile {
    display: none;
}
.header-bottom .header-vertical-menu .header-vertical-menu__title .header-vertical-menu__tagline {
    display: none;
}
.header-main ul.header-nav.header-nav-main {
    justify-content: center;
    position: relative;
}
@media screen and (min-width: 1200px) {
	.product-info.summary {
		padding-left: 30px;
	}	
}
@media screen and (min-width: 850px) {
    .section-filters .swiper-initialized .swiper-slide {
        flex-basis: auto;
        max-width: unset;
    }
}
@media screen and (max-width: 1199px) {
	.header-main ul.header-nav li:not(.header-search) a {
		font-size: 20px;
		line-height: 1;
		padding-top: 0;
		padding-bottom: 0;
	}
	button.filter-toggle {
		display: block;
	}
	.filter-toggle span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #F6F6F6;
        border-color: #7a590a;
        font-weight: bold;
        color: #7a590a;
        border-radius: 3px;
        padding: 0 24px 0 12px;
        border: 1px solid #DDD;
        position: relative;
    }
	.header-filters .filter-toggle span,
	.section-filters .filter-toggle span {
        border: 1px solid #DDD;
        color: #7a590a;
        position: relative;
        padding-right: 36px;
    }
	.filter-toggle span svg {
        width: 16px;
        height: 16px;
        margin-right: 6px;
    }
	.filter-toggle span:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        position: absolute;
        right: 12px;
        top: calc(50% - 11px);
        bottom: 0;
        margin: auto 0;
        transition: all 0.3s;
    }
    .header-filters .filter-toggle,
    .section-filters .filter-toggle {
        top: -14px;
        right: 18px;
        position: absolute;
        font-size: 12px;
        text-transform: unset;
        font-weight: bold;
		z-index: 22;
		padding: 0;
        margin: 0;
    }
	form.filter-form {
		position: absolute;
		top: -12px;
		background-color: #FFF;
        top: 26px;
        flex-wrap: wrap;
        z-index: 999;
        left: 12px;
        width: calc(100% - 36px);
        padding-top: 12px;
        padding-bottom: 12px;
        height: auto;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
        border: 1px solid #DDD;
        padding-right: 12px;
        display: none;
	}
	form.filter-form {
        left: 18px;
        width: calc(100% - 36px);
        top: 34px;
    }
	form.filter-form .toggle-form {
        width: 25%;
        margin-right: 0;
        padding-right: 6px;
        padding-left: 6px;
        margin-bottom: 6px;
    }
	form.filter-form .button {
        margin-left: 0;
    }
    form.filter-form .button.right {
        margin-left: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
		margin-right: 6px;
    }
	.section-filters .filter-products {
		margin-top: 24px;
	}
	.header-filters.show-filter form.filter-form,
	.section-filters.show-filter form.filter-form {
		display: flex;
	}
	form.filter-form .button.right span {
    display: flex;
	}
	.header-filters .filter-toggle {
		position: relative;
		top: 0;
		right: auto;
		left: 16px;
		width: calc(100% - 30px);
	}
	.header-bottom .header-vertical-menu .header-vertical-menu__title .header-vertical-menu__tagline {
		display: block;
	}
	.header-bottom .header-vertical-menu .header-vertical-menu__title span.text {
		display: none;
	}
	.header-bottom .header-vertical-menu .header-vertical-menu__opener {
		width: 140px;
		padding: 12px 0px;
	}
	.header-bottom .header-bottom-nav > li {
		margin: 0 5px;
	}
}
@media screen and (max-width: 991px) {
    #extra-toggle a {
        background: url(../images/pixel.png);
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px 0;
        width: 100%;
        color: #6f3700;
        border: 1px dashed #6f3700;
        font-size: 14px;
        font-weight: bold;
        border-radius: 15px;
        position: relative;
    }	
	#extra-toggle a:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #6f3700;
        content: '';
        margin-left: 12px;
        margin-top: 1px;
    }
    #extra-toggle {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: relative;
    }
    #extra-toggle {
        height: 38px;
        width: 200px;
        margin: 0 auto;
    }
    #extra-toggle-content {
        position: absolute;
        width: 250px;
        height: auto;
        background-color: #FFF;
        margin: 0 auto;
        top: 50%;
        z-index: 1000;
        left: 0;
        padding-top: 24px;
        right: 0;
        display: none;
        border-radius: 15px;
        border: 1px solid #6f3700;
    }
	#extras-names.showUp #extra-toggle a {
        border-style: solid;
    }
	#extras-names.showUp #extra-toggle-content {
        display: block;
    }
	#extra-toggle-content .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
	#extras-names ul.items {
        flex-direction: column;
    }
	#extras-names ul.items .item {
        padding: 0 12px;
    }
	#extras-names ul.items .item:last-child {
        margin-left: initial;
    }
	#extras-names ul.items .item a {
        border-right: 0;
        height: 30px;
        padding-left: 0;
        padding-right: 0;
        border-bottom: 1px dotted #DDD;
    }
	.section-product-slider .section-filters {
		width: 100%;
	}
	.section-product-slider .section-info .section-slider-ads {
		display: none;
	}
	.section-filters .filter-products {
		margin-top: 10px;
	}
	.header-bottom .header-bottom-nav > li > a {
		font-size: 11px;
	}
}
@media screen and (max-width: 849px) {
	#slide-product {
        display: none;
    }
	.fillter-mobile {
		display: block;
		margin-bottom: 12px;
	}
	.header-bottom-nav.nav-center.mobile-nav {
		justify-content: space-between;
	}
	.menu-filter-cate .header-vertical-menu__fly-out {
		top: 45px;
	}
	#header-contact span {
		color: red;
		font-size: 20px;
		font-weight: 900;
		line-height: 1;
		letter-spacing: -1px;
	}
	#header-contact i.icon-phone:before {
        top: 0;
        left: 0;
        width: 38px;
        height: 100%;
        content: '';
        background-size: 20px 20px;
        background-position: center center;
        background-image: url(../images/phone-colored.svg);
		background-repeat: no-repeat;
        color: red;
        position: absolute;
        right: auto;
        padding-left: 0;
    }
	#header-contact i.icon-phone {
		position: relative;
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}
}
@media screen and (max-width: 767px) {
	.header-vertical-menu.menu-filter-cate .filter-menu {
		width: 100%;
		height: 100%;
	}
	.header-vertical-menu.menu-filter-cate .header-filters {
		display: none;
	}
}
@media screen and (max-width: 580px) {
    form.filter-form .toggle-form {
        width: 50%;
    }
	.section-product-slider .section-info {
		width: 200px;
		flex: 0 0 200px;
	}
	.section-product-slider .section-info .card-head .wrap {
		font-size: 14px;
		padding: 5px 0;
	}
	.section-filters .filter-products .swiper-pagination {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.group-privacy .privacy.button {
		padding: 0 10px;
		font-size: 14px;
	}
	.product-info .price-baohanh .item.item-price {
		border-bottom: 1px dashed #ccc;
		width: 100%;
		margin-right: 0;
	}
	.form-tuvan {
		flex-wrap: wrap;
	}
	#product-contact .form-tuvan .submit {
		width: 100%;
	}
	.product-gallery .product_images button.flickity-button {
		bottom: auto !important;
		top: 6px;
	}
	.header-bottom .header-vertical-menu .header-vertical-menu__opener {
        width: 130px;
    }
}