:root {
    --primary-color: #52300d;
    --secondary-color: #222;
    --third-color: #249422;
}

*:active, *:focus {
    outline: none !important;
}

::-webkit-input-placeholder { /* Edge */
    color: var(--secondary-color);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #222;
}

::placeholder {
    color: var(--secondary-color);
}

a,
a:active,
a:focus {
    color: var(--primary-color);
}

body {
    /*font-family: 'Caros', sans-serif;*/
    color: var(--secondary-color);
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4 {
    color: #000;
    /*font-family: 'Caros Bold', sans-serif;*/
}

h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 28px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

label {
    font-size: 14px;
}

.btn {
    border: 0;
    padding: 10px 30px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    font-size: 16px;
    text-shadow: none;
    /*font-family: 'Caros Bold', sans-serif;*/
    text-transform: uppercase;
    height: auto;
}

.btn:hover {
    text-decoration: none !important;
}

.btn.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}

.btn-icon {
    background-color: #efefef;
    color: var(--secondary-color);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #e0e0e0;
}

.btn-icon:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-primary {
    transition: 0.5s;
    background-size: 200% auto;
    background-image: none;
    background-color: #e6c598;
    color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: #51300c !important;
    border-color: #51300c !important;
    background-position: right center;
    background-image: linear-gradient(to right, #51300c 0%, #8e704d 51%, #51300c 100%);
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

.btn-secondary {
    transition: 0.5s;
    background-size: 200% auto;
    background: #51300c;
    color: #fff !important;
    border-color: #51300c;
    text-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-secondary:hover {
    background-position: right center;
    background-size: 200% auto;
    background-image: linear-gradient(to right, #51300c 0%, #8e704d 51%, #51300c 100%);
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 14px;
}

.form-control {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.form-control:focus {
    border-color: #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9e9e9e;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9e9e9e;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #9e9e9e;
}

.mt-20 {
    margin-top: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-60 {
    margin-bottom: 60px;
}

.align-right {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.align-middle {
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
    vertical-align: middle !important;
}

#content {
    min-height: 360px;
}

/* HEADER */
.header, .header-wrapper {
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: 50% 0;
    transition: background-color .3s, opacity .3s;
}

.header-wrapper {
    background-color: #fff;
}

.header-main {
    height: 132px;
    position: relative;
}

.header-main .header-inner {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.logo-left .logo {
    margin-left: 0;
    margin-right: 30px;
}

.logo {
    line-height: 1;
    margin: 0;
}

#logo a {
    max-width: 150px;
}

.header-wrapper:not(.stuck) .logo img {
    transition: max-height .5s;
}

.header-wrapper .header-main .header-right {
    display: flex;
    flex-direction: column;
}

.header-menu-top {
    margin-left: auto;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding-left: 15px;
    padding-right: 15px;
}

.header-menu-top a {
    text-decoration: none;
}

.header-account > ul > li a:hover,
.header-account > ul > li a:hover span {
    color: var(--third-color);
}

.header-menu-top > div+div {
    margin-left: 15px;
}

.header-menu-top .header-checkout > a,
.header-menu-top ul > li > a {
    display: flex;
    align-items: center;
}

.header-menu-top ul > li > a:hover {
    color: var(--third-color);
}

.header-menu-top .icon {
    color: var(--third-color);
    font-size: 32px;
}

.header-menu-top span {
    font-size: 16px;
}

/* Header account */
.header-account > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-account > ul > li:last-child a {
    padding-right: 0;
    border-right: 0;
}

.header-account > ul > li a {
    color: #444;
}

.header-account > ul > li a:hover span {
    color: var(--third-color);
}

.header-account .icon-user {
    display: flex;
    align-items: center;
}

.header-account .seperator {
    padding-left: 5px;
    padding-right: 5px;
}

/* Header cart */
.header-cart .cart-total {
    background: transparent;
    border: 0;
    position: relative;
    padding: 0;
}

.header-cart #cart {
    margin-bottom: 0;
    position: relative;
}

#cart-total {
    background: #ed1c24;
    color: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    text-align: center;
}

.header-cart .dropdown-menu {
    background: #fff !important;
    max-width: 480px;
    min-width: 240px !important;
}

.header-cart .dropdown-menu .table-info tr td {
    border: 0;
}

.header-cart .dropdown-menu .table-info tbody tr {
    display: flex;
    align-items: center;
}

.header-cart .dropdown-menu .table-info tbody td:last-child {
    margin-left: auto;
}

.header-cart .dropdown-menu .table-info a {
    color: var(--primary-color);
}

.header-cart .dropdown-menu .table-info .button-remove {
    border: 0;
    color: var(--primary-color);
    font-size: 22px;
}

.header-cart .dropdown-menu .table-action {
    display: flex;
    align-items: center;
    flex-direction: row;
    min-width: 100% !important;
    padding: 15px 10px !important;
}

.header-cart .dropdown-menu .table-action > .btn:last-child {
    margin-left: auto;
}

.header-cart .dropdown-menu .table-action .btn-primary {
    background: #52300d;
    color: #fff;
}

.header-cart .dropdown-menu .table-action .btn-secondary {
    background: #e6c598;
    color: #52300d;
}

.header-cart .dropdown-menu .table-action .btn {
    transition: 0.5s;
    background-size: 200% auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.header-cart .dropdown-menu .table-action .btn:hover {
    background-color: #51300c !important;
    border-color: #51300c !important;
    color: #fff !important;
    background-position: right center;
    background-image: linear-gradient(to right, #51300c 0%, #8e704d 51%, #51300c 100%);
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

.header-cart .dropdown-menu .table-total .table-row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.header-cart .dropdown-menu .table-total .table-row > * {
    margin-left: auto;
}

.header-cart .dropdown-menu .table-total .table-row strong {
    margin-right: 15px;
}

    /* Header menu */
.header-wrapper .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.header-wrapper .megamenu-wrapper {
    background-color: transparent;
    color: var(--secondary-color);
}
.header-wrapper .megamenu-wrapper ul.megamenu > li > a {
    text-shadow: none;
    background-color: transparent;
    padding: 8px 20px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    /*font-family: 'Caros Bold', sans-serif;*/
    color: var(--secondary-color);
}

.header-wrapper .megamenu-wrapper ul.megamenu > li:hover > a,
.header-wrapper .megamenu-wrapper ul.megamenu > li.active > a {
    background-color: var(--primary-color);
    color: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

.dropdown-menu > li > a {
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 15px;
}

.dropdown-menu > li:hover a {
    color: var(--primary-color);
    background: #f5f5f5;
}


.header-mobile-menu {
    z-index: 9999;
}
.header-mobile-menu .container {
    padding-right: 0;
}
.header-mobile-menu #menu {
    min-height: 0;
}

.header-mobile-menu .navbar {
    margin: 0;
    border: 0;
}

.header-mobile-menu #menu .btn-navbar {
    padding: 0;
    border-color: #909090;
    color: #909090;
    margin: 0;
    width: 32px;
    height: 25px;
}

.header-mobile-menu #menu .nav > li > a {
    display: block;
    padding: 0;
    margin: 0 0 15px;
}

.header-mobile-menu #menu .btn-navbar:hover,
.header-mobile-menu #menu .btn-navbar:focus {
    border-color: #373737;
    color: #373737;
    background-color: transparent;
}

.header-mobile-menu .megamenu-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 280px;
    padding: 15px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 100%;
    border: 1px solid #e6e6e6;
}

.header-mobile-menu .megamenu-wrapper .navbar-nav {
    margin: 32px 0 0 0;
}

.header-mobile-menu .megamenu-active {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

#remove-megamenu,
#close-megacategorymenu {
    position: absolute;
    right: 15px;
    top: 10px;
}

#show-megamenu {
    cursor: pointer;
}

.megamenu-wrapper li.dropdown:hover .dropdown-menu {
    display: block;
    margin-left: 0 !important;
}

.megamenu-wrapper li.dropdown .dropdown-menu {
    border: 0;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.megamenu-wrapper li.dropdown .dropdown-menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.megamenu-wrapper li.dropdown .dropdown-menu ul li a {
    padding: 10px 15px !important;
    font-size: 14px !important;
    line-height: 22px !important;
}

.megamenu-wrapper li.dropdown .dropdown-menu ul li:hover a {
    background: #f9ad81;
    color: #fff;
}

/* Page Header */
#page-header {
    padding-top: 90px;
    padding-bottom: 90px;
    margin: 0 auto;
    color: #fff;
    min-height: 300px;
    background: url(../image/bg-aboutus-header.jpg) no-repeat center center;
}
#page-header.information-about-us {
    background: url(../image/bg-aboutus-header.png) no-repeat center center;
}
#page-header.information-promotion {
    background: url(../image/bg-promotion-header.png) no-repeat center center;
}
#page-header.information-memberships {
    background: url(../image/bg-memberships-header.jpg) no-repeat center center;
}
#page-header.information-testimonials {
    /*background: url(../image/bg-testimonial-header.jpg) no-repeat center center;*/
}
#page-header.information-contact {
    background: url(../image/bg-contact-header.png) no-repeat center center;
}

#page-header h1 {
    color: #fff;
    font-size: 40px;
    line-height: 48px;
    font-weight: bold;
    margin: 0 0 15px;
    text-transform: uppercase;
    text-align: center;
}

#page-header .breadcrumb {
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent;
    border: 0;
    text-align: center;
}

#page-header .breadcrumb > li {
    position: relative;
    white-space: nowrap;
    text-shadow: none;
    padding: 0 10px;
}

#page-header .breadcrumb > li,
#page-header .breadcrumb > li a {
    color: #fff;
}

#page-header .breadcrumb > li:first-child {
    padding-left: 0;
}

#page-header .breadcrumb > li:last-child:after {
    display: none;
}

#page-header .breadcrumb > li:after {
    width: 5px;
    height: 5px;
    top: 10px;
}

.checkout-products {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#checkout-cart .table-bordered > thead > tr > td {
    background: #e6c598;
    color: #422b00;
    padding: 10px 15px;
    border-color: #e6c598;
}

#checkout-cart .table-bordered > tbody > tr > td {
    padding: 10px 15px;
    color: #323232;
}
#checkout-cart .table-bordered > tbody > tr > td a {
    color: #323232;
}
#checkout-cart .table-bordered > tbody > tr > td a:hover {
    color: #222;
    text-decoration: underline;
}

.div-radio-inline {
    display: flex;
    align-items: center;
}

.div-radio-inline .radio,
.div-radio-inline .select {
    margin: 0 15px 0 0;
}

.lift-access-level {
    display: flex;
    align-items: center;
}

.lift-access-level .form-control {
    height: 32px;
}

.lift-access-level .control-label {
    /*padding-top: 8px;*/
}

#input-coupon {
    padding: 10px 15px;
    background: #ebebeb;
    color: #2f2f2f;
    font-weight: 300;
    height: 40px;
    border-color: #ebebeb;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.form-control {
    height: 40px;
    font-size: 16px !important;
    line-height: 24px;
}

legend {
    font-size: 16px;
    padding: 6px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.input-group-btn .btn {
    height: 40px;
}

.input-group-custom {
    display: flex;
    align-items: center;
}

.input-group-custom label {
    font-size: 16px;
    margin: 0 15px 0 0;
}

.input-group-custom .change-quantity {
    max-width: 90px;
    text-align: center;
    background: #f6f3e5;
    color: var(--secondary-color);
}

/* Section content */
.section-content-middle {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    align-items: center;
}

.section-bg, .section-content {
    width: 100%;
}

.section-about-us-content,
.section-promotion-content {
    padding: 0 !important;
}

.section-bg {
    overflow: hidden;
}

.intro-content h2 {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 22px;
    line-height: 30px;
}

.intro-content h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    font-size: 32px;
    line-height: 40px;
}

.intro-content .btn {
    margin-top: 30px;
    font-weight: 600;
}

/* Featured Product */
.section-product-slider {
    padding: 60px 0;
    position: relative;
    min-height: auto;
    width: 100%;
}
.section {
    padding: 60px 0;
    position: relative;
    min-height: auto;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
}

.section-product-content {
    display: block;
}

.section .swiper-viewport {
    background: transparent;
    margin: 0;
}

.section.product-slider {
    padding: 15px 0;
}

.section-join-our-membership {
    padding: 60px 0;
    background: url(../image/bg2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-join-our-membership .container {
    width: 1140px;
}

.relative {
    position: relative !important;
}

.section-content {
    z-index: 1;
    width: 100%;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h3 {
    display: block;
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.section-title h3:after {
    content: url(../image/title-border.png);
    display: block;
    margin-top: 15px;
}

.dark .section-title h3 {
    color: #fff;
}

.section-filter {
    margin-bottom: 30px;
}

.section-filter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-filter ul li {
    margin: 0 5px;
}

.section-filter li a {
    display: block;
    padding: 6px 15px;
    color: #373737;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.section-filter li:hover a,
.section-filter li.active a {
    color: #fff;
    background: #f9ad81;
}

.product-item {
    position: relative;
    overflow: hidden; 
    margin-bottom: 30px;
    text-align: center;
}

.product-item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.product-item .name {
    padding: 15px 12px;
    display: block;
    display: -webkit-box;
    height: 100px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-item h4 {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
    margin: 0;
}

.product-item .image {
    position: relative;
}

.product-item .bagde {
    transition: 0.5s;
    background-size: 200% auto;
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, #e4342e 0%, #ef6e64 51%, #e4342e 100%);
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    right: 15px;
    bottom: -20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.product-item .bagde strong {
    display: block;
}

.product-item:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}

.product-item .image {
    display: block;
}

.product-item .image img {
    margin: 0 auto;
    width: 100%;
}

.product-toolbar {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.product-toolbar .heading-title {
    margin: 0;
}

.product-toolbar .product-filter-row {
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
}




.product-item .content {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-item .content .product-model,
.product-item .content .category {
    font-weight: bold;
    font-size: 16px;
}

.product-item .product-title {
    font-size: 16px;
    color: #000;
    display: block;
    /*display: -webkit-box;
    height: 32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 15px;
    font-weight: 600;
}

.product-item .product-title:hover {
    color: var(--primary-color);
}

.product-item .price-wrapper {
    display: flex;
    align-items: center;
    height: 44px;
}

.product-item .price-wrapper .bagde {
    margin-left: auto;
}

.product-item .price {
    color: var(--primary-color);
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    flex-direction: column;
}

.product-item .price .price-old {
    font-size: 14px;
    color: #b6b6b6;
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 5px;
}

.product-item .price .price-new {
    color: var(--primary-color);
}

.product-item .button-action {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.product-item .button-action button {
    border: 0;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    padding: 10px 20px;
    font-weight: 600;
    color: #fff;
    transition: 0.5s;
    background-size: 200% auto;
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, #e4342e 0%, #ef6e64 51%, #e4342e 100%);
}

.product-item .button-action button:hover {
    background-position: right center;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

.product-item .rating {
    margin-bottom: 15px;
}

.product-item .rating .fa-star {
    color: #d7d7d7;
}
.product-item .rating .stacked .fa-star {
    color: #fcb800;
}

.button-view-all {
    text-align: center;
    display: block;
    margin: 0 auto;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}

.hide-module-title h2 {
    display: none !important;
}

/* Membership */
.section-join-our-membership h2 {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.section-join-our-membership h2:after {
    content: url(../image/title-border.png);
    display: block;
    margin-top: 15px;
}

.section-join-our-membership.dark h2:after {
    content: url(../image/title-border-dark.png);
}

/* Membership page */
.section.membership-top {
    background: url(../image/bg-memberships-content.png) no-repeat top left;
}

.section.membership-top ul {
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
}

.section.membership-top ul li {
    background: url(../image/dot.png) no-repeat left center;
    padding-left: 24px;
}

.section.membership-top ul li h4 {
    font-weight: 18px !important;
    line-height: 25px;
}

.memberships {
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 30%;
    justify-content:space-between;
    margin-bottom: 30px;
}

.memberships .membership-column {
    width: 30%;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.membership-item {
    color: #333;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.membership-item .membership-icon {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    background: #f8ecdc;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.membership-item .membership-name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
}

.membership-item .membership-icon .icon-1 {
    content: url(../image/icon1.png);
}
.membership-item .membership-icon .icon-2 {
    content: url(../image/icon2.png);
}
.membership-item .membership-icon .icon-3 {
    content: url(../image/icon3.png);
}

/* About Us */
.quote-left {
    background: url(../image/icon-quote-left.png) no-repeat left center;
    padding: 17px 20px;
    color: #fcb247;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 8px;
}

.content-left h2:after {
    content: url(../image/title-border-left2.png);
    display: block;
}

.about-us-bottom {
    background: #1e1e1e;
    text-align: center;
    color: #fff;
}

.about-us-bottom h2 {
    color: #fff;
}

.about-us-bottom h2:after {
    content: url(../image/title-border-left2.png);
    display: block;
    margin: 0 auto;
}

.about-us-bottom h4 {
    color: #fff;
}

/* Mansory */
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
}

.banner {
    position: relative;
    width: 100%;
}

.banner-bg {
    overflow: hidden;
}

.banner-layers {
    max-height: 100%;
    height: 100%;
    position: relative;
}

.mansory {
    display: grid;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

.mansory-item .banner {
    height: 270px;
    background: #f7f4e5;
}

.mansory-item:nth-child(4) .banner,
.mansory-item:nth-child(6) .banner {
    background: url(../image/bg4.png) no-repeat bottom left #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.mansory-item .banner-layers {
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mansory-item .banner .bg {
    transition: transform .5s;
}

.mansory-item .banner:hover .bg {
    transform: scale(1.5);
}

.mansory-item h4 {
    color: #4a3403;
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 5px;
    padding: 0;
}

.mansory-item ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mansory-item ul li {
    color: #444;
}

/* Contact Us */
.section-contact-form {
    background: url(../image/bg-contact-page.png) no-repeat bottom left;
}
.section-contact-map {
    background: url(../image/bg-contact-map.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Testimonials */
.testimonials {
    column-count: 2;
    column-gap: 60px;
}

.testimonials .testimonial-row {
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}

.testimonial-top {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 8px;
}

.testimonial-top .image {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.testimonial-top .message {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #f5f5f5;
    padding: 20px 30px;
    color: #000;
    position: relative;
}

.testimonial-top .message:before {
    content: url(../image/icon-quote.png);
    display: block;
    margin-bottom: 8px;
}

.testimonial-top .message:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -2em;
    left: 45px;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent transparent #f5f5f5 #f5f5f5;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -5px 5px 10px 0 rgba(0, 0, 0, .1);
    font-size: 10px;
}

/*
.testimonial-inner:hover .testimonial-top .message {
    background: #fff;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}

.testimonial-inner:hover .testimonial-top .message:after {
    border-color: transparent transparent #fff #fff;
}

.testimonial-inner:hover .testimonial-top .message:before {
    content: url(../image/icon-quote-hover.png);
}
*/

.testimonial-top .message:not(.has-image) {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.testimonial-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}

.testimonial-bottom .name {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: var(--primary-color);
}

.testimonial-bottom .rating > * {
    color: #ffcc00;
    margin-right: 2px;
    font-size: 24px;
}

.testimonial-contact {
    max-width: 590px;
    text-align: center;
    margin: 0 auto;
}

.testimonial-contact h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.testimonial-contact a {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Mansory */
.mansory-items {
    column-count: 2;
    column-gap: 30px;
}

.mansory-items .mansory-item {
    display: inline-block;
    margin: 0;
    width: 100%;
}

/* Enquiry */
#page-header.information-enquiry {
    background: url(../image/bg-wholesale-header.png) no-repeat center center;
}
.section-enquiry-content .contact-info {
    padding: 0;
}
.section-enquiry-content .card-body,
.section-enquiry-content .card-footer {
    padding: 0;
    margin-bottom: 15px;
}

.section-banner-grid {
    padding: 0;
}

.banner-grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-enquiry-content img,
.banner-grid img {
    width: 100%
}

/* PRODUCT - CATEGORY */
#page-header.section-product-header {
    background: url(../image/bg-product-header.jpg) no-repeat center center;
}

.heading-title {
    color: #333;
}

.section-product-content h2 {
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 32px;
}

.section-product-content h3 {
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.product-property-list {
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: inline-flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -30px;
    width: calc(100% + 30px);
}

.product-property-list .property-item {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
    margin: 30px 0 0 30px;
    width: calc(50% - 30px);
}

.product-property-list .propery-title {
    margin: 0 0 5px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-decoration: underline;
}

.product-property-list .propery-desc {
    font-size: 15px;
}

.section-product-content .thumbnail > img {
    margin: 0;
}

.section-product-content hr {
    border-color: #7ab1c9;
}

.price-wrapper li {
    display: flex;
    align-items: center;
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}

.price-wrapper li i {
    margin-right: 5px;
    color: #26783b;
    font-size: 32px;
    line-height: 1;
}

.price-wrapper li span strong {
    font-weight: 700;
    color: #26783b;
    font-size: 24px;
}

.minimum-wrapper {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    background: url(../image/icon-pack.png) no-repeat left center;
    padding-left: 36px;
}

.minimum-wrapper span strong {
    font-weight: 700;
    color: #26783b;
    font-size: 24px;
}

.price-text-wrapper {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.price-text-wrapper .icon-price:before {
    content: url(../image/icon-price.png);
}

.quantity-text-wrapper {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.quantity-text-wrapper .icon-pack:before {
    content: url(../image/icon-pack.png);
}

.price-text-wrapper i,
.quantity-text-wrapper i {
    width: 40px;
    text-align: left;
}

.product-description {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 15px;
}

.product-description h5 {
    font-weight: 600 !important;
    margin: 0 0 5px !important;
    font-size: 18px !important;
    line-height: 24px !important;
}

.product-description > ul {
    margin-bottom: 30px;
}

.product-description ul li {
    margin-bottom: 5px;
}

.product-description ul li > ul {
    padding-top: 5px;
}

.product-actions {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.product-actions > * {
    margin-right: 15px;
}

.product-actions .control-label {
    font-size: 14px;
}

.product-actions #input-quantity {
    max-width: 90px;
}

.product-action {
    display: flex;
    align-items: center;
}

.product-action .right {
    margin-left: auto;
}

.product-shipping {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: #383838;
    border-bottom: 1px solid #bcbcbc;
}

.related-products h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
}

.product-filter-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.product-filter-right {
    margin-left: auto;
}
.sort-filter {
    display: flex;
    align-items: center;
    font-size: 14px;
    flex-direction: row-reverse;
}

.sort-filter label {
    margin: 0;
    font-size: 14px;
}

.sort-filter .form-control {
    max-width: 160px;
    margin-left: 15px;
    font-size: 14px;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.sort-filter .form-control:focus {
    border-color: #272727;
}

.widget-category {
    display: block;
    margin-top: 10px;
    margin-bottom: 30px;
    background: #f0f0f0;
}

.widget-category .widget-title {
    padding: 10px 15px;
}

.widget-category .widget-title h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #000;
    font-weight: bold;
}

.category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.category-list > li {
    /*padding-top: 5px;
    border-top: 1px solid #e7c699;
    margin-bottom: 5px;*/
}

.category-list > li.active {
    border-top: 0;
}

.category-list > li > a {
    display: block;
    color: #26783b;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 15px;
}

.category-list > li:hover > a,
.category-list > li.active > a {
    color: #fff;
    background: #26783b;
}

.category-list > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
}

.category-list > li > ul > li {
    position: relative;
}

.category-list > li > ul > li > a {
    display: block;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 15px;
}

.category-list > li > ul > li:hover > a,
.category-list > li > ul > li.active > a {
    color: #26783b;
}

.category-list > li > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 30px;
    transition: 0.5s linear;
}

.category-list > li > ul > li > ul > li {
    display: block;
    margin-bottom: 10px;
}

.category-list > li > ul > li > ul > li > a {
    color: #585757;
    font-size: 15px;
}

.category-list > li > ul > li > ul > li:hover > a {
    color: var(--primary-color);
    text-decoration: underline;
}

.category-list > li > ul > li > ul > li.active > a {
    color: #000;
    font-weight: 600;
}

.category-list .has-product > div {
    padding: 5px 5px 5px 15px;
    display: flex;
    align-items: center;
}

.category-list .has-product > div > a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.category-list .has-product.expandable > div > a {
    color: #26783b;
}

.category-list .has-product > div > a:hover {
    color: #26783b;
}

.category-list .toggle-menu {
    margin-left: auto;
    background: #e7c699;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    color: #52300d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.category-list .toggle-menu i {
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.category-list .has-product > ul {
    display: none;
    transition: opacity 0.5s linear;
}

.category-list .has-product.expandable > ul {
    display: block;
}

.category-list .has-product.expandable .toggle-menu i:before {
    content: "\f106";
}

.swiper-viewport {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.category-filtering > a {
    color: #2c2c2c;
    display: flex;
    align-items: center;
    border: 1px solid #e8e8e8;
    padding: 5px 15px;
    background: #e2e2e2;
    border: 0;
    cursor: pointer;
}
.category-filtering:hover > a,
.category-filtering:focus > a {
    background: #e7c699;
}

.column-left-active.hidden-xs {
    display: block !important;
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 280px;
    padding: 15px;
    z-index: 999999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 100%;
    border: 1px solid #e6e6e6;
}

.column-left-active .swiper-viewport {
    display: none;
}

.thumbnails .thumbnail {
    padding: 0;
    border: 0;
}

.image-additional {
    max-width: 130px;
}

.category-products {
    padding-top: 15px;
}

.alert {
    position: relative;
    padding: 18px 40px 18px 75px;
    z-index: 30;
    color: #fff;
    border-radius: 0;
    min-height: 60px;
    box-sizing: border-box;
    border: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99); }

.alert i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15); }

.alert i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0; }

.alert a:hover {
    text-decoration: underline; }

.alert button.close {
    position: absolute;
    top: 50%;
    line-height: 1;
    right: 15px;
    color: #fff;
    opacity: 0.7;
    background: none;
    border: none;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.alert button.close:hover, .alert button.close:focus {
    opacity: 1;
    color: #fff; }

.alert.fadeOut {
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%); }

.alert.fadeOut .alert {
    top: 100%; }

@media (max-width: 479px) {
    .alert {
        padding-right: 30px; }

    .alert button.close {
        right: 5px; } }

.alert-success {
    background-color: #4caf50; }

.alert-success i {
    background: #388e3c; }

.alert-success a, .alert-success a:visited, .alert-success a:focus, .alert-success a:hover {
    color: #c8e6c9; }

.alert-danger {
    background-color: #f44336; }

.alert-danger i {
    background: #d32f2f; }

.alert-danger a, .alert-danger a:visited, .alert-danger a:focus, .alert-danger a:hover {
    color: #ffcdd2; }

.alert-info {
    background-color: #03a9f4; }

.alert-info i {
    background: #0288d1; }

.alert-info a, .alert-info a:visited, .alert-info a:focus, .alert-info a:hover {
    color: #b3e5fc; }

.alert-warning {
    background-color: #ff5722; }

.alert-warning i {
    background: #e64a19; }

.alert-warning a, .alert-warning a:visited, .alert-warning a:focus, .alert-warning a:hover {
    color: #ffccbc; }

.page_account #page-header {
    background: url(../image/bg-account-header.jpg) no-repeat center center;
}

.page_account .section {
    background: url(../image/bg-account-content.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.custom-form-login {
    background: url(../image/bg6.png) no-repeat bottom right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.custom-form-register {
    background: url(../image/bg7.png) no-repeat right bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.custom-form-login,
.custom-form-register {
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.custom-form-login h2,
.custom-form-register h2 {
    text-align: center;
    margin: 0 0 30px;
}

.page_account .custom-field .date .btn,
.custom-form .custom-field .date .btn {
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #fff;
}

.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #E4E6EF;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 40px;
    border: 0;
}

.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.65rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3F4254;
    text-align: center;
    white-space: nowrap;
    background-color: #F3F6F9;
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
    height: 40px;
}

.input-group i {
    line-height: 0;
    font-size: 20px;
}

#product-product h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 0 15px;
}

#product-category #content,
#product-product #content {
    padding-left: 30px;
}

.product-header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddfe1;
}

.product-brand-rating-sku {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.product-brand-rating-sku > * {
    margin-right: 15px;
    font-size: 16px;
    color: #666;
}

.product-brand-rating-sku a {
    color: var(--primary-color);
}

.price-wrapper .new-price {
    color: #ff0000;
    font-family: 'WorkSans SemiBold';
    font-size: 32px;
    line-height: 40px;
}

.price-wrapper .old-price {
    text-decoration: line-through;
    font-size: 18px;
    line-height: 40px;
    padding-left: 15px;
    color: #888888;
}

.single-product .price-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.product-wrapper-top {
    display: flex;
    align-items: center;
}

.product-wrapper-top .shop-link {
    margin-left: auto;
}

.shop-link a {
    background: #ff4748;
    padding: 10px 20px;
    color: #fff;
    border: 0;
    font-size: 15px;
    font-family: 'WorkSans SemiBold';
}

.shop-link a:hover {
    background: var(--secondary-color);
    color: #fff;
}

#product-product #product {
    margin-bottom: 30px;
}

#product-product #product h5 {
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
}

#product .radio-inline {
    padding-left: 0;
}

#product .control-label {
    display: block;
    margin-bottom: 0;
}

.radio-inline .radio {
    display: inline-block;
    margin-right: 10px;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.d-flex-middle {
    display: flex;
    align-items: center;
}

.d-flex-group {
    display: flex;
    align-items: center;
}

.d-flex-group #input-quantity {
    margin-left: 15px;
    margin-right: 15px;
    max-width: 90px;
    font-size: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #737373;
}

.d-flex-group .button-group {
    margin-left: 45px;
}

.d-flex-group .button-group button {
    position: relative;
    border: none;
    height: 32px;
    background: white;
    border-radius: 100%;
    color: var(--secondary-color);
    min-width: 32px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    width: 32px;
}

.d-flex-group .button-group .wishlist i:before {
    content: url(../img/icon-wishlist.png);
}
.d-flex-group .button-group .compare i:before {
    content: url(../img/icon-compare.png);
}

.short-description {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-top: 1px solid #dddfe1;
    border-bottom: 1px solid #dddfe1;
    text-align: justify;
}

.shop-price {
    display: flex;
    flex-direction: column;
}

.nav-tabs {
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs > li {
    float: none;
}

.nav-tabs > li > a {
    color: #222222;
    font-size: 18px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    border: 0 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li:hover > a,
.nav-tabs > li:focus > a {
    border: 0;
    font-weight: 600;
    border-bottom: 2px solid var(--primary-color) !important;
}

.nav-tabs > li.active > a {
    border-bottom: 2px solid var(--primary-color) !important;
}

hr.light {
    border-top: 2px solid #f9ad81;
    margin-top: 30px;
    margin-bottom: 60px;
}

.product-desc {
    margin-top: 60px;
}

.product-desc .nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}

/* PRODUCT - ORDER */
#page-header.section-order-header {
    background: url(../image/bg-order-header.jpg) no-repeat center center;
}

.checkout-order-step-wrapper h2 {
    display: block;
    margin: 0 0 5px;
    text-align: center;
    font-size: 28px;
    line-height: 35px;
}

.checkout-order-step-wrapper h3 {
    display: block;
    margin: 0 0 15px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    /*font-family: 'Caros', sans-serif;*/
}

.nav-step {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px dashed #959595;
    padding-bottom: 30px;
}

.nav-step ul {
    width: 100%;
    padding: 0 1.2em;
    margin: 1em auto;
}

.nav-step ul li {
    position: relative;
    display: inline-block;
}

.nav-step ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 280px;
    text-decoration: none;
    color: #333;
}

.nav-step ul li .number {
    background: #e6c598;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*font-family: 'Caros Bold', sans-serif;*/
    -webkit-transition: background-color .6s ease,border-color .6s ease;
    -moz-transition: background-color .6s ease,border-color .6s ease;
    -o-transition: background-color .6s ease,border-color .6s ease;
    transition: background-color .6s ease,border-color .6s ease;
    margin-bottom: 8px;
    z-index: 2;
}

.nav-step ul li .active .number {
    background: #8dc63f;
}

.nav-step ul li .desc {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

.nav-step ul li:not(:last-child):after {
    position: absolute;
    content: '';
    height: 2px;
    background: #b7b7b7;
    margin: 0;
    width: 100%;
    top: 20px;
    z-index: 1;
}

.order-wrapper h3 {
    color: #26783b;
    /*font-family: 'Caros Bold', sans-serif;*/
    font-size: 22px;
    line-height: 30px;
    margin: 0 0 15px;
}

.order-wrapper .form-group {
    /*display: flex;
    align-items: center;*/
    margin-bottom: 15px;
    font-size: 15px;
}

.order-wrapper .form-group .text-danger {
    font-size: 14px;
}

.order-wrapper .form-group.has-error .radio {
    color: #222;
}

.order-wrapper .form-group > label {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.order-wrapper .form-group > label i {
    font-weight: 500;
}

.order-wrapper .form-group .radio label {
    font-size: 15px;
    line-height: 24px;
    display: flex;
    align-items: center;
}

.order-wrapper .form-group .radio label > span {
    margin-left: 15px;
}

.order-wrapper .form-group .form-control {
    max-width: 266px;
}

.order-wrapper .date {
    background: url(../image/icon-date.png) no-repeat calc(100% - 15px) center;
}

.order-wrapper .time {
    background: url(../image/icon-time.png) no-repeat calc(100% - 15px) center;
}

.main-table {
    display: table;
    width: 100%;
}

.main-table .main-table-row {
    display: table-row;
}

.main-table .main-table-row .main-table-cell:first-child {
    width: 320px;
}

.main-table .main-table-row .main-table-cell {
    display: table-cell;
    border-right: 20px solid transparent;
    vertical-align: top;
    width: calc(100% - 320px);
}

.food-total,
.selected-product,
.selected-order {
    margin-bottom: 15px;
    font-size: 14px;
}

.selected-order {
    border-top: 1px dashed #959595;
    border-bottom: 1px dashed #959595;
}

.selected-product .product-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
}

.selected-order .d-flex-row span,
.food-total .d-flex-row span {
    margin-left: auto;
}

.catalog-set,
.catalog-side {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-bottom: 1px dashed #959595;
}

.catalog-item {
    display: flex;
    align-items: center;
}

.catalog-item span:last-child {
    margin-left: auto;
}

#order-review {
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    margin-bottom: 30px;
    padding: 15px;
}

#order-review.affix {
    position: fixed;
    width: 300px;
    top: 20px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

#order-review.affix-top {
    position: static;
    width: 300px;
    height: auto;
    height: calc(55%);
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

#order-review.affix-bottom {
    position: absolute;
    bottom: auto !important;
    width: 300px;
    height: auto;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.set-item {
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
    margin-bottom: 30px;
    padding: 15px;
    font-size: 14px;
}

.set-item .name {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
}

.set-item .description {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
    min-height: 60px;
}

.set-item .description p {
    margin-bottom: 0;
}

.set-item .d-flex-row {
    align-items: center;
}

.set-item .d-flex-row .quantity {
    margin-left: auto;
    max-width: 90px;
}

.set-item .d-flex-row .quantity input {
    background: #f6f3e5;
    text-align: center;
}

.set-orders ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.set-orders .set-item {
    margin-bottom: 30px;
}

.side-orders-total {
    margin-top: 30px;
    margin-bottom: 30px;
}

.side-orders-total .total-row {
    padding-top: 10px;
    padding-bottom: 10px;
}

.side-orders-total .total-row:first-child {
    border-bottom: 1px dashed #959595;
}

.side-orders > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.side-orders > ul > li {
    position: relative;
    border-bottom: 1px dashed #959595;
}

.side-orders > ul > li > a,
.side-orders > ul > li > div {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.side-orders > ul > li > a,
.side-orders > ul > li > div > a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.side-orders .toggle-menu {
    margin-left: auto;
    background: #e7c699;
    width: 24px;
    height: 24px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    color: #52300d;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.side-orders .toggle-menu i {
    font-size: 16px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.side-orders > ul > li > ul {
    display: none;
    transition: opacity 0.5s linear;
}

.side-orders > ul > li.expandable > ul {
    display: block;
}

.side-orders > ul > li.expandable .toggle-menu i:before {
    content: "\f106";
}

.side-orders > ul > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.side-orders > ul > li > ul > li {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
}

.side-orders > ul > li > ul > li:last-child {
    border-bottom: 0;
}
.side-orders > ul > li > ul > li > * {
    width: calc(50% - 90px);
}
.side-orders > ul > li > ul > li .name {
    font-weight: 600;
}
.side-orders > ul > li > ul > li .price {
    padding-left: 15px;
    padding-right: 15px;
}
.side-orders > ul > li > ul > li .quantity {
    width: 90px;
    margin-left: auto;
}
.side-orders > ul > li > ul > li .quantity input {
    background: #f6f3e5;
    text-align: center;
}

.side-orders.review > ul > li > ul > li .quantity {
    max-width: 100%;
    margin-left: auto;
    min-width: 150px;
    text-align: right;
}

.side-orders.review .quantity {
    margin-left: 15px;
}

.side-orders-group {
    font-size: 14px;
    border-top: 1px dashed #959595;
    margin-top: 8px;
    padding-top: 8px;
}

.side-orders-group strong {
    margin-bottom: 5px;
}

.set-orders-group {
    font-size: 14px;
}

.set-orders-group .set-orders-row {
    border-bottom: 1px dashed #959595;
    margin-bottom: 8px;
    padding-bottom: 8px;
}

.set-orders-group .set-orders-row .description p {
    margin-bottom: 0;
}

.set-orders-group .set-orders-row:last-child {
    border-bottom: 0;
    margin: 0;
    padding: 0;
}

.set-orders-group h4 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.option-type-select {
    font-size: 14px;
    margin-top: 1px;
}

.option-type-select p {
    margin-bottom: 0;
}

/* PAGINATION */
.pagination > li {
    margin: 0 5px;
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    background: #f5f5f5;
    color: #222222;
    padding: 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 0;
}

.pagination > li:hover > a,
.pagination > li.active > span {
    background: #05914e;
    color: #fff;
}

.pagination > li.active:hover > span {
    background: #05914e;
    opacity: 0.6;
}

/* INFORMATION */
.text-primary {
    color: #f9ad81;
}

#information-information #content {
    min-height: auto;
}

#information-information h2 {
    margin-bottom: 20px;
}
#information-information .button-view-all {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}

#information-information.about-us #column-left {
    display: none;
}

#information-information.about-us #content {
    width: 100%;
}

#information-information #content img {
    width: 100% !important;
}

.well {
    min-height: 20px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.well a {
    color: #ab1a2d;
}

.well a:hover {
    text-decoration: underline;
}

.well .form-control {
    height: 40px;
    background: #f4f4f4;
    font-size: 14px !important;
    line-height: 22px;
    color: #252525;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.forgot-password {
    display: block;
    margin-bottom: 30px;
}

.sidebar {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}

.sidebar h3 {
    padding: 20px;
    margin: 0;
}

.sidebar > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sidebar > ul li {
    border-top: 1px solid #ebebeb;
    border-left: 3px solid #fff;
}

.sidebar > ul li:hover,
.sidebar > ul li.active {
    border-left-color: #f9ad81;
}

.sidebar > ul li a {
    display: block;
    padding: 10px 15px;
    color: #2f2f2f;
}

.sidebar > ul li:hover a {
    color: #f9ad81;
}

.sidebar > ul li.active a {
    font-weight: bold;
}

/* Icon box */
.icon-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.icon-box .image {
    margin-bottom: 15px;
}

.icon-box .image:hover img {
    animation: tada 1s;
    -moz-animation-play-state: tada 1s;
    -webkit-animation-play-state: tada 1s;
}

.icon-box .content {
    padding: 15px;
}

.icon-box .content h4 {
    color: #fcb247;
    font-size: 20px;
    margin-bottom: 5px;
}

.icon-box .content p {
    margin: 0;
    font-size: 15px;
}

/* FORM */
.custom-form {
    max-width: 960px;
    margin: 0 auto;
}

.custom-form h1 {
    font-size: 32px;
    line-height: 40px;
}

.custom-form a {
    color: var(--primary-color);
}

.custom-form a:hover {
    text-decoration: underline;
}

.custom-form legend {
    display: inline-block;
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
    margin: 0 0 20px;
    font-weight: bold;
    color: #000;
    text-transform: none;
    background: url(../image/title-border-left.png) no-repeat bottom left;
}

.custom-form label {
    font-size: 14px;
    padding-top: 14px;
}

/* CHECKOUT */
.mp-checkout .account-option-buttons .btn-default {
    width: 50%;
}
#payment-address .quickcheckout-content .col-sm-6,
#login-box .quickcheckout-content .col-sm-6 {
    width: 100% !important;
    margin-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}

.quickcheckout-content .control-label {
    color: #141414;
}

.quickcheckout-content .text-danger {
    color: #a94442;
    font-size: 12px;
}

.quickcheckout-cart a {
    color: #323232;
}
.quickcheckout-cart a:hover {
    text-decoration: underline;
}

.flex-shipping,
.flex-payment {
    padding-left: 5px;
    padding-right: 5px;
}

.shipping-row,
.payment-row {
    display: flex;
}

.shipping-row label,
.payment-row label {
    padding-left: 8px;
}

.shipping-row > div:last-child,
.payment-row > div:last-child {
    margin-left: auto;
}

.quickcheckoutmid {
    padding: 15px;
    border: 1px solid #eaeaea;
}

.text-uppercase {
    text-transform: uppercase;
}

.terms a {
    font-weight: 500;
    color: #0084ff;
}

/* Product Slider */
.product-slider-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-slider-header.text-center {
    justify-content: center;
}

.product-slider-header.has-category {
    background: #F4F4F4;
    padding-left: 20px;
    padding-right: 20px;
}

.product-slider-header .product-slider-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #222;
}

.product-slider-header .product-slider-filter {
    margin-left: auto;
}

.product-slider-header .product-slider-filter ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.product-slider-header .product-slider-filter ul li {
    display: inline-block;
    margin-left: 15px;
}

.product-slider-header.has-category li a {
    color: #666;
    font-size: 15px;
}

.product-slider-header.has-category li:hover a {
    color: var(--secondary-color);
    text-decoration: underline;
}

.swiper-container-fade .swiper-slide img {
    margin: 0 auto;
}

#ajax-filter-container {
    margin-top: 30px;
}

.ajax-filter {
    border: 0;
    margin-top: 15px;
}

.ajax-filter .af-body .af-container > .af-elements .af-wrapper .af-element label {
    font-size: 15px;
}

.ajax-filter > .title,
.ajax-filter .af-body .af-container > .af-heading>span {
    display: none;
}

.ajax-filter .af-body .af-container > .af-heading {
    border-top: 0;
    min-height: auto;
    padding: 0;
    margin-bottom: 15px;
}

.ajax-filter .af-body .af-container > .af-heading:after {
    content: url(../img/title-divider.png);
    display: block;
}

.ajax-filter .af-body .af-container > .af-heading > .title {
    font-family: 'WorkSans';
    font-size: 20px;
    text-transform: uppercase;
}

.ajax-filter .af-body .af-container > .af-elements .af-wrapper {
    padding: 0 !important;
}
.ajax-filter .af-body .af-container {
    margin-bottom: 30px;
}

.label-image-has-image span.name,
.label-image-no-image img {
    display: none;
}

.label-image-no-image span.name {
    border: 1px solid #d3d3d3;
    padding: 4px 12px;
    background: #fff;
    color: var(--secondary-color);
}

.label-image-no-image:hover input[type=radio]+img+span.name {
    border-color: var(--primary-color);
}

.label-image-no-image input[type=radio]:checked+img+span.name {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.label-image-has-image img {
    width: 32px !important;
    height: 32px !important;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.label-image-has-image > input:checked+img {
    width: 32px !important;
    height: 32px !important;
    border: 2px solid var(--primary-color) !important;
}

.product-options {
    margin-bottom: 30px;
}

#product-product #product .product-options {
    margin-top: 30px;
    margin-bottom: 15px;
}

#product-product #product .product-options span {
    display: block;
}

#product-product #product .product-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#product-product #product .product-options h5 {
    font-weight: 600 !important;
    margin: 0 0 5px !important;
    font-size: 16px !important;
    line-height: 24px !important;
    text-decoration: underline;
}

#product-product #product .product-options h5 i {
    font-weight: 500;
}

.product-options .table th {
    background: #f8e6d4;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.product-options .table th,
.product-options .table td {
    padding: 20px;
    font-size: 14px;
    text-align: center;
}

.product-options .table td {
    background-color: #f8f8f8;
}

.product-options .table th span {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-options .table .btn {
    background-color: #51300c;
    color: #fff;
}

.product-options .radio input+img+span {
    display: none;
}

.product-options .radio input+img {
    max-width: 36px;
}

.product-options .radio input:checked+img {
    border-color: var(--primary-color);
}

.product-options select {
    max-width: 300px;
    padding: 10px 30px;
}

.product-option-name {
    font-size: 15px;
    font-weight: 500;
}

.shoppingcart .product-option-name {
    font-size: 14px;
}

.product-option-desc {
    font-size: 14px;
}

.product-option-desc p {
    margin: 0;
    color: #000;
}

.menu-option {
    margin-top: 45px;
}

.menu-option-title {
    display: block;
    border-bottom: 1px solid #959595;
    margin-bottom: 20px;
}

.menu-option-title h4 {
    background: #f0d2a8;
    color: #52300d;
    padding: 10px 30px;
    margin: 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: inline-block;
}

.menu-option-description h4 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
}

.menu-option-description hr {
    border-style: dashed;
    border-color: #959595;
}

.menu-option-name {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: underline;
}

.menu-option-name i {
    font-weight: 500;
}

.menu-option-value {
    margin-bottom: 15px;
    font-size: 15px;
}

.option-value-desc {
    margin-bottom: 30px;
    font-size: 14px;
}

.option-value-desc p {
    margin: 0;
}

.menu-option-description ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu-option-description ul li:before {
    font-family: 'Line Awesome Free';
    font-weight: 400;
    content: "\f111";
    background: #4b3503;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    margin-right: 8px;
    color: #4b3503;
    font-size: 5px;
    vertical-align: middle;
}

/* Button Group */
.product-item .button-group {
    position: absolute;
    font-size: 15px;
    bottom: 200px;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item .button-group button {
    bottom: -20px;
    position: relative;
    border: none;
    height: 32px;
    background: white;
    border-radius: 100%;
    color: var(--secondary-color);
    min-width: 32px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    width: 32px;
}
.product-item .button-group button.addToCart {
    transition: bottom 0.2s ease-in-out;
}
.product-item .button-group button.quickview {
    transition: bottom 0.4s ease-in-out;
}
.product-item .button-group button.wishlist {
    transition: bottom 0.6s ease-in-out;
}
.product-item .button-group button.compare {
    transition: bottom 0.8s ease-in-out;
}
.product-item:hover .button-group {
    opacity: 1;
    visibility: visible;
}
.product-item:hover .button-group button {
    bottom: 0;
    margin: 0 1px !important;
}
.product-item:hover .button-group button:hover {
    color: var(--primary-color);
}

/* Newsletter */
.newsletter-form-inline .newsletter {
    border: 0;
    padding: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

.newsletter-form-inline h3 {
    margin-bottom: 0 !important;
    padding: 0;
    margin-right: 15px;
    white-space: nowrap;
}

.newsletter-form-inline .form-group {
    margin-bottom: 0;
}

.newsletter-form-inline .btn-primary {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: var(--primary-color);
    color: #fff;
}

.newsletter-form-inline .input-group {
    z-index: 0;
}

    /*============SOCIAL ACCOUNTS ==================*/
.social-widgets {
    overflow: visible;
    position: fixed;
    z-index: 999;
    bottom: 60px;
    height: 0;
    width: 0;
}

.social-widgets.socialwidgets-left {
    left: 5px;
}
.social-widgets.socialwidgets-right {
    right: 5px;
}

.socialwidgets-left .item {
    right: 0px;
}
.socialwidgets-left .active {
    z-index: 100;
    right: -310px;
}
.socialwidgets-left .tab-icon {
    right: -45px;
}
.socialwidgets-left .facebook.active {
    right: -260px;
}
.socialwidgets-left .email.active {
    right: -300px;
}
.socialwidgets-left .whatsapp.active {
    right: -450px;
}

.socialwidgets-right .item {
    left: 0px; }
.socialwidgets-right .active {
    z-index: 100;
    left: -310px; }
.socialwidgets-right .tab-icon {
    left: -45px; }
.socialwidgets-right .facebook.active {
    left: -260px; }
.socialwidgets-right .email.active {
    left: -300px; }
.socialwidgets-right .whatsapp.active {
    left: -450px; }

.social-widgets .item, .social-widgets .items {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.social-widgets .items {
    top: -100px;
    position: relative; }

.social-widgets .item {
    position: absolute;
    top: 0; }

.social-widgets .item-01 {
    top: 0;
    z-index: 99;
}

.social-widgets .item-02 {
    top: 48px;
    z-index: 98; }

.social-widgets .item-03 {
    top: 96px;
    z-index: 97; }

.social-widgets .tab-icon .fa {
    font-size: 18px;
    line-height: 45px; }

.social-widgets .tab-icon {
    position: absolute;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    background: #fff;
    text-align: center;
    font-size: 1.54em;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.social-widgets .tab-icon:hover {
    text-decoration: none; }

.social-widgets .active .tab-icon {
    border-color: #e9e9e9;
    background: #fff;
}

.social-widgets .facebook .tab-icon {
    background: #3b5998;
    background-clip: content-box;
    color: white;
}

.social-widgets .email .tab-icon {
    background: #ee422b;
    background-clip: content-box;
    color: white;
}

.social-widgets .whatsapp .tab-icon {
    background: #61cb37;
    background-clip: content-box;
    color: white;
}

.social-widgets .tab-content {
    background: #fff;
    width: 310px;
    padding: 10px; }

.social-widgets .active .tab-content {
    box-shadow: 0 0 4px rgba(0, 0, 0, .15); }

.social-widgets .title {
    margin: -10px -10px 10px;
    padding: 0px 10px;
    background-color: #ccc;
    text-transform: uppercase;
    line-height: 45px;
    color: #000;
    font-weight: bold; }
.social-widgets .title h5 {
    line-height: 45px;
    margin: 0; }

.social-widgets .facebook .tab-content {
    width: 260px; }

.social-widgets .twitter .tab-content {
    width: 300px; }

.social-widgets .twitter-widget {
    padding-top: 10px; }

.social-widgets .youtube .tab-content {
    width: 450px; }

.social-widgets .youtube .tab-content iframe {
    width: 100%; }

.social-widgets .loading {
    min-height: 200px;
    position: relative;
    z-index: 100; }

.social-widgets .loading img.ajaxloader {
    position: absolute;
    top: 45%;
    left: 45%;
    width: 32px;
    height: 32px;
}

/* FOOTER */
.footer-wrapper {
    background: #f6f3e5;
    color: var(--secondary-color);
    border: 0;
    margin-top: 0;
}

.footer-1 {
    padding-top: 30px;
    padding-bottom: 15px;
}

.footer-1 .col-lg-3 {
    border-right: 1px solid #dadada;
}
.footer-1 .col-lg-3:last-child {
    border-right: 0;
}

.footer-1 .container {
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.footer-1 .container > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-2 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.footer-wrapper h4 {
    text-transform: uppercase;
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 18px;
    white-space: nowrap;
}

.footer-wrapper h5 {
    color: #676767;
    font-weight: 600;
    display: block;
    margin: 0 0 5px;
    padding: 0;
}

.footer-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-wrapper ul:not(.list-icon-sm) li {
    display: flex;
    margin-bottom: 12px;
}

.footer-wrapper ul:not(.list-icon-sm) li:not(:first-child) {
    align-items: center;
}

.footer-wrapper ul li .icon {
    color: #339933;
    font-size: 22px;
    margin-right: 5px;
}

.footer-wrapper ul.list-icon-sm li {
    display: block;
}

.footer-wrapper ul.list-icon-sm li > ul {
    padding-left: 36px;
}

.footer-wrapper ul.list-icon-sm li a {
    display: block;
    margin-bottom: 12px;
}

.footer-wrapper ul.list-icon-sm li.parent > a {
    font-weight: 600;
    color: var(--primary-color);
}

.footer-wrapper ul.list-icon-sm li .icon {
    font-size: 14px;
    color: var(--primary-color);
    margin-right: 0;
    font-weight: 900;
}

.footer-wrapper li.parent a {
    transition: 0.3s;
    font-size: 15px;
    color: var(--secondary-color) !important;
    font-weight: 500 !important;
}

.footer-wrapper li.parent a:hover {
    color: var(--third-color);
}

.footer-wrapper li.parent > ul {
    display: none;
}

.footer-wrapper a,
.footer-wrapper span {
    transition: 0.3s;
    font-size: 15px;
    color: var(--secondary-color);
}

.footer-wrapper a:hover {
    color: #339933;
}

.footer-wrapper .contact-row:last-child {
    margin-top: 20px;
}

.footer-wrapper h3 {
    color: #333333;
    margin-bottom: 15px;
}

.footer-wrapper .follow-us {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.footer-wrapper .follow-us > span {
    margin-right: 5px;
}

.footer-wrapper .follow-us a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.footer-wrapper .follow-us a > span {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.footer-wrapper .follow-us .icon-facebook {
    background: #4267b2;
}

.footer-wrapper .follow-us .icon-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.absolute-footer {
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.absolute-footer .row {
    display: flex;
    align-items: center;
}

.absolute-footer .container {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
}

.d-flex-row {
    display:flex;
    flex-direction:row;
}

.footer-wrapper .d-flex-row {
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}

.footer-wrapper .d-flex-row .d-flex-col {
    flex: 1 0 25%;
}
.footer-wrapper .d-flex-row .d-flex-col:nth-child(2) {
    flex: 1 0 35%;
}
.footer-wrapper .d-flex-row .d-flex-col:last-child {
    flex: 1 0 15%;
}

.d-flex-column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.d-flex-column img {
    width: 100%;
}

.alert-dismissible {
    position: relative;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: absolute;
    top: 5px;
    right: 5px;
}

/* Animate */
.spinner {
    position: relative;
}

.spinner.spinner-left.btn:not(.btn-block) {
    padding-left: 3.5rem;
}

.spinner.spinner-left:before {
    right: auto;
    left: 2rem;
}

.spinner.spinner-white:before {
    border: 2px solid #ffffff;
    border-right: 2px solid transparent;
}

.spinner:before {
    -webkit-animation: animation-spinner .5s linear infinite;
    animation: animation-spinner .5s linear infinite;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

@-webkit-keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}

@keyframes animation-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    animation-name: tada
}

@keyframes stuckMoveDown{
    0%{
        transform:translateY(-100%)
    }
    100%{
        transform:translateY(0)
    }
}

@keyframes stuckMoveUp{
    0%{
        transform:translateY(100%)
    }
    100%{
        transform:translateY(0)
    }
}

@keyframes stuckFadeIn{
    0%{
        opacity:0
    }
    100%{
        opacity:1
    }
}

/*============ Quick Cart ==================*/
@media (min-width: 1200px) {
    .modal-lg {
        margin-top: 10%;
        width: 1050px; } }

.modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none; }
.modal-content .modal-header {
    padding: 10px 15px; }
.modal-content .modal-title {
    font-weight: normal; }

@media (min-width: 1200px) {
    #previewModal .cart-popup-info {
        padding-top: 30px; } }
#previewModal .cart-popup-info .product-name {
    font-size: 22px;
    font-weight: 400; }
#previewModal .cart-popup-info .price-quantity {
    font-size: 24px;
    color: #555;
    font-weight: normal; }
#previewModal .cart-popup-info .price-new {
    font-size: 24px; }
#previewModal .cart-popup-action {
    background: #f2f2f2;
    padding: 1rem 1.5rem;
    text-align: center;
    border-radius: 3px; }
#previewModal .cart-popup-action .btn {
    display: block;
    margin: 10px 0;
    border: none;
    width: 100%;
    line-height: 22px;
    font-size: 13px; }
#previewModal .cart-popup-action .cart-popup-imgbottom {
    text-align: center;
    width: 100%;
    margin: 20px 0; }
#previewModal .cart-popup-action .cart-popup-imgbottom .previewCartCheckout-price {
    display: block;
    font-size: 28px;
    font-weight: 600;
    padding: 15px 0; }
    
.mp-checkout .form-group label {
    font-size: 14px;
}

.bootstrap-datetimepicker-widget td {
    height: 20px;
    line-height: 20px;
    width: 20px;
}

.bootstrap-datetimepicker-widget td .btn {
    padding: 0;
    font-size: 14px;
}

.bootstrap-datetimepicker-widget td span {
    height: 20px;
    line-height: 20px;
    width: 20px !important;
    font-size: 14px !important;
}

.bootstrap-datetimepicker-widget td .glyphicon {
    font-family: 'Line Awesome Free';
    font-weight: 900;
}

.bootstrap-datetimepicker-widget td .glyphicon.glyphicon-chevron-up:before {
    content: "\f106";
}

.bootstrap-datetimepicker-widget td .glyphicon.glyphicon-chevron-down:before {
    content: "\f107";
}

.flatpickr-calendar.hasTime {
    max-width: 200px;
}

.flatpickr-day.flatpickr-disabled {
    color: #cecece !important;
}

.flatpickr-day.nextMonthDay {
    color: #454545 !important;
}

.flatpickr-time {
    line-height: 45px !important;
    max-height: 45px !important;
}
.flatpickr-time .numInputWrapper {
    height: 45px !important;
}
.numInputWrapper span {
    width: 20px !important;
    padding-left: 5px !important;
}

ul.megamenu > li.with-sub-menu {
    position: relative;
}

ul.megamenu > li.with-sub-menu > .sub-menu {
    min-width: 280px;
}

ul.megamenu > li.with-sub-menu > .sub-menu .content {
    padding: 0;
    background: #f0f0f0;
    border: 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

ul.megamenu > li.with-sub-menu > .sub-menu li > a {
    display: block;
    color: #26783b;
    font-weight: 600;
    padding: 12px 15px;
}

ul.megamenu > li.with-sub-menu > .sub-menu .content .hover-menu .menu ul {
    margin: 0;
}

ul.megamenu > li.with-sub-menu > .sub-menu li.active > a,
ul.megamenu > li.with-sub-menu > .sub-menu li:hover > a {
    color: #fff;
    background: #26783b;
}

ul.megamenu > li.with-sub-menu:hover > .sub-menu li > a:after,
ul.megamenu > li.with-sub-menu:hover > .sub-menu li > a:before,
ul.megamenu > li.with-sub-menu > .sub-menu li:hover > a:after,
ul.megamenu > li.with-sub-menu > .sub-menu li:hover > a:before {
    content: "";
}

.home-slider .banner-text {
    display: none;
}

.home-slider .banner-slider .banner-bg .bg {
    background-position: top right;
}

.iziToast:after {
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1);
}
.df-notification .iziToast-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 28px;
}
.df-notification.df-notification--success .iziToast-cover:before {
    content: "\f058";
    color: #1bc5bd;
}
.df-notification.df-notification--error .iziToast-cover:before {
    content: "\f06a";
    color: #f64e60;
}
.df-notification.df-notification--success .iziToast-cover {
    background-color: #c9f7f5;
}
.df-notification.df-notification--error .iziToast-cover {
    background-color: #ffe2e5;
}