/* ------------------------------------------------------------------------------------------------ */


/* Core style */


/* ------------------------------------------------------------------------------------------------ */


/* Fonts */

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat");
    src: url("../fonts/montserrat-light.eot");
    src: url("../fonts/montserrat-light.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-light.woff2") format("woff2"), url("../fonts/montserrat-light.woff") format("woff"), url("../fonts/montserrat-light.ttf") format("truetype"), url("../fonts/montserrat-light.svg") format("svg");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat");
    src: url("../fonts/montserrat-regular.eot");
    src: url("../fonts/montserrat-regular.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular.woff2") format("woff2"), url("../fonts/montserrat-regular.woff") format("woff"), url("../fonts/montserrat-regular.ttf") format("truetype"), url("../fonts/montserrat-regular.svg") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat");
    src: url("../fonts/montserrat-medium.eot");
    src: url("../fonts/montserrat-medium.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-medium.woff2") format("woff2"), url("../fonts/montserrat-medium.woff") format("woff"), url("../fonts/montserrat-medium.ttf") format("truetype"), url("../fonts/montserrat-medium.svg") format("svg");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat");
    src: url("../fonts/montserrat-bold.eot");
    src: url("../fonts/montserrat-bold.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold.woff2") format("woff2"), url("../fonts/montserrat-bold.woff") format("woff"), url("../fonts/montserrat-bold.ttf") format("truetype"), url("../fonts/montserrat-bold.svg") format("svg");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: local("Montserrat");
    src: url("../fonts/montserrat-black.eot");
    src: url("../fonts/montserrat-black.eot#iefix") format("embedded-opentype"), url("../fonts/montserrat-black.woff2") format("woff2"), url("../fonts/montserrat-black.woff") format("woff"), url("../fonts/montserrat-black.ttf") format("truetype"), url("../fonts/montserrat-black.svg") format("svg");
    font-style: normal;
    font-weight: 800;
}


/* ------------------------------------------------------------------------------------------------ */


/* Typography */


/* ------------------------------------------------------------------------------------------------ */

p {
    margin: 0 0 1.5rem;
    padding: 0;
}

p:last-child {
    margin: 0;
}

p strong,
p b {
    font-weight: 700;
}

p em,
p i {
    font-style: italic;
}

p u {
    text-decoration: underline;
}

p a:hover {
    text-decoration: underline;
}

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

h1,
h2,
h3,
h4 {
    margin: 0 0 1.875rem;
    font-weight: 600;
}

h1 {
    font-size: 4rem;
    line-height: 5rem;
}

h2 {
    font-size: 2rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h4 {
    font-size: 1rem;
    line-height: 1.5rem;
}

article p {
    word-break: keep-all;
    /* Non standard for webkit */
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    margin: 0 0 1.25rem;
}

article p:last-child {
    margin: 0;
}

article a:hover {
    text-decoration: underline;
}

article blockquote {
    font-style: italic;
}

article li ul,
article li ol {
    margin: 0 1.25rem;
    padding-top: 0.625rem;
}

article ul,
article ol {
    margin: 0 0 1.875rem;
    padding-left: 1.5625rem;
}

article ul:last-child,
article ol:last-child {
    margin: 0;
}

article ul li,
article ol li {
    margin-bottom: 0.625rem;
}

article ul li:last-child,
article ol li:last-child {
    margin: 0;
}

article ul {
    list-style-type: disc;
}

article ol {
    list-style-type: decimal;
}

article ol ol {
    list-style: lower-alpha;
}

article ol ol ol {
    list-style: lower-roman;
}

article ol ol ol ol {
    list-style: lower-alpha;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-bold {
    font-weight: 700;
}

.text-semibold {
    font-weight: 600;
}

.text-regular {
    font-weight: 400;
}

.text-light {
    font-weight: 300;
}

.text-capital {
    text-transform: uppercase;
}


/* ------------------------------------------------------------------------------------------------ */


/* BASE */


/* ------------------------------------------------------------------------------------------------ */

*,
*:after,
*:before {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

hr {
    border-top: 1px solid #E2E2E2;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

html,
body {
    font-size: 16px;
    line-height: 1.5em;
    font-family: 'Montserrat', 'Roboto', arial, sans-serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    color: #151413;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    -webkit-font-feature-settings: "kern"1;
    -moz-font-feature-settings: "kern"1;
    font-feature-settings: "kern"1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
}

*::-webkit-scrollbar {
    width: 5px;
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: rgba(58, 120, 58, 0.8);
    border-radius: 5px;
}

*::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(51, 51, 51, 0.4);
}


/* ------------------------------------------------------------------------------------------------ */


/* Component style */


/* ------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------ */


/* Animation */


/* ------------------------------------------------------------------------------------------------ */


/* Animations */

body {
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all .5s linear;
}

body.ready {
    -webkit-transform: none;
    transform: none;
    top: 0;
    opacity: 1;
    transition: all .5s linear;
}

body.transition {
    top: -50px;
    opacity: 0;
    transition: all .5s linear;
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@-webkit-keyframes topright {
    from {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes topright {
    from {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes topleft {
    0% {
        right: -50%;
    }

    50% {
        right: -40%;
    }

    100% {
        right: -30%;
    }
}

@keyframes topleft {
    0% {
        right: -50%;
    }

    50% {
        right: -40%;
    }

    100% {
        right: -30%;
    }
}

@-webkit-keyframes toplefts {
    0% {
        right: -50%;
    }

    100% {
        right: -20%;
    }
}

@keyframes toplefts {
    0% {
        right: -50%;
    }

    100% {
        right: -20%;
    }
}

@-webkit-keyframes topleftsm {
    0% {
        right: -90%;
    }

    100% {
        right: -110%;
    }
}

@keyframes topleftsm {
    0% {
        right: -90%;
    }

    100% {
        right: -110%;
    }
}

@-webkit-keyframes toprights {
    0% {
        right: -60%;
    }

    100% {
        right: -90%;
    }
}

@keyframes toprights {
    0% {
        right: -60%;
    }

    100% {
        right: -90%;
    }
}

.animate.fade-in {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-in.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animate.fade-inb {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-inb.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animate.fade-pop {
    bottom: -75px;
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-pop.animate-in {
    bottom: -45px;
    opacity: 1;
}

.animate.fade-in.slow {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-in.slow.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 767px) {
    .animate.fade-in.slow {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.animate.fade-out {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-out.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

@media (max-width: 767px) {
    .animate.fade-out {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.animate.fade-outs {
    opacity: 0;
    z-index: 0;
    transition: all 4s ease, opacity 2s, z-index 1s 2s ease;
}

.animate.fade-outs.animate-in {
    opacity: 1;
    z-index: 2;
}

.detail-content .animate.fade-outs {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.detail-content .animate.fade-outs.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.section-dbrocure.animate.fade-outs,
.brocure-detail.animate.fade-outs {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    transition: all 1s ease;
}

.section-dbrocure.animate.fade-outs.animate-in,
.brocure-detail.animate.fade-outs.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animate.fade-in-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-in-left.animate-in {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animate.fade-in-left.before:before {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-in-left.before.animate-in:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.animate.fade-in-right {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-in-right.animate-in {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

@media (max-width: 767px) {
    .animate.fade-in-right {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.animate.fade-only {
    opacity: 0;
    transition: all 1s ease;
}

.animate.fade-only.animate-in {
    opacity: 1;
}

.animate.fade-scale {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: all 1s ease;
}

.animate.fade-scale.animate-in {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.animate.fade-in.delay:nth-child(1),
.animate.fade-inb.delay:nth-child(1),
.animate.fade-outs.delay:nth-child(1),
.animate.fade-in-right.delay:nth-child(1) {
    transition-delay: .2s;
}

.animate.fade-in.delay:nth-child(2),
.animate.fade-inb.delay:nth-child(2),
.animate.fade-outs.delay:nth-child(2),
.animate.fade-in-right.delay:nth-child(2) {
    transition-delay: .4s;
}

.animate.fade-in.delay:nth-child(3),
.animate.fade-inb.delay:nth-child(3),
.animate.fade-outs.delay:nth-child(3),
.animate.fade-in-right.delay:nth-child(3) {
    transition-delay: .6s;
}

.animate.fade-in.delay:nth-child(4),
.animate.fade-inb.delay:nth-child(4),
.animate.fade-outs.delay:nth-child(4),
.animate.fade-in-right.delay:nth-child(4) {
    transition-delay: .8s;
}

.animate.fade-in.delay:nth-child(5),
.animate.fade-inb.delay:nth-child(5),
.animate.fade-outs.delay:nth-child(5),
.animate.fade-in-right.delay:nth-child(5) {
    transition-delay: 1s;
}

.animate.fade-in.delay:nth-child(6),
.animate.fade-inb.delay:nth-child(6),
.animate.fade-outs.delay:nth-child(6),
.animate.fade-in-right.delay:nth-child(6) {
    transition-delay: 1.2s;
}

.animate.fade-in.delay:nth-child(7),
.animate.fade-inb.delay:nth-child(7),
.animate.fade-outs.delay:nth-child(7),
.animate.fade-in-right.delay:nth-child(7) {
    transition-delay: 1.4s;
}

.animate.fade-in.delay:nth-child(8),
.animate.fade-inb.delay:nth-child(8),
.animate.fade-outs.delay:nth-child(8),
.animate.fade-in-right.delay:nth-child(8) {
    transition-delay: 1.6s;
}

.animate.fade-in.delay:nth-child(9),
.animate.fade-inb.delay:nth-child(9),
.animate.fade-outs.delay:nth-child(9),
.animate.fade-in-right.delay:nth-child(9) {
    transition-delay: 1.8s;
}

.delay-1 {
    transition-delay: 1s !important;
}

.delay-2 {
    transition-delay: 2s !important;
}

.delay-3 {
    transition-delay: 3s !important;
}

.delay-4 {
    transition-delay: 4s !important;
}

.delay-5 {
    transition-delay: 6s !important;
}


/* ------------------------------------------------------------------------------------------------ */


/* Custom Plugins */


/* ------------------------------------------------------------------------------------------------ */

.select {
    height: 40px;
    width: 100%;
    border-radius: 4px;
    opacity: 0;
}

.select.bootstrap-select {
    opacity: 1;
}

.dropdown.bootstrap-select {
    position: relative;
}

.dropdown.bootstrap-select select {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0.5px;
    height: 100%;
    padding: 0;
    opacity: 0;
    border: none;
}

.dropdown.bootstrap-select .btn {
    line-height: 24px;
    width: 100%;
    text-align: left;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    background-color: #FFF;
    padding: 7px 24px 7px 12px;
    color: #151413;
}

.dropdown.bootstrap-select .btn:after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../images/chevron-down-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    right: 8px;
    position: absolute;
    border: none;
}

.dropdown.bootstrap-select .bs-placeholder {
    color: #ABABAB;
}

.dropdown.bootstrap-select.show .btn {
    border-color: #efce57;
}

.dropdown.bootstrap-select div.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #efce57;
    border-radius: 4px;
    width: 100%;
    margin: 3px 0;
}

.dropdown.bootstrap-select div.dropdown-menu .inner.show::-webkit-scrollbar {
    width: 5px;
    background-color: #FFF;
}

.dropdown.bootstrap-select div.dropdown-menu a {
    display: block;
    padding: 6px 12px;
    color: #000;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    outline: none !important;
}

.dropdown.bootstrap-select div.dropdown-menu a:hover {
    background: #F9F9F9;
}

.dropdown.bootstrap-select div.dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown.bootstrap-select div.dropdown-menu li {
    position: relative;
}

.dropdown.bootstrap-select div.dropdown-menu li .fa {
    position: absolute;
    right: 5px;
    top: 15px;
    color: #999;
    display: none;
}

.dropdown.bootstrap-select div.dropdown-menu li.selected .fa,
.dropdown.bootstrap-select div.dropdown-menu li.active .fa {
    display: block;
}

.dropdown.bootstrap-select div.dropdown-menu li.selected a,
.dropdown.bootstrap-select div.dropdown-menu li.active a {
    background: rgba(45, 41, 111, 0.1);
}

.dropdown.bootstrap-select div.dropdown-menu.show {
    display: block;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-dots {
    text-align: center;
    position: relative;
    width: 100%;
    line-height: 8px;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: auto;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background-color: #CECECE;
    border: 0;
}

.owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #efce57;
    opacity: 1;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear;
}

.fade.show {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.tooltip {
    position: relative;
}

.tooltip .arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 20px 15px 0;
    border-top-color: #212121;
    margin-bottom: 19px;
}

.tooltip-inner {
    background: #212121;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    padding: 19px 24px;
    border-radius: 4px;
    max-width: 280px;
    margin-bottom: 38px;
}

.fade {
    transition: opacity 0.15s linear;
}

.fade:not(.in):not(.show) {
    display: none;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
    margin-left: .25rem;
}

.modal-footer> :not(:last-child) {
    margin-right: .25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}


/* ------------------------------------------------------------------------------------------------ */


/* General */


/* ------------------------------------------------------------------------------------------------ */

.container-big {
    width: 100%;
    padding: 0 4%;
}

ul {
    padding: 0;
    list-style: none;
}

.btn {
    background: #4c834a;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 8px 15px;
    color: #ffffff;
    font-weight: 700;
    border: none;
    text-align: center;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-transparent {
    background: none;
    color: #000000;
    box-shadow: 0 0 0 1px #e4e4e4;
    border: none;
    margin-top: 0;
}

.btn-transparent:hover {
    background: #000;
}

.btn-link {
    background: transparent;
    font-weight: 400;
    color: #3a783a;
}

.btn.disabled {
    background: #E2E2E2;
    pointer-events: none;
}

.btn:hover {
    color: #ffffff;
    text-decoration: none;
}

main {
    margin-top: 100px;
}

@media (max-width: 1025px) {
    main {
        margin-top: 80px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}

.item-prdct {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.item-prdct a {
    position: relative;
    text-decoration: none;
    display: block;
}

.item-prdct a:hover {
    text-decoration: none;
}

.item-prdct .box-img {
    width: 100%;
    position: relative;
}

.item-prdct .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.item-prdct .box-img .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

.item-prdct .tag-sale {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    color: #FFF;
    background-color: #030d1d;
    z-index: 3;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
}

.item-prdct .desc {
    text-align: center;
    color: #9a9a9a;
    padding: 20px 0;
    background: #FFF;
}

.item-prdct .desc h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px;
    font-weight: 600;
}

.item-prdct .desc .price {
    font-weight: bold;
}

.item-prdct.has-sale .tag-sale {
    display: inline-block;
}

.tab-pane {
    display: none;
    opacity: 0;
    transition: all .3s;
}

.tab-pane.active {
    display: block;
    opacity: 1;
}

.box-action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: all .5s ease-in-out;
    background-color: #faf9ff;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.box-action .action {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 3;
}

.box-action .icon {
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    color: #000000;
    cursor: pointer;
    font-size: 14px;
    display: block;
    padding: 0;
    margin-bottom: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.box-action .icon .svg {
    width: 14px;
    height: 14px;
}

.box-action .icon:hover {
    background: #efce57;
    color: #ffffff;
}

.box-action .img.overlay {
    width: 300px !important;
    max-width: 100% !important;
    margin: 30px;
}

.box-action .img.overlay:before {
    padding: 39% 0 !important;
}

.box-action .btn-primary {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.item .box-img:hover,
.item-prdct .box-img:hover {
    cursor: pointer;
}

.item .box-img:hover .box-action,
.item-prdct .box-img:hover .box-action {
    height: 100%;
    opacity: 1;
}

.star {
    margin-bottom: 8px;
    color: #151413;
}

.star i {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 3px;
}

.star i:last-child {
    margin-right: 0;
}

.star.stared-1 i:nth-child(1) {
    color: #efce57;
}

.star.stared-2 i:nth-child(1),
.star.stared-2 i:nth-child(2) {
    color: #efce57;
}

.star.stared-3 i:nth-child(1),
.star.stared-3 i:nth-child(2),
.star.stared-3 i:nth-child(3) {
    color: #efce57;
}

.star.stared-5 i:nth-child(1),
.star.stared-5 i:nth-child(2),
.star.stared-5 i:nth-child(3),
.star.stared-5 i:nth-child(4) {
    color: #efce57;
}

.star.stared-5 i {
    color: #efce57;
}

.item-news {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    width: 100%;
    overflow-x: hidden;
}

.item-news .box-img {
    width: 80px !important;
}

.item-news .box-text {
    width: calc(100% - 100px);
    margin-left: 20px;
}

.item-news .box-text h5 {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1em;
}

.item-news .box-text h5 a {
    color: #151413;
}

.item-news .box-text h5 a:hover {
    color: #3a783a;
}

.item-news .box-text p {
    font-size: 14px;
    line-height: 1em;
}

.news-list-item {
    margin-bottom: 30px;
}

.news-list-item .date-auth {
    margin: 15px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-list-item .date-auth a,
.news-list-item .date-auth span {
    display: inline-block;
    vertical-align: middle;
    color: #151413;
    margin-right: 10px;
}

.news-list-item .date-auth a:hover {
    color: #3a783a;
}

.news-list-item .date-auth .svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.news-list-item h4 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.news-list-item h4 a {
    color: #151413;
}

.news-list-item h4 a:hover {
    text-decoration: none;
    color: #3a783a;
}

.news-list-item .desc {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .news-list-item .date-auth {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .news-list-item .date-auth span,
    .news-list-item .date-auth a {
        margin-bottom: 8px;
    }
}

.news-single .date-auth {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-single .date-auth a,
.news-single .date-auth span {
    margin-right: 10px;
    margin-bottom: 8px;
}

@media (max-width: 767px) {

    .news-single .date-auth a,
    .news-single .date-auth span {
        -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        max-width: 50%;
    }
}

.news-single .desc {
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
}

.news-single .tag-category {
    margin: 15px 0;
}

.news-single .tag-category .svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.news-single .tag-category a {
    color: #151413;
    position: relative;
}

.news-single .tag-category a:after {
    content: ",";
    display: inline-block;
    margin: 0 3px;
}

.news-single .tag-category a:last-child:after {
    display: none;
}

.news-single .share {
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #FFF;
    color: #151413;
}

.news-single .share a {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-single .share .icon-facebook {
    background-image: url(../images/ic-facebook-black.svg);
}

.news-single .share .icon-twitter {
    background-image: url(../images/ic-twitter-black.svg);
}

.news-single .share .icon-instagram {
    background-image: url(../images/ic-instagram-black.svg);
}

.news-single .leave-comment .form-group,
.news-single .leave-comment .form-control {
    display: block;
    margin-right: 0;
}

.news-single .leave-comment .form-action {
    text-align: left;
}

.news-single .leave-comment textarea {
    margin-right: 0;
    width: 100%;
}

.news-single .leave-comment .btn-primary {
    display: inline-block !important;
    width: auto !important;
}

.news-single .leave-comment p {
    font-size: 14px;
}

@media (max-width: 767px) {
    .news-single .leave-comment .form-group {
        margin-right: 0;
    }
}

#modalSearch .close {
    position: fixed;
    top: 0;
    right: -45%;
    color: #151413;
}

#modalSearch .close .svg {
    width: 30px;
    height: 30px;
}

#modalSearch .modal-lg {
    max-width: 50%;
}

#modalSearch .modal-dialog {
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

#modalSearch .modal-content {
    border: none;
}

#modalSearch .search-form {
    border-bottom: 1px solid #000;
}

#modalSearch .search-form .form-control {
    font-size: 70px;
    height: auto;
    line-height: normal;
    border: none;
    outline: none !important;
    width: 100%;
    max-width: calc(100% - 90px);
}

#modalSearch .search-form .form-control::-webkit-input-placeholder {
    color: #151413;
}

#modalSearch .search-form button {
    width: 80px;
    height: 80px;
    background: transparent;
    border: none;
    outline: none !important;
}

#modalSearch .search-form button .svg {
    width: 70px;
    height: 70px;
}

#modalSearch.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1025px) {
    #modalSearch .close {
        right: -70px;
    }

    #modalSearch .modal-lg {
        max-width: 80%;
    }

    #modalSearch .search-form .form-control {
        font-size: 55px;
        max-width: calc(100% - 65px);
    }

    #modalSearch .search-form button {
        width: 60px;
        height: 60px;
    }

    #modalSearch .search-form button .svg {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    #modalSearch .close {
        top: 20px;
        right: 0;
    }

    #modalSearch .modal-lg {
        max-width: 90%;
        margin: 0 auto;
    }

    #modalSearch .search-form .form-control {
        font-size: 36px;
        max-width: calc(100% - 50px);
    }

    #modalSearch .search-form button {
        width: 41px;
        height: 41px;
    }

    #modalSearch .search-form button .svg {
        width: 30px;
        height: 30px;
    }
}

body.backdrop-white .modal-backdrop {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 60px;
    height: 60px;
    position: fixed;
    top: -60px;
    right: -60px;
    left: inherit;
    bottom: inherit;
    background-color: #FFF;
}

body.backdrop-white .modal-backdrop:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    /* background-color: rgba(255,255,255,0.98); */
    zoom: 1;
    background-color: transparent\9;
    border-radius: 100%;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-delay: 2s;
    ransform: scale(1);
}

body.backdrop-white .modal-backdrop.fade.show {
    opacity: 1;
    top: 0;
    right: 0;
}

body.backdrop-white .modal-backdrop.fade.show:before {
    -webkit-transform: scale(75);
    transform: scale(75);
}

#modalQv .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #151413;
    z-index: 10;
}

#modalQv .close .svg {
    width: 20px;
    height: 20px;
}

#modalQv .modal-lg {
    max-width: 55%;
}

#modalQv .modal-content {
    padding: 20px;
    background: #FFF;
}

#modalQv .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#modalQv .box-img .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

#modalQv .details {
    margin: 0 0 0 15px;
}

#modalQv .details h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

#modalQv .details .price {
    margin-bottom: 10px;
}

#modalQv .details .price .now {
    font-size: 22px;
    font-weight: bold;
    color: #3a783a;
}

#modalQv .details .price .real {
    display: inline-block;
    margin-left: 5px;
    color: #aaaaaa;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 16px;
}

#modalQv .details .avail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#modalQv .details .avail label {
    font-weight: 700;
    width: 30%;
    max-width: 150px;
    margin-right: 20px;
}

#modalQv .details .desc {
    padding: 20px 0 30px;
}

#modalQv .details dl {
    *zoom: 1;
}

#modalQv .details dl:before,
#modalQv .details dl:after {
    content: " ";
    display: table;
}

#modalQv .details dl:after {
    clear: both;
}

#modalQv .details dl dt {
    float: left;
    width: 30%;
}

#modalQv .details dl dd {
    padding-left: 150px;
    margin-bottom: 15px;
}

#modalQv .details .price {
    font-size: 22px;
    font-weight: bold;
    color: #3a783a;
}

#modalQv .details .sizes a {
    display: inline-block;
    padding: 3px 10px;
    border: 2px solid #E2E2E2;
    color: #151413;
    margin-right: 10px;
    text-decoration: none;
}

#modalQv .details .sizes a:hover,
#modalQv .details .sizes a.active {
    border-color: #efce57;
}

#modalQv .details .pd-action .btn {
    font-weight: 700;
    text-transform: capitalize;
    font-family: Open Sans;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

#modalQv .details .pd-action .btn:nth-child(2) {
    margin-right: 0 !important;
}

#modalQv .details .pd-action .btn:not(.btn-block) {
    margin-right: 15px;
    width: calc(50% - 10px);
}

@media (max-width: 1500px) {
    #modalQv .modal-lg {
        max-width: 80%;
    }
}

@media (max-width: 1025px) {
    #modalQv .box-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    #modalQv .col-md-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #modalQv .box-img .img:before {
        padding: 38.8% 0;
    }

    #modalQv .details .pd-action .btn:not(.btn-block) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    #modalQv .modal-lg {
        max-width: 95%;
        margin: auto;
    }

    #modalQv .details {
        margin-left: 0;
    }

    #modalQv .details .pd-action .btn:not(.btn-block) {
        width: 100%;
    }

    #modalQv .details dl dd {
        padding-left: 110px;
    }

    .products .banner-small {
        min-height: 100vh;
    }
}

.qty {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    max-width: 130px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.qty .btn-number {
    width: 40px;
    height: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #E2E2E2;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #151413;
}

.qty .btn-number .svg {
    width: 15px;
    height: 15px;
}

.qty .input-number {
    max-width: calc(100% - 80px);
    border-left: 0 !important;
    border-right: 0 !important;
    text-align: center !important;
    background: #f5f5f5;
}

.ZoomContainer {
    top: 425px !important;
}


/* ------------------------------------------------------------------------------------------------ */


/* Form */


/* ------------------------------------------------------------------------------------------------ */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #3a783a;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label {
    margin-bottom: 0;
}

.custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
}

.custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #3a783a;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #3a783a;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #3a783a;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
    border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    width: 100%;
    font-weight: 700;
}

.form-group .form-control {
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 17px;
}

.form-group .form-control:active,
.form-group .form-control:focus,
.form-group .form-control:hover {
    outline: none;
    border-color: #3a783a;
}

.form-group textarea.form-control {
    padding: 10px 15px;
    height: auto;
    min-height: 100px;
}

.form-action {
    text-align: center;
}

.form-action .btn-primary {
    padding: 8px 24px;
    width: 100%;
    border: none;
    text-transform: capitalize;
}

.form-inline {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form-inline .form-group {
    width: 100%;
    max-width: calc(100% - 100px);
    margin-bottom: 0;
}

.form-inline .form-control {
    margin-bottom: 0 !important;
}

.form-inline .btn {
    border-radius: 6px;
}

@media (max-width: 767px) {
    .form-group .col-md-6 {
        margin-bottom: 16px;
    }
}


/* ------------------------------------------------------------------------------------------------ */


/* Header */


/* ------------------------------------------------------------------------------------------------ */

.header {
    padding: 16px 4%;
    background: #eaeae7;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 100;
}

.header.fixed {
    padding-top: 8px;
    padding-bottom: 8px;
}

.header.fixed .header-logo img {
    max-height: 50px;
}

.header.fixed.sticky {
    top: 0;
}

.header-logo img {
    max-height: 70px;
}

.header-wrap {
    position: relative;
}

.header-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.header-nav>ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.header-nav>ul>li {
    padding: 0 24px;
}

.header-nav>ul>li>a {
    padding: 0 0 4px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #151413;
    text-decoration: none;
    transition: all .3s;
    position: relative;
    letter-spacing: 2px;
}

.header-nav>ul>li:hover>a,
.header-nav>ul>li.current-menu>a {
    color: #3a783a;
    border-bottom: 2px solid #3a783a;
}

.header-nav>ul>li:hover>a:after,
.header-nav>ul>li.current-menu>a:after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.header-right {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.header-right>ul {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.header-right>ul>li {
    padding: 0 12px;
    text-align: center;
}

.header-right>ul>li.has-child a:after {
    display: none;
}

.header-right>ul>li>a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.header-right .sub-menu {
    max-width: 75% !important;
    padding: 20px !important;
}

.header-right .dd-user {
    list-style: none;
    text-align: left;
}

.header-right .dd-user li {
    text-align: left;
    display: block;
    width: 100%;
    padding: 0;
    padding-left: 0px !important;
}

.header-right .dd-user li:before {
    display: inline-block;
    vertical-align: middle;
    width: 13px !important;
    height: 13px !important;
    margin-right: 10px;
    border: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header-right .dd-user li.login:before {
    background-image: url(../images/sign-in-alt-solid.svg);
}

.header-right .dd-user li.create:before {
    background-image: url(../images/user-solid.svg);
}

.header .has-child>a:after {
    content: "";
    position: absolute;
    top: 3px;
    right: -25px;
    background-image: url(../images/chevron-down-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.header .has-child:hover .sub-menu {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    overflow: visible;
    visibility: visible;
}

.header .sub-menu,
.header .subm-right {
    padding: 35px;
    background: #ffffff;
    width: 95%;
    position: absolute;
    top: 95%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
    transition: all 0.4s ease-in-out;
    visibility: hidden;
    overflow: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.header .sub-menu .head-sm,
.header .subm-right .head-sm {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    display: block;
}

.header .sub-menu ul,
.header .subm-right ul {
    padding: 0;
    margin: 0;
}

.header .sub-menu li,
.header .subm-right li {
    display: block;
    padding-left: 18px;
    position: relative;
}

.header .sub-menu li:before,
.header .subm-right li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 1px solid #4c834a;
}

.header .sub-menu li a,
.header .subm-right li a {
    display: inline-block;
    padding: 8px 0;
    font-size: 14px;
    line-height: 19px;
    color: #151413;
    text-decoration: none;
}

.header .sub-menu li:hover a,
.header .subm-right li:hover a {
    color: #4c834a;
}

.header .sub-menu .box-img,
.header .subm-right .box-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.header .sub-menu .box-img .img,
.header .subm-right .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all .3s;
}

.header .sub-menu .box-img .img:before,
.header .subm-right .box-img .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

.header .sub-menu .box-img:hover .img,
.header .subm-right .box-img:hover .img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.header .cart>a {
    position: relative;
}

.header .cart>a>span {
    opacity: 0;
    visibility: hidden;
    width: 16px;
    height: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    border-radius: 50%;
    background-color: #efce57;
    color: #ffffff;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.header .cart-filled>a>span {
    opacity: 1;
    visibility: visible;
}

.header .cart .subm-cart {
    max-width: 350px !important;
    width: 350px !important;
    margin: auto;
    left: auto;
    right: 30%;
}

.header .cart-cm-wrapper {
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 10px;
    max-height: 180px;
    overflow-y: auto;
    padding-right: 3px;
}

.header .cart-cm-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.header .cart-cm-item:last-child {
    margin-bottom: 0;
    border: none;
}

.header .cart-cm-item .img-box {
    width: 70px;
    height: 70px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.header .cart-cm-item .text-box {
    width: calc(100% - 125px);
    text-align: left;
}

.header .cart-cm-item h4 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 600;
}

.header .cart-cm-item .detdesc {
    font-size: 12px;
    font-weight: 600;
    display: block;
}

.header .cart-cm-item .price {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.header .cart-cm-item .close {
    width: 13px;
    height: 13px;
    position: absolute;
    top: 0;
    right: 0;
    color: #151413;
}

.header .cart-cm-item .close .svg {
    width: 13px;
    height: 13px;
}

.header .cart-cm-item .close:hover {
    color: #3a783a;
}

.header .cart .summary {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 10px;
    font-weight: 700;
}

.header .cart .btn-primary {
    margin-right: 15px;
}

.header .cart .btn-primary:last-child {
    margin-right: 0;
}

.header .burger-icon {
    position: absolute;
    top: 16px;
    right: 0;
    z-index: 251;
    width: 30px;
    padding-top: 32px;
    cursor: pointer;
    transition: all .5s;
    display: none;
    float: right;
}

.header .burger-icon span {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #151413;
    transition: opacity .5s .5s, top .5s .4s, -webkit-transform .5s;
    transition: opacity .5s .5s, top .5s .4s, transform .5s;
    transition: opacity .5s .5s, top .5s .4s, transform .5s, -webkit-transform .5s;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.header .burger-icon span:nth-child(1) {
    top: 0;
}

.header .burger-icon span:nth-child(2) {
    top: 8px;
    width: 75%;
}

.header .burger-icon span:nth-child(3) {
    top: 16px;
    width: 90%;
}

.header .burger-icon:after {
    content: "";
    font-size: 10px;
    line-height: 16px;
    font-style: normal;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffffff;
}

.header .burger-icon:hover {
    cursor: pointer;
}

.header .container-fluid>.row>.col-lg-8 {
    position: inherit !important;
}

@media (max-width: 1200px) {
    .header {
        padding-left: 0;
        padding-right: 0;
    }

    .header-nav>ul>li {
        padding: 0 16px;
    }
}

@media (max-width: 1025px) {
    .header-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 265px;
        height: 100vh;
        overflow-y: auto;
        background: #FFF;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start;
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        transition: all .3s ease;
        z-index: 10;
    }

    .header-nav>ul {
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-top: 30px;
    }

    .header-nav>ul>li {
        width: 100%;
        margin-bottom: 8px;
        max-height: 24px;
    }

    .header-nav>ul>li.has-child:hover {
        max-height: 999999px;
    }

    .header-nav>ul>li.has-child:hover .sub-menu {
        max-height: 999999px;
    }

    .header-right {
        padding-right: 30px;
    }

    .header-right .sub-menu {
        width: 180px !important;
        max-width: 180px !important;
    }

    .header .sub-menu {
        position: relative;
        top: auto;
        left: auto;
        right: 0;
        max-height: 0;
        overflow: hidden;
        box-shadow: none;
        padding: 15px;
    }

    .header .sub-menu .box-img {
        margin-bottom: 24px;
    }

    .header .burger-icon {
        display: block;
    }

    .header .sub-menu,
    .header .subm-right {
        position: absolute !important;
    }

    .header .has-child:hover .sub-menu,
    .header .has-child:hover .subm-right {
        max-height: 99999px !important;
    }
}

@media (max-width: 1500px) {
    .header-right .sub-menu {
        max-width: 95% !important;
    }
}

@media (max-width: 767px) {
    .header-logo img {
        max-height: 55px;
    }

    .header-right {
        margin-top: -25px;
    }

    .header .burger-icon {
        top: -10px;
    }

    .header .cart .subm-cart {
        max-width: 290px !important;
        width: 290px !important;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.menu-open:after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .3;
    display: block;
    z-index: 5;
}

.menu-open .burger-icon span:nth-child(1) {
    top: 0;
    width: 95%;
}

.menu-open .burger-icon span:nth-child(2) {
    top: 8px;
    width: 100%;
}

.menu-open .burger-icon span:nth-child(3) {
    top: 16px;
    width: 75%;
}

.menu-open .header-logo {
    position: relative;
}

.menu-open .header-nav {
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.menu-open .header .sub-menu {
    max-height: 999999px;
}


/* ------------------------------------------------------------------------------------------------ */


/* Footer */


/* ------------------------------------------------------------------------------------------------ */

.footer {
    padding: 100px 0;
    background: #eaeae7;
    color: #3a783a;
}

.footer a {
    color: #3a783a;
}

.footer-menu h3 {
    margin-bottom: 20px;
    line-height: 1.5em;
    font-size: 1.25em;
}

.footer-menu .footer-logo img {
    max-height: 100px;
}

.footer-menu p {
    margin-top: 20px;
}

.footer-menu ul li a {
    padding: 0 0 10px 0;
    display: inline-block;
}

.footer .socmed {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #FFF;
}

.footer .socmed a {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.footer .socmed .icon-facebook {
    background-image: url(../images/ic-facebook.svg);
}

.footer .socmed .icon-twitter {
    background-image: url(../images/ic-twitter.svg);
}

.footer .socmed .icon-instagram {
    background-image: url(../images/ic-instagram.svg);
}

.footer .socmed .icon-line {
    background-image: url(../images/line.svg);
}

.footer .cpyright {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.7em;
}

@media (max-width: 1025px) {
    .footer .col-md-3 {
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .footer .col-md-3:first-child {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .footer .col-md-3:first-child p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 60px 0;
    }

    .footer .footer-logo {
        text-align: center;
    }

    .footer .footer-logo img {
        max-height: 80px;
    }

    .footer .footer-menu p {
        margin-bottom: 20px;
    }

    .footer .col-md-3 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer .socmed {
        margin-top: 40px;
    }
}


/* ------------------------------------------------------------------------------------------------ */


/* Content */


/* ------------------------------------------------------------------------------------------------ */

.slider-home {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.slider-home .slider {
    padding: 0;
    position: relative;
}

.slider-home .slider img {
    max-height: 810px;
    object-fit: contain;
}

.slider-home .slider .text {
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 70px 0px 10px 100px;
    margin-top: -120px;
}

.slider-home .slider .text h2 {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.slider-home .slider .text h3 {
    font-size: 75px;
    line-height: 1.1em;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.slider-home .slider .text .btn-wline {
    display: inline-block;
    margin: 0;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: #000000;
    position: relative;
    font-weight: 600;
}

.slider-home .slider .text .btn-wline:before {
    content: "";
    display: inline-block;
    background: #030d1d;
    vertical-align: middle;
    width: 320px;
    height: 1px;
    margin-right: 12px;
}

.slider-home .slider .text .btn-wline:hover {
    color: #4c834a;
}

.slider-home .slider .text .btn-wline:hover:before {
    background: #4c834a;
}

.slider-home .slider .owl-dots {
    position: absolute;
    bottom: 110px;
    right: calc(50% + 12px);
    width: 75px;
}

.slider-home .slider .owl-dots .owl-dot {
    width: 100%;
    display: block;
    text-align: right;
    outline: none;
    margin-bottom: 8px;
    padding-bottom: 6px;
}

.slider-home .slider .owl-dots .owl-dot span {
    display: inline-block;
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: #b4b4b4;
    width: auto;
    height: auto;
    background: transparent;
}

.slider-home .slider .owl-dots .owl-dot.active {
    border-bottom: 1px solid #4c834a;
}

.slider-home .slider .owl-dots .owl-dot.active span {
    color: #000;
}

@media (max-width: 1599px) {
    .slider-home .slider .text h3 {
        font-size: 55px;
    }
}

@media (max-width: 1025px) {
    .slider-home .slider .text {
        padding: 150px 0px 10px 0px;
    }

    .slider-home .slider .text h3 {
        font-size: 32px;
    }

    .slider-home .slider .text .btn-wline:before {
        width: 55%;
    }

    .slider-home .slider .owl-dots {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .slider-home .slider .text {
        padding: 0;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .slider-home .slider .owl-dots {
        right: 10px;
    }
}

.home-category {
    padding-top: 90px;
}

.home-category .col-lg-2 {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.home-category .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-category .btn {
    margin-top: 20px;
    display: inline-block;
}

@media (max-width: 1025px) {
    .home-category .col-lg-2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .home-category .slider-xs {
        margin-left: 0;
        margin-right: 0;
    }

    .home-category .btn {
        font-weight: 600;
        font-size: 12px;
    }
}

.grid-banner {
    padding: 90px 0;
}

.grid-banner .row {
    margin-left: -10px;
    margin-right: -10px;
}

.grid-banner .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
}

.grid-banner .item {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.grid-banner .item:before {
    content: "";
    padding: 33.5% 0;
    display: block;
}

.grid-banner .item:last-child {
    margin-bottom: 0;
}

.grid-banner .item:hover .banner {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.grid-banner .item.big:before {
    content: "";
    padding: 69% 0;
}

.grid-banner .item.big .text {
    top: auto;
    bottom: 0;
}

.grid-banner .text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding: 40px 35px;
}

.grid-banner .text .btn {
    text-transform: capitalize;
    text-decoration: none;
}

.grid-banner .text .btn:hover {
    color: #FFF;
}

.grid-banner .banner {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    transition: all 0.5s linear;
}

.grid-banner .catpro {
    color: #000000;
    max-resolution: 0 0 10px;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold;
}

.grid-banner .catname {
    color: #ffffff;
    font-size: 21px;
    font-family: Open Sans;
    text-transform: uppercase;
    margin: 0 0 15px;
}

@media (max-width: 1025px) {
    .grid-banner {
        padding: 45px 0;
    }

    .grid-banner .col-lg-4 {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .grid-banner .col-lg-4 .item {
        width: calc(50% - 5px);
        margin-right: 10px;
    }

    .grid-banner .col-lg-4 .item.big {
        width: 100%;
    }

    .grid-banner .col-lg-4 .item.big:before {
        padding: 45% 0;
    }

    .grid-banner .item:last-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .grid-banner .col-lg-4 {
        display: block;
    }

    .grid-banner .col-lg-4 .item {
        width: 100%;
        margin-right: 0;
    }

    .grid-banner .text {
        padding: 20px;
    }

    .grid-banner .text .catpro {
        font-size: 16px;
    }

    .grid-banner .text .catname {
        font-size: 21px;
    }
}

.heading-text {
    text-align: center;
    max-width: 728px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.heading-text h2 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 1.1;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.heading-text h2:before {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 767px) {
    .heading-text h2 {
        font-size: 32px;
    }
}

.home-product-slider {
    padding: 90px 0;
}

@media (max-width: 1025px) {
    .home-product-slider {
        padding: 45px 0;
    }
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    background: #FFF !important;
    border-radius: 50%;
    border: 1px solid #000 !important;
    position: relative;
    margin: 0 1.5px;
    outline: none;
    transition: all 0.4s;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    background-image: url(../images/chevron-down-solid.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
}

.owl-carousel .owl-nav .owl-prev span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.owl-carousel .owl-nav .owl-prev:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% - 1px);
    left: -50px;
    transition: all 0.4s;
}

.owl-carousel .owl-nav .owl-prev:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% + 3px);
    left: -30px;
    transition: all 0.4s;
}

.owl-carousel .owl-nav .owl-prev:hover {
    background: #4c834a;
    border-color: #4c834a;
}

.owl-carousel .owl-nav .owl-prev:hover:before {
    width: 30px;
    left: -30px;
}

.owl-carousel .owl-nav .owl-prev:hover:after {
    left: -50px;
    width: 50px;
}

.owl-carousel .owl-nav .owl-next span {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.owl-carousel .owl-nav .owl-next:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% - 1px);
    right: -50px;
    transition: all 0.4s;
}

.owl-carousel .owl-nav .owl-next:after {
    content: "";
    width: 30px;
    height: 1px;
    background: #000000;
    position: absolute;
    top: calc(50% + 3px);
    right: -30px;
    transition: all 0.4s;
}

.owl-carousel .owl-nav .owl-next:hover {
    background: #4c834a;
    border-color: #4c834a;
}

.owl-carousel .owl-nav .owl-next:hover:before {
    width: 30px;
    right: -30px;
}

.owl-carousel .owl-nav .owl-next:hover:after {
    right: -50px;
    width: 50px;
}

.slider-hprdct .owl-stage-outer,
.slider-tp .owl-stage-outer {
    padding-top: 50px;
}

.slider-hprdct .item,
.slider-tp .item {
    position: relative;
    width: 351px;
    padding: 0 35px 0px;
}

.slider-hprdct .item a,
.slider-tp .item a {
    position: relative;
    text-decoration: none;
    display: block;
}

.slider-hprdct .item a:hover,
.slider-tp .item a:hover {
    text-decoration: none;
}

.slider-hprdct .owl-item.active.center,
.slider-tp .owl-item.active.center {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.slider-hprdct .owl-item.active.center .item,
.slider-tp .owl-item.active.center .item {
    padding: 0;
}

.slider-hprdct .owl-item.active.center .item .desc h3,
.slider-tp .owl-item.active.center .item .desc h3 {
    color: #4c834a;
}

.slider-hprdct .box-img,
.slider-tp .box-img {
    width: 100%;
    position: relative;
}

.slider-hprdct .box-img .img,
.slider-tp .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-hprdct .box-img .img:before,
.slider-tp .box-img .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

.slider-hprdct .tag-sale,
.slider-tp .tag-sale {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 10px;
    color: #FFF;
    background-color: #030d1d;
    z-index: 3;
    font-size: 13px;
    line-height: 1.1;
    font-weight: 600;
}

.slider-hprdct .desc,
.slider-tp .desc {
    text-align: center;
    color: #9a9a9a;
    padding: 20px 0;
    background: #FFF;
}

.slider-hprdct .desc h3,
.slider-tp .desc h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0 0 5px;
    font-weight: 600;
}

.slider-hprdct .desc .price,
.slider-tp .desc .price {
    font-weight: bold;
}

.slider-tp .owl-stage-outer {
    padding-bottom: 30px;
}

.slider-tp .item {
    width: auto;
    padding: 0;
}

.slider-tp .owl-item.active.center {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.slider-tp .owl-item.active.center .item {
    padding: 0;
}

.trending-product {
    padding: 90px 0 460px;
}

.trending-product .nav.nav-tabs {
    width: 100%;
    text-align: center;
}

.trending-product .nav.nav-tabs li {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
    float: none;
}

.trending-product .nav.nav-tabs li a {
    font-weight: 600;
    padding: 3px 25px;
    font-size: 16px;
    display: inline-block;
    margin: 0 0px 0 0;
    background: #000000;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

.trending-product .nav.nav-tabs li a.active {
    background: #4c834a;
}

.special-categories {
    margin-top: -375px;
    padding-bottom: 90px;
}

.special-categories .item {
    overflow: hidden;
    border: 8px solid #ffffff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
}

.special-categories .box-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.special-categories .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.special-categories .box-img .img:before {
    content: "";
    padding: 50.8% 0;
    display: block;
}

.special-categories .box-img:before {
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(220, 233, 177, 0.85) 100%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 100%;
    transition: all 0.3s linear;
    z-index: 3;
}

.special-categories .box-img:hover:before {
    top: 0;
}

.special-categories .box-text {
    border: none;
    padding: 20px;
}

.special-categories .box-text h3 {
    margin: 0;
    padding: 0;
}

.special-categories .box-text h3 a {
    color: #4c834a;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.special-categories .box-text p {
    text-align: left;
}

.special-categories .box-text .qtt span {
    color: #030d1d;
    font-weight: bold;
    margin: 5px 0 0;
    font-size: 16px;
    position: relative;
}

.special-categories .box-text .qtt span:before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

.special-categories .box-text .qtt span:after {
    content: "-";
    display: inline-block;
    margin-left: 5px;
}

.special-categories .reviewer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
}

.special-categories .reviewer .box-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
    border: 1px solid #E2E2E2;
    margin-right: 16px;
}

.special-categories .reviewer .name {
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}

.our-newsletter {
    padding: 90px 0;
}

.our-newsletter .heading-text {
    margin-bottom: 20px;
}

.our-newsletter .heading-text h2 {
    margin-bottom: 20px;
}

.our-newsletter .form-newsletter {
    width: 738px;
    margin: 0 auto;
}

.our-newsletter .form-control {
    display: inline-block;
    padding: 0 15px;
    height: 60px;
    width: calc(100% - 140px);
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    border: 1px solid #292929;
    vertical-align: middle;
}

.our-newsletter .btn {
    width: auto;
    display: inline-block;
    height: 60px;
    padding: 0px 25px;
    margin-left: -5px;
    margin-top: -1px;
    border: none;
    vertical-align: middle;
}

.our-newsletter .btn:hover {
    background: #000;
}

@media (max-width: 1025px) {
    .our-newsletter .form-newsletter {
        width: 100%;
    }
}

.latest-news {
    padding: 90px 0;
}

.latest-news .owl-stage-outer {
    padding-bottom: 60px;
}

.latest-news .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.latest-news .item .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.latest-news .item .box-img {
    width: 100%;
    position: relative;
}

.latest-news .item .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.latest-news .item .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

.latest-news .item .box-text .date-auth {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.latest-news .item .box-text h3 {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 15px;
}

.latest-news .item .box-text h3 a {
    color: #000000;
    text-decoration: none;
}

.latest-news .item .box-text h3:hover {
    color: #4c834a;
}

.latest-news .item .box-text .short-desc {
    padding-bottom: 10px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 1025px) {
    .latest-news .item .col-md-6 {
        padding: 15px;
    }
}

.brands-partner {
    padding: 90px 0;
}

.brands-partner .slider-bp .item {
    padding: 10px;
    position: relative;
    height: 120px;
}

.brands-partner .slider-bp .item img {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
}

.our-services {
    padding: 90px 0;
    background: #f5f5f5;
}

.our-services .icon {
    width: auto;
    height: 30px;
    margin: auto;
}

.our-services .icon-box {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.5s linear;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.our-services .icon-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    background: #ffffff;
    z-index: -1;
    border-radius: 50%;
    margin: auto;
    transition: all 0.5s linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.our-services .icon-box:hover {
    cursor: pointer;
}

.our-services .icon-box:hover:before {
    width: 50px;
    height: 50px;
}

.our-services .icon-box:hover .icon {
    color: #efce57;
}

.our-services .box-text {
    max-width: 343px;
    margin: 0 auto;
    text-align: center;
}

.our-services .box-text h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
    line-height: normal;
}

.banner-small {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 40%;
}

.products .banner-small {
    min-height: 100vh;
}

.banner-small:before {
    content: "";
    width: 100%;
    padding: 180px 0;
    display: block;
}

.banner-small:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.about .banner-small:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
}

.title-breadcrumbs {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.title-breadcrumbs h1 {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 2.25em;
    line-height: 1.5em;
    font-weight: bold;
    color: #FFF;
}

.title-breadcrumbs .breadcrumbs li {
    display: inline-block;
    position: relative;
}

.title-breadcrumbs .breadcrumbs li:after {
    content: "/";
    display: inline-block;
    font-size: 1em;
    padding-right: 2px;
    margin-right: 2px;
    margin-left: 2px;
    color: #ffffff;
}

/* .about .title-breadcrumbs .breadcrumbs li:after {
    color: black !important;
} */

.title-breadcrumbs .breadcrumbs li:last-child:after {
    display: none;
}

.title-breadcrumbs .breadcrumbs a,
.title-breadcrumbs .breadcrumbs span {
    padding-right: 2px;
    margin-right: 2px;
    color: #FFF;
    text-decoration: none;
    transition: color .3s ease;
}

.title-breadcrumbs .breadcrumbs a:hover {
    color: #3a783a;
}

@media (max-width: 767px) {
    .title-breadcrumbs h1 {
        font-size: 21px;
        line-height: 1.3em;
    }

    .title-breadcrumbs .breadcrumbs {
        text-align: center;
    }
}

.products .products-wrapper {
    padding: 64px 0 128px;
}

.products .side-filter h4 {
    color: #231f1e;
    padding: 0;
    border-radius: px;
    padding-bottom: 10px;
    font-size: 1.25em;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 15px;
}

.products .side-filter h4.coll-h {
    padding-left: 20px;
    position: relative;
    color: #151413;
}

.products .side-filter h4.coll-h:before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/chevron-down-solid.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    transition: all .3s ease;
}

.products .side-filter h4.coll-h.collapsed {
    transition: all .5s linear;
}

.products .side-filter h4.coll-h.collapsed:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.products .side-filter div.collapse.show {
    padding-bottom: 40px;
}

.products .side-filter .sec-filter ul {
    margin-bottom: 0;
}

.products .side-filter .sec-filter ul li {
    line-height: 30px;
}

.products .side-filter .sec-filter-price li,
.products .side-filter .sec-filter-type li {
    margin-bottom: 16px;
}

.products .side-filter .sec-filter-price li:last-child,
.products .side-filter .sec-filter-type li:last-child {
    margin-bottom: 0;
}

.products .side-filter .sec-filter-price label,
.products .side-filter .sec-filter-type label {
    padding: 0 8px;
}

.products .side-filter .ec-wrapper a {
    color: #151413;
    text-decoration: none;
}

.products .side-filter .ec-wrapper .card {
    line-height: 30px;
}

.products .side-filter .ec-wrapper .card-header {
    font-weight: 600;
    display: block;
    padding-right: 20px;
    position: relative;
}

.products .side-filter .ec-wrapper .card-header a {
    display: block;
}

.products .side-filter .ec-wrapper .card-header a:before,
.products .side-filter .ec-wrapper .card-header a:after {
    content: "";
    width: 12px;
    height: 2px;
    background: #151413;
    position: absolute;
    top: 12px;
    right: 4px;
}

.products .side-filter .ec-wrapper .card-header a:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.products .side-filter .ec-wrapper .card-header a.collapsed:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.products .side-filter .ec-wrapper .collapse {
    padding: 10px 0;
}

.products .side-filter .ec-wrapper ul {
    list-style: disc;
    padding-left: 30px;
}

.products .side-filter .ec-wrapper ul li {
    line-height: 30px;
}

.products .filter-color a {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 0;
    border: 2px solid #dddddd;
    padding: 4px;
    border-radius: 50%;
    transition: all .3s ease;
    margin-right: 15px;
}

.products .filter-color a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.products .filter-color a:last-child {
    margin-right: 0;
}

.products .filter-color a:hover,
.products .filter-color a.active {
    border-color: #efce57;
}

.products .filter-prdct {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .filter-prdct label {
    font-size: 14px;
    font-weight: 600;
    margin: 0 10px 0 0;
    color: #151413;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}

.products .view-mode {
    border: 1px solid #e4e4e4;
    padding: 5px 12px;
    min-width: 100px;
    text-align: center;
    max-width: 190px;
    display: inline-block;
    vertical-align: middle;
}

.products .view-mode a {
    min-width: 19px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 0;
    position: relative;
    cursor: pointer;
    color: #151413;
}

.products .view-mode a .svg {
    width: 20px;
    height: 20px;
}

.products .view-mode a:last-child {
    margin-right: 0;
}

.products .view-mode a.active {
    color: #efce57;
}

.products .show-sort {
    max-width: 406px;
    margin-left: -20px;
}

.products .select,
.products .form-group {
    display: inline-block;
    margin-right: 15px;
}

.products .select:last-child,
.products .form-group:last-child {
    margin-right: 0;
}

.products .select.show,
.products .form-group.show {
    width: 80px;
}

.products .select.sort,
.products .form-group.sort {
    width: 160px;
}

.products .product-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.products .box-img {
    width: 100%;
    position: relative;
}

.products .box-img .img {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.products .box-img .img:before {
    content: "";
    padding: 58.8% 0;
    display: block;
}

.products-single-wrap .big-detail img {
    height: 465px;
    object-fit: cover;
}

.products-single-wrap .thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
    margin-left: -15px;
    margin-right: -15px;
}

.products-single-wrap .thumbnail .box-img {
    display: block;
    margin: 0 15px;
    width: 78px;
    border: 1px solid #E2E2E2;
}

.products-single-wrap .thumbnail .box-img.active {
    border: 1px solid #efce57;
}

.products-single-wrap .details {
    margin: 0 0 0 15px;
}

.products-single-wrap .details h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.products-single-wrap .details .price {
    margin-bottom: 10px;
}

.products-single-wrap .details .price .now {
    font-size: 22px;
    font-weight: bold;
    color: #3a783a;
}

.products-single-wrap .details .price .real {
    display: inline-block;
    margin-left: 5px;
    color: #aaaaaa;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 16px;
}

.products-single-wrap .details .avail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.products-single-wrap .details .avail label {
    font-weight: 700;
    width: 30%;
    max-width: 150px;
    margin-right: 20px;
}

.products-single-wrap .details .desc {
    padding: 20px 0 30px;
}

.products-single-wrap .details dl {
    *zoom: 1;
}

.products-single-wrap .details dl:before,
.products-single-wrap .details dl:after {
    content: " ";
    display: table;
}

.products-single-wrap .details dl:after {
    clear: both;
}

.products-single-wrap .details dl dt {
    float: left;
    width: 30%;
}

.products-single-wrap .details dl dd {
    padding-left: 150px;
    margin-bottom: 15px;
}

.products-single-wrap .details .price {
    font-size: 22px;
    font-weight: bold;
    color: #3a783a;
}

.products-single-wrap .details .sizes a {
    display: inline-block;
    padding: 3px 10px;
    border: 2px solid #E2E2E2;
    color: #151413;
    margin-right: 10px;
    text-decoration: none;
}

.products-single-wrap .details .sizes a:hover,
.products-single-wrap .details .sizes a.active {
    border-color: #efce57;
}

.products-single-wrap .details .pd-action a {
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

.products-single-wrap .details .pd-action .btn {
    font-weight: 700;
    text-transform: capitalize;
    font-family: Open Sans;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
}

.products-single-wrap .details .pd-action .btn:nth-child(2) {
    margin-right: 0 !important;
}

.products-single-wrap .details .pd-action .btn:not(.btn-block) {
    margin-right: 15px;
    width: calc(50% - 10px);
}

.products .tab-custom {
    margin-top: 80px;
}

.products .tab-custom .nav-tabs li {
    display: inline-block;
    margin-left: -6px;
}

.products .tab-custom .nav-tabs li:first-child {
    margin-left: 0;
}

.products .tab-custom .nav-tabs li a {
    border: 1px solid #efefef;
    background: #fbfbfb;
    position: relative;
    margin: 0;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #151413;
}

.products .tab-custom .nav-tabs li a.active,
.products .tab-custom .nav-tabs li a:hover {
    color: #3a783a;
    border-top: 1px solid #3a783a;
}

.products .tab {
    margin-bottom: 40px;
    *zoom: 1;
}

.products .tab:before,
.products .tab:after {
    content: " ";
    display: table;
}

.products .tab:after {
    clear: both;
}

.products .tab-content {
    margin-top: -17px;
}

.products .tab-pane {
    border: 1px solid rgba(228, 228, 228, 0.5);
    float: left;
    width: 100%;
    padding: 25px 30px;
    margin: 0px 0px 0px;
}

.products .tab-pane article h4 {
    font-size: 18px;
    font-weight: 700;
    color: #030d1d;
    margin-bottom: 15px;
}

.products .tab-pane .review-head {
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.products .tab-pane .review-head h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.products .tab-pane .review-head .total-reivew {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products .tab-pane .review-head a {
    color: #151413;
}

.products .tab-pane .review-item {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
    *zoom: 1;
}

.products .tab-pane .review-item:before,
.products .tab-pane .review-item:after {
    content: " ";
    display: table;
}

.products .tab-pane .review-item:after {
    clear: both;
}

.products .tab-pane .review-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.products .tab-pane .review-item .reviewer-title {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 700;
}

.products .tab-pane .review-item .date-name {
    font-style: italic;
    font-size: 13px;
    opacity: 0.5;
    display: inline-block;
    margin: 0 0 1em 0;
}

.products .tab-pane .review-item .rev-detail {
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.products .tab-pane .review-item .report {
    float: right;
    font-size: 11px;
    line-height: 16px;
    color: #151413;
    text-decoration: none;
}

.products .tab-pane .review-item .report:hover {
    color: #3a783a;
}

.products .icon-menu {
    position: absolute;
    top: 30px;
    left: 100%;
    width: 40px;
    height: 40px;
    background-color: #efefef;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
    display: none;
    z-index: 3;
}

.products .icon-menu .svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 1025px) {
    .products {
        overflow: hidden;
    }

    .products-wrapper {
        position: relative;
    }

    .products .col-lg-3 {
        transition: all .3s ease;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 40px;
        background-color: #FFF;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 30;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.07);
    }

    .products .col-lg-9 {
        transition: all .3s ease;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products .icon-menu {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 767px) {
    .products .banner-small {
        min-height: unset;
    }

    .products .filter-prdct {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products .filter-prdct .col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .products .filter-prdct .view {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .products .filter-prdct .show-sort {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0;
    }

    .products-single-wrap .details {
        margin-left: 0;
    }

    .products-single-wrap .details dl dd {
        padding-left: 100px;
    }

    .products-single-wrap .details .pd-action .btn:not(.btn-block) {
        width: 100%;
    }

    .products .products-wrapper .side-filter .sec-filter:last-child {
        display: none;
    }

    .products .tab-custom {
        margin-top: 40px;
    }

    .products .tab-custom .nav-tabs {
        margin-left: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .products .tab-custom .nav-tabs li {
        max-width: 39.1%;
        text-align: center;
        width: calc((100% / 3) + 15px);
    }

    .products .tab-custom .nav-tabs li a {
        font-size: 13px;
        line-height: 1em;
        padding: 10px;
        min-height: 48px;
    }

    .products .tab-custom .tab-pane {
        padding: 20px 15px;
    }
}

@media (max-width: 340px) {
    .products .tab-custom .nav-tabs {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .products .tab-custom .nav-tabs li {
        width: calc((100% / 3) + 15px);
    }

    .products .tab-custom .nav-tabs li a {
        font-size: 12px;
        min-height: 45px;
    }

    .products .tab-custom .nav-tabs li a.active {
        z-index: 3;
    }
}

.side-filter-open .products-wrapper .col-lg-3 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.side-filter-open .products .icon-menu .svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    .side-filter-open .products-wrapper .col-lg-3 {
        -webkit-flex: 0 0 90%;
        -ms-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%;
    }
}

.related,
.recently {
    padding: 40px 0;
}

.about-wrapper {
    background: #eaeae7;
}

.about .ab-1 .img-box {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .ab-1 .img-box:before {
    content: "";
    padding: 37.8% 0;
    display: block;
}

.about .ab-1 .about-text {
    /* width: 82%; */
    /* height: 100%; */
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about .ab-1 .about-text h3,
.about .ab-1 .about-text h4 {
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5em;
}

.about .ab-1 .about-text h3 {
    font-size: 27px;
}

.about .ab-1 .about-text h4 {
    font-size: 16px;
    margin-bottom: 0;
}

.about .ab-1 .about-logo {
    margin-bottom: 30px;
}

.about .ab-1 .about-logo img {
    max-height: 178px;
}

@media (max-width: 1025px) {
    .about .ab-1 .about-text {
        width: 100%;
        padding-top: 60px;
    }

    .about .ab-1 .about-text h3 {
        font-size: 22px;
    }

    .about .ab-1 .about-logo img {
        max-height: 100px;
    }
}

@media (max-width: 767px) {
    .about .ab-1 .about-text {
        padding-top: 40px;
    }
}

.about .ab-2 {
    padding: 80px 0;
}

.about .ab-2 .item-wwd {
    width: 100%;
    border: 1px solid #3a783a;
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    transition: all .3s ease;
}

.about .ab-2 .item-wwd:hover {
    border-color: #000;
}

.about .ab-2 .item-wwd:hover h4 {
    color: #3a783a;
}

.about .ab-2 .item-wwd:hover .aksen:before,
.about .ab-2 .item-wwd:hover .aksen:after {
    background: #000;
}

.about .ab-2 .item-wwd a {
    text-decoration: none;
    color: #000;
}

.about .ab-2 .item-wwd h4 {
    color: #000;
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all .3s ease;
}

.about .ab-2 .item-wwd .aksen {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    transition: all .3s ease;
}

.about .ab-2 .item-wwd .aksen:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #efce57;
    margin: 0 5px;
    vertical-align: middle;
    transition: all .3s ease;
}

.about .ab-2 .item-wwd .aksen:after {
    content: "";
    background: #efce57;
    position: relative;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 3px solid #FFF;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all .3s ease;
}

.contact .contact-wrapper {
    padding: 80px 0;
}

.contact .block-map {
    margin-bottom: 30px;
}

.contact .block-map .map {
    width: 100%;
    height: 100%;
    padding-top: 50%;
    z-index: 1;
}

@media (max-width: 767px) {
    .contact .block-map .map {
        padding-top: 100%;
    }
}

.contact .item-contact {
    width: 100%;
    border: 1px solid #3a783a;
    padding: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-bottom: 24px;
    transition: all .5s ease;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contact .item-contact .icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3a783a;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: all 0.5s ease;
}

.contact .item-contact .icon .svg {
    width: 20px;
    height: 20px;
}

.contact .item-contact h4 {
    font-weight: bold;
}

.contact .item-contact b {
    display: inline-block;
    margin-right: 5px;
}

.contact .item-contact a {
    color: #000;
}

.contact .item-contact p {
    margin-bottom: 0;
}

.contact .item-contact:hover {
    border-color: #000;
}

.contact .item-contact:hover .icon {
    background-color: #000;
}

.contact .contact-form {
    padding-top: 40px;
}

.contact .contact-form h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5em;
    text-align: center;
}

.contact .contact-form .form-control {
    height: auto;
    padding: 15px 20px;
}

.login-wrapper {
    padding: 80px 0;
}

.login-wrapper .account-form {
    padding-top: 40px;
}

.login-wrapper .account-form h3 {
    font-weight: bold;
    font-size: 40px;
    line-height: 1.5em;
    text-align: center;
    margin-bottom: 0;
}

.login-wrapper .account-form h3last-child {
    margin-bottom: 24px;
}

.login-wrapper .account-form p {
    text-align: center;
}

.login-wrapper .account-form .form-control {
    height: auto;
    padding: 15px 20px;
}

.login-wrapper .account-form .form-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.login-wrapper .account-form .form-action .btn {
    margin-bottom: 16px;
}

.login-wrapper .account-form .form-action .btn:last-child {
    margin-bottom: 0;
}

.login-wrapper .account-form .form-action .btn-link {
    color: #151413;
    padding: 0;
    text-transform: capitalize;
}

.login-wrapper .account-form .form-action .btn-link:hover {
    color: #3a783a;
}

.login-wrapper .account-form .errors {
    background-color: #fff6f6;
    display: inline-block;
    width: 100%;
    border-radius: 2px;
    padding: 15px 15px;
    margin-bottom: 15px;
    border: 1px solid #d02e2e;
    color: #d02e2e;
    font-size: 16px;
    text-align: left;
}

.login-wrapper .account-form .errors ul {
    list-style: disc outside;
    margin-left: 20px;
    margin-bottom: 0;
}

.dashboard-wrapper {
    padding: 45px 0;
}

.dashboard-wrapper h2,
.dashboard-wrapper h3,
.dashboard-wrapper h4 {
    font-weight: 700;
    margin-bottom: 8px;
}

.dashboard-wrapper .btn-link {
    text-transform: capitalize;
}

.dashboard-wrapper .order-history {
    margin-bottom: 16px;
}

.dashboard-wrapper .btn-link {
    color: #151413;
}

.dashboard-wrapper .btn-link:hover {
    color: #3a783a;
}

.dashboard-wrapper .add-address .card .btn-primary {
    margin-bottom: 15px;
}

.dashboard-wrapper .add-address .form-action {
    text-align: left;
}

.dashboard-wrapper .add-address .form-action .btn-primary {
    width: auto;
}

.dashboard-wrapper .add-address .collapse.show {
    margin-bottom: 24px;
}

.dashboard-wrapper .address-details h3 {
    font-size: 21px;
}

.dashboard-wrapper .address-details p {
    margin-bottom: 8px;
}

.dashboard-wrapper .address-details .action .btn-link {
    padding: 0 10px;
}

.dashboard-wrapper .address-details .action .btn-link:first-child {
    border-right: 1px solid #3a783a;
    margin-right: 10px;
}

.cart-empty {
    padding: 90px 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-empty .box-img {
    margin-bottom: 30px;
}

.cart-empty label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.cart-content {
    padding: 90px 0;
}

.cart-content .img-box {
    width: 180px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.cart-content .img-box:before {
    content: "";
    padding: 50% 0;
    display: block;
}

.cart-content .text-box {
    font-size: 15px;
}

.cart-content .text-box h4 {
    font-weight: 700;
    margin-bottom: 15px;
}

.cart-content .text-box span {
    display: block;
    margin-bottom: 10px;
}

.cart-content .text-box span.price,
.cart-content .text-box span.total-price {
    font-weight: 700;
}

.cart-content .text-box .total-item {
    margin-bottom: 15px;
}

.cart-content .text-box b {
    display: inline-block;
    margin-right: 5px;
}

.cart-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    position: relative;
}

.cart-item:last-child {
    margin-bottom: 0;
}

.cart-item .remove {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    background-color: #000;
    z-index: 10;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-item .remove .svg {
    width: 10px;
    height: 10px;
}

.cart-order-summary {
    padding: 0 0 20px 0;
    margin-bottom: 30px;
}

.cart-order-summary .subtotal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 15px;
}

.cart-order-summary .note {
    text-decoration: underline;
}

.cart-order-summary .note.hidden {
    display: none;
}

.cart-order-summary .note:hover {
    color: #3a783a;
    cursor: pointer;
}

.cart-order-summary .form-group.hidden {
    max-height: 0;
    overflow: hidden;
    transition: all .3s ease;
    margin-bottom: 0;
}

.cart-order-summary .form-group.hidden.show {
    max-height: 99999px;
    margin-bottom: 16px;
}

.cart-order-summary p {
    font-size: 12px;
    font-style: italic;
}

.cart-get-shipping .form-group {
    padding: 0;
    padding-bottom: 15px;
    border: 0;
}

.cart-item-action {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cart-title {
    padding: 15px;
    background: #f5f5f5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 15px;
    line-height: 1.1em;
    font-weight: 700;
}

@media (max-width: 1025px) {
    .cart .btn.btn-primary {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .cart-order-summary {
        margin-top: 50px;
    }
}

@media (max-width: 340px) {
    .cart-item-action {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cart-item-action .btn {
        margin-bottom: 20px;
    }
}

.checkout {
    margin-top: -100px;
    position: relative;
    min-height: 100vh;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.checkout:after {
    content: "";
    width: 46%;
    height: 100vh;
    border-left: 1px solid #E2E2E2;
    background: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
}

.checkout-r,
.checkout-l {
    padding-top: 4em;
    position: relative;
    z-index: 3;
}

.checkout-l {
    padding-right: 70px;
}

.checkout-r {
    padding-left: 12px;
}

.checkout label {
    font-weight: 500;
}

.checkout .breadcrumb ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 1em;
}

.checkout .breadcrumb ul li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .breadcrumb ul li a,
.checkout .breadcrumb ul li span {
    font-size: 0.85714em;
    color: #3a783a;
}

.checkout .breadcrumb ul li span {
    color: #333;
}

.checkout .breadcrumb ul li .svg {
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0 0.64286em;
}

.checkout .fg-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}

.checkout .fg-heading label {
    width: auto;
    font-weight: 500;
}

.checkout .fg-heading p {
    font-size: 14px;
}

.checkout .fg-heading p a {
    color: #3a783a;
}

.checkout .form-control {
    border: 1px #d9d9d9 solid;
    background-clip: padding-box;
    border-radius: 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.92857em 0.78571em;
    word-break: normal;
    line-height: inherit;
    height: auto;
    max-height: 45px;
    margin-bottom: 15px;
}

.checkout select.form-control {
    padding-top: 0;
    padding-bottom: 0;
    height: 45px;
}

.checkout .form-group.filed .form-control {
    padding-top: 1.5em;
    padding-bottom: 0.35714em;
}

.checkout .floating-label {
    font-size: 0.85714em;
    font-weight: normal;
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 0.42857em;
    margin-left: 1px;
    padding: 0 0.91667em;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
}

.checkout .form-action {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.checkout .btn-primary {
    width: auto;
    padding: 1.4em 1.7em;
    border-radius: 6px;
}

.checkout .btn-link {
    padding: 0;
    font-size: 14px;
    color: #3a783a;
    text-transform: capitalize;
}

.checkout .btn-link:hover {
    color: #3a783a;
}

.checkout-ps-item {
    padding-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.checkout-ps-item .img-box {
    width: 65px;
    height: 65px;
    border: 1px solid #E2E2E2;
    border-radius: 6px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}


/* .checkout-ps-item .text-box { width: calc(100% - 120px); } */

.checkout-ps-item h4 {
    font-size: 15px;
    line-height: 1em;
    margin-bottom: 0;
    font-weight: 700;
}

.checkout-ps-item .detdesc {
    font-size: 12px;
    color: #717171;
}

.checkout-ps-item .price {
    text-align: right;
    font-weight: 700;
    font-size: 14px;
}

.checkout-voucher {
    padding-bottom: 20px;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 20px;
}

.checkout-subtotal li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkout-subtotal li span {
    font-size: 14px;
}

.checkout-subtotal li span:last-child {
    font-weight: 700;
}

.checkout-subtotal li.total-final {
    border-top: 1px solid #E2E2E2;
    margin-top: 20px;
    padding-top: 20px;
}

.checkout-subtotal li.total-final span:last-child {
    font-size: 18px;
}

.checkout-subtotal li.total-final span:last-child small {
    font-size: 14px;
    font-weight: 400;
}

.checkout .form-checkout .form-group {
    position: relative;
}

.checkout .form-checkout .form-group .col-sm-6 {
    position: relative;
}

.checkout .form-checkout .form-group .col-sm-6 .form-control {
    margin-bottom: 0;
}

.checkout .form-checkout .floating-label {
    font-size: 0.65714em;
    line-height: 1em;
    transition: all .3s ease-in-out;
}

.checkout .form-checkout .floating-label.show {
    opacity: 1;
}

.checkout .form-checkout form .form-group:first-child .floating-label {
    top: 40px;
}

.checkout .form-checkout .form-control.filled {
    padding-bottom: 3px;
}

.checkout .form-checkout .form-action {
    margin-top: 16px;
}

.checkout .form-checkout .form-action .btn-primary {
    min-width: 200px;
}

.checkout .checkout-shipping .box-cs {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 24px;
}

.checkout .checkout-shipping .bcs-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E2E2E2;
}

.checkout .checkout-shipping .bcs-item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.checkout .checkout-shipping .bcs-item span {
    color: #737373;
}

.checkout .checkout-shipping .bcs-item p {
    margin-bottom: 0;
    width: calc(100% - 180px);
}

.checkout .checkout-shipping .bcs-item a {
    font-size: 12px;
    line-height: 1.5em;
    color: #3a783a;
    text-decoration: none;
}

.checkout .checkout-shipping .bcs-item.not-changed p {
    width: calc(100% - 90px);
}

.checkout .checkout-shipping h4 {
    margin-bottom: 12px;
}

.checkout .checkout-shipping .box-shippm {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    padding: 10px 15px;
    margin-bottom: 32px;
}

.checkout .checkout-shipping .box-shippm:last-child {
    margin-bottom: 0;
}

.checkout .checkout-shipping .box-shippm label {
    font-size: 14px;
    line-height: 1.5em;
    position: relative;
    display: block;
    padding-left: 24px;
    width: 100%;
}

.checkout .checkout-shipping .box-shippm label span {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
}

.checkout .checkout-shipping .box-shippm .custom-control {
    margin-bottom: 12px;
    padding-left: 0;
}

.checkout .checkout-shipping .box-shippm .custom-control:last-child {
    margin-bottom: 0 !important;
}

.checkout .checkout-shipping .box-shippm.empty {
    background-color: #fafafa;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.checkout .checkout-shipping .box-shippm.empty .svg {
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.checkout .checkout-shipping .box-shippm.empty p {
    font-size: 14px;
    color: #545454;
    max-width: 412px;
    text-align: center;
}

@media (max-width: 1500px) {

    .checkout-l,
    .checkout-r {
        padding-top: 2em;
    }
}

@media (max-width: 1025px) {
    .checkout-l {
        padding-right: 40px;
    }

    .checkout-r {
        padding-left: 0;
    }

    .checkout:after {
        width: 44.5%;
    }
}

@media (max-width: 767px) {
    .checkout .breadcrumb ul li a {
        font-size: 0.65714em;
    }

    .checkout-shipping .bcs-item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout-shipping .bcs-item a,
    .checkout-shipping .bcs-item span {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        display: inline-block;
        margin-bottom: 10px;
    }

    .checkout-shipping .bcs-item span {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .checkout-shipping .bcs-item a {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        text-align: right;
    }

    .checkout-shipping .bcs-item p {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout .container {
        position: relative;
    }

    .checkout-header {
        text-align: center;
    }

    .checkout .fg-heading {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .checkout .fg-heading p {
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-bottom: 10px;
    }

    .checkout .fg-heading label {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .checkout .header-logo {
        display: inline-block;
        margin: 0 auto;
    }

    .checkout-l {
        padding-right: 0;
        position: inherit;
    }

    .checkout-l .form-group .col-sm-6 {
        margin-bottom: 15px;
    }

    .checkout-l .form-action {
        width: calc(100% - 30px);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto 15px;
        z-index: 40;
    }

    .checkout-l .form-action .btn {
        font-size: 13px !important;
    }

    .checkout-l .form-action .btn.btn-primary {
        min-width: 100px;
    }

    .checkout-r {
        padding-left: 0;
        padding-top: 0;
        margin-top: 40px;
        padding: 40px 0 100px;
        position: relative;
        z-index: 1;
    }

    .checkout-r:after {
        content: "";
        position: absolute;
        display: block;
        width: calc(100% + 30px);
        border-left: 0;
        height: 100%;
        bottom: 0;
        left: -15px;
        z-index: -1;
        background-color: #fafafa;
        border-top: 1px solid #E2E2E2;
    }

    .checkout:after {
        display: none;
    }
}

@media (max-width: 340px) {
    .checkout-l .form-action .btn.btn-primary {
        padding: 8px;
    }
}


/* ------------------------------------------------------------------------------------------------ */


/* Responsive */


/* ------------------------------------------------------------------------------------------------ */


/*# sourceMappingURL=main.css.map */

:root {
    --swiper-theme-color: black !important
}