@charset "UTF-8";
.btn--close,
.btn--hamburger,
.checkbox,
.list--plus li a,
.list--social li,
a,
body,
h1,
h2,
h3,
h4,
h5,
html {
    position: relative;
}
.about-sight-mission,
.ps-checkbox > input {
    box-sizing: border-box;
}
@font-face {
    font-family: BeVietnamPro-Light;
    font-style: normal;
    src: url("/fonts/BeVietnamPro-Light.ttf") format("truetype");
    display: swap;
}
:root {
    --color-success: #00c9a7;
    --color-info: #96ed89;
    --color-warning: #faa806;
    --color-danger: #db1d2c;
    --color-border: #e4e4e4;
    --color-text: #707070;
    --color-contrast: #fff;
    --color-heading: #398500;
    --cowlor-dark: #8a8a8a;
}
* {
    font-family: var(--primary-font);
    font-weight: 400;
}
html {
    font-size: 62.5%;
}
body {
    font-size: 14px;
    overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
    color: var(--color-heading);
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 0;
}
a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
p span {
    color: inherit;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
}
.campaign-list-item.item-big .title-wrapper .title,
h3 {
    font-size: 24px;
}
h4 {
    font-size: 18px;
}
h5,
p {
    font-size: 14px;
}
p {
    color: var(--color-text);
    line-height: 1.6em;
}
p span {
    font-family: inherit;
    font-size: inherit;
}
a {
    text-decoration: none;
    transition: 0.4s;
}
a:hover {
    color: var(--color-1st);
}
.slick-slider .slick-slide:active,
.slick-slider .slick-slide:focus,
.slick-slider .slick-slide:hover,
a,
button,
input,
select,
textarea {
    outline: 0;
}
.box-location ul li a,
a:hover,
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
    text-decoration: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 0;
    text-decoration: none;
}
.form--auth .form__actions p a:hover,
.product--on-cart .product__content a:hover,
.promo-link a {
    text-decoration: underline;
}
.about-world img,
img {
    max-width: 100%;
}
figure {
    margin: 0;
}
body,
html {
    min-height: 100%;
}
.list--social {
    margin: 0;
    padding: 0;
}
.list--social li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
}
.list--social li a {
    border: 1px solid #404040;
    border-radius: 50%;
    color: #636363;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    width: 40px;
}
.list--social li a i {
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list--social li a:hover i {
    color: #fff;
}
.list--social li:last-child {
    margin-right: 0;
}
.list--plus li {
    margin: 10px 0;
}
.list--plus li a {
    display: block;
    line-height: 20px;
    padding-left: 15px;
}
.list--plus li a:before {
    content: "+";
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.btn--hamburger {
    background-color: rgba(206, 135, 58, 0.6);
    border-radius: 50px;
    display: inline-block;
    height: 50px;
    overflow: hidden;
    width: 50px;
}
.btn--hamburger span,
.btn--hamburger:after,
.btn--hamburger:before {
    background-color: #fff;
    height: 2px;
    position: absolute;
    transition: 0.4s;
    width: 20px;
    z-index: 100;
}
.btn--hamburger span {
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
}
.btn--hamburger:after,
.btn--hamburger:before {
    content: "";
    left: 15px;
}
.btn--hamburger:before {
    top: 16px;
}
.btn--hamburger:after {
    bottom: 16px;
}
.btn--hamburger:hover,
.ps-pagination a {
    cursor: pointer;
}
.btn--hamburger.active span {
    opacity: 0;
    transform: translateX(100%);
    visibility: hidden;
}
.btn--hamburger.active:after,
.btn--hamburger.active:before {
    background-color: #fc354c;
    bottom: auto;
    top: 50%;
    transform-origin: 50% 50%;
    width: 20px;
}
.btn--hamburger.active:before,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    transform: rotate(45deg);
}
.btn--hamburger.active:after {
    transform: rotate(-45deg);
}
.btn--custom,
button.btn--custom {
    background-color: var(--color-1st);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 15px 35px;
    text-transform: uppercase;
    transition: 0.4s;
}
.btn--custom.btn--rounded,
button.btn--custom.btn--rounded {
    border-radius: 50px;
}
.btn--custom.btn--curve,
button.btn--custom.btn--curve {
    border-radius: 5px;
}
.btn--custom.btn--outline,
button.btn--custom.btn--outline {
    background-color: transparent;
    border: 1px solid var(--color-1st);
    color: var(--color-1st);
    font-size: 14px;
    padding: 14px 36px;
    text-transform: uppercase;
}
.btn--custom.btn--outline:hover,
button.btn--custom.btn--outline:hover {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff;
}
.btn--custom.btn--fullwidth,
button.btn--custom.btn--fullwidth {
    text-align: center;
    width: 100%;
}
.btn--custom.btn--sm,
button.btn--custom.btn--sm {
    font-size: 1.2rem;
    padding: 0.5rem 2rem;
}
.btn--custom.btn--sm.btn--curve,
button.btn--custom.btn--sm.btn--curve {
    border-radius: 3px;
}
.btn--custom.btn--lg,
button.btn--custom.btn--lg {
    padding: 1.5rem 4rem;
}
.btn--custom.btn--xl,
button.btn--custom.btn--xl {
    font-size: 1.6rem;
    padding: 2rem 6rem;
}
.btn--custom.btn--reverse,
button.btn--custom.btn--reverse {
    background-color: #576391;
}
.btn--custom.btn--reverse:hover,
button.btn--custom.btn--reverse:hover {
    background-color: var(--color-2nd);
}
.btn--custom.btn--gray,
button.btn--custom.btn--gray {
    background-color: #e5e5e5;
    color: #000;
    font-size: 1.6rem;
}
.btn--custom.btn--black,
button.btn--custom.btn--black {
    background-color: var(--color-heading);
}
.btn--custom.btn--black.btn--outline,
button.btn--custom.btn--black.btn--outline {
    background-color: transparent;
    border: 2px solid var(--color-heading);
    color: var(--color-heading);
}
.btn--custom.btn--black.btn--outline:hover,
button.btn--custom.btn--black.btn--outline:hover {
    background-color: var(--color-heading);
    color: #fff;
}
.btn--custom.btn--success,
button.btn--custom.btn--success {
    background-color: var(--color-success);
}
.btn--custom:active,
.btn--custom:hover,
button.btn--custom:active,
button.btn--custom:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.btn--custom:active.btn--black,
.btn--custom:hover.btn--black,
button.btn--custom:active.btn--black,
button.btn--custom:hover.btn--black {
    background-color: var(--color-1st);
}
.btn--remove {
    border: none;
    font-size: 20px;
    outline: 0;
}
.btn--remove:hover,
.form-group > label sup {
    color: var(--color-danger);
}
.btn--close {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    transition: 0.4s;
    width: 30px;
}
.btn--close:after,
.btn--close:before {
    background-color: #9f9a98;
    content: "";
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: center center;
    transition: 0.4s;
    width: 2px;
}
.btn--close:before,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.btn--close:after,
.custom-checkbox.disabled label:after,
.custom-radio.disabled label:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.btn--close:hover {
    transform: rotate(180deg);
}
.btn--close:hover:after,
.btn--close:hover:before {
    background-color: #f44336;
    transition-delay: 0.3s;
}
.form-control {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: 0 0 0 transparent;
    font-size: 14px;
    height: 50px;
    outline: 0;
    padding: 0 20px;
    transition: 0.4s;
}
.form-control::-webkit-input-placeholder {
    font-size: 14px;
    opacity: 1;
}
.form-control:-moz-placeholder,
.form-control::-moz-placeholder {
    font-size: 14px;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    font-size: 14px;
    opacity: 1;
}
.form-control:focus {
    border-color: var(--color-1st);
    box-shadow: 0 0 0 #000;
    outline: 0;
}
textarea.form-control {
    height: auto;
    padding: 2rem;
    resize: none;
}
.checkbox label,
.radio label {
    font-family: var(--primary-font);
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 30px;
    cursor: pointer;
}
.checkbox {
    display: block;
}
.checkbox > input,
.radio > input {
    position: absolute;
    visibility: hidden;
}
.checkbox label {
    color: rgba(var(--color-heading), 0.5);
    position: relative;
}
.checkbox label:before {
    border: 1px solid var(--color-heading);
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
}
.checkbox label:after,
.checkbox label:before,
.ps-checkbox label:after,
.ps-checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    transition: 0.4s;
    z-index: 10;
}
.collection,
.custom-checkbox.disabled label,
.custom-radio.disabled label,
.form-group--inline,
.product .product__thumbnail,
.radio,
.radio label,
.select--arrow {
    position: relative;
}
.checkbox label:after,
.ps-checkbox label:after {
    border: 2px solid #fff;
    border-left: none;
    border-top: none;
    height: 10px;
    left: 7px;
    opacity: 0;
    top: 4px;
    transform: rotate(0);
    width: 6px;
}
.checkbox input[type="checkbox"]:checked ~ label:before {
    background-color: var(--color-2nd);
    border-color: var(--color-2nd);
}
.checkbox input[type="checkbox"]:checked ~ label:after,
.ps-checkbox input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    transform: rotate(45deg);
}
.radio label {
    color: #737373;
}
.radio label:before {
    border: 1px solid rgba(19, 8, 1, 0.2);
    height: 20px;
    left: 0;
    top: 0;
    transition: 0.4s;
    width: 20px;
    z-index: 10;
}
.radio label:after,
.radio label:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
}
.form-group--number .form-control,
.ps-list--categories li .sub-menu,
.radio input[type="checkbox"]:checked ~ label:before,
.table--cart tbody tr td:last-child button {
    background-color: transparent;
}
.radio label:after {
    height: 8px;
    left: 6px;
    opacity: 0;
    top: 6px;
    transition: 0.6s;
    width: 8px;
    z-index: 15;
}
.radio input[type="checkbox"]:checked ~ label:after {
    background-color: var(--color-1st);
    border: none;
    border-radius: 50%;
    height: 8px;
    left: 6px;
    opacity: 1;
    top: 6px;
    width: 8px;
}
.form-group > label {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    margin-bottom: 10px;
}
.form-group--inline {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}
.form-group--inline > label {
    margin-bottom: 0;
}
.collection img,
.form-group--inline .form-group__content {
    width: 100%;
}
.dropdown,
.form-group--number {
    display: inline-block;
    position: relative;
}
.form-group--number button {
    background: 0 0;
    border: none;
    color: var(--color-heading);
    font-size: 30px;
    height: 20px;
    max-width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}
.form-group--number button.up {
    right: 12px;
}
.form-group--number button.up:after,
.form-group--number button.up:before {
    background-color: var(--color-text);
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 14px;
}
.form-group--number button.up:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.form-group--number button.down:before,
.form-group--number button.up:after {
    transform: translate(-50%, -50%) rotate(0);
}
.form-group--number button.down {
    left: 12px;
}
.form-group--number button.down:before {
    background-color: var(--color-text);
    content: "";
    display: inline-block;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 14px;
}
.product .product__actions li a:hover,
.product--detail .product__shopping figure .btn.btn--gray:hover {
    background-color: var(--color-heading);
}
.form-group--number .form-control {
    border: none;
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    padding: 0 25px;
    text-align: center;
}
.form-group--number .form-control::-webkit-input-placeholder {
    color: var(--color-heading);
}
.form-group--number .form-control:-moz-placeholder,
.form-group--number .form-control::-moz-placeholder {
    color: var(--color-heading);
}
.form-group--number .form-control:-ms-input-placeholder {
    color: var(--color-heading);
}
.select--arrow i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.select--arrow .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.dropdown > a {
    display: block;
    padding-right: 20px;
    position: relative;
}
.dropdown > a:after {
    content: "\e93a";
    font: 12px/1 linearicons;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown ul {
    background-color: #fff;
    box-shadow: 0 1px 1px 2px hsla(0, 0%, 80%, 0.2);
    max-width: 200px;
    min-width: 120px;
    opacity: 0;
    padding: 4px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    visibility: hidden;
    width: 100%;
    z-index: 100;
}
.dropdown ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dropdown ul li a {
    color: var(--color-heading);
    display: block;
    font-size: 1.3rem;
    padding: 6px 10px;
}
.dropdown:hover ul {
    opacity: 1;
    visibility: visible;
}
.custom-checkbox input[type="checkbox"],
.custom-checkbox input[type="radio"],
.custom-checkbox.disabled input[type="checkbox"]:checked ~ span:before,
.custom-checkbox.disabled input[type="radio"]:checked ~ span:before,
.custom-radio input[type="checkbox"],
.custom-radio input[type="radio"],
.custom-radio.disabled input[type="checkbox"]:checked ~ span:before,
.custom-radio.disabled input[type="radio"]:checked ~ span:before {
    display: none;
}
.custom-checkbox label,
.custom-radio label,
.sub-menu > li,
.tab.active {
    display: block;
}
.custom-checkbox span,
.custom-radio span {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 25px;
    position: relative;
    width: 25px;
}
.custom-checkbox input[type="checkbox"]:checked ~ span:before,
.custom-checkbox input[type="radio"]:checked ~ span:before,
.custom-radio input[type="checkbox"]:checked ~ span:before,
.custom-radio input[type="radio"]:checked ~ span:before {
    border: 2px solid var(--color-1st);
    border-radius: 50%;
    bottom: -4px;
    content: "";
    display: block;
    left: -4px;
    position: absolute;
    right: -4px;
    top: -4px;
}
.custom-checkbox.disabled label:after,
.custom-checkbox.disabled label:before,
.custom-radio.disabled label:after,
.custom-radio.disabled label:before {
    background-color: var(--color-heading);
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transition: 0.4s;
    width: 1px;
    z-index: 20;
}
.custom-checkbox.disabled span,
.custom-radio.disabled span {
    opacity: 0.9;
}
.collection .collection__more_link {
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    bottom: 30px;
    color: var(--color-1st);
    display: flex;
    font-weight: 600;
    height: 50px;
    justify-content: center;
    left: 50%;
    min-width: 200px;
    position: absolute;
    text-transform: uppercase;
    transform: translateX(-50%);
    z-index: 20;
}
.collection .collection__more_link:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.post .post__wrapper {
    transition: 0.3s ease-in-out;
    transform: translateY(-5px);
}
.post .post__wrapper .post__content {
    padding: 15px;
    background: #fff;
}
.post:hover .post__wrapper {
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}
.post .post__overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.post .post__title {
    font-weight: 600;
}
.post .post__title a {
    font-weight: inherit;
}
.ps-list--categories li a,
.widget--shop .widget__links li a {
    font-weight: 500;
    font-size: 16px;
}
.post .post__thumbnail {
    overflow: hidden;
    position: relative;
}
.post .post__thumbnail img {
    transition: 0.25s;
}
.post .post__header {
    padding-bottom: 10px;
}
.post .post__content {
    padding-top: 20px;
}
@media screen and (min-width: 480px) and (max-width: 992px) {
    .post {
        display: flex;
        flex-flow: row nowrap;
    }
    .post > * {
        flex-basis: 100%;
        max-width: 50%;
    }
    .post .post__content {
        display: flex;
        flex-flow: column wrap;
        justify-content: flex-start;
        padding-left: 20px;
    }
}
.post--detail .post__header {
    padding: 20px 0;
    text-align: center;
}
.post--detail .post__header h1 {
    font-size: 20px;
    text-transform: uppercase;
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active span {
    background: var(--color-1st);
    color: #fff;
}
.pagination .page-item .page-link {
    background-color: #e9ecef;
    border: none;
    color: var(--color-text);
    margin: 0 5px;
    outline: 0;
    padding: 8px 15px;
}
.pagination .page-item.disabled .page-link {
    background-color: #e9ecef !important;
}
.shop__pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    text-align: center;
}
.breadcrumb-wrapper {
    background: #f6f6f8;
    padding: 15px;
}
.breadcrumb-wrapper .breadcrumb--custom,
.widget--footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumb-wrapper .breadcrumb--custom li {
    color: var(--color-heading);
    display: inline-block;
    font-size: 14px;
    position: relative;
}
.breadcrumb-wrapper .breadcrumb--custom li:before {
    content: "/";
    margin: 0 5px;
}
.panel--sidebar .panel__content,
.product .product__actions li:last-child,
.product--detail .product__variants .item:last-child,
.widget--colors .color-swatch li label,
.widget--footer .widget__links li:last-child {
    margin-bottom: 0;
}
.breadcrumb-wrapper .breadcrumb--custom li a {
    color: var(--color-text);
    font-size: 14px;
}
.product .product__actions li a:hover i,
.ps-list--categories li.current-menu-item > a {
    color: var(--color-1st);
}
.breadcrumb-wrapper .breadcrumb--custom li a:hover,
.carousel--nav .owl-nav > * i,
.widget--footer p strong {
    color: var(--color-heading);
}
.breadcrumb-wrapper .breadcrumb--custom li:first-child:before,
.noUi-handle:after,
.noUi-handle:before {
    display: none;
}
.block--contact-info {
    margin-bottom: 30px;
}
.block--contact-info h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.panel--sidebar {
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translate3d(400px, 0, 0);
    transition: transform 0.25s;
    width: 400px;
    z-index: 1000001;
}
.menu > li > a,
.panel--search,
.sub-toggle {
    transform-style: preserve-3d;
}
.panel--sidebar .panel__close {
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 30px;
}
.panel--sidebar .panel__close:after,
.panel--sidebar .panel__close:before {
    background-color: #fff;
    content: "";
    height: 50%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform-origin: 50% 50%;
    transition: 0.4s;
    width: 1px;
}
.panel--sidebar .panel__close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.panel--sidebar .panel__close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.panel--sidebar .panel__close:hover:after,
.panel--sidebar .panel__close:hover:before {
    background-color: var(--color-danger);
}
.noUi-connect,
.noUi-horizontal .noUi-handle,
.panel--sidebar .panel__header {
    background-color: var(--color-1st);
}
.panel--sidebar .panel__header {
    padding: 15px;
    position: relative;
}
.panel--sidebar .panel__header h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.panel--sidebar .panel__content {
    display: flex;
    flex: 1 1 auto;
    padding: 10px;
    position: relative;
}
.panel--sidebar.active {
    transform: none;
}
@media screen and (max-width: 479px) {
    .panel--sidebar {
        max-width: 100%;
    }
}
.widget--footer .widget__title {
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.widget--footer .widget__links li {
    padding: 0.5em 0;
}
.widget--footer .widget__links li a {
    display: inline-block;
    line-height: 20px;
}
.widget--shop .widget__title {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.widget--tags .list--tags li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.widget--tags .list--tags li a {
    border: 1px solid var(--color-heading);
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    padding: 6px 10px;
}
.widget--tags .list--tags li a:hover {
    border-color: var(--color-1st);
}
.widget--colors .color-swatch li {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px;
    vertical-align: top;
}
.ps-list--categories li {
    padding: 5px 20px 5px 0;
    position: relative;
}
.ps-list--categories li a {
    display: block;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
}
.ps-list--categories li a:before {
    content: "+";
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.ps-list--categories li .sub-toggle {
    display: inline-block;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}
.ps-list--categories li .sub-toggle i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.ps-list--categories li .sub-menu {
    border: none;
    display: none;
    opacity: 1;
    padding-left: 20px !important;
    position: relative;
    transition: none;
    visibility: visible;
    z-index: unset;
}
.ps-list--categories li .sub-menu li a {
    background-color: transparent;
    border: none;
    color: inherit;
    font-size: 14px;
    padding: 0 0 0 15px;
}
.menu > li,
.menu > li > a,
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-toggle {
    display: inline-block;
}
.ps-list--categories li .sub-menu li.menu-item-has-children .sub-menu {
    left: 0;
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateY(0);
    visibility: visible;
}
.slick-slider .slick-slide {
    box-shadow: 0 0 transparent;
    outline: 0;
}
.owl-carousel .owl-item .slider-item {
    margin: 0;
    max-height: 650px;
}
#nonlinear {
    margin: 10px auto;
    width: 96%;
}
.noUi-horizontal {
    height: 6px;
}
.noUi-horizontal .noUi-handle {
    height: 16px;
    left: -17px;
    outline: 0;
    top: -6px;
    width: 16px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    right: -7px;
}
.noUi-handle {
    border: 3px solid var(--color-1st);
    border-radius: 50%;
    box-shadow: none;
}
.product .badge {
    align-items: center;
    color: #fff;
    display: flex;
    height: 24px;
    justify-content: center;
    padding: 0 10px;
}
.product .badge i {
    color: #fff;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.2em;
    text-align: center;
}
.product .badge--sale {
    background-color: #af6010;
}
.product .product__badges {
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 30;
}
.product .product__shopping {
    background-color: #fff;
    bottom: 10px;
    color: var(--color-text);
    font-size: 1.3rem;
    left: 10px;
    line-height: 2rem;
    padding: 1.5rem 2rem;
    text-align: center;
    transform: translateY(100%);
    transition: 0.5s;
    width: calc(100% - 20px);
}
.product .product__actions,
.product .product__shopping {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: 30;
}
.menu--mobile .sub-menu,
.menu > li.menu-item-has-children:hover > .sub-menu,
.panel--search.active,
.product .product__thumbnail:hover .product__actions,
.product .product__thumbnail:hover .product__favorite,
.product .product__thumbnail:hover:before,
.product--detail .product__gallery:hover .item:before,
.product--detail .product__gallery:hover .slick-arrow,
.product--detail .tab-list li.active a:before,
.section--instagram .instagram-images .block--instagram:hover .block__actions,
.site-mask.active {
    opacity: 1;
    visibility: visible;
}
.product .product__actions {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    transition: 0.25s;
    width: 100%;
}
.product .product__actions li {
    margin-bottom: 10px;
    text-align: center;
}
.product .product__actions li a {
    background-color: #fff;
    border-radius: 4px;
    color: var(--color-heading);
    display: inline-block;
    line-height: 20px;
    padding: 10px 30px;
    text-align: center;
}
.product .product__actions li a:hover {
    color: #fff;
}
.product .product__overlay {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.product .product__thumbnail img {
    max-width: 100%;
    width: 100%;
}
.product .product__thumbnail:before {
    background-color: rgba(0, 0, 0, 0.15);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
.product .product__thumbnail .product__actions {
    z-index: 11;
}
.product .product__thumbnail .product__favorite {
    color: #fff;
    font-size: 16px;
    left: 10px;
    opacity: 0;
    position: absolute;
    top: 10px;
    transition: 0.4s;
    visibility: hidden;
    z-index: 40;
}
.product .product__thumbnail .product__favorite.active,
.product .product__thumbnail .product__favorite:hover,
.product .product__title:hover {
    color: var(--color-1st);
}
.product .product__thumbnail:hover .product__shopping,
.sub-menu > li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}
.product .product__thumbnail:hover .product__actions {
    transform: translate(-50%, -50%);
}
.product .product__title {
    color: var(--color-heading);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8em;
}
.product .product__variants {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.product .product__variants li {
    margin-right: 6px;
}
.product .product__variants li:last-child {
    margin-right: 0;
}
.product .product__content {
    padding: 15px 0 0;
    text-align: left;
    background: #fff !important;
}
.product .product__price {
    color: #696969;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.product .product__price del {
    color: var(--color-text);
    margin-left: 5px;
}
.product .product__price.sale del {
    color: var(--color-danger);
}
.product--detail .product__shopping figure .product__favorite:hover i,
.product--on-cart .product__content small .cart-price {
    color: var(--color-1st);
}
@media (max-width: 767px) {
    .product {
        margin: 0 auto 2rem;
        max-width: 350px;
    }
}
.product--on-cart {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.product--on-cart > *,
.product__attribute > * {
    flex-basis: 100%;
}
.product--on-cart .product__thumbnail {
    max-width: 56px;
}
.product--on-cart .product__content {
    padding-left: 20px;
    padding-right: 30px;
    position: relative;
}
.product--on-cart .product__content .product__remove {
    color: var(--color-text);
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 0;
}
.product--on-cart .product__content .product__remove:hover {
    color: var(--color-danger);
    text-decoration: none;
}
.product--on-cart .product__content a {
    color: var(--color-heading);
    display: block;
    font-size: 14px;
}
.product--on-cart .product__content small {
    color: var(--color-heading);
    font-size: 12px;
    font-weight: 600;
}
.product--detail figure.product__sharing figcaption,
.product--detail figure.product__tags figcaption {
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product--detail .product__info-header {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.product--detail .product__title {
    color: var(--color-heading);
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3em;
    text-transform: uppercase;
}
.product--detail .product__variants .item {
    border: 2px solid transparent;
    cursor: pointer;
    margin-bottom: 10px;
}
.product--detail .product__variants .item img {
    opacity: 0.5;
    transition: 0.4s;
}
.product--detail .product__variants .item.slick-current img {
    opacity: 1;
}
.product--detail .product__variants .item:hover img {
    opacity: 1;
    width: 100%;
}
.product--detail .product__gallery {
    position: relative;
}
.product--detail .product__gallery img {
    width: 100%;
}
.product--detail .product__gallery .slick-arrow {
    background-color: hsla(0, 0%, 100%, 0.5);
    border-radius: 4px;
    color: #000;
    font-size: 18px;
    height: 35px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    width: 35px;
    z-index: 100;
}
.product--detail .product__gallery .slick-arrow i {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product--detail .product__gallery .slick-arrow:first-child {
    left: 20px;
}
.product--detail .product__gallery .slick-arrow:last-child {
    right: 10px;
}
.product--detail .product__gallery .slick-arrow:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.product--detail .product__info {
    text-align: left;
}
.product--detail .product__add-wishlist {
    font-size: 14px;
}
.product--detail .product__add-wishlist span {
    padding-left: 5px;
    text-decoration: underline;
}
.product--detail .product__price {
    align-items: center;
    color: var(--color-heading);
    display: flex;
    flex-flow: row nowrap;
    font-size: 18px;
    font-weight: 400;
    justify-content: space-between;
    margin-bottom: 10px;
}
.product--detail .product__price del {
    color: #bcbcbc;
    font-size: 1.3rem;
    font-style: normal;
}
.product--detail .product__price p {
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 600;
}
.product--detail .product__price p span {
    font-weight: inherit;
}
.product--detail .product__price.sale {
    color: var(--color-heading);
}
.product--detail .product__price.sale del {
    color: var(--color-danger);
    margin-right: 20px;
}
.product--detail .product__attribute {
    align-items: center;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-flow: row nowrap;
}
.product--detail .product__attribute label {
    margin-bottom: 0;
}
.product--detail .product__attribute .form-control {
    border: none;
}
.product--detail .product__color {
    padding-bottom: 10px;
}
.product--detail .product__color .color-swatch li {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}
.product--detail .product__color .color-swatch li:last-child,
.product--detail .product__sharing a:last-child,
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .item.slick-active:last-child {
    margin-right: 0;
}
.mb-0,
.product--detail .product__color .color-swatch li span,
.product--detail .product__sharing,
p:empty {
    margin-bottom: 0;
}
.product--detail .product__desc {
    margin-bottom: 20px;
}
.product--detail .product__desc p {
    color: #777;
    font-size: 14px;
    margin-bottom: 0;
}
.product--detail .product__shopping {
    margin-bottom: 36px;
}
.product--detail .product__shopping figure {
    display: flex;
    justify-content: space-between;
    max-width: 470px;
    padding-bottom: 20px;
}
.footer-hotline i,
.list-header i,
.product--detail .product__shopping figure > * {
    margin-right: 10px;
}
.product--detail .product__shopping figure .form-group--number {
    max-width: 150px;
}
.product--detail .product__shopping figure .form-group--number input {
    border-radius: 0;
}
.product--detail .product__shopping figure .btn {
    font-size: 14px;
    font-weight: 500;
    min-width: 250px;
    padding: 12px 30px 13px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
}
.product--detail .product__shopping figure .btn.btn--gray {
    background-color: rgba(34, 34, 34, 0.5);
    color: #fff;
}
.product--detail .product__shopping figure .product__favorite {
    align-items: center;
    border: 2px solid #eaeaea;
    color: #999;
    display: flex;
    height: 45px;
    justify-content: center;
    margin-right: 0;
    min-width: 45px;
    position: relative;
    vertical-align: top;
}
.product--detail .product__shopping figure .product__favorite i {
    color: var(--color-text);
    left: 50%;
    padding-top: 2px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.product--detail .product__shopping figure .product__favorite:hover {
    border-color: var(--color-1st);
}
.product--detail .product__shopping .btn--black {
    letter-spacing: 0.1em;
}
.product--detail .product__sharing p {
    color: var(--color-heading);
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 0;
}
.product--detail .product__sharing a {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    margin-right: 5px;
    vertical-align: top;
    width: 30px;
}
.product--detail .product__sharing a i {
    color: var(--color-heading);
    font-size: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.call-btn i,
.direction-btn i,
.find-store-button i,
.hotline i,
.product--detail .product__sharing .list--social li {
    margin-right: 5px;
}
.product--detail .product__sharing .list--social a {
    height: 40px;
    width: 40px;
}
.product--detail .product__tags a {
    border: 1px solid var(--color-heading);
    border-radius: 50px;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
    margin-right: 6px;
    padding: 6px 10px;
}
.product--detail .product__tags a:hover,
.product-reviews-container .review-container form .btn-primary:hover {
    background-color: var(--color-1st);
    border-color: var(--color-1st);
    color: #fff;
}
.product--detail .product__thumbnail {
    display: flex;
    flex-flow: column wrap;
    margin-bottom: 30px;
    width: 100%;
}
.product--detail .product__thumbnail > * {
    width: 100%;
}
.product--detail .product__thumbnail figure,
.ps-checkbox {
    display: block;
    position: relative;
}
.product--detail .product__thumbnail .product__variants {
    min-width: 80px;
    width: 100%;
}
.form--auth .form__actions button,
.form--contact .form__submit .btn--custom {
    min-width: 175px;
    text-align: center;
}
.product--detail .product__thumbnail .wrapper {
    margin-bottom: 10px;
    position: relative;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] {
    flex-flow: column wrap;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] figure {
    max-width: 100%;
    padding-left: 0;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants {
    max-width: 100%;
    text-align: center;
    width: 100%;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .item {
    margin-bottom: 0;
    margin-right: 10px;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-list {
    margin-right: -10px;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow {
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow:first-child {
    left: -20px;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow:first-child i:before {
    content: "\f104";
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow:last-child {
    right: 0;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow:last-child i:before {
    content: "\f105";
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__variants .slick-arrow:hover i {
    color: #000;
}
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__gallery {
    margin-bottom: 10px;
}
.menu--mobile,
.product--detail .product__thumbnail.product__thumbnail[data-vertical="false"] .product__gallery img {
    width: 100%;
}
.product--detail .tab-list {
    display: block;
    margin: 0 0 50px;
    padding: 20px 0;
    position: relative;
    text-align: center;
}
.product--detail .tab-list li {
    display: inline-block;
    margin-right: 30px;
}
.block--product-reviews > .block__header p i,
.menu > li:last-child,
.product--detail .tab-list li:last-child,
.section--instagram .instagram-images .block--instagram .block__actions a:last-child {
    margin-right: 0;
}
.product--detail .tab-list li a {
    border: 1px solid transparent;
    border-radius: 50px;
    color: var(--color-text);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
}
.table--cart tbody tr td:last-child,
.table--orders tbody td:last-child {
    padding-right: 0;
    text-align: right;
}
.product--detail .tab-list li a:before {
    background-color: var(--color-1st);
    content: "";
    height: 3px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 100%;
}
.product--detail .tab-list li a:hover,
.table--cart tr td .product__price.sale,
.table--orders tr td .product__price.sale {
    color: var(--color-heading);
}
.product--detail .tab-list li.active a {
    color: var(--color-1st);
}
.product--detail .product__content {
    padding-top: 50px;
}
@media (max-width: 480px) {
    .product--detail .product__shopping figure {
        flex-flow: row wrap;
    }
    .product--detail .product__shopping figure .form-group--number {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
    }
    .product--detail .product__shopping figure > * {
        margin-bottom: 10px;
    }
    .product--detail .product__shopping figure .btn {
        flex-grow: 2;
        text-align: center;
    }
}
@media (min-width: 768px) {
    .product--detail .product__thumbnail {
        max-width: 500px;
    }
    .about-sight-mission-top-content img {
        position: absolute;
        left: 30px;
        top: 0;
        width: calc(40% - 30px);
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .product--detail .product__title {
        font-size: 30px;
    }
    .product--detail .product__desc p {
        font-size: 16px;
    }
    .product--detail .product__price {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .product--detail .product__sharing {
        padding-top: 20px;
    }
    .product--detail .product__header {
        display: flex;
        flex-flow: row nowrap;
    }
    .product--detail .product__header > * {
        max-width: 50%;
        width: 100%;
    }
    .product--detail .product__header .product__thumbnail {
        padding-right: 30px;
    }
    .product--detail .product__content {
        padding-top: 100px;
    }
}
.menu > li:first-child,
.table--cart tbody tr td:first-child,
.table--orders tbody td:first-child {
    padding-left: 0;
}
.table--cart .form-group--number {
    max-width: 120px;
}
.table--cart .total {
    color: var(--color-text);
    font-size: 18px;
}
.table--cart .total strong {
    color: var(--color-heading);
    text-transform: uppercase;
}
.table--cart .total span {
    font-size: 0.75em;
}
.table--cart .total .total__price {
    color: var(--color-heading);
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
}
.table--cart .total .total__price span {
    display: block;
    font-size: 0.6em;
}
.table--cart thead tr th {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.table--cart tbody tr td {
    border: none;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: middle;
}
.table--cart tbody tr td strong,
.table--cart tr td .product__price.sale p > span,
.table--orders tr td .product__price.sale p > span {
    font-weight: 600;
}
.table--orders thead tr th,
.table-list-store table tr:last-child,
.table-list-store tr td:first-child,
.table-list-store tr td:last-child {
    border: none;
}
.table--orders tbody td {
    padding: 20px;
}
@keyframes half-circle-spinner-animation {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.tab {
    display: none;
}
.cart--mini {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    position: relative;
}
.cart--mini .cart__items {
    border-bottom: none;
    flex: 1 1 auto;
    overflow-y: auto;
    position: relative;
}
.cart--mini .cart__items .product--on-cart {
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cart--mini .cart__summary p {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.cart--mini .cart__summary p strong {
    color: var(--color-heading);
    font-weight: 500;
}
.cart--mini .cart__actions {
    padding: 1em 0;
}
.cart--mini .cart__actions .btn--custom {
    border-radius: 0;
    padding: 10px;
    text-align: center;
    text-transform: none;
    width: 100%;
}
.cart--mini .cart__footer {
    border-top: 1px solid #eaeaea;
    padding-top: 20px;
}
.cart--mini figure .btn {
    margin-bottom: 10px;
    padding: 12px 30px;
    text-align: center;
    width: 100%;
}
.cart--mini figure .btn--black {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    min-height: 48px;
}
.form--subscribe {
    position: relative;
}
.form--subscribe input {
    height: 40px;
}
.form--primary-search button,
.form--subscribe button {
    background-color: transparent;
    border: none;
    font-weight: 700;
    height: 30px;
    padding: 0 20px;
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    color: var(--color-heading);
    text-transform: uppercase;
}
.form--primary-search {
    position: relative;
}
.form--contact {
    margin-bottom: 30px;
}
.form--contact .form-group {
    margin-bottom: 35px;
}
.form--auth .form__header {
    padding-bottom: 10px;
    text-align: center;
}
.form--auth .form__header h3,
.section .section__header h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.form--auth .form__actions p a,
.menu > li.current-menu-item > a,
.menu > li > a:hover,
.sub-menu > li > a:hover {
    color: var(--color-1st);
}
.form--auth .form__actions button {
    width: 100%;
}
@media screen and (min-width: 992px) {
    .block--contact-info {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .block--contact-info > * {
        flex-basis: 100%;
        max-width: 50%;
    }
    .block--contact-info .block__info {
        padding-left: 60px;
    }
    .form--auth .form__header {
        padding-bottom: 20px;
    }
    .form--auth .form__header h3 {
        font-size: 30px;
    }
    .form--auth .form__actions {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-top: 10px;
    }
    .form--auth .form__actions button {
        width: auto;
    }
}
.form--shopping-cart .form__section h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 20px;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
}
.form--shopping-cart .form__section h4:before {
    background-color: var(--color-heading);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100px;
}
.panel--search {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    left: 0;
    opacity: 0;
    padding: 20px 15px;
    position: fixed;
    top: 0;
    transition-delay: 0;
    transition: 0.25s cubic-bezier(0.7, 0, 0.3, 1);
    visibility: hidden;
    width: 100%;
    z-index: 9999;
}
.section--blog .section__footer,
.section--homepage,
.shop--sidebar {
    padding-top: 30px;
}
.panel--search .panel__close {
    position: absolute;
    right: 10px;
    top: 43px;
    transform: translateY(-50%);
    transition: 0.4s;
    z-index: 99;
}
.menu > li.menu-item-has-children,
.section--instagram,
.section--instagram .instagram-images .block--instagram,
.sub-menu > li.menu-item-has-children {
    position: relative;
}
.panel--search .panel__close i {
    font-size: 26px;
}
.panel--search .panel__close:hover i {
    color: var(--color-danger);
}
.panel--search.active {
    transition-delay: 0s;
}
.panel--search.active:before {
    transform: scaleX(1);
    transform-origin: 50% 0;
}
@media (max-width: 479px) {
    .panel--search {
        padding-right: 30px;
    }
}
.section--homepage .section__header {
    text-align: center;
}
.section--homepage .section__header h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0.25em;
    text-transform: uppercase;
    min-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.section--homepage .section__header p {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.home-collection .collection {
    margin-bottom: 32px;
}
.shop--sidebar .shop__header {
    display: block;
    height: 40px;
}
.shop--sidebar .shop__header:after {
    clear: both;
}
.shop--sidebar .shop__header .panel-trigger {
    padding: 10px 30px;
}
.shop--sidebar .shop__left {
    display: none;
    margin-top: 20px;
}
.shop--sidebar .shop__left .widget--shop {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 25px 20px;
}
.section--blog .section__content .post,
.section--related-posts .post {
    margin-bottom: 30px;
}
.header,
.menu > li .sub-toggle,
.shop--sidebar .shop__sort,
.sub-menu > li.menu-item-has-children > .sub-menu:before,
.sub-menu > li.menu-item-has-children > .sub-toggle,
.sub-toggle.active:after {
    display: none;
}
.shop--sidebar .shop__sort .form-group--inline {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.shop--sidebar .shop__sort .form-group--inline label {
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
    min-width: 60px;
}
.shop--sidebar .shop__sort .form-group--inline .form-control {
    border-color: var(--color-heading);
    border-radius: 50px;
    height: 40px;
    padding: 0 30px;
}
@media screen and (min-width: 992px) {
    .section--homepage {
        padding-top: 40px;
    }
    .shop--sidebar .shop__left {
        padding-right: 30px;
    }
    .shop--sidebar .shop__header .panel-trigger {
        display: none;
    }
    .shop--sidebar .shop__sort {
        display: block;
        float: right;
    }
    .section--related-posts .post {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1200px) {
    .section .section__header h3 {
        font-size: 30px;
    }
    .section--homepage {
        padding-top: 60px;
    }
    .shop--sidebar {
        display: flex;
        flex-flow: row nowrap;
        padding-top: 50px;
    }
    .shop--sidebar .shop__left {
        display: block;
        max-width: 300px;
    }
    .shop--sidebar .shop__content {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    .shop--sidebar .shop__content > * {
        flex-basis: 100%;
    }
}
.page--blog,
.page--inner,
.section--blog {
    padding: 30px 0;
}
.section--blog .section__header {
    padding-bottom: 30px;
    text-align: center;
}
.section--blog .section__header h1 {
    color: var(--color-heading);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
    .section--blog {
        padding: 30px 0 60px;
    }
    .section--blog .section__header {
        padding-bottom: 30px;
    }
}
.section--related-posts {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.nonlinear-wrapper,
.section--related-posts .section__header {
    padding-bottom: 20px;
}
.section--related-posts .section__header h3 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
.section--auth .form--auth {
    background-color: #f7f7f7;
    margin: 0 auto 100px;
    max-width: 600px;
    padding: 30px;
}
.section--shopping-cart .section__header {
    padding-bottom: 20px;
    text-align: center;
}
@media screen and (min-width: 992px) {
    .section--shopping-cart .section__header {
        padding-bottom: 40px;
    }
}
.section--instagram figure h3 {
    color: #fff;
}
.section--instagram .instagram-images {
    display: flex;
    flex-flow: row wrap;
    position: relative;
}
.section--instagram .instagram-images > * {
    flex-basis: 33.3333%;
}
.section--instagram .instagram-images .block--instagram .block__actions {
    color: #fff;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s;
    visibility: hidden;
    width: 80%;
    z-index: 10;
}
.section--instagram .instagram-images .block--instagram .block__actions a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.section--instagram .instagram-images .block--instagram .block__actions a i {
    margin-right: 0.5em;
}
.bb-customer-page .badge,
.language-wrapper .dropdown .dropdown-menu li.active a span,
.menu > li.current-menu-item .sub-toggle,
.menu > li.menu-item-has-children:hover .sub-toggle,
.section--instagram .instagram-images .block--instagram .block__actions p {
    color: #fff;
}
.section--instagram .instagram-images .block--instagram .block__overlay {
    background-color: transparent;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.section--instagram .instagram-images .block--instagram .block__caption {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    max-height: 110px;
    overflow: hidden;
}
.section--instagram .instagram-images .block--instagram:hover .block__overlay {
    background-color: rgba(0, 0, 0, 0.4);
}
.navigation--sticky.header--1.navigation--pin.header--black .navigation,
.sub-menu {
    background-color: hsla(0, 0%, 100%, 0.95);
}
.section--instagram .section__follow-instagram {
    background-color: rgba(40, 40, 40, 0.9);
    box-shadow: 0 0.5px 1.5px 0 rgba(40, 40, 40, 0.3);
    left: 50%;
    max-width: 90%;
    padding: 20px 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 20;
}
.section--instagram .section__follow-instagram h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}
.section--instagram .section__follow-instagram p {
    color: #b9b4b4;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.section--instagram .section__follow-instagram a {
    color: var(--color-1st);
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
@media screen and (min-width: 480px) {
    .section--instagram .instagram-images > * {
        flex-basis: 33.3333%;
    }
}
@media screen and (min-width: 768px) {
    .post--detail .post__header {
        padding: 30px 0;
    }
    .post--detail .post__header h1 {
        font-size: 30px;
    }
    .block--contact-info h3 {
        font-size: 20px;
    }
    .section--instagram .instagram-images > * {
        flex-basis: 25%;
    }
    .section--instagram .section__follow-instagram {
        max-width: 400px;
        padding: 20px 30px;
    }
    .section--instagram .section__follow-instagram h4 {
        font-size: 30px;
    }
    .page--blog,
    .page--inner {
        padding: 30px 0 50px;
    }
}
@media screen and (min-width: 1200px) {
    .section--instagram .instagram-images > * {
        flex-basis: 25%;
    }
}
@media screen and (min-width: 1366px) {
    .section--instagram .instagram-images > * {
        flex-basis: 16.6666666667%;
    }
}
.home-blog {
    margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
    .page--blog,
    .page--inner {
        padding: 50px 0 100px;
    }
}
.page--shop {
    padding-bottom: 50px;
}
.page--shop .page__hero {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 250px;
    position: relative;
    text-transform: uppercase;
}
.page--shop .page__hero:before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
.page--shop .page__hero h1 {
    color: #fff;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .page--shop .page__hero h1 {
        font-size: 30px;
    }
}
@media screen and (min-width: 992px) {
    .page--shop .page__hero h1 {
        font-size: 36px;
    }
}
.page--product--detail .product--detail {
    margin-bottom: 50px;
}
.sub-toggle {
    cursor: pointer;
    display: inline-block;
    height: 36px;
    position: relative;
    width: 36px;
}
.sub-toggle:after,
.sub-toggle:before {
    background-color: var(--color-heading);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 12px;
}
.sub-toggle:before {
    transform: translateX(-50%);
}
.sub-toggle:after {
    transform: translateX(-50%) rotate(90deg);
}
.sub-menu {
    border: 1px solid #eee;
    left: 0;
    min-width: 240px;
    opacity: 0;
    position: absolute;
    top: 100%;
    transition: 0.25s;
    visibility: hidden;
    z-index: 1000;
}
.sub-menu:before {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    bottom: 100%;
    content: "";
    display: none;
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
}
.sub-menu > li .sub-toggle-desktop {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 15px;
}
.sub-menu > li .sub-toggle-desktop:before {
    content: "\e844";
}
.sub-menu > li > a {
    color: var(--color-text);
    display: inline-block;
    font-size: 15px;
    padding: 10px 20px;
    text-transform: capitalize;
    transition: 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}
.sub-menu > li:last-child a {
    border-bottom: 1px solid #eee;
}
.sub-menu > li.menu-item-has-children > .sub-menu {
    left: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateY(30px);
    visibility: hidden;
}
.sub-menu > li:last-child {
    border-bottom: none;
}
.menu > li {
    padding-right: 30px;
}
.menu > li > a {
    color: var(--color-heading);
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    padding: 30px 0;
    position: relative;
    text-transform: uppercase;
}
.menu > li:last-child {
    padding-right: 0;
}
.menu > li.menu-item-has-children .sub-toggle {
    display: none;
    margin-left: 5px;
}
.menu > li.menu-item-has-children .sub-menu {
    opacity: 0;
    transform: scaleZ(0) translateY(30px);
    visibility: hidden;
}
.menu > li.menu-item-has-children:hover > .sub-menu {
    transform: scaleX(1) translateY(0);
}
.menu--mobile .sub-menu {
    border: none;
    display: none;
    position: relative;
    transform: translate(0);
    transition: none;
}
.menu--mobile .sub-menu > li > a {
    border: none;
    padding: 10px 20px;
}
.menu--mobile .sub-toggle:after,
.menu--mobile .sub-toggle:before {
    background-color: var(--color-text);
}
.menu--mobile > li {
    border-bottom: 1px dashed #eaeaea;
    padding-left: 1rem !important;
}
.menu--mobile > li > a {
    color: var(--color-text);
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 20px 10px 0;
    position: relative;
    text-transform: capitalize;
    z-index: 10;
}
.menu--mobile > li > a:hover {
    color: var(--color-1st);
    padding-left: 5px;
}
.about-sight-mission-top .container,
.cart__items .product--on-cart.content-loading,
.header .btn-shopping-cart,
.menu--mobile > li.menu-item-has-children:not(.has-mega-menu),
.section--shopping-cart .table--cart.content-loading {
    position: relative;
}
.menu--mobile > li.menu-item-has-children:not(.has-mega-menu) .sub-toggle {
    display: inline-block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 20;
}
.navigation > .container {
    flex-flow: row nowrap;
}
.navigation--mobile,
.navigation > .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.navigation--mobile {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}
.header .btn-shopping-cart > span {
    align-items: center;
    background-color: var(--color-1st);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 10px;
    height: 16px;
    justify-content: center;
    min-width: 16px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(25%, 25%);
}
.header .header__actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
}
.header .header__actions > * {
    align-items: center;
    display: flex;
    height: 36px;
    justify-content: center;
    width: 36px;
}
.bb-customer-page .delete-account-section .customer-page-title,
.header .header__actions > * i,
.header--mobile .logo {
    font-size: 20px;
}
.header.header--sticky > .navigation {
    animation: 0.6s both fadeInDown;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    left: 0;
    min-height: 60px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}
.header--mobile.header--sticky {
    padding: 15px 20px;
}
.header--mobile.header--sticky .navigation--mobile {
    background-color: var(--color-1st);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
@media screen and (max-width: 1199px) {
    .home-blog .post {
        margin-bottom: 30px;
    }
    .header--mobile {
        display: block;
    }
}
.navigation--list {
    background-color: var(--color-1st);
    bottom: 0;
    left: 0;
    padding: 10px 30px;
    position: fixed;
    width: 100%;
    z-index: 100;
}
.navigation--list .navigation__item.active,
.navigation--sticky,
.navigation--sticky .navigation {
    background-color: #fff;
}
.navigation--list .navigation__item {
    align-items: center;
    border-radius: 50px;
    display: flex;
    height: 36px;
    justify-content: center;
    text-align: center;
    width: 36px;
}
.navigation--list .navigation__item i {
    color: #fff;
    font-size: 20px;
}
.navigation--list .navigation__item span {
    display: block;
}
.navigation--list .navigation__item.active i {
    color: var(--color-1st);
    font-size: 18px;
}
.customer-page .profile-sidebar .profile-usermenu li.list-group-item a.active,
.deal .product-title a,
.form--review-product .text-danger a,
.navigation--list .navigation__item.active span,
.ps-list--categories .sub-menu li.current-menu-item > a,
.section--auth a,
.top-header a:hover,
.widget__links li.active a {
    color: var(--color-1st);
}
.navigation--list .navigation__content {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 300px;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
    .product--detail .product__thumbnail {
        align-content: flex-start;
        flex-flow: row-reverse nowrap;
    }
    .product--detail .product__thumbnail figure {
        max-width: calc(100% - 80px);
        padding-left: 10px;
    }
    .product--detail .product__variants {
        max-width: 80px;
    }
    .product--detail .product__info {
        padding-left: 30px;
    }
    .navigation--list {
        display: none;
    }
}
.navigation--sticky {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.navigation--sticky .header__top {
    display: none;
}
.navigation--sticky.navigation--pin {
    transform: translate(0);
}
.navigation--sticky.navigation--unpin {
    transform: translateY(-100%);
}
.navigation--sticky.header--1.navigation--pin .navigation {
    background-color: rgba(0, 0, 0, 0.95);
}
.navigation--sticky.header--2.navigation--pin.active {
    background-color: #fff;
    transform: translate(270px);
}
@media (max-width: 1199px) {
    .btn--hamburger {
        display: inline-block;
    }
    .menu > li {
        border-bottom: 1px dashed #e4e4e4;
        display: block;
        padding-right: 0;
    }
    .menu > li > a {
        color: var(--color-heading);
        display: block;
        font-size: 1.5rem;
        line-height: 20px;
        padding: 1rem 0;
    }
    .menu > li.menu-item-has-children {
        position: relative;
    }
    .menu > li.menu-item-has-children > .sub-menu {
        display: none;
        opacity: 1;
        transition: none;
        visibility: visible;
    }
    .menu > li.menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-toggle {
        height: 40px;
        width: 40px;
    }
    .menu > li.menu-item-has-children .sub-toggle {
        height: 30px;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        z-index: 10;
    }
    .menu > li.menu-item-has-children .sub-toggle i {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .menu > li.current-menu-item {
        border-left: 2px solid var(--color-1st);
        padding-left: 1rem;
    }
    .menu > li.current-menu-item > a:before {
        display: none;
    }
    .navigation--sticky.navigation--unpin {
        transform: translate(0);
    }
}
.site-mask {
    background-color: rgba(0, 0, 0, 0.75);
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: 0.4s;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}
.ps-search--mobile {
    margin: 0 auto;
    max-width: 450px;
    padding: 10px 20px;
}
.footer {
    background-color: #f9f9f9;
}
.footer .widget--footer,
.footer-logo img,
.panel__content .widget--shop {
    margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
    .page--shop {
        padding-bottom: 90px;
    }
    .page--shop .page__hero h1 {
        font-size: 48px;
    }
    .navigation--mobile {
        display: none;
    }
    .header {
        display: block;
    }
    .footer .widget--footer {
        margin-bottom: 40px;
    }
    .footer .widget--footer:last-child {
        margin-bottom: 0;
    }
}
.bg--cover {
    background-position: 50% 50% !important;
    background-size: cover !important;
}
.deal,
.faqs-list .card .card-header h2 button:after {
    background-position: 50%;
    background-repeat: no-repeat;
}
.header ul,
.panel--sidebar ul,
.product ul,
.product--detail .product__color ul,
.shop--sidebar .shop__left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-reviews-container .review-container form .btn-primary {
    background-color: transparent;
    border: 1px solid var(--color-1st);
    border-radius: 50px;
    color: var(--color-1st);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-top: 15px;
    min-width: 175px;
    padding: 14px 36px;
    text-transform: uppercase;
    transition: 0.4s;
}
.product-reviews-container .review-container .btn-check {
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
    position: absolute;
}
.product-reviews-container .review-container .ms-2 {
    margin-left: 0.5rem !important;
}
.product-reviews-container .review-container .gap-2 {
    gap: 0.5rem !important;
}
.product-reviews-container .review-container .gap-5,
.product-reviews-container .review-container.gap-5 {
    gap: 3rem !important;
}
.product-reviews-container .review-container .g-1,
.product-reviews-container .review-container .gy-1 {
    --bs-gutter-y: 0.25rem;
}
.product-reviews-container .review-container .g-1,
.product-reviews-container .review-container .gx-1 {
    --bs-gutter-x: 0.25rem;
}
.product-reviews-container .review-container .badge {
    border-radius: 0.25rem;
    color: #fff;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    padding: 0.35em 0.65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.product-reviews-container .review-container .bg-dark {
    --bs-bg-opacity: 1;
    --bs-dark-rgb: 33, 37, 41;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.product-reviews-container .review-container .translate-middle {
    transform: translate(-50%, -50%) !important;
}
.product-reviews-container .review-container .start-50 {
    left: 50% !important;
}
.product-reviews-container .review-container .top-50 {
    top: 50% !important;
}
.product-reviews-container .review-container .start-0 {
    left: 0 !important;
}
.product-reviews-container .review-container .top-0 {
    top: 0 !important;
}
.product-reviews-container .review-container .position-absolute {
    position: absolute !important;
}
.product-reviews-container .review-container .opacity-75 {
    opacity: 0.75 !important;
}
.product-reviews-container .review-container .review-images.row,
.product-reviews-container .review-container .review-item__images .row {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}
.product-reviews-container .review-container .review-images.row > *,
.product-reviews-container .review-container .review-item__images .row > * {
    flex-shrink: 0;
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    width: 100%;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.fadeInDown {
    animation-name: fadeInDown;
}
.fadeInUp {
    animation-name: fadeInUp;
}
@keyframes fadeOutLeft {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes fadeOutRight {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes fadeOutDown {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes fadeOutUp {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes slideInLeft {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInRight {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInUp {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes slideInDown {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.required:after {
    color: red;
    content: " *";
}
.product-attributes ul {
    list-style: none;
    padding-left: 0;
}
.product--detail .product__price.sale del {
    font-size: 14px;
}
.btn--custom.btn-disabled {
    border: 1px solid var(--color-text);
    color: var(--color-text);
    opacity: 0.7;
}
.widget--tags .list--tags li.active a {
    border-color: var(--color-1st);
    color: var(--color-1st);
}
.block--review .block__content {
    padding-top: 0;
}
.block--review .block__header {
    align-items: start;
}
.block--product-reviews > .block__header p span {
    margin-left: 0.5em;
}
.star-yellow {
    color: #edb867;
}
.product {
    margin: 20px 0;
}
.product .product__wrapper {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease-in-out;
}
.product .product__wrapper .product__content {
    padding: 15px;
}
.product:hover .product__wrapper {
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    transform: translateY(-5px);
}
.product .product__thumbnail .product__variants {
    bottom: -10px;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 100%;
}
.product .product__thumbnail .product__variants .custom-checkbox span {
    border: 1px solid #f2f2f2;
    border-radius: 0;
    height: 20px;
    width: 20px;
}
.single-variation-wrap .error-message,
.single-variation-wrap .success-message {
    margin-top: 10px;
}
body .cookie-consent .cookie-consent-body {
    max-width: 1200px;
}
.panel--sidebar .panel__content.panel__scroll {
    display: block;
    flex: none;
}
.ps-slider__value {
    display: inline-block;
    margin-top: 10px;
}
.product--detail .product__attribute .text-swatch li,
.widget--shop .widget-content .text-swatch li {
    display: inline-block;
    margin-right: 5px;
}
.button-loading.btn-fill-out:after,
.faqs-list .card .card-header h2 button:before,
.language-wrapper .dropdown-toggle:after,
.product--detail .product__attribute .text-swatch li input[type="checkbox"],
.product--detail .product__attribute .text-swatch li input[type="radio"],
.widget--shop .widget-content .text-swatch li input[type="checkbox"],
.widget--shop .widget-content .text-swatch li input[type="radio"] {
    display: none;
}
.product--detail .product__attribute .text-swatch li input[type="checkbox"]:checked ~ span,
.product--detail .product__attribute .text-swatch li input[type="radio"]:checked ~ span,
.widget--shop .widget-content .text-swatch li input[type="checkbox"]:checked ~ span,
.widget--shop .widget-content .text-swatch li input[type="radio"]:checked ~ span {
    border: 1px solid var(--color-1st);
}
.product--detail .product__attribute .text-swatch li input[type="checkbox"]:checked ~ span:after,
.product--detail .product__attribute .text-swatch li input[type="radio"]:checked ~ span:after,
.widget--shop .widget-content .text-swatch li input[type="checkbox"]:checked ~ span:after,
.widget--shop .widget-content .text-swatch li input[type="radio"]:checked ~ span:after {
    bottom: -5px;
    color: #fff;
    content: "\e83f";
    font-family: feather !important;
    font-size: 8px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: -8px;
    width: 16px;
}
.product--detail .product__attribute .text-swatch li input[type="checkbox"]:checked ~ span:before,
.product--detail .product__attribute .text-swatch li input[type="radio"]:checked ~ span:before,
.widget--shop .widget-content .text-swatch li input[type="checkbox"]:checked ~ span:before,
.widget--shop .widget-content .text-swatch li input[type="radio"]:checked ~ span:before {
    border: 16px solid transparent;
    border-bottom: 16px solid var(--color-1st);
    bottom: -1px;
    content: "";
    position: absolute;
    right: -16px;
}
.product--detail .product__attribute .text-swatch li span,
.widget--shop .widget-content .text-swatch li span {
    border: 1px solid #eee;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px;
    position: relative;
    transition: 0.2s;
}
.widget--shop .widget-content .text-swatch li span {
    background: #fff;
}
.slider__content {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.slider__content .slider__content__wrapper {
    display: table-cell;
    vertical-align: middle;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
    max-width: 50%;
    text-transform: capitalize;
    text-align: center;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 50%;
    text-align: center;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__link {
    max-width: 50%;
    text-align: center;
}
.widget-filter-item {
    border-top: 1px solid #ccc;
    padding: 20px 0;
}
@media screen and (max-width: 1024px) {
    .slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content p {
        line-height: 24px;
        margin-bottom: 10px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content .btn--custom,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content button.btn--custom {
        font-size: 14px;
        padding: 10px 20px;
    }
}
.fb-customerchat,
.fb_dialog {
    z-index: 9999 !important;
}
.banner-effect {
    display: block;
    overflow: hidden;
    position: relative;
}
.banner-effect:before {
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.3));
    content: "";
    display: block;
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    width: 50%;
    z-index: 2;
}
.banner-effect:hover:before {
    animation: 1.1s shine;
}
@keyframes shine {
    to {
        left: 125%;
    }
}
@media screen and (max-width: 768px) {
    .sub-toggle-desktop {
        display: none !important;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content {
        display: none;
    }
    .categories_box {
        justify-content: center !important;
    }
}
.ps-block--feature {
    display: flex;
    flex-flow: row nowrap;
    max-width: 260px;
}
.deal,
.deal > div,
.iti.iti--allow-dropdown,
.ps-block--feature > *,
.section--shopping-cart {
    width: 100%;
}
.ps-block--feature > .ps-block__left {
    max-width: 55px;
}
.ps-block--feature > .ps-block__left i {
    color: var(--color-text);
    font-size: 3.5rem;
}
.ps-block--feature > .ps-block__right p {
    color: var(--color-heading);
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: uppercase;
}
.ps-block--feature > .ps-block__right small {
    color: var(--color-text);
    display: block;
    font-size: 1.4rem;
}
@media (max-width: 991px) {
    .ps-block--feature {
        margin: 0 auto 3rem;
    }
}
.ps-block--features {
    padding: 4rem 0;
}
.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-input {
    -moz-appearance: textfield;
}
.show-admin-bar #alert-container {
    top: 100px;
}
.show-admin-bar .header.header--sticky > .navigation,
.show-admin-bar .panel--search {
    top: 40px;
}
.show-admin-bar #avatar-modal {
    top: 80px;
}
.form--contact .form__submit .btn--custom.button-loading {
    background-color: var(--color-1st) !important;
}
.rating_wrap .rating {
    display: inline-block;
    font-family: feather !important;
    height: 20px;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 80px;
}
.header_list > li,
.header_list > li i,
.qty-value,
.table-list-store tr td {
    vertical-align: middle;
}
.rating_wrap .rating:before {
    color: #d2d2d2;
    content: "\e90b\e90b\e90b\e90b\e90b";
    float: left;
    font-size: 14px;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}
.rating_wrap .rating_num {
    color: #696969;
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.rating_wrap .product_rate {
    color: #edb867;
    font-family: feather !important;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}
.rating_wrap .product_rate:before {
    content: "\e90b\e90b\e90b\e90b\e90b";
    font-size: 14px;
    left: 0;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
}
.error-inner {
    min-height: calc(100vh - 385px);
}
.show-admin-bar .error-inner {
    min-height: calc(100vh - 425px);
}
.top-header {
    background-color: #398500;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
    min-height: 45px;
}
.top-header,
.top-header a {
    color: #fff;
    font-size: 14px;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.contact-detail li {
    display: inline-block;
    margin-right: 10px;
}
.contact-detail svg {
    width: 17px;
    height: 17px;
}
.header_list > li {
    color: #333;
    display: inline-block;
    font-size: 14px;
    padding: 2px 15px 2px 0;
}
.header_list > li:last-child {
    padding-right: 0;
}
.tracking-form {
    background-color: #f7f7f7;
    margin: 15px auto 30px;
    max-width: 500px;
    padding: 30px;
}
.tracking-form .btn--custom.btn--outline,
.tracking-form .form-control,
.tracking-form button.btn--custom.btn--outline {
    background-color: #fff;
}
.tracking-form .btn--custom:active,
.tracking-form .btn--custom:hover,
.tracking-form button.btn--custom:active,
.tracking-form button.btn--custom:hover {
    background-color: var(--color-1st);
    color: #fff;
}
.customer-information-box,
body[dir="rtl"] .language-wrapper .language_bar_chooser.dropdown-menu li a {
    text-align: right;
}
#remove-item-modal {
    z-index: 99999999;
}
#alert-container {
    position: fixed;
    right: 5px;
    top: 60px;
    z-index: 9999999;
}
#alert-container .alert {
    box-shadow: 0 4px 10px 0 rgba(3, 3, 3, 0.1);
    font-weight: 400;
    margin-bottom: 10px;
    max-width: 450px !important;
    min-height: 45px !important;
    padding: 15px 40px 15px 60px;
    position: relative;
}
#alert-container .alert.alert-success {
    background-color: #bff9d0;
    color: #299c77;
}
#alert-container .alert .message-icon {
    fill: #299c77;
    stroke: #299c77;
    font-size: 20px;
    left: 5%;
    position: absolute;
    top: 30%;
}
#alert-container .alert.alert-dismissible .close {
    font-size: 10px;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 20px;
}
.ps-pagination {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}
.ps-checkbox > input {
    position: absolute;
    visibility: hidden;
}
.ps-checkbox label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 30px;
    position: relative;
}
.ps-checkbox label:before {
    border: 1px solid #000;
    height: 20px;
    left: 0;
    top: 0;
    width: 20px;
}
.ps-checkbox input[type="checkbox"]:checked ~ label:before {
    background-color: #222;
    border-color: #222;
}
.avatar-view.mt-card-avatar {
    height: 150px;
    margin: 0 auto;
    width: 150px;
}
.button-loading:before,
.cart__items .product--on-cart.content-loading:before,
.section--shopping-cart .table--cart.content-loading:before {
    animation: 1s linear infinite button-loading-spinner;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
    top: 50%;
    content: "";
    position: absolute;
    left: 50%;
}
.section--auth .form-control {
    background-color: #fffefe;
}
.header > .navigation,
.header > .navigation > .container {
    min-height: 80px;
}
#page-home #app {
    min-height: 500px;
    padding-bottom: 90px;
}
.menu--mobile .sub-menu > li.menu-item-has-children > .sub-menu {
    padding-left: 20px;
    position: static;
}
.product .badge {
    float: left;
    margin-right: 5px;
}
.header .logo img {
    max-height: 70px;
    padding: 15px 0;
}
.footer {
    padding: 45px 0 20px;
}
.table--cart.table--wishlist tr td,
.table--orders.table--wishlist tr td {
    padding: 0.75rem;
}
.table--cart tr td .product__price.sale del,
.table--orders tr td .product__price.sale del {
    color: var(--color-danger);
    font-size: 13px;
}
.product__attribute .attribute-swatch-item.pe-none {
    cursor: not-allowed !important;
}
.product__attribute .attribute-swatch-item.pe-none > div {
    pointer-events: none !important;
}
.product__attribute .color-swatch .attribute-swatch-item.pe-none span,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span {
    color: gray;
    cursor: unset;
    opacity: 0.7;
}
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:before,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:before {
    border-top: 1px dashed #999;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.product__attribute .color-swatch .attribute-swatch-item.pe-none span:after,
.product__attribute .text-swatch .attribute-swatch-item.pe-none span:after {
    transform: rotate(-45deg);
}
.button-loading {
    border: 1px solid #c4cdd5;
    color: transparent !important;
    cursor: default;
    position: relative;
    text-shadow: none;
    transition: border-color 0.2s ease-out;
}
.button-loading,
.button-loading:active,
.button-loading:focus,
.button-loading:hover {
    color: transparent;
}
.button-loading:before {
    border: 3px solid;
    border-color: #fff #fff transparent;
    border-radius: 50%;
    width: 18px;
}
.button-loading.btn-fill-out {
    border: 1px solid var(--color-1st);
    color: transparent !important;
}
.button-loading.btn-fill-out:before {
    background-color: transparent;
    border-color: var(--color-1st);
    border-bottom-color: transparent;
    width: 18px;
}
@keyframes button-loading-spinner {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.section--shopping-cart .table-responsive {
    padding: 0 10px;
}
.section--shopping-cart .table-responsive .table--cart.content-loading:after {
    left: -10px;
    right: -10px;
}
.cart__items .product--on-cart.content-loading:before,
.section--shopping-cart .table--cart.content-loading:before {
    border-color: var(--color-1st);
    border-bottom-color: transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    width: 18px;
}
.cart__items .product--on-cart.content-loading:after,
.section--shopping-cart .table--cart.content-loading:after {
    background: rgba(0, 0, 0, 0.02);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -10px;
}
.language-wrapper .dropdown {
    height: 100%;
}
.language-wrapper .dropdown.open .language_bar_chooser.dropdown-menu,
.slider__content {
    display: block;
}
.language-wrapper .dropdown .btn {
    background: 0 0 !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: inherit !important;
    font-size: inherit;
    height: 100%;
    margin-bottom: 0;
    outline: 0 !important;
    transition: 0.4s;
}
.language-wrapper .dropdown .dropdown-menu {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    display: none;
    float: left;
    font-size: 14px;
    line-height: 58px;
    list-style: none;
    margin: 0;
    min-width: 160px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    width: 160px;
    z-index: 1000;
}
.language-wrapper .dropdown .dropdown-menu li img,
.language-wrapper .dropdown-menu li img {
    margin: 0 10px;
}
.language-wrapper .dropdown .dropdown-menu li span,
.language-wrapper .language_bar_list li a span {
    color: #222;
}
.language-wrapper .dropdown .language_bar_chooser {
    display: block;
    float: right;
    line-height: 58px;
    text-align: center;
    width: 160px;
}
.language-wrapper .dropdown .language_bar_chooser li {
    display: inline-block;
    float: left;
    margin-left: 5px;
}
.language-wrapper .dropdown .language_bar_chooser.dropdown-menu {
    border-radius: 0 !important;
    display: none;
}
.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li {
    display: block;
    margin: 0;
    width: 100%;
}
.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li:hover {
    background: #ddd;
}
.language-wrapper .dropdown .language_bar_chooser.dropdown-menu li a {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-right: 0 !important;
    text-align: left;
    width: 100%;
}
.language-wrapper .language_bar_list li {
    display: inline-block;
    margin-left: 5px;
    min-width: 90px;
}
.language-wrapper .language_bar_list li a {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
}
.language-wrapper .language_bar_list li a img {
    width: 20px;
    margin-right: 5px;
    margin-top: 1px;
}
body[dir="rtl"] .language-wrapper .language_bar_list li a img {
    margin-left: 10px;
    margin-right: 0;
}
.language-wrapper .dropdown .btn {
    padding: 7px;
}
.language-wrapper .btn-select-language {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: var(--color-muted) !important;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    padding: 0;
}
.language-wrapper .dropdown-menu.language_bar_chooser {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dee2e6 !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    display: none;
    font-size: 12px;
    line-height: 1;
    list-style: none;
    margin: 0.125rem 0 0;
    min-width: 10rem;
    padding: 0;
    text-align: left;
    z-index: 1000;
}
.language-wrapper .dropdown-menu li a {
    padding: 10px 0;
}
.language-wrapper .btn img {
    margin-right: 7px;
    margin-top: 2px;
}
.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser {
    min-width: 0;
    width: auto;
}
.language-wrapper.choose-currency .dropdown .dropdown-menu.language_bar_chooser li a {
    padding: 10px;
    text-align: center;
}
.deal {
    background-color: #f5f6f9;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    min-height: 300px;
    padding: 30px;
}
.deal-co {
    margin: 15px 0;
}
.deal .deal-content {
    align-self: center;
}
.deal .product-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 25px;
    max-width: 240px;
}
.deal .product-price {
    align-items: center;
    color: var(--color-danger);
    display: flex;
    flex-flow: wrap;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: 20px;
}
.deal .product-price .new-price {
    font-weight: 400;
    letter-spacing: -0.01em;
    margin-right: 10px;
}
.deal .product-price .old-price {
    color: #ccc;
    text-decoration: line-through;
}
.deal .deal-bottom {
    align-self: flex-end;
}
.deal .deal-bottom .deals-countdown {
    margin-bottom: 20px;
    margin-left: -12px;
}
.deals-countdown .countdown-section {
    background-color: var(--color-1st);
    border: none;
    border-radius: 0.3rem;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 2rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    padding: 0.9rem 0 0.3rem;
    position: relative;
}
.deals-countdown .countdown-section .countdown-amount {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}
.deals-countdown .countdown-section .countdown-period {
    bottom: -20px;
    color: var(--color-heading);
    display: block;
    font-weight: 400;
    left: 0;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}
.deals-countdown .countdown-section:not(:last-child):after {
    color: var(--color-heading);
    content: ":";
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    left: 100%;
    line-height: 1;
    margin-left: 7px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.custom-modal .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: auto;
    max-width: 800px !important;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%) !important;
}
.faqs-list .card,
.pagination li.page-item {
    margin-bottom: 10px;
}
.custom-modal .modal-dialog .modal-content {
    border-radius: 0;
    padding: 0;
}
.custom-modal .modal-dialog .btn-close {
    background: url("data:image/svg+xml; charset=utf-8, %3Csvg xmlns= 'http: //www.w3.org/2000/svg' viewBox= '0 0 16 16' %3E%3Cpath d= 'M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z' /%3E%3C/svg%3E ")
        50%/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: 0.5;
    padding: 0.25em;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 1em;
    z-index: 2;
}
.ps-pagination .pagination .page-item.active .page-link {
    background: var(--color-1st);
    color: #fff;
}
.btn--custom.btn--outline.btn-outline-danger {
    border-color: #dc3545;
    color: #dc3545;
}
.btn--custom.btn--outline.btn-outline-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.pagination {
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
}
.dropdown-swatch select.form-control {
    height: 34px;
}
.faqs-list h4 {
    margin-top: 30px;
}
.faqs-list h4:first-child {
    margin-top: 0;
}
.faqs-list .card {
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
.faqs-list .card .card-header {
    background: #fff;
    border-radius: 0;
    padding: 1rem;
}
.faqs-list .card .card-header h2 button {
    background: #fff;
    border: none;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    position: relative;
    text-decoration: none !important;
    text-transform: none;
    width: 100%;
}
.faqs-list .card .card-header h2 button:after {
    background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg viewBox= '0 0 16 16' fill= '%23333' xmlns= 'http: //www.w3.org/2000/svg' %3E%3Cpath fill-rule= 'evenodd' d= 'M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule= 'evenodd' /%3E%3C/svg%3E ");
    background-size: 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 50%;
    color: #ced4da;
    content: "";
    height: 40px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: -7px;
    transform: scale(0.7) !important;
    transition: transform 0.2s ease-in-out;
    width: 40px;
}
.faqs-list .card .card-header h2 button:not(.collapsed):after {
    background-image: url("data:image/svg+xml; charset=utf-8, %3Csvg viewBox= '0 0 16 16' fill= '%23333' xmlns= 'http: //www.w3.org/2000/svg' %3E%3Cpath fill-rule= 'evenodd' d= 'M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule= 'evenodd' /%3E%3C/svg%3E ");
}
.ps-custom-scrollbar {
    max-height: 250px;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #666;
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background: hsla(0, 0%, 80%, 0.9);
}
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.ps-custom-scrollbar .mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    border-radius: 0 !important;
    opacity: 1 !important;
    width: 6px;
}
.table__compare .product--detail .product__attribute {
    border: none;
    padding-bottom: 0;
}
.table__compare .product--detail .product__attribute .text-swatch li input[type="radio"]:checked ~ span:after {
    right: -5px;
}
.slider__content .slider__content__wrapper {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.benefit-content,
.campaign-list.highlight-list,
.slider__content .slider__content__wrapper .slider__content__wrapper__content {
    flex: 1;
}
.cat_slider.owl-carousel.owl-drag .owl-item:last-child {
    margin-right: 0 !important;
}
.cat_slider.owl-carousel .owl-stage {
    margin: 0 auto;
}
.cat_slider.owl-carousel .owl-item img {
    margin-bottom: 5px;
}
.generic-form .g-recaptcha {
    margin-top: 15px;
}
.product__attribute > label {
    flex: 1;
    margin-right: 10px;
    white-space: nowrap;
}
.icon-tiktok {
    background: url(../img/icon-tiktok.svg) no-repeat;
    display: inline-block;
    height: 15px;
    width: 15px;
}
.list--social li a:hover i.icon-tiktok {
    background: url(../img/icon-tiktok-light.svg) no-repeat;
}
.auth-card form {
    padding-top: 0 !important;
}
.auth-card form svg {
    height: 24px;
    margin-bottom: 0;
    width: 24px;
}
.auth-card form .auth-input-icon {
    top: 9px;
}
.auth-card form .ps-5 {
    padding-left: 40px !important;
}
.auth-card form .mb-3 {
    margin-bottom: 15px !important;
}
.auth-card form .form-check .form-check-input {
    margin-top: 3px;
    vertical-align: top;
}
body .toastify {
    width: 350px;
}
body .toastify .toastify-icon {
    height: 20px;
    margin-inline-end: 10px;
    width: 20px;
}
.categories_box {
    align-items: end;
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    min-height: 160px;
    text-align: center;
}
.news-title,
.text-truncate-2,
.text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.categories_box .category-image {
    display: inline-block;
    flex: 1;
    height: 120px;
    width: auto !important;
}
.product .product__title {
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bb-customer-page .gap-2 {
    gap: 10px;
}
.bb-customer-page .gap-3 {
    gap: 15px;
}
.bb-customer-page .btn {
    font-size: 14px;
    padding: 7px 12px;
}
.bb-customer-page .nav-tabs .nav-item .nav-link {
    padding: 10px 20px !important;
}
.bb-customer-page .delete-account-section {
    border: 1px solid #dee2e6;
}
.bb-customer-page .delete-account-section h2 {
    margin-bottom: 0.5rem;
}
.bb-customer-page .delete-account-section p {
    margin-bottom: 15px;
}
.bb-customer-page button.btn.btn-outline-danger {
    background: #fff;
    border: 1px solid #dc3545;
    color: #dc3545;
}
.tab-blog-news li,
.tab-feature-category li {
    padding: 5px 16px;
    border-radius: 4px;
    gap: 10px;
    cursor: pointer;
}
.bb-customer-page button.btn.btn-outline-danger:hover {
    background: #dc3545;
    border-color: #dc3545;
    color: #fff;
}
.bb-customer-page .form-check .form-check-label {
    margin-inline-start: 5px;
}
.bb-ecommerce-table td .product__content {
    align-items: center;
    display: flex;
    gap: 16px;
    text-align: left;
}
.bb-ecommerce-table td .product__content img {
    width: 70px;
}
@media only screen and (max-width: 768px) {
    .bb-ecommerce-table td,
    .bb-ecommerce-table th {
        text-align: center;
        vertical-align: middle;
    }
    .bb-ecommerce-table td {
        display: block;
        text-align: right;
        width: 100%;
    }
    .bb-ecommerce-table thead {
        display: none;
    }
    .bb-ecommerce-table td:before {
        content: attr(data-title) " ";
        float: left;
        font-weight: 700;
        margin-right: 15px;
        text-transform: capitalize;
    }
}
.advisor-section {
    padding: 0 0 50px;
}
.advisor-wrapper {
    background-color: #f8f9fa;
    margin: 0 20px;
}
.advisor-card {
    text-align: center;
    margin-bottom: 30px;
}
.advisor-card img {
    margin: 20px;
}
.advisor-image {
    width: 200px;
    height: 200px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    margin-bottom: 20px;
}
.advisor-title {
    color: #036;
    font-weight: 700;
    margin: 10px 0;
}
.advisor-position {
    color: #666;
    font-size: 14px;
}
.owl-carousel .owl-item .img-right {
    width: 60% !important;
    margin: 40px auto;
}
.owl-carousel .owl-item .img-center {
    height: 680px;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content_right h2 {
    font-size: 32px;
    color: #398500;
    font-weight: 600;
    margin: 0 0 0 auto;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content_right p {
    font-size: 17px;
    color: #5b657a;
    margin: 0 0 0 auto;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content_right .slider__content__wrapper__link {
    margin: 0 0 0 auto;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content_center h2 {
    max-width: 100%;
    font-size: 28px;
    text-align: center;
    margin-top: 20px;
}
.slider__content .slider__content__wrapper .slider__content__wrapper__content_center p {
    max-width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}
.slider__content__wrapper__content_center img {
    max-width: 468px;
    margin: auto;
}
.post .post__wrapper .post__content_feature {
    width: 58%;
    font-size: 12px;
    background: #588157;
    border-radius: 5px;
    position: absolute;
    bottom: -15%;
    left: 5%;
    transition: 0.2s;
    opacity: 0;
    transform: translateY(-5px);
}
.post .post__wrapper .post__content_feature.show,
.post:hover .post__wrapper .post__content_feature {
    opacity: 1;
}
.post .post__wrapper .post__content_feature svg {
    width: 14px;
    height: 19px;
    margin-left: 8px;
}
.post .post__wrapper .post__content_feature p {
    color: #fff;
}
.news-title {
    height: 54px;
    font-size: 15px;
    -webkit-line-clamp: 3;
}
.text-truncate-2 {
    -webkit-line-clamp: 2;
}
.text-truncate-3 {
    -webkit-line-clamp: 3;
}
.panel--sidebar .panel__content,
.pharmacy-list {
    overflow-y: auto;
}
.post_button a:before {
    content: "";
    background-size: 75% 80%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2330b5e7' class='bi bi-arrow-right-circle' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E");
    padding-right: 25px;
    background-repeat: no-repeat;
    background-position: left center;
}
.tab-blog-news,
.tab-feature-category {
    width: 555px;
}
.tab-feature-category li {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product--on-cart .product__content a {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campaign-list-item .title-wrapper .title,
.tab-blog-news li {
    font-weight: 500;
    font-size: 17px;
    background: #84c553;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-text-cart {
    font-weight: 500;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.campaign-list:not(.highlight-list) {
    position: relative;
    flex: 0 0 67.3%;
    padding-top: 10px;
    width: 67.3%;
}
.campaign-list:not(.highlight-list) .list-wrapper {
    width: 100%;
    padding-left: 2.9%;
    padding-right: 5.9%;
}
.campaign-list:not(.highlight-list):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 70px);
    background: #d7d7d7;
}
.campaign-list-item.item-big {
    flex: 100%;
    margin-bottom: 38px;
}
.campaign-list-item:not(.item-big) {
    flex: 0 0 47%;
}
.campaign-list {
    padding-top: 10px;
    width: 67.3%;
}
.campaign-list.highlight-list .list-wrapper {
    padding-left: 10.7%;
    padding-right: 5.95%;
}
.campaign-list .highlight-title {
    color: #398500;
    font-size: 19px;
    margin-bottom: 22px;
}
.campaign-list .highlight-title svg {
    width: 18px;
    height: 18px;
}
@media screen and (max-width: 576px) {
    .tab-feature-category {
        width: auto;
    }
    .tab-feature-category li {
        height: 60px;
    }
    .tab-blog-news {
        width: auto;
    }
    .tab-blog-news li {
        height: 60px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content {
        display: block;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
        font-size: 13px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content .btn--custom,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content button.btn--custom {
        font-size: 9px;
        padding: 1px 11px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content p {
        display: none;
    }
    .slider__content__wrapper__content_center img {
        max-width: 190px;
    }
    .owl-carousel .owl-item .img-center {
        height: 245px;
    }
    .post {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .slider__content .slider__content__wrapper .slider__content__wrapper__content {
        display: block;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content h2 {
        font-size: 13px;
    }
    .slider__content .slider__content__wrapper .slider__content__wrapper__content .btn--custom,
    .slider__content .slider__content__wrapper .slider__content__wrapper__content button.btn--custom {
        font-size: 9px;
        padding: 1px 11px;
    }
    .slider__content__wrapper__content_center img {
        max-width: 190px;
    }
    .owl-carousel .owl-item .img-center {
        height: 365px;
    }
    .post {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
    }
    .campaign-list:not(.highlight-list) {
        width: 100%;
        flex: auto;
    }
    .campaign-list.highlight-list {
        display: none;
        width: 0;
    }
    .campaign-list:not(.highlight-list):after {
        content: none;
    }
}
@media screen and (max-width: 992px) {
    .post > * {
        max-width: 100%;
    }
    .post__thumbnail {
        text-align: center;
    }
    .post .post__wrapper .post__content_feature {
        bottom: 3%;
    }
}
.custom-featured-products {
    padding-top: 0 !important;
    padding-bottom: 40px !important;
}
.panel--sidebar .panel__close_new:after,
.panel--sidebar .panel__close_new:before,
.panel--sidebar .panel__close_new:hover:after,
.panel--sidebar .panel__close_new:hover:before {
    background-color: #398500;
}
.panel--sidebar .panel__close_new {
    height: 40px;
    left: 10px;
    top: 10px;
    width: 40px;
}
.panel--sidebar .count-cart {
    font-size: 15px;
    position: absolute;
    top: 10px;
    left: 130px;
}
.mini-cart__quantity {
    display: flex;
    flex: 0 0 40%;
    justify-content: space-around;
    border: 1px solid;
    border-radius: 4px;
    padding: 5px 0;
    align-items: center;
    line-height: 24px;
    width: 75px;
}
.minus_btn,
.plus_btn {
    cursor: pointer;
    font-size: 23px;
}
.qty-value {
    display: inline-block;
    font-weight: 500;
    outline: 0;
    border: 0;
    width: 30px;
    text-align: center;
    line-height: 24px;
    height: 24px;
}
.cart--mini .cart__items {
    height: 515px;
    scrollbar-width: thin;
    scrollbar-color: #888 transparent;
}
.cart--mini .cart__items::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.cart--mini .cart__items::-webkit-scrollbar-track {
    background: 0 0;
}
.cart--mini .cart__items::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.cart--mini .cart__items::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}
.product--on-cart-new {
    padding: 30px 12px 20px;
}
.cart__border {
    border: 2px solid #eff1f4;
    border-radius: 6px;
    margin: 10px;
}
.cart--mini .cart__footer {
    border-top: none;
}
.cart--mini .cart__items .product--on-cart-new {
    border-bottom: none;
}
.cart__items .product--on-cart-new:not(:first-child) {
    border-top: 2px solid #eff1f4;
}
.form-group--number-new {
    max-width: 100px !important;
    border: 1px solid;
    border-radius: 5px;
}
.form-group--number-new input {
    font-size: 14px !important;
    height: 35px !important;
}
.product--on-cart .product__content small .cart-price {
    color: #ff4800;
    font-size: 17px;
}
.btn--custom--new {
    border-radius: 61px !important;
}
.btn--outline--new {
    border-color: var(--color-1st) !important;
    border-radius: 61px !important;
}
.btn-cart-new,
.btn-history-new {
    background: #caeffb;
    border-radius: 4px;
    line-height: 18px;
    font-size: 13px;
    color: #398500;
}
.btn--outline--new:hover {
    color: #fff !important;
    background: var(--color-1st) !important;
}
.icon-cart-new {
    right: -4px !important;
    top: -15px !important;
}
.btn-cart-new {
    width: auto !important;
    padding: 25px 5px;
}
.btn-history-new {
    padding: 25px 15px;
    width: 94px !important;
    margin-right: 8px;
}
.search-btn-new {
    height: 50px !important;
}
.custom-link-share {
    border: 0 !important;
    cursor: pointer;
}
.btn-buy-now-custom {
    background-color: #3a5a40 !important;
}
.about-sight-mission-top {
    padding: 79px 0 102px;
}
.about-sight-mission-top-img {
    flex: 0 0 auto;
    width: 40%;
    margin-right: 6%;
}
.about-sight-mission-top-content {
    flex: 0 0 auto;
    width: 60%;
}
.about-sight-mission-top-content h2 {
    color: #5a9f68;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about-sight-mission-top-content h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.about-company-info p,
.about-sight-mission-top-content p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
}
.about-sight-mission-top-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 1rem;
}
.about-sight-mission-top-content ul li {
    padding: 20px 20px 18px 60px;
    margin-bottom: 15px;
    background: #fff;
    width: 56.5%;
    color: #398500;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.about-company-info ul li svg,
.about-sight-mission-top-content ul li svg {
    position: absolute;
    left: 20px;
}
.about-sight-mission-bottom {
    background-color: #588157;
    color: #fff;
    padding: 35px 0 30px;
}
.about-sight-mission-bottom-img {
    padding-right: 20px;
}
.about-sight-mission-bottom-content {
    max-width: 65%;
    font-size: 19px;
    line-height: 27px;
}
.about-company {
    padding: 100px 0 60px;
}
.about-company-info {
    flex: 0 0 auto;
    width: 48%;
    padding-right: 20px;
}
.about-company-info h3 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 20px;
    color: #5b657a;
}
.about-company-info h3 strong,
.about-world h2 strong {
    color: #5a9f68;
}
.about-company-info ul {
    list-style: none;
    padding: 0;
}
.about-company-info ul li {
    padding: 20px 20px 18px 60px;
    margin-bottom: 15px;
    background: #5a9f68;
    width: 65.5%;
    color: #fff;
    font-size: 17px;
    position: relative;
    display: flex;
    align-items: flex-start;
}
.about-world {
    padding-bottom: 68px;
    border-bottom: 1px solid #eee;
}
.about-world h2 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 32px;
}
.about-world p {
    color: #5b657a;
    font-size: 15.5px;
    line-height: 22px;
    max-width: 94%;
    margin: 0 auto 82px;
}
.about-videos {
    padding: 68px 0 0;
}
.about-videos h2 {
    font-size: 25px;
    line-height: 48px;
    text-align: center;
    max-width: 75%;
    margin: 0 auto 36px;
}
.about-videos h2 strong {
    color: #5a9f68;
    font-size: 28px;
}
.about-videos p {
    font-size: 15.5px;
    line-height: 24px;
    text-align: center;
    max-width: 80%;
    margin: 0 auto 50px;
    color: #5b657a;
}
.about-videos .slick-list .slick-track {
    text-align: center;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media (max-width: 767px) {
    .about-company-img img,
    .ps-block--feature {
        max-width: 100%;
    }
    .customer-information-box {
        text-align: left;
    }
    .about-sight-mission-top {
        padding: 30px 0 40px;
    }
    .about-sight-mission-top-img {
        width: 0%;
        margin-right: 0;
    }
    .about-sight-mission-top-content {
        width: 100%;
    }
    .about-sight-mission-top-content h2 {
        color: #00adf0;
        font-size: 17px;
        line-height: 26px;
        margin-bottom: 33px;
    }
    .about-sight-mission-top-content img {
        margin: 0 12.5% 23px;
        max-width: 75%;
    }
    .about-sight-mission-top-content p {
        margin-bottom: 22px;
    }
    .about-sight-mission-top-content ul {
        list-style: none;
        padding: 0;
        margin-bottom: 1rem;
    }
    .about-sight-mission-top-content ul li {
        width: calc(100% - 30px);
    }
    .about-sight-mission-bottom {
        padding-bottom: 0;
    }
    .about-sight-mission-bottom .col-12 {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .about-sight-mission-bottom .col-12 > div {
        max-width: 100%;
        width: 100%;
    }
    .about-sight-mission-bottom-img {
        text-align: center;
        margin: 0 0 15px !important;
    }
    .about-sight-mission-bottom-content {
        font-size: 17px;
        text-align: center;
        margin: 0 0 35px !important;
    }
    .about-company {
        background: #f6f6f6;
        padding: 40px 0;
    }
    .about-company .container {
        flex-wrap: wrap;
    }
    .about-company .container > div,
    .about-company-img {
        width: 100%;
        padding: 0;
    }
    .about-company-info h3 {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
    }
    .about-company-info p {
        font-size: 13.5px;
        text-align: center;
        margin-bottom: 38px;
    }
    .about-company-info ul {
        margin-bottom: 30px;
    }
    .about-company-info ul li {
        width: calc(100% - 28px);
    }
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.main-header .container,
.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.promo-link a {
    color: #fff;
    margin-left: 5px;
}
.logo span,
.nav-menu li.active {
    color: #00a0e9;
}
.nav-menu li {
    margin: 0 15px;
    font-weight: 500;
}
.search-box input {
    border: none;
    outline: 0;
    padding: 5px;
    width: 150px;
}
.search-box button {
    background: #00a0e9;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}
.cart-btn span {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #00a0e9;
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}
.hero {
    color: #fff;
    padding: 30px 0;
    border-radius: 8px;
    margin: 20px auto;
    max-width: 1170px;
}
.hero-content {
    text-align: left;
    margin: 0 20px 20px;
    justify-content: space-between;
}
.hero-title {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
}
.hero-title strong {
    font-size: 35px;
}
.search-form {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 0 20px;
}
.search-group {
    flex: 1;
    min-width: 250px;
}
.search-group label {
    display: block;
    text-align: left;
    margin-bottom: 5px;
    font-size: 14px;
}
.search-group input,
.search-group select {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 4px;
    outline: 0;
}
.find-store-button {
    background-color: #ff9800;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 25px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.map-section {
    display: flex;
    margin: 30px auto;
    max-width: 1170px;
    gap: 20px;
}
.pharmacy-list {
    flex: 0 0 350px;
    background-color: #f9f9f9;
    border-radius: 8px;
    max-height: 500px;
}
.list-header,
.pharmacy-name {
    align-items: center;
    display: flex;
}
.list-header {
    background-color: #00a0e9;
    color: #fff;
    padding: 15px;
}
.pharmacy-item {
    border-bottom: 1px solid #eee;
    padding: 15px;
    background-color: #fff;
    margin: 10px;
    border-radius: 8px;
}
.pharmacy-name {
    font-weight: 700;
    margin-bottom: 5px;
    padding-left: 25px;
}
.pharmacy-name img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.pharmacy-address {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 25px;
}
.pharmacy-actions {
    display: flex;
    gap: 10px;
    padding-left: 25px;
}
.call-btn,
.direction-btn {
    background-color: #00a0e9;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.map-container {
    flex: 1;
    height: 500px;
    background-color: #f0f0f0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.map-container iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.partners {
    background-color: #00a0e9;
    color: #fff;
    padding: 40px 0;
    text-align: center;
    margin-top: 40px;
}
.benefits-list,
.signup-form {
    padding: 30px;
    border-radius: 8px;
}
.partners-title {
    font-size: 24px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
}
.benefits-section {
    display: flex;
    margin: 50px auto;
    max-width: 1170px;
    gap: 30px;
}
.benefits-list {
    flex: 0 0 350px;
    background-color: #5a9f68;
    color: #fff;
}
.benefits-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}
.benefit-item {
    margin-bottom: 35px;
    display: flex;
}
.benefit-number {
    font-size: 36px;
    font-weight: 700;
    margin-right: 15px;
    line-height: 1;
}
.benefit-heading {
    font-weight: 700;
    margin-bottom: 5px;
}
.benefit-text {
    font-size: 14px;
    line-height: 1.4;
}
.signup-form {
    background: #fff;
    flex: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.signup-title {
    color: #666;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    color: #666;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: 0;
}
.submit-btn {
    background-color: #ff9800;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 25px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}
.footer-address i {
    margin-right: 10px;
    margin-top: 3px;
}
.footer-menu li {
    margin-bottom: 10px;
    font-size: 14px;
}
.payment-methods img {
    height: 30px;
}
@media (max-width: 992px) {
    .benefits-section,
    .map-section {
        flex-direction: column;
    }
    .pharmacy-list {
        flex: 0 0 auto;
        width: 100%;
    }
    .benefits-list {
        flex: 0 0 auto;
    }
}
.box-location {
    overflow: hidden;
    clear: both;
    color: #000;
}
.box-location h3 {
    color: #000;
    margin-left: 3.5rem;
    font-size: 20px;
    margin-top: 3rem;
}
.box-location ul li {
    width: 25%;
    float: left;
    margin-bottom: 0.5em;
    list-style-type: none;
    padding-left: 0;
    color: #588157;
}
.header-list-location {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}
.table-list-store {
    width: 100%;
    overflow: auto;
    margin: 15px 0;
}
.table-list-store table {
    width: 100%;
    background: #f7f7f7;
    margin-top: 0;
    box-sizing: border-box;
}
.table-list-store table tr {
    border-bottom: 1px solid gray;
}
.table-list-store table thead tr th:first-child {
    width: 50%;
    border: none;
}
.table-list-store table thead tr th:last-child {
    width: 20%;
    border: none;
}
.table-list-store table thead tr th {
    text-align: center;
    color: #fff;
    font-weight: 500;
    word-break: normal;
    background: #588157;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.table-list-store tr td {
    padding: 10px;
    color: #000;
    text-align: center;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
}
.table-list-store table tr:hover {
    background: #f7f7f7;
}
@media (max-width: 768px) {
    .search-form {
        flex-direction: column;
    }
    .find-store-button {
        margin-top: 10px;
    }
    .box-location ul li {
        width: 50%;
    }
}
.youtube-wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 auto;
}

.youtube-thumbnail {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.youtube-wrapper:not([style*="height"]) .youtube-thumbnail {
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
    position: relative;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68px;
    height: 48px;
    background: url("https://img.icons8.com/color/48/youtube-play.png") center center/contain no-repeat;
    z-index: 2;
}
.ck-content .image_resized {
    aspect-ratio: 3/1;
    width: 100%;
    height: auto;
}
.campaign-list-item .title-wrapper {
    background: #fff;
    padding: 5px 10px;
}
.owl-carousel,
.owl-stage-outer,
.section--homepage {
    min-height: 100px;
}

.youtube-slider {
    padding-bottom: 30px;
}

.news__header {
    padding-bottom: 40px;
}

.news__header h3 {
    padding-bottom: 25px;
}
.news__header_brands {
    padding-bottom: 30px;
}
.news__header_youtube {
    padding-bottom: 25px;
}

@media (max-width: 768px) {
    .section--homepage .section__header h3 {
        font-size: 20px !important;
        white-space: normal !important;
        font-weight: 700;
        overflow: unset;
    }

    .youtube-wrapper {
        width: 100% !important;
        height: auto !important;
    }

    .youtube-thumbnail {
        width: 100% !important;
        height: auto !important;
        padding-bottom: 56.25% !important;
        position: relative !important;
    }
    .news__header h3 {
        padding-bottom: 40px;
    }
}

/* new add cart button */
.new-add-cart-btn, .see-more-btn {
    background: #f46a0e;
    border-color: #f46a0e;
    color: #ffffff;
    margin-top: 15px;
    font-size: 12px;
    padding: 10px 15px;
}

.new-add-cart-btn:hover, .see-more-btn:hover {
    color: #ffffff !important;
}
/* footer */
.footer {
    padding: 30px 0 15px;
    color: #fff;
    background: var(--bg-linear-gradient);
    position: relative;

    &__logo-over {
        width: auto;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;

        @media (max-width: 768px) {
            display: none;
        }
    }

    .wrapper-footer {
        display: flex;

        @media (max-width: 768px) {
            flex-direction: column-reverse;

        }
    }

    &__col-1 {
        flex-basis: 45%;

        @media (max-width: 768px) {
            margin-bottom: 0px;
        }

        >a {
            display: flex;
            margin-bottom: 26px;
            max-width: 226px;
        }

        p {
            margin-bottom: 16px;

            @media (max-width: 768px) {
                margin-bottom: 10px;
            }
        }

        &--thaiminhhitech {
            display: flex;

            a {
                margin-bottom: 0;
                color: #fff;
                margin-left: 5px;
            }
        }

        &--socials {
            display: flex;
            margin-bottom: 10px;

            @media(max-width: 768px) {
                margin-top: 14px;
                margin-bottom: 24px;
            }

            .social-item {
                margin-right: 16px;

                a {
                    display: flex;

                    svg {
                        transition: all .3s ease;

                        path {
                            transition: all .3s ease;
                        }
                    }

                    &:hover {
                        svg {
                            fill: var(--color-primary);
                        }

                        path {
                            fill: var(--color-primary);
                        }
                    }
                }
            }
        }

        &--dkkd {
            margin-bottom: 0 !important;
        }

        &--phone {
            display: flex;
            align-items: center;

            span {
                margin-right: 3px;
            }

            a {
                margin-bottom: 0;
                color: #fff;
                margin-left: 3px;
            }
        }

        &--email {
            a {
                margin-bottom: 0;
                color: #fff;
            }
        }
    }

    &__col-end {
        flex-basis: 55%;
        display: flex;

        @media (max-width: 768px) {
            display: block;
            position: relative;
            padding-bottom: 10px;

            &::after {
                position: absolute;
                content: '';
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #F7FAFC3D;
            }
        }

        &--wrapper-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 24px;

            @media (max-width: 768px) {
                margin-bottom: 10px;
            }

            &__title {
                font-size: 1.2rem;
                font-weight: 700;
            }

            svg {
                transition: all .3s ease;

                @media (min-width: 768px) {
                    display: none;
                }
            }
        }

        &--wrapper-title.active {
            svg {
                transform: rotate(180deg);
            }
        }

        &--menu {
            flex-basis: 55%;

            @media (max-width: 768px) {
                margin-bottom: 16px;
            }

            li {
                margin-bottom: 16px;

                @media (max-width: 768px) {
                    margin-bottom: 10px;
                }

                &:last-child {
                    margin-bottom: 0;
                }
            }

            a {
                display: block;
                color: #fff;
            }

            a.active {
                color: var(--color-primary);
            }
        }

        &--policy {
            flex-basis: 45%;

            p,
            a {
                margin-bottom: 16px;
                color: #fff;
                display: block;

                @media (max-width: 768px) {
                    margin-bottom: 10px;
                }
            }
        }
    }
}

.footer-line {
    height: 16px;
    background: var(--bg-linear-gradient-1);
}

#btnScrollToTopMobile {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--color-primary);
    color: #fff;
    border: none;
    outline: none;
    z-index: 8;
    padding: 10px;

    svg {
        fill: #fff;
        width: 100%;
        height: 100%;
    }
}

.img-bocongthuong-mb,
.img-bocongthuong-pc {
    width: 195px;
}

.img-bocongthuong-pc {}

.img-bocongthuong-mb {
    margin-top: 10px;
}

.logo-footer-pc {
    @media(max-width: 768px) {
        display: none;
    }
}

.logo-footer-mb {
    display: none;

    @media(max-width: 768px) {
        display: block;
    }
}

.footer-item-has-icon {
    margin-bottom: 16px;

    svg {
        margin-top: 3px;
        margin-right: 10px;
        max-width: 16px;
        height: 16px;
        width: 100%;
    }

    p {
        margin-bottom: 0;
    }
}

#button-contact-vr {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99999;
    transition: transform 0.3s ease-in-out;
}

@media (max-width: 768px) {
    #button-contact-vr {
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    }
}

/* Nút bấm */
.button-contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    backface-visibility: hidden;
}

/* Hiệu ứng vòng tròn ngoài */
.phone-vr-circle-fill {
    position: absolute;
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    background-color: rgba(230,8,8,0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    animation: zoom 1.3s infinite ease-in-out;
    will-change: transform;
}

/* Vòng tròn chứa icon */
.phone-vr-img-circle {
    position: absolute;
    top: 25px;
    left: 25px;
    width: 40px;
    height: 40px;
    background-color: #e60808;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: zoom 1s infinite ease-in-out;
}

/* SVG và hình ảnh */
.phone-vr-img-circle a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
} 

.phone-vr-img-circle img {
    max-width: 25px;
    max-height: 25px;
}

/* Hiệu ứng rung lắc */
@keyframes zoom {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1);
    }
    100% {
        transform: scale(0.9);
    }
}

/* Messenger */
#contact-vr .phone-vr-circle-fill {
    background-color: rgba(33,150,243,0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

/* Hiệu ứng khi ẩn nút */
#button-contact-vr.active #gom-all-in-one .button-contact {
    transform: translateX(-100%);
    transition: transform 0.6s ease-in-out;
}

.show-for-medium {
    display: none;
    @media (max-width: 768px) {
        display: block;
    }
}

.mb-social {
    background-image: url(/themes/september/img/bg.webp);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    height: 62px;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.mb-social .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    height: 100%;
    list-style: none;
    margin: 0;
}

.mb-social .list .hotline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    z-index: 11;
    /* opacity: 0; */
}

.mb-social .list .hotline img {
    height: 25px;
    animation: pulseX 1s linear infinite;
}

@keyframes pulseX {
    0% {
    transform: scale(0.9, 0.9);
    }

    50% {
    transform: scale(1, 1);
    }

    100% {
    transform: scale(0.9, 0.9);
    }
}

@keyframes animationIcon {
    0% {
    transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
    transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
    transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
    transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
    transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
    transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
    transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes egaAnimationShadow {
    0% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    }

    25% {
    opacity: 0.3;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    }

    50% {
    opacity: 0.3;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    }

    75% {
    opacity: 0.3;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    }

    100% {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    }
}

.mb-social .list img {
    height: 45px;
}

.mb-soical__fixed {
    display: none;
}

@media screen and (max-width: 768px) {
    .mb-soical__fixed {
    display: block;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 999;
    }

    .mb-soical__fixed img {
    height: 100px;
    animation: pulseX 0.5s linear infinite;
    }

    .mb-sm-footer {
        margin-bottom:80px;
    }
}

@media screen and (max-width: 768px) {
.mb-social .list .flex-footer {
    width: 35%;
    justify-content: space-between;
}
.mb-social .list .flex-footer li {
    margin-bottom: 0;
}
.mb-social .list .hotline {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
    z-index: 11;
}
.mb-social .list a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000;
}
.azt-contact-footer-btn-center-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-image: linear-gradient(92.83deg, #006734 0, #f37021 100%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 20px;
    text-align: center;
    box-shadow: #00000026 0 -3px 10px 0px;
    border: 2px solid #ffffff7d;
}
.mb-social .list img {
    height: 25px;
}
.mb-social .list .call-now {
    padding: 2px 8px;
    background-image: linear-gradient(92.83deg, #006734 0, #f37021 100%);
    border-radius: 30px;
    color: #fff !important;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 0;
}
}
.flex-footer {
    display: flex;
}

/* Widget footer */
.widget__content .widget__links {
    color: var(--color-text);
}
