:root {
    --primary-color: #ed5534;
    --secondary-color: #333333;
}

*:active, *:focus {
    outline: none !important;
}

a,
a:active,
a:focus {
    color: var(--primary-color);
}

body {
    font-family: 'Nunito', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    line-height: 23px;
}

h1, h2, h3, h4 {
    color: #000;
}
label {
    font-size: 14px;
}

#content {
    min-height: 360px;
}

.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;
}

.mb-20 {
    margin-bottom: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-60 {
    margin-bottom: 60px;
}

/* HEADER */
#logo {
    height: 42px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
#notify-content .alert {
    margin-bottom: 0;
}

#top-bar {
    height: 36px;
    background-color: #f3f3f3;
}

.welcome-message {
    font-size: 15px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    transition:right 0.5s ease;
}

.currency-language {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}

.currency-language .btn {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}

.currency-language .btn:hover {
    color: var(--primary-color);
}

.responsive ul.megamenu > li.shop-now-menu {
    display: none;
}

.home-search {
    z-index: 2;
    max-width: 480px;
    margin: 0 auto;
    position: absolute;
    top: -20px;
    left: 0;
    height: 52px;
    right: 0;
    bottom: 0;
    padding: 0;
    background: #fff;
    transition:right 0.5s ease;
}

.header-wrapper {
    z-index: 6;
    background-color: #fff;
    /*-webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);*/
}
.header-wrapper .header-top {
    padding-top: 20px;
    padding-bottom: 15px;
}

.header-wrapper.stuck {
    animation: stuckMoveDown .6s;
}

.header-wrapper.stuck .header-bottom {
    top: 0;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-shadow: 1px 1px 10px rgba(0,0,0,0.15);
    z-index: 9999;
}
.header-wrapper.stuck .header-bottom .logo {
    position:  relative !important;
    bottom: auto !important;
    max-width: 70px;
}


.header-wrapper .sosearchpro-wrapper .form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: var(--secondary-color);
    border: 0;
    background: #fff;
}

.header-wrapper .sosearchpro-wrapper .btn {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    -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;
}

.header-wrapper .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-wrapper .header-right > div {
    display: flex;
    align-items: center;
}

.header-wrapper .header-search,
.header-wrapper .header-cart {
    margin-left: 15px;
}

.header-wrapper .header-search a,
.header-wrapper .header-account a,
.header-wrapper #cart-icon {
    font-size: 24px;
    color: var(--secondary-color);
}

.header-wrapper .header-account a {
    font-size: 26px;
}

.header-wrapper #cart-icon {
    font-size: 28px;
}

.header-wrapper .header-right .header-account .account-text {
    display: flex;
    flex-direction: column;
}

.header-wrapper .header-right .header-account .account-text .d-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.header-wrapper .header-right .header-account .account-text .d-list a {
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.header-wrapper .header-right .header-account .account-text .d-list a:hover {
    text-decoration: underline;
}

.header-wrapper .header-right .header-account .list-inline {
    margin: 0;
    padding: 0;
}

.header-wrapper .header-right .header-account .list-inline > li {
    margin: 0 5px 0 0;
    padding: 0;
}

.header-wrapper .header-right .header-account .list-inline > li a {

}

.header-wrapper .header-right .header-account .list-inline > li:last-child a {
    padding-right: 0;
    border-right: 0;
}

.header-wrapper .header-right .header-account .list-inline > li a {
    color: #444;
}

.header-wrapper .header-right .header-account .list-inline > li a:hover,
.header-wrapper .header-right .header-checkout:hover a {
    color: var(--primary-color);
}

.header-wrapper .header-right .header-account .dropdown-menu li a {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 10px 15px;
}

.header-wrapper .header-right .header-account .dropdown-menu li:hover a {
    color: var(--primary-color);
    background: transparent;
}

.header-wrapper .header-right .header-checkout {
    display: flex;
    align-items: center;
}

.shop-now .btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}

.header-cart .cart-total {
    background: transparent;
    border: 0;
    position: relative;
    padding: 0;
}

.header-cart #cart {
    margin-bottom: 0;
}

#cart-total {
    background: var(--primary-color);
    color: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    font-size: 12px;
    position: absolute;
    top: -4px;
    right: -10px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    text-align: center;
}

.header-cart .dropdown-menu {
    background: #fff !important;
    max-width: 480px;
}

.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-secondary {
    background-color: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    1;
}

.header-cart .dropdown-menu .table-action > .btn-secondary:hover {
    background: var(--primary-color);
    color: #fff;
    border: 0;
}

.table-row {
    display: block;
    text-align: right;
    margin-bottom: 8px;
}

.table-row .text-right {
    width: 200px;
    margin-left: 30px;
}

.header-wrapper .header-bottom {
    background: #fbf6f2;
}

.header-wrapper .header-bottom .col-inner {
    display: flex;
    align-items: center;
}

.header-wrapper .header-bottom .megamenu-wrapper {
    color: var(--secondary-color);
    background-color: #fbf6f2;
}

.header-wrapper .header-bottom .megamenu-wrapper ul.megamenu > li > a {
    text-shadow: none;
    height: 70px;
    padding: 24px 10px;
    background-color: transparent;
    font-size: 19px;
}

ul.megamenu > li > a:hover, ul.megamenu > li.active > a {
    color: var(--primary-color);
    background-color: none;
}

.header-wrapper .header-bottom .header-menu {
    margin-left: 90px;
}

.header-wrapper .header-bottom .header-bottom-left {
    position: relative;
    width: 180px;
    z-index: 99;
}

.header-wrapper .header-bottom .header-bottom-left .logo {
    position: absolute;
    bottom: -70px;
}

.header-wrapper .header-bottom .header-bottom-right {
    margin-left: auto;
}

.header-wrapper .header-bottom .telephone {
    background: url(../img/icon-phone.png) no-repeat left center;
    padding-left: 30px;
    font-size: 18px;
    color: var(--secondary-color);
}

.header-bottom .navbar {
    margin-bottom: 0;
    border: 0;
}

.header-bottom .navbar-collapse {
    padding: 0;
}

/* Header toggle menu */
.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: 15px;
}

#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/bg10.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-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;
}

#page-header .breadcrumb {
    margin: 0 0 15px 0;
    padding: 0;
    background: transparent;
    border: 0;
}

#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: 8px;
    height: 8px;
    top: 7px;
}

.checkout-products {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}

#checkout-cart .table-bordered > thead > tr > td {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 15px;
    border-color: var(--primary-color);
}

#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;
}

#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: 14px !important;
    line-height: 22px;
}

.btn {
    border: 0;
    padding: 10px 20px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.btn:hover {
    text-decoration: none !important;
}

.btn.btn-lg {
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 600;
}

.btn-primary,
.btn-checkout,
.btn-view-cart {
    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 !important;
}

.btn-primary:hover,
.btn-checkout:hover,
.btn-view-cart:hover {
    background-position: right center;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: var(--primary-color) !important;
    border: 0 !important;
}

.btn-secondary {
    height: 40px;
    background: #b7b7b7;
    color: #fff;
    border-color: #b7b7b7;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    padding-left: 20px;
    padding-right: 20px;
}

legend {
    font-size: 16px;
    padding: 6px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.input-group-btn .btn {
    height: 40px;
}

.input-group.increment-decrement .btn {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    background: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.input-group.increment-decrement .btn .la {
    font-size: 12px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    background: #222;
    color: #fff;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.input-group.increment-decrement .btn:hover .la {
    background: var(--primary-color);
}

.input-group.increment-decrement .cart-input-qty {
    background: #e9e9e9;
    text-align: center;
}

.btn-trash {
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    background: transparent;
    padding: 0;
    color: #FF0000;
    font-size: 16px;
}

/* 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;
    z-index: 99;
}

.section-product-content {
    display: block;
}

.section .swiper-viewport {
    background: transparent;
    margin: 0;
}

.section.product-slider {
    padding: 15px 0;
}

.section-bundle-promotion {
    padding: 60px 0;
}

.relative {
    position: relative !important;
}

.section-content {
    z-index: 1;
    width: 100%;
}

.section-title {
    margin-bottom: 30px;
    text-align: center;
}

.section-title h3 {
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
    margin: 0;
    font-weight: bold;
    color: #000;
    background: url(../image/title-border.png) no-repeat bottom center;
}

.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;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    background: url(../image/bg-product-item.png) #FFF;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.related-products .product-item {
    max-width: 263px;
}

.product-item .caption {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.product-item .caption h4 {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
}

.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;
    margin-bottom: 15px;
}

.product-item .image img {
    margin: 0 auto;
    width: 100%;
}

.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: 18px;
    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;
}

.button-view-all > a {
    border: 0;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    border-radius: 99px;
    padding: 10px 30px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    transition: 0.5s;
    background-size: 200% auto;
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, #e4342e 0%, #ef6e64 51%, #e4342e 100%);
}

.button-view-all:hover > a {
    background-position: right center;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.2);
}

/* Bundle Promotion */
.hide-module-title h2,
.bundle-promotion-left h2,
.bundle-promotion-right h2 {
    display: none;
}

.sidebar-promotion-left > div {
    background: url(../image/bg14.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bundle-promotion-left > div {
    background: url(../image/bg3.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bundle-promotion-left > div {
    height: 562px;
    margin-bottom: 30px;
}

.bundle-promotion-right > div {
    margin-bottom: 30px;
    height: 266px;
}

.bundle-promotion-right > div:first-child {
    background: url(../image/bg4.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.bundle-promotion-right > div:last-child {
    background: url(../image/bg5.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}

.promotion-colum {
    display: flex;
    flex-direction: column;
}

.promotion-row {
    color: #fff;
    padding-left: 30px;
}

.sidebar-promotion-left .promotion-row {
    padding-left: 15px;
}

.sidebar-promotion-left .promotion-row.dark {
    padding-left: 15px;
    margin-right: 15px;
}

.bundle-promotion-left .promotion-row {
    max-width: 240px;
}

.promotion-row > * {
    color: #fff;
}

.promotion-row h4,
.promotion-row h5 {
    margin: 0 0 5px;
}

.promotion-row h4 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
}

.promotion-row h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.promotion-row strong {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
}

.promotion-row.dark {
    color: #000;
    background: #b6e5ea;
    -webkit-border-top-right-radius: 30px;
    -webkit-border-bottom-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    -moz-border-radius-bottomright: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 15px 30px;
    margin-bottom: 15px;
}

.promotion-row.dark h4,
.promotion-row.dark h5 {
    color: #000;
}

.promotion-row.dark a {
    display: block;
    color: #e53e37;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}

.promotion-row p:last-child {
    margin-bottom: 0;
}

.bundle-promotion-right h5 {
    text-transform: uppercase;
    font-style: 14px;
    line-height: 20px;
    font-weight: 500;
}

.bundle-promotion-right .btn-xs {
    font-weight: 600;
    padding: 5px 10px;
    margin-bottom: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-style: 16px;
    line-height: 24px;
}

.promotion-item {
    padding: 45px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #3d80b6;
    margin-bottom: 30px;
}

.promotion-item.promotion-1 {
    background: url(../image/bg11.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}
.promotion-item.promotion-2 {
    background: url(../image/bg12.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}
.promotion-item.promotion-3 {
    background: url(../image/bg13.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
}

.promotion-item .promotion-colum {
    flex-direction: row;
}

.promotion-item .promotion-colum .promotion-row {
    padding: 0;
}

.promotion-item .promotion-colum .promotion-row:first-child {
    margin-right: 60px;
}

.promotion-item .promotion-colum .promotion-row .btn {
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.promotion-item.promotion-1 .promotion-row:first-child {
    width: 210px;
}

.promotion-item.promotion-1 .promotion-row:first-child h5 {
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-size: 200% auto;
    background-color: var(--primary-color);
    background-image: linear-gradient(to right, #e4342e 0%, #ef6e64 51%, #e4342e 100%);
}

/* About Us */
.about-us-col {
    text-align: center;
    color: #000;
    border-left: .1em dashed #ff0000;
    padding-left: 20px;
}

.about-us-col.text-justify {
    text-align: justify;
    border-left: 0;
    padding-left: 70px;
    padding-right: 70px;
}

.about-us-col h2 {
    display: inline-block;
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #000;
    background: url(../image/title-border.png) no-repeat bottom center;
}

.about-us-col.text-justify h2 {
    background: url(../image/title-border-left.png) no-repeat bottom left;
}

.about-us-col .btn {
    margin-top: 30px;
}

.section.about-us-top {
    background: #f4f9fb;
}

.about-content-bottom-left {
    background: url(../image/title-border-left.png) no-repeat top left;
    padding-right: 30px;
}

.about-content-bottom-left h3 {
    font-weight: 700;
    text-align: justify;
    font-size: 32px;
    line-height: 40px;
}

.about-content-bottom-left,
.about-content-bottom-right {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

.about-content-bottom-right {
    padding-left: 25px;
    padding-right: 25px;
}

.about-us-bottom .d-flex-middle {
    margin-bottom: 60px;
}

.about-us-bottom .col-xs-12:last-child {
    margin-top: -28px;
}

.about-us-bottom .container {
    overflow: visible;
}

.section.about-us-bottom2 {
    background: url(../image/bg-pattern2.png) #07446d no-repeat center center;
    margin-top: 120px;
}

.section.about-us-bottom2,
.section.about-us-bottom2 .container {
    overflow: visible;
}

.section.about-us-bottom2 img {
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.section.about-us-bottom2 h3 {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* 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;
}

/* 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%
}

/* Recipes */
#page-header.section-recipes {
    background: url(../image/bg-recipes-header.jpg) no-repeat center center;
}

.recipe-item a {
    display: block;
}

.recipe-item:hover h4,
.recipe-item:hover a {
    color: var(--primary-color);
}

.recipe-item img {
    width: 100%;
    margin-bottom: 15px;
}

.recipe-item h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 2px;
}

.recipe-title {
    margin-bottom: 45px;
    text-align: center;
    display: block;
}
.recipe-title h2 {
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}

.recipe-content h4 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
}
.recipe-content h5 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.ingredient {
    margin-bottom: 30px;
}

.instruction ol {
    padding-left: 15px;
}
.instruction ol li {
    margin-bottom: 10px;
}

.recipe-content .image img {
    width: 100%;
}

.recipe-right {
    padding: 30px 45px;
    background: #fafafa;
}

/* PRODUCT - CATEGORY */
#page-header.section-product-header {
    background: url(../image/bg-product-header.png) no-repeat center center;
}

.section-product-content h2 {
    font-weight: 600;
    color: #000;
    margin-bottom: 45px;
}
.section-product-content h3 {
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}
.section-product-content hr {
    border-color: #7ab1c9;
}
.price-wrapper h3 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 24px;
}
.product-description {
    margin-bottom: 30px;
}

.product-actions {
    display: flex;
    align-items: center;
}

.product-actions > * {
    margin-right: 15px;
}

.product-actions .control-label {
    font-size: 14px;
}

.product-actions #input-quantity {
    max-width: 90px;
}

.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;
}

.related-products.no-margin .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.related-products h4 {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.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;
}

.widget-category h3 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #353535;
}

.category-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.category-list li {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #bcbcbc;
}

.category-list li:last-child {
    border: 0;
}

.category-list li a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.category-list li a:hover,
.category-list li a.active {
    color: var(--primary-color);
}

.treeview ul {
    transition: 0.5s linear;
    display: none;
}

.treeview .collapsable > ul {
    display: block;
}

.treeview li {
    position: relative;
}

.treeview li a.active {
    font-weight: 600;
    color: var(--primary-color);
}

.treeview > li {
    border-bottom: 1px solid #ddd;
}

.treeview > li > ul {
    list-style: none;
    margin: 0;
    padding: 0 0 15px;
}

.treeview > li > ul > li > a {
    padding: 10px 20px;
    font-size: 15px;
}

.treeview li > a {
    display: block;
    padding: 15px 0;
    color: #222222;
    font-size: 15px;
}

.treeview li > a:hover {
    color: var(--primary-color);
}

.treeview .hitarea {
    height: 50px;
    width: 50px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Hachi;
    display: flex;
    align-items: center;
    justify-content: center;
}

.treeview .hitarea:before {
    content: "\f105";
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.treeview .collapsable .hitarea:before {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.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: var(--primary-color);
}

.category-filtering > a img {
    margin-right: 5px;
}

.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;
    font-weight: 600;
    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; }

#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 .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;
}

.short-desc {
    display: block;
    display: -webkit-box;
    height: 70px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.shop-price {
    display: flex;
    flex-direction: column;
}

.vendor-info {
    display: block;
    font-size: 15px;
}

.vendor-info a {
    color: var(--primary-color);
}

.vendor-info strong {
    color: #222;
}

.vendor-info > * {
    margin-right: 15px;
    display: inline-block;
}

.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;
}

/* 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;
}

.icon-box.icon-left {
    align-items: center;
    flex-direction: row;
}

.icon-box .icon-box-image:hover img {
    animation: tada 1s;
    -moz-animation-play-state: tada 1s;
    -webkit-animation-play-state: tada 1s;
}

.icon-box .icon-box-text {
    margin-left: 15px;
}

.icon-box .icon-box-text h4 {
    color: #222;
    font-size: 20px;
    margin-bottom: 5px;
}

.icon-box .icon-box-text p {
    margin: 0;
}

/* FORM */
.custom-form {
    max-width: 769px;
    margin: 0 auto;
}

.custom-form a {
    color: var(--primary-color);
}

.custom-form a:hover {
    text-decoration: underline;
}

.custom-form legend {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    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 */
#payment-address .quickcheckout-content .col-sm-6,
#login-box .quickcheckout-content .col-sm-6,
#payment-new .col-sm-6,
#shipping-new .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 .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;
}

/* 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);
}

/* VENDOR */
.vendor-profile {
    margin-bottom: 30px;
    width: 100%;
}

.vendor-profile .image {
    width: 100%;
    margin-bottom: 30px;
}

.vendor-profile .image img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.vendor-profile .about {
    text-align: justify;
}

.vendor-profile .about h4 {
    text-transform: uppercase;
    font-family: 'WorkSans SemiBold';
    font-size: 24px;
    line-height: 30px;
}

/*============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: #fbf6f2;
    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;
    height: 150px;
}

.footer-2 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.footer-wrapper h4 {
    color: #000;
    font-weight: bold;
    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 li {
    display: flex;
    margin-bottom: 12px;
}

.footer-wrapper ul li .icon {
    color: var(--primary-color);
    font-size: 22px;
    margin-right: 5px;
}

.footer-wrapper ul.list-icon-sm li {
    align-items: center;
}

.footer-wrapper ul.list-icon-sm li .icon {
    font-size: 14px;
}

.footer-wrapper a,
.footer-wrapper span {
    transition: 0.3s;
    font-size: 16px;
    color: var(--secondary-color);
}

.footer-wrapper a:hover {
    color: var(--primary-color);
}

.footer-wrapper .contact-row:last-child {
    margin-top: 20px;
}

.absolute-footer {
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.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%;
}

.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 */
@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;
}