/* font faces */
/*
#payment-method-block > :nth-child(2) {
  display: none;
}
*/
@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: local("Poppins-Light"), url(../../Font/Poppins-Light.woff) format("woff");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: local("Poppins-Regular"), url(../../Font/Poppins-Regular.woff) format("woff");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: auto;
    src: local("Poppins-Medium"), url(../../Font/Poppins-Medium.woff) format("woff");
}

@font-face {
    font-family: "Poppins";
    font-style: italic;
    font-weight: 500;
    font-display: auto;
    src: local("Poppins-Italic"), url(../../Font/Poppins-Italic.woff) format("woff");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: auto;
    src: local("Poppins-Bold"), url(../../Font/Poppins-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 800;
    font-display: auto;
    src: local("Poppins-ExtraBold"), url(../../Font/Poppins-ExtraBold.woff) format("woff");
}

/* Basic Config */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Poppins", sans-serif;
    color: #272727;
    /*Overflow hidden for snowfall*/
    overflow-x: hidden;
    position: relative;
    background: #F5F5F5;
}

a {
    color: #34d6a3;
}

a:hover {
    color: #34d6a3;
}

#app {
    /*overflow-x: hidden;*/
}

.bg-success {
    background-color: #34d6a3 !important;
}

#custom-search-input button:focus,
select:focus,
button:focus,
a,
a:hover,
a:focus,
a:active,
ol,
ul,
dl {
    text-decoration: none;
    outline: none;
    list-style-type: none;
}

.input-group-btn .btn,
.btn-group .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

strong,
.font-weight-bold {
    font-weight: 500 !important;
}

@media (min-width: 1366px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1520px;
    }
}

@media (max-width: 770px) {
    .Signed__title {
        font-size: 23px !important;
    }
}

.navbar {
    padding: 0;
}

.header-nav .topNav {
    margin: 0;
    background: #34d4a3;
    font-size: 12px;
    color: white;
    font-weight: 400;
    display: none !important;
}

.header-nav .topNav ul {
    margin: 0;
    display: flex;
    color: #161616;
}

.header-nav .topNav a {
    color: #161616;
}

.header-nav .topNav a:hover {
    color: #161616;
}

.navbar .navbar-brand {
    padding: 0 !important;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
    padding-right: 15px;
    padding-left: 15px;
}

#header-container {
    padding: 0;
    gap: 15px;
}

.header-logo img {
    height: 50px;
    width: auto;
}

@media (min-width: 992px) {
    .header-logo img {
        /* width: 160px; */
    }
}

.terms ul {
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

.terms ul li {
    padding-left: 20px;
    line-height: 1.8;
    position: relative;
}

.terms ul li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #272727;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}

.terms ol {
    list-style: decimal;
    padding-left: 40px;
}

.topic-post,
.table-responsive {
    margin-top: 16px;
}

.btn-outline-success {
    border: 1px solid #34d6a3 !important;
    color: #34d6a3 !important;
}

.btn-outline-success:hover {
    background-color: #34d6a3 !important;
    color: #ffffff !important;
}

.btn-success {
    background-color: #34d6a3 !important;
    color: #ffffff !important;
    border-color: #34d6a3 !important;
}

.btn-success:hover {
    background-color: #269c77 !important;
    border-color: #269c77 !important;
}

.btn-warning {
    background-color: #ffbb58 !important;
    color: #ffffff !important;
    border-color: #ffbb58 !important;
}

.btn-warning:hover {
    background-color: #e0a800 !important;
    border-color: #d39e00 !important;
}

.text-success {
    color: #34d6a3 !important;
}

.text-warning {
    color: #ffbb58 !important;
}

table {
    border: 1px solid #f2f2f2 !important;
    border-radius: 5px;
    overflow: hidden;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #f2f2f2 !important;
    background-color: #34d6a3;
    color: #fff;
    font-weight: 400;
}

table tr td:nth-child(1),
table tr th:nth-child(1) {
    /* padding-left: 40px !important;*/
    color: #000;
}

table td,
table th {
    /* padding: 19px 10px !important; */
    border-top: 1px solid #ececec !important;
    line-height: 1.2;
    font-size: 15px;
}

table tbody tr:hover {
    background-color: rgba(39, 187, 91, 0.2) !important;
}

/*======= Slick Overwrite ======== */
.list-group .inner-list.slick-active:not(:last-of-type):before,
.list-group .inner-list.slick-active:not(:last-of-type)::after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.list-group .inner-list.slick-active::before {
    width: 100%;
    background-color: #cdcdcd;
}

.list-group .inner-list.slick-active::after {
    width: 0%;
    background-color: #34d6a3;
}

.list-group .inner-list.slick-active:hover::before {
    width: 0%;
}

.list-group .inner-list.slick-active:hover::after {
    width: 100%;
}

.slick-prev,
.slick-next {
    top: -40px;
    z-index: 1;
    background: #34d6a3 !important;
    width: 30px;
    height: 30px;
    border: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 0px 4px #ffffff;
    box-shadow: 0px 0px 0px 4px #ffffff;
}

.slick-prev {
    position: absolute;
    left: auto;
    right: 60px;
}

.slick-next {
    right: 16px;
}

.slick-prev:before,
.slick-next:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    opacity: 1;
}

.prev-btn,
.next-btn {
    z-index: 1;
    background: #34d6a3 !important;
    width: 30px;
    height: 30px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px #ffffff;
}

.prev-btn:before,
.next-btn:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    opacity: 1;
    color: white;
}

.prev-btn:before {
    content: "\f053";
}

.next-btn:before {
    content: "\f054";
}

.bestSellerList .slick-prev,
.bestSellerList .slick-next {
    top: -35px;
}

.slick-prev,
.slick-next {
    top: -44px;
}

@media (min-width: 512px) {

    .slick-prev,
    .slick-next {
        top: -34px;
    }
}

@media (max-width: 512px) {

    .slick-prev,
    .slick-next {
        top: 50%;
    }

    .slick-prev {
        left: 0;
    }

    .slick-next {
        right: 0;
    }
}

.slick-prev:before {
    content: "\f053";
}

.slick-next:before {
    content: "\f054";
}

#mainHeader .slick-prev:before {
    content: "\f077";
}

#mainHeader .slick-next:before {
    content: "\f078";
}

.trending-slide.slick-slider .slick-list {
    padding-block: 0 !important;
}

.trendingProduct-slider .prev-btn:before {
    content: "\f077";
}

.trendingProduct-slider .next-btn:before {
    content: "\f078";
}

.slick-list,
.slick-track {
    height: 100%;
}

.list-group.slick-list.draggable {
    padding-bottom: 8px !important;
    margin: 0 -11px;
}

@media (min-width: 1024px) {
    .slick-list.draggable {
        padding-bottom: 0px !important;
    }
}

.slick-slider .slick-list {
    /* padding-block: 1rem !important; */
    padding-block: 2px !important;
}

.slick-slider .card {
    margin: 0 10px;
    /*overflow: hidden;*/
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    /* width: 150px; */
}

.slick-slider .card::before {
    content: "";
    background-color: #34D6A3;
    position: absolute;
    top: 0px;
    left: 0;
    height: 20px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    z-index: -1;
    opacity: 0;
    transition: all .2s linear;
}

/* .slick-slider .card:hover:before {
        opacity: 1;
        top: -6px;
    } */

/*======= Form Starts ======== */

.form__back {
    background-color: #f8f8f8;
    border-radius: 5px;
    padding: 30px;
}

.form-group .custom-select,
.form-group .form-control {
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.form-group .custom-select:hover,
.form-group .custom-select:focus,
.form-group .custom-select:active,
.form-group .form-control:hover,
.form-group .form-control:focus,
.form-group .form-control:active {
    border-color: #34d6a3;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.12);
}

.form-group label {
    font-weight: 400;
    font-size: 14px;
    color: #1d1f20;
    padding: 0 0 5px 0;
    margin: 0;
}

.form-group input {
    height: 38px;
}

.form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #34d6a3;
    background-color: #34d6a3;
}

.basic-search .col-form-label,
.advanced-search .col-form-label {
    font-weight: 400;
}

.col-form-label {
    font-weight: 500;
    font-size: 14px;
    color: #1D1F20;
    padding: 0 0 5px 0;
}

.custom-control-description {
    font-weight: 400;
    font-size: 14px;
    color: #1d1f20;
    padding: 0 0 5px 0;
    margin: 0;
}

/*======= Form Ends ======== */

.newProduct .sideMenu__list--link {
    font-size: 13px !important;
}

.sideMenu {
    display: block;
    margin: 15px 0;
}

.sideMenu__list {
    position: relative;
    border-bottom: 1px solid #e4e1e1;
}

.sideMenu__list.active .sideMenu__list--link,
.sideMenu__list:hover .sideMenu__list--link {
    border-left: 4px solid #34d6a3;
}

.sideMenu__list.active .sideMenu__list--link span.mdi,
.sideMenu__list:hover .sideMenu__list--link span.mdi {
    background-color: #34d6a3;
}

.sideMenu__list--link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888 !important;
    font-size: 14px;
    font-weight: 500 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: border 0.2s linear;
    -o-transition: border 0.2s linear;
    transition: border 0.2s linear;
}

.sideMenu__list--link span.mdi {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background-color: #ffbb58;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

/*======= Tags Starts ======== */
.tags {
    min-width: 185px;
    margin-bottom: 5px !important;
}

/*======= Tags Starts ======== */

/*======= Card Starts ======== */
.card:focus {
    outline: #34d6a3;
}

.product-container .card {
    margin: 0;
    width: 100%;
}

.category-page .featured-product-grid .card:hover,
.manufacturer-page .product-grid .card:hover,
.search-page .product-grid .card:hover,
.product-tag-page .featured-product-grid .card:hover,
.also-purchased-products-grid .product-container .card:hover,
.cross-sell-container .product-container .card:hover,
.vendor-page .product-grid .card:hover {
    -webkit-box-shadow: 0px 0px 30px 5px rgba(165, 157, 157, 0.3);
    box-shadow: 0px 0px 30px 5px rgba(165, 157, 157, 0.3);
}

.card-body {
    padding: 10px 10px 0;
}

.card:hover .card-body--button {
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s linear; */
    -o-transition: all 0.2s linear;
    /* transition: all 0.2s linear; */
    /* -webkit-transform: translateY(0); */
    -ms-transform: translateY(0);
    /* transform: translateY(0); */
    /* border-top: 1px solid #A5A5A5; */
    /* padding-top: 10px; */
}

.card:hover .card--back:before {
    opacity: 1;
}

.card .card--img {
    /*border: 1px solid #d9d9d9 !important;*/
    position: relative;
    border-radius: 5px;
    /* overflow: hidden; */
    width: 100%;
    /* height: 100%; */
}

.card .card--back:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    background-color: rgba(63, 63, 63, 0.5);
}

@media (max-width: 768px) {
    .card .card--back:before {
        display: none;
    }
}

/*.card .picture::before {
    content: "";
    display: block;
    padding-top: 100%;
}
*/
.card .picture {
    width: 100%;
    height: 100px;
    transition: all 0.2s linear;
    aspect-ratio: 1;
    position: relative;
    margin-block: 5px;
}

.card:hover .picture {
    /* aspect-ratio: 1/0.77; */
}

.card .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    /* height: 100px; */
}

.card .change-percent {
    position: absolute;
    top: 0;
    left: -10px;
    padding: 5px;
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.card .change-percent:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -10px;
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid #269c77;
    border-left: 10px solid transparent;
    margin: 25px auto 0;
}

.card .change-percent--bg {
    position: absolute;
    top: 0px;
    left: -10px;
    padding: 5px;
    font-weight: 300;
    font-size: 14px;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
}

.card .change-percent--bg.with-promo {
    top: 45px;
}

@media (min-width: 992px) {

    .card .change-percent,
    .card .change-percent--bg {
        font-size: 16px;
    }
}

.card .change-percent--bg:before {
    content: "";
    position: absolute;
    left: 1px;
    bottom: -10px;
    width: 10px;
    height: 10px;
    width: 0;
    height: 0;
    border-top: 10px solid #148698;
    border-left: 10px solid transparent;
    margin: 25px auto 0;
}

.card .card-body--button {
    /* position: absolute; */
    left: 10px;
    right: 10px;
    bottom: 10px;
    /* z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    background: #34d6a3;*/
    padding: 10px;
    display: block !important;
}

.promobadge-image-right {
    position: absolute;
    top: 5px !important;
    right: 0 !important;
}

.gallery .promobadge-image-right {
    margin: 5px 5px 0 0;
}

.card .card-body--button .card--icon {
    height: 36px;
    line-height: 0 !important;
    text-align: center;
    color: #E31616;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-right: 15px;
    font-size: 22px;
}

.card .card-body--button .card--icon.cartBtn {
    background: #34D6A3;
    font-size: 10px;
    margin: 0;
    padding: 10px 10px;
    color: white;
    font-weight: 400;
    border-radius: 50px;
}

.card .card-body--button .card--icon.heartBtn {
    color: #E31616;
}

.card .card-body--button .card--icon.quickViewBtn {
    color: #0A9D6F;
    display: none;
}

.card .card-body--button .card--icon:focus {
    outline: 1px dotted !important;
}

.card .card-body--button .card--icon:hover {
    color: #ffbb58 !important;
}

.card .card-body--button .card--icon.cartBtn:hover {
    color: #ffffff !important;
    background: #272727;
}

.card h3 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: left;
}

.card .price {
    display: inline-block;
    line-height: 1.6;
    margin-bottom: 0 !important;
    font-weight: 400;
    padding-top: 0px;
    color: #34d6a3;
    font-size: 13px;
}

.card .price.actual-price {
    color: #34d6a3 !important;
}

@media (min-width: 992px) {
    .card .price {
        padding-top: 8px;
    }
}

.card .old-price {
    font-weight: 500 !important;
    font-size: 13px !important;
    /* display: none; */
}

.card .ratings {
    padding-top: 0px;
    line-height: 1;
    font-size: 18px;
    display: none;
}

@media (min-width: 992px) {
    .card .ratings {
        padding-top: 8px;
    }
}

.card .ratings span {
    color: #ffbb58;
}

.card__large {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    width: 100%;
}

.card__large .card--img {
    width: 30%;
    float: left;
    overflow: hidden;
    position: static;
    border-radius: 5px 0 0 5px;
}

.card__large .card--back:before {
    border-radius: 5px 0 0 5px;
}

.card__large .card--icon {
    border: 1px solid #34d6a3;
    margin-right: 5px;
    border-radius: 4px;
    color: #34d6a3 !important;
}

.card__large .card--icon:hover {
    color: #ffffff !important;
    background: #34d6a3 !important;
    border: 1px solid #34d6a3;
}

.card__large .card-body {
    width: 70%;
    float: left;
    padding: 20px;
    text-align: left;
    border-radius: 0 5px 5px 0;
}

.card__large .card-body h3,
.card__large .card-body .price {
    font-size: 18px;
}

.card__large .card-body--button {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    background: transparent;
}

.card__large .card-body .desc {
    color: #777;
    font-size: 13px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.category-page .card .card-footer .card-footer--desc,
.manufacturer-page .card .card-footer .card-footer--desc,
.product-tag-page .card .card-footer .card-footer--desc,
.search-page .card .card-footer .card-footer--desc,
.also-purchased-products-grid.product-grid .card .card-footer .card-footer--desc,
.vendor-page .card .card-footer .card-footer--desc {
    color: #777;
    font-size: 15px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.generalMarginSupporter.categoryGrid.catalog-selectors {
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin: 0 0 15px 0;
    border: 1px solid #e8e8e8;
}

.catalog-selectors .sort-container {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog-selectors .sort-container label {
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.catalog-selectors #items_statistics {
    font-size: 14px;
    color: #888;
    font-weight: 400;
}

.selectdiv select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: -webkit-fill-available;
    float: right;
    margin: 5px 15px 5px 0;
    padding: 0 45px 0 15px;
    font-size: 14px;
    line-height: 1.75;
    color: #888;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dfdfdf;
    -ms-word-break: normal;
    word-break: normal;
    cursor: pointer;
}

.selectdiv:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #888;
    right: 28px;
    top: 17px;
    font-size: 13px;
    position: absolute;
    pointer-events: none;
}

/*======= Card Ends ======== */

/*======= Newsletter Starts ======== */

.newsletter {
    background: #28C393;
}

/* .newsletter::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ddd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
} */

.newsletter__wrapper {
    position: relative;
    padding: 30px 45px !important;
}

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

@media (min-width: 768px) {
    .newsletter__wrapper .newsletter__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        line-height: 2.1;
        text-align: left;
    }
}

.newsletter__wrapper span.newsletter__small {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

@media (min-width: 768px) {
    .newsletter__wrapper span.newsletter__small {
        border-left: 1px solid #ffffff;
        padding: 0 20px;
        margin-left: 15px;
    }
}

.newsletter__wrapper #newsletter-email,
.newsletter__wrapper .newsletter-button-container {
    font-size: 12px;
    height: 50px;
}

@media (min-width: 767px) {

    .newsletter__wrapper #newsletter-email,
    .newsletter__wrapper .newsletter-button-container {
        font-size: 16px !important;
    }
}

.newsletter__wrapper #newsletter-email {
    border-radius: 4px 0 0 4px;
}

.newsletter__wrapper #newsletter-subscribe-button {
    border-radius: 0 4px 4px 0;
    background-color: #ffbb58;
    font-size: 14px !important;
}

.newsletter__wrapper #newsletter-subscribe-button:hover {
    color: #000000 !important;
}

/*======= Newsletter Ends ======== */

/*======= Footer Starts ======== */

footer {
    padding: 30px 0 60px 0;
}

@media (min-width: 992px) {
    footer {
        padding: 30px 0 0 0;
    }
}

footer span.h5 {
    font-size: 16px;
}

footer .about-us.block {
    font-size: 14px;
}

footer .block h2,
footer .block a {
    color: #000;
}

footer .list-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

footer .list-group-item {
    background-color: transparent;
    padding: 1px;
    border: 0;
    margin-right: 10px;
}

footer .list-group-item a {
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .list-group-item a:hover {
    color: #34d6a3;
}

@media (min-width: 767px) {
    footer .collapse {
        display: block !important;
    }
}

@media (max-width: 767px) {
    footer .block {
        cursor: pointer;
        display: inline-block;
    }

    footer .card-bodyquote:after {
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: 0;
        font-size: 20px;
        color: #2cb85d;
        top: 0;
        line-height: 23px;
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    footer .about-us .card-bodyquote:after {
        display: none;
    }

    footer .card-bodyquote[aria-expanded="true"]:after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }
}

footer .social-icons li a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .social-icons li.facebook a {
    background-color: #3b5998;
}

footer .social-icons li.instagram a {
    background-color: #517fa4;
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

footer .social-icons li.linkedin a {
    background-color: #0077b5;
}

footer .social-icons li.rss a {
    background-color: #ee802f;
}

footer .social-icons li.twitter a {
    background-color: #00acee;
}

footer .social-icons li.youtube a {
    background-color: #ff0000;
}

footer .footer-lower {
    border-top: 1px solid #dfdfdf;
}

/*======= Footer Ends ======== */

/*======= Sign up Starts ======== */
.Signed h5,
.Signed h6 {
    font-size: 18px;
}

.Signed .Signed__header {
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

.Signed .Signed__header strong {
    color: #ffbb58;
}

.Signed__header {
    border: 0;
    padding-left: 0;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);*/
}

.Signed--img {
    position: relative;
}

.Signed--img:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 250px;
    right: 0;
    bottom: -65px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}

@media (min-width: 770px) {
    .Signed--img:before {
        opacity: 1 !important;
    }
}

/*======= Login Starts ======== */

.login:before {
    background-image: url(../../images/deliverys.png);
}

.login__external .facebook-btn,
.login__external .google-btn {
    border-radius: 3px;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
}

.login__external .facebook-btn {
    background-color: #3c589c;
}

.login__external .google-btn {
    background-color: #df4b3b;
}

/*======= Register Starts ======== */

.register:before {
    background-image: url(../../images/svg/clock-illustration.svg);
    bottom: 10px;
}

/*======= Forget Password Starts ======== */

.forgetPass {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.forgetPass img {
    width: 170px;
}

.forgetPass__recovery {
    height: 45px;
    padding: 0 30px;
    border-radius: 40px;
    color: #ffffff;
}

/*======= Forget Password Ends ======== */

.uploadPres__title {
    color: #727272;
    font-size: 18px;
    padding: 15px 0 15px 20px;
    margin: 0;
    border-bottom: 1px solid #ddd;
}

.uploadPres__card {
    padding: 20px;
    border: 1px solid #dfe3e6;
    border-radius: 4px;
}

.uploadPres__card .browse {
    padding-bottom: 30px;
    position: relative;
    margin-right: 30px;
    width: 106px;
}

.uploadPres__card .browse input {
    opacity: 0;
}

.uploadPres__card .browse input {
    height: 106px;
    line-height: 45px;
    cursor: pointer;
}

.uploadPres__card .upload-img-wrap {
    width: calc(100% - 136px);
}

.uploadPres__card .upload-img-wrap .choose-file-image {
    width: 106px;
    height: 106px;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px !important;
    background-color: #ccc;
    margin: 0 15px 0 0;
    position: relative;
}

.uploadPres__card .upload-img-wrap .choose-file-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100% !important;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.uploadPres__card .upload-img-wrap .choose-file-image .deleteImage {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #d40505;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff !important;
    padding: 0 0 0 1px;
    border-radius: 50% !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.uploadPres__card label.upload-label {
    color: #28a745 !important;
    background-color: #ffffff;
    display: inline-block;
    position: absolute;
    top: 0;
    margin: 0;
    border-radius: 4px !important;
    left: 0;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #28a745;
    height: 106px;
    width: 120px;
    cursor: pointer;
}

.uploadPres__card input.notes {
    padding: 18px 10px !important;
    border-radius: 4px !important;
    margin-bottom: 15px;
    height: auto !important;
}

.upload-works .how-itworks {
    padding: 20px !important;
    min-height: 270px !important;
}

.how-itworks {
    background-color: #e9f4fd !important;
    padding: 30px !important;
    border-radius: 5px !important;
    min-height: 330px;
    margin-bottom: 30px;
}

.how-itworks h2 {
    font-size: 24px;
    color: #34d6a3;
}

.how-itworks p {
    font-size: 14px;
    color: #666666;
}

.customer__section {
    padding: 20px;
}

.customer__section:last-child {
    padding: 10px;
}

.customer__section .Signed__header {
    color: #ffbb58;
    font-size: 17px;
    font-weight: 400;
    padding-bottom: 5px;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
}

.customer__address {
    padding: 30px;
}

.customer__address--item ul li {
    padding-bottom: 5px;
    font-size: 14px;
}

.customer__address--item ul li label {
    color: #34d6a3;
    padding-right: 5px;
    font-weight: 600;
}

.customer__orders--item {
    padding-bottom: 12px;
}

.customer__orders--cartContainer .shopping-cart {
    width: 100%;
    border-bottom: 0;
    margin-bottom: 15px;
    border: 1px solid #ffbb58;
}

.customer__orders--cartContainer .shopping-cart thead {
    border-bottom: 1px solid #ffbb58;
}

.customer__orders--cartContainer .shopping-cart th {
    color: #364150;
    padding: 20px;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
}

.customer__orders--cartContainer .shopping-cart .unit-price,
.customer__orders--cartContainer .shopping-cart .sku,
.customer__orders--cartContainer .shopping-cart .quantity {
    white-space: nowrap;
}

.customer__orders--cartContainer .shopping-cart .unit-price {
    margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
    .customer__orders--cartContainer .shopping-cart .subtotal {
        min-width: 165px;
    }
}

.customer__orders--cartContainer .shopping-cart tr:last-child td {
    border-right: 1px solid #ffbb58;
    border-bottom: 0;
}

.customer__orders--cartContainer .shopping-cart td {
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    min-width: 60px;
    padding: 20px;
}

.customer__orders--cartContainer .shopping-cart .product em a {
    font-size: 18px;
}

.customer__orders--cartContainer .shopping-cart .subtotal-text,
.customer__orders--cartContainer .shopping-cart .unit-price-text {
    display: none;
}

.customer__orders--cartContainer .shopping-cart .product-unit-price.price,
.customer__orders--cartContainer .shopping-cart .product-subtotal.price,
.customer__orders--cartContainer .shopping-cart .prod-total,
.customer__orders--cartContainer .shopping-cart .unit-price del {
    font-size: 18px;
    margin-left: 3px;
}

@media screen and (max-width: 512px) {
    .customer__orders--cartContainer .shopping-cart tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .customer__orders--cartContainer .shopping-cart tr:last-child td {
        border-right: 0;
        border-bottom: 1px solid #ffbb58;
    }
}

@media screen and (max-width: 1200px) {
    .customer__orders--cartContainer .shopping-cart thead {
        display: none;
    }

    .customer__orders--cartContainer .shopping-cart tbody {
        border: 0;
    }

    .customer__orders--cartContainer .shopping-cart .product {
        width: 100%;
        background: #eee;
        min-height: 52px;
        padding: 10px !important;
    }
}

.customer__orders--cartContainer .shopping-cart th.product {
    width: 65%;
}

.customer__orders--cartContainer .shopping-cart .product {
    margin: 0;
}

.productDetail.background-info {
    background: #fff;
}

@media (min-width: 1024px) {
    .productDetail.background-info {
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(50%, #fff), color-stop(50%, #f8f8f8), to(#f8f8f8));
        background: -o-linear-gradient(left, #fff, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
        background: linear-gradient(to right, #fff, #fff 50%, #f8f8f8 50%, #f8f8f8 100%);
    }
}

/* .productDetail .slider-wrapper {
    padding-left: 120px;
} */

.productDetail__items {
    margin-top: 2rem;
}

.productDetail__items li {
    padding-bottom: 15px;
}

.productDetail__items li a {
    color: #b3aeae;
    font-size: 14px;
}

.productDetail__items li a.active {
    color: #000000;
}

.productDetail__overview--manu {
    font-size: 14px;
}

.productDetail__overview--price {
    font-size: 18px;
    line-height: 1.3;
}

.productDetail__overview--description {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #757575;
}

.productDetail__overview--review {
    line-height: 1;
    font-size: 18px;
    color: #ffbb58;
}

.productDetail__overview--review a {
    font-size: 14px;
}

.productDetail__overview--delivery {
    font-size: 14px;
}

.productDetail__overview--button input {
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    background: #fff;
    color: #222;
    width: 70px;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: lighter;
    border-radius: .25rem;
}

.productDetail__overview--button input:focus,
.productDetail__overview--button .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.productDetail__overview--button .btn-increment {
    background: #fff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.bestseller-section h2.heading-title {
    font-size: 16px;
    color: #34d6a3;
}

@media (min-width: 512px) {
    .bestseller-section h2.heading-title {
        font-size: 18px;
    }
}

.bestseller-section .bestseller-section--border {
    border-bottom: 3px solid #ffbb58;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.category-sec .left-col,
.category-sec .right-col {
    width: 100%;
}

@media (min-width: 1100px) {
    .category-sec .left-col {
        width: 310px;
    }

    .category-sec .right-col {
        width: calc(100% - 340px);
    }
}

.old-product-price span,
.old-price {
    text-decoration: line-through;
    color: #888 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    line-height: 25px !important;
}

.ribbon {
    background: #f03957;
    color: #ffffff;
    position: absolute;
    top: 5px;
    /* right: 5px; */
    left: 0;
    padding: 5px 7px 5px 4px;
    font-size: 9px;
    text-align: center;
    margin-left: 0;
}

.ribbon::before {
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-right: 15px solid #f03957;
    left: -15px;
    top: 0;
    content: none;
    position: absolute;
}

.offers {
    background-repeat: no-repeat;
    background-size: cover;
}

.offers__right {
    background-position: left;
}

.offers__left {
    background-position: center;
}

.offers_info p {
    font-size: 14px;
}

.offer_percent {
    font-size: 50px;
    line-height: 1;
}

@media (max-width: 440px) {
    .general__title {
        font-size: 20px !important;
        /* text-align: left!important; */
        justify-content: left !important;
    }
}

.general__title::after {
    /* content: ""; */
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.general__title span {
    z-index: 1;
    font-size: 20px;
}

.section__title {
    position: relative;
    margin-block: 1rem 0.5rem;
    text-align: left !important;
    /* margin-top: 0; */
}

.section__title::before {
    /* content: ''; */
    position: absolute;
    left: 0;
    top: 50%;
    /* border-top: 4px solid #34D6A3; */
    border-radius: 10px 10px 0px 0px;
    height: 100%;
    width: 100%;
    transform: translateY(0%);
}

.section__title span {
    z-index: 1;
    font-size: 20px;
    background: transparent !important;
    padding-inline: 0;
    text-transform: capitalize;
}

@media (min-width: 1024px) {
    .general__title span {
        font-size: 40px;
        font-weight: 500;
        /* line-height: 36.4px; */
    }
}

.general__block {
    border-radius: 5px !important;
    overflow: hidden;
}

.general__block img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.general__block ul {
    top: 0;
    left: 0;
    padding: 20px;
}

/* .general__block ul li {
    padding-left: 20px;
  } */

.general__block ul li:last-child {
    text-align: right;
}

.general__block ul li:last-child::after {
    left: calc(100% - 65px);
}

.general__block ul li::after {
    position: absolute;
    /* content: '\f101'; */
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #34d6a3;
    top: 0%;
    left: 0;
    display: inline-block;
}

.general__block ul a {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    padding-left: 18px;
}

.general__block ul a:hover {
    color: #34d6a3;
}

.general__block--overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    height: 100%;
}

.general__block ul a::after {
    position: absolute;
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #34d6a3;
    top: 0%;
    left: 0;
    font-size: 13px;
    display: inline-block;
}

.form-control:focus {
    outline: none;
}

.date-text {
    color: #4c5357;
}

.dropdown-menu {
    min-width: unset;
}

.required {
    color: #dc3545;
}

.col-form-label {
    font-weight: 400 !important;
}

.field-validation-error {
    color: #dc3545;
    font-weight: 500;
}

.message-error ul {
    padding: 0;
    margin-bottom: 5px;
    color: #dc3545;
    font-weight: 500;
}

.custom-control {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
}

.eu-cookie-bar-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}

/* body:not(.modal-open) {
  overflow-x: hidden;
} */

.modal {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.modal+.modal-backdrop {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.modal.fade+.modal-backdrop {
    opacity: 0.5;
}

[v-cloak] .page-loader-container::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    z-index: 1040;
}

[v-cloak] .page-loader,
[v-cloak] .page-loader:before,
[v-cloak] .page-loader:after {
    border-radius: 50%;
}

[v-cloak] .page-loader {
    color: #01b7f4;
    margin: 22.5px auto;
    position: fixed;
    top: calc(50% - 22.5px);
    left: calc(50% - 22.5px);
    width: 53px;
    height: 53px;
    -webkit-box-shadow: inset 0 0 0 5px;
    box-shadow: inset 0 0 0 5px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1041;
}

[v-cloak] .page-loader:before,
[v-cloak] .page-loader:after {
    position: absolute;
    content: "";
}

[v-cloak] .page-loader:before {
    width: 27.5px;
    height: 55px;
    background: #01b7f4;
    background-color: #fff;
    border-radius: 55px 0 0 55px;
    top: -1px;
    left: -1px;
    -webkit-transform-origin: 27.5px 27.5px;
    -ms-transform-origin: 27.5px 27.5px;
    transform-origin: 27.5px 27.5px;
    -webkit-animation: load2 2s infinite ease 1.5s;
    animation: load2 2s infinite ease 1.5s;
}

[v-cloak] .page-loader:after {
    width: 27.5px;
    height: 55px;
    background: #01b7f4;
    background-color: #fff;
    border-radius: 0 27.5px 27.5px 0;
    top: -1px;
    left: 27.5px;
    -webkit-transform-origin: -1px 27.5px;
    -ms-transform-origin: -1px 27.5px;
    transform-origin: -1px 27.5px;
    -webkit-animation: load2 2s infinite ease;
    animation: load2 2s infinite ease;
}

@-webkit-keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.up-btn {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 24px;
    background: #34d6a3;
    border-radius: 100%;
    z-index: 100;
    cursor: pointer;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}

.up-btn.up-btn__hide {
    width: 0;
    height: 0;
    -webkit-transform: translateX(calc(100% + 15px));
    -ms-transform: translateX(calc(100% + 15px));
    transform: translateX(calc(100% + 15px));
}

.up-btn:not(.up-btn__hide) div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.up-btn:not(.up-btn__hide) div::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.up-btn:not(.up-btn__hide) div::after {
    content: "";
    position: absolute;
    right: 20px;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cart-button {
    color: #fff !important;
    background: rgba(255, 255, 255, 0) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cart-button:hover {
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
    color: #fff !important;
}

/* sidebar common */

.b-sidebar {
    height: 100%;
    /* z-index: 9; */
    width: 100%;
}

/* Menu */

.Menu {
    display: none;
    position: relative;
}

/* Three basic menu layouts */

/* This also enforces that menu is a ul, and that * layout modifier is specified */

ul.Menu.-vertical {
    display: inline-block;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

ul.Menu.-floating {
    display: block;
    position: absolute;
}

/* Menu and menu-item layout */

.Menu,
.Menu li,
.Menu li>ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.Menu li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: break-word;
    border-bottom: 1px solid #f2f2f2;
    cursor: pointer;
}

.Menu li .badge {
    position: absolute;
    right: auto;
    left: 26px;
    top: 1px;
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 12px;
}

@media (min-width: 992px) {
    .Menu li .badge {
        top: -10px;
        right: 5px;
        left: auto;
    }
}

.Menu li .badge-danger::before,
.Menu li .badge.bg-danger::before {
    border-top: 5px solid #dc3545;
}

.Menu li .badge::before {
    border: 4px solid transparent;
    position: absolute;
    content: "";
    right: 42%;
    bottom: -8px;
    z-index: 5;
}

.Menu li.sub-cat-name-container a {
    font-weight: 500;
}

.Menu li .back {
    background: #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-weight: 500;
}

.Menu li .back .b-icon.bi {
    font-size: 16px;
    margin: 0 15px 0 0;
}

.Menu li>* {
    display: block;
    position: relative;
}

.Menu li>ul {
    position: absolute;
    min-width: 100%;
    top: 0;
    bottom: 0;
    left: 100%;
    -webkit-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

/* Menu behaviour */

.Menu li>ul.-visible,
ul.Menu.-floating.-visible {
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 2;
}

/* Menu animation */

.Menu li>ul,
.Menu.-floating {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

.Menu.-alignRight li>ul,
.Menu.-floating.-alignRight {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}

/* Menu item icons */

.Menu *[data-icon]:before {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto 0px;
}

.Menu .Icon,
.Menu *[data-icon]:before {
    line-height: inherit;
}

.Menu .Icon {
    padding: 0px;
}

.Menu *:empty[data-icon] {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Submenu chevrons */

.Menu li.-hasSubmenu>a:after,
.Menu li.-hasSubmenu>div:after {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    right: 8px;
    bottom: 0px;
    top: 0px;
    margin: auto 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-width: 1px;
    border-color: black;
    border-style: solid solid none none;
    content: "";
}

.Menu li.-hasSubmenu.-noChevron>a:after,
.Menu li.-hasSubmenu.-noChevron>div:after {
    display: none;
}

.Menu {
    line-height: 40px;
}

.Menu *[data-icon]:before,
.Menu .Icon {
    width: 40px;
    height: 40px;
}

.Menu *[data-icon] {
    min-width: 40px;
    min-height: 40px;
    padding-left: 40px;
}

/* Default font settings for menu */

.Menu {
    font-size: 16px;
}

/* Icon font sizes */

.Menu *[data-icon]:before,
.Menu .Icon {
    font-size: 24px;
}

/* For submenus */

.Menu>li ul .Icon,
.Menu.-floating .Icon,
.Menu>li ul *[data-icon]:before,
.Menu.-floating *[data-icon]:before {
    font-size: 18px;
}

/* Colouring of menus */

/* Foreground */

.Menu,
.Menu li.-hasSubmenu>a:after,
.Menu li.-hasSubmenu>div:after {
    color: black;
    border-color: black;
    /* chevron colour */
}

/* Background */

.Menu ul,
.Menu.-floating {
    background: white;
}

/* Padding for each menu item */

.Menu li>* {
    padding: 0px 12px;
}

/* Indent of chevron */

.Menu li li.-hasSubmenu>a:after,
.Menu>li.-hasSubmenu>a:after {
    right: 12px;
}

.Menu li li.-hasSubmenu>a {
    padding-right: 28px;
}

/* Minimum width of dropdown menus */

.Menu.-floating {
    min-width: 200px;
}

/* Styling of hyperlink text */

.Menu li>a,
.Menu li>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    text-decoration: none;
    color: inherit;
}

/* Animation speed of :hover shading */

.Menu li>a:first-child {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.desktop-nav li.sub-cat-name-container a {
    color: #34d6a3 !important;
    font-weight: 500;
}

/* Colour of :hover shading */

.Menu li:hover>a:first-child,
.Menu li.-active>a:first-child {
    background-color: rgba(0, 0, 0, 0.1);
}

.desktop-nav>div>.Menu>li:hover>a,
.desktop-nav>div>.Menu>li:hover::after,
.desktop-nav>div>.Menu>li:hover>div {
    color: #443013 !important;
}

/* bootstrap slider */

#GrandCarousel .link {
    cursor: pointer;
}

/* buttons */

.btn {
    font-weight: 500;
}

.btn-secondary {
    background-color: #333;
    border-color: #333;
}

.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #000;
    border-color: #000;
}

.btn-outline-secondary {
    color: #333;
    border-color: #333;
}

.btn-outline-secondary:hover {
    background-color: #333;
    border-color: #333;
}

/* headings */

.generalTitle {
    margin: 15px 0;
    color: #34d6a3;
    font-weight: 500;
}

@media (max-width: 440px) {
    .generalTitle {
        font-size: 18px;
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

dl,
ol,
ul {
    list-style-type: none;
}

/* utilities */

.generalMarginSupporter {
    margin: 15px 0;
}

/* modals */

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    background-color: transparent;
    border-color: transparent;
    color: #212529;
    font-size: 28px;
    cursor: pointer;
    z-index: 3;
}

.modal-close:hover,
.modal-close:focus,
.modal-close:not(:disabled):not(.disabled):active {
    color: #17a2b8;
    background-color: transparent;
    border-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.modal-place .b-overlay-wrap {
    position: fixed !important;
    width: 100%;
    height: 100%;
    z-index: 150;
}

/* color squares */

.color-squares input {
    position: absolute;
    visibility: hidden;
}

input~.color-container .color {
    position: relative;
    cursor: pointer;
}

input:checked~.color-container .color::before {
    content: "\2713";
    position: absolute;
    top: 0;
    left: 5px;
    color: #efefef;
}

/* search box */

#search-box .modal-dialog.modal-xl {
    max-width: 100%;
    margin: 0;
}

#search-box .modal-content,
#search-box .input-group #small-searchterms,
#search-box .input-group .search-box-select,
#search-box .input-group .search-box-button,
#search-box .input-group .modal-close {
    border: 0;
    border-radius: 0;
}

#search-box .modal-body {
    padding: 0;
}

#search-box .input-group,
#search-box .input-group>.form-control,
#search-box .search-box-select {
    height: 46px;
}

#small-searchterms+.field-validation-error {
    position: absolute;
    top: 34px;
    font-size: 14px;
    display: block;
    z-index: 3;
}

#small-search-box-form {
    position: relative;
}

.search-box-select {
    max-width: 100px;
}

.advanced-search-results {
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    max-height: calc(100vh - 55px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 200;
    /* width: 100vw; */
}

@media (max-width: 991px) {
    .advanced-search-results {
        /* top: 47px; */
    }
}

#small-searchterms {
    font-size: 14px;
}

.advanced-search-results .title:first-child {
    margin: 0 0 16px 0;
    line-height: 1;
    font-size: 16px;
}

.advanced-search-results .title:not(:first-child) {
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #ddd;
    line-height: 1;
}

.advanced-search-results .list {
    margin: 0 0 10px 0;
}

.advanced-search-results .products .list .media:not(:last-child) {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
}

.advanced-search-results p {
    color: #6c757d;
    /* max-height: 21px; */
    font-size: 14px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* white-space: nowrap; */
    display: none;
}

.advanced-search-results p>* {
    /* max-height: 21px; */
    font-size: 14px;
}

.advanced-search-results .price {
    /*width: 100%;*/
    color: #17a2b8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
}

.advanced-search-results .b-rating {
    height: 20px;
}

.advanced-search-results .b-rating .b-rating-star {
    padding: 0 3px 0 0;
}

.header-nav .advanced-search-results .b-rating .b-rating-star .b-icon.bi {
    font-size: 14px;
}

#adv_search .media .media-body h6 a {
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.advanced-search-results .product-title b {
    font-weight: 900;
}

/* rating */

.b-rating {
    background-color: transparent;
}

/* product box */

.product-box {
    border: 0;
}

.product-box:hover {
    z-index: 3;
}

.product-box *,
.product-box .card-footer * {
    z-index: 2;
}

.product-box::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: #fff;
    /* border: 1px solid transparent; */
    border-bottom: 0;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-box:hover::before {
    border-color: rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product-box .picture-container {
    position: relative;
    overflow: hidden;
}

.product-box .picture-container a {
    display: block;
    position: relative;
}

.product-box .picture-container a::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.product-box .picture-container a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    margin: auto;
}

.product-box .hover-img {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-box:hover .hover-img {
    opacity: 1;
    visibility: visible;
}

.product-box .hover-img.img-second {
    opacity: 1;
    visibility: visible;
    z-index: 2;
}

.product-box .card-body {
    padding: 10px 0;
}

.product-box .quick-view-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.product-box:hover .quick-view-button {
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.product-box .card-title {
    line-height: 1;
}

.product-box .card-title a {
    color: #212529;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.product-box .rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    width: 100%;
}

.product-box .b-rating .b-rating-star {
    padding: 0 2px;
}

.product-box .rating .b-rating+a {
    color: #212529;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.product-box .rating .b-rating+a::before {
    content: "/";
    margin: 0 3px;
}

.product-box .prices {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-box .actual-price {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.product-box .old-price {
    margin: 0 0 0 5px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
    line-height: 1;
}

.slick-slider .card .card-footer {
    display: none;
}

.category-page .card .card-footer,
.product-tag-page .card .card-footer,
.manufacturer-page .card .card-footer,
.search-page .card .card-footer,
.also-purchased-products-grid.product-grid .card .card-footer,
.cross-sell-container .card .card-footer,
.vendor-page .card .card-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    background: #fff;
    border: 0;
    padding: 0 10px 10px 10px;
    z-index: 10;
    border-radius: 0 0 5px 5px;
    border-bottom: 5px solid #34d6a3;
    -webkit-box-shadow: 0px 1.7px 0px 0px rgb(0, 0, 0, 0.16);
    box-shadow: 0px 1.7px 0px 0px rgb(0, 0, 0, 0.16);
}

.card:hover .card-footer {
    opacity: 1 !important;
    visibility: visible !important;
}

.product-box .card-footer::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: #fff;
    /* border: 1px solid transparent; */
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-top: 0;
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    z-index: -1;
}

.product-box:hover .card-footer::before {
    border-color: rgba(0, 0, 0, 0.2);
}

.product-box .attr-name {
    font-size: 14px;
    font-weight: 500;
}

.product-box .attr-value {
    margin: 0 0 0 5px;
}

.product-box .attr-value .btn {
    margin: 0 0 3px 0;
    font-size: 13px;
    font-weight: 400;
}

.product-box .desc {
    position: relative;
    color: #777;
    font-size: 14px;
    max-height: 85px;
    margin: 0;
    overflow: hidden;
}

.product-box .btn-group {
    width: 100%;
    margin: 10px 0 0 0;
}

.product-box .add-cart-text {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.product-box .catalog-quantity {
    max-width: 60px;
}

.product-box .spec-container {
    margin: 10px 0 0 0;
}

.product-box.grid-box .spec-container table,
.product-box.list-box .spec-container table {
    border-bottom: 0;
}

.product-box .spec-container table,
.product-box.grid-box .spec-container table td {
    width: 100%;
}

.product-box .spec-container table td {
    padding: 0 0 5px 0;
}

.product-box.grid-box .spec-container table td:nth-child(2) {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product-box .spec {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    line-height: 1;
}

.product-box .spec:not(:last-child) {
    border-bottom: 1px dashed #dfdfdf;
}

.product-box .spec-name {
    color: #292929;
    font-size: 14px;
    font-weight: 500;
    border: 0;
}

.product-box .spec-value {
    position: relative;
    margin: 0 0 0 5px;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border: 0;
}

.product-box .spec-value span:not(:first-child):not(:last-child)::after,
.product-box .spec-value span:not(:last-child)::after {
    content: ",";
    position: relative;
    bottom: 0;
    right: 0;
    margin: 0 2px 0 0;
}

/* product box list */

.product-box.list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.product-box.list .picture-container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-box.list .card-body {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 0 0 0 10px;
}

.product-box.list::before {
    border-bottom: 1px solid transparent;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.product-box.list:hover::before {
    border-bottom-color: rgba(0, 0, 0, 0.2);
}

.product-box.list .btn-group {
    width: auto;
}

.product-box.mobile::before {
    display: none;
}

.product-box.mobile .quick-view-button {
    display: none;
}

.product-box.mobile:hover .card-footer {
    opacity: 0;
    visibility: hidden;
}

/* category grid */

.categoryGrid a.viewmode-icon {
    font-size: 20px;
    color: #888;
}

.categoryGrid a.viewmode-icon.list {
    font-size: 14px;
}

.categoryGrid .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.category-sec::before {
    content: "";
    background-color: #f8f8f8;
    width: 100000000px;
    height: 100%;
    position: absolute;
    left: -100%;
}

.flyout-cart .price span,
.flyout-cart .quantity span {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
}

.flyout-cart .price strong,
.flyout-cart .quantity strong {
    color: #1d1f20;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-left: 5px;
}

/* container wide */

.main-container.container-fluid .product-box.list .card-body {
    -webkit-box-flex: 4;
    -ms-flex: 4;
    flex: 4;
}

/* color container */

.btn.color-container {
    margin: 0 3px 3px 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    border-radius: 100%;
}

.color-container .color {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25px;
    height: 25px;
    border: 1px solid #efefef;
    border-radius: 100%;
}

/* autocomplete */

.vbt-autcomplete-list[data-v-48792d67] {
    max-height: 350px;
    overflow-y: auto;
    padding-top: 5px;
    position: absolute;
    z-index: 99;
}

.quote {
    margin: 5px 0;
    padding: 10px;
    border: 1px dashed #ddd;
}

/* media */

@media (max-width: 991px) {
    .up-btn {
        bottom: 75px;
    }
}

@media (max-width: 768px) {
    .product-box.list .picture-container {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
    }

    .categoryGrid .card .card-body {
        padding: 12px 10px;
    }

    .categoryGrid .card .card-body h5 {
        font-size: 18px;
        margin: 0;
    }
}

@media (max-width: 575px) {

    .product-box .rating .b-rating-value,
    .product-box .rating output+span {
        display: none;
    }

    .product-box .quick-view-button {
        font-size: 14px;
    }

    .b-sidebar>.b-sidebar-header {
        /* font-size: 14px; */
    }

    .b-sidebar>.b-sidebar-header strong {
        padding-right: 32px;
        text-align: center;
    }

    .product-box .rating .b-rating+a {
        display: none;
    }

    .product-box .countdown-box {
        padding: 10px;
    }

    .product-box .countdown-box .col-form-label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        line-height: 1;
    }
}

/*contact*/

.contact-img {
    display: none;
}

.contact-img img {
    width: 100%;
    height: auto;
}

@media (min-width: 768px) {
    .contact-img {
        display: block !important;
    }
}

.product-detailsTab #nav-tabContent.tab-content #sub-nav-tab a.active {
    background-color: #34d6a3;
}

.product-detailsTab #tabContentDesc h4 {
    font-weight: 400;
}

@media (max-width: 768px) {
    .productDetail .slider-nav {
        display: none;
    }
}

.productDetail__items {
    margin-top: 2rem;
}

.productDetail__items li {
    padding-bottom: 15px;
}

.productDetail__items li a {
    color: #b3aeae;
    font-size: 14px;
}

.productDetail__items li a.active {
    color: #000000;
}

.productDetail__overview--manu {
    font-size: 14px;
}

.productDetail__overview--title {
    font-size: 18px;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .productDetail__overview--title {
        font-size: 30px;
    }
}

.productDetail__overview--price {
    font-size: 18px;
    line-height: 1.3;
}

.productDetail__overview--description {
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1.5;
    margin-bottom: 16px;
    color: #757575;
}

.productDetail__overview--review {
    line-height: 1;
    font-size: 18px;
    color: #ffbb58;
}

.productDetail__overview--review a {
    font-size: 14px;
}

.productDetail__overview--delivery {
    font-size: 14px;
}

.productDetail__overview--button .btn-increment {
    background: #ffffff;
    color: #222;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.product-detailsTab .nav-tabs {
    border-bottom: none !important;
    background: #34d6a3;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-detailsTab .nav-tabs .nav-item {
    flex-grow: 1;
    text-align: center;
}

.product-detailsTab .nav-tabs .nav-link {
    border: none;
    color: white;
    padding: 11px;
    text-transform: uppercase;
}

.product-detailsTab .nav-tabs .nav-item.show .nav-link,
.product-detailsTab .nav-tabs .nav-link.active {
    color: #34d6a3;
    font-weight: 400;
    border-radius: 5px;
}

.product-detailsTab .tab-content ul {
    padding-left: 0;
}

.product-detailsTab .tab-content ul li {
    padding-left: 16px;
    line-height: 1.8;
    position: relative;
}

.product-detailsTab .tab-content ul li:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #272727;
    font-size: 16px;
    position: absolute;
    top: -1px;
    left: 0;
}

.product-detailsTab .tabs>.tab-content {
    padding: 20px;
    border-radius: 0 0 5px 5px !important;
    border: none;
    min-height: 200px;
    -webkit-box-shadow: 0px 0px 50px 5px rgba(165, 157, 157, 0.3);
    box-shadow: 0px 0px 50px 5px rgba(165, 157, 157, 0.3);
}

.product-detailsTab #nav-tab {
    height: 100%;
}

.product-detailsTab #nav-tab .nav-link {
    background-color: #baedb152;
    width: 100%;
    border-radius: 0px;
    color: #272727;
    /* border-left: 3px solid transparent; */
    font-size: 14px;
    padding: 10px 15px;
    border-bottom: 2px solid #ffffff;
}

.product-detailsTab #nav-tab .nav-link.active {
    background-color: #ffffff;
    border-color: #34d6a3;
    color: #34d6a3;
}

.product-detailsTab #nav-tabContent.tab-content {
    height: 100%;
    background: #f8fbff;
}

.product-detailsTab #nav-tabContent.tab-content>.tab-pane {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 100%;
    padding: 20px 0;
    background: #fff;
}

@media (min-width: 768px) {
    .product-detailsTab #nav-tabContent.tab-content>.tab-pane {
        padding: 0 20px;
    }
}

.product-detailsTab #nav-tabContent.tab-content #sub-nav-tab a {
    background-color: rgba(186, 237, 177, 0.32);
    font-size: 15px;
    padding: 6px 12px;
    margin-bottom: 5px;
}

.product-detailsTab #nav-tabContent.tab-content #sub-nav-tab a:not(:last-child) {
    margin-right: 5px;
}

.product-detailsTab #nav-tabContent.tab-content #sub-nav-tab a.active {
    background-color: #34d6a3;
}

.product-detailsTab #tabContentDesc h4 {
    font-weight: 400;
}

/* navbar */

.formSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60%;
    padding: 0 20px;
    flex: 1;
    padding: 0;
}

.formSearch #small-search-box-form {
    width: 100%;
}

.formSearch #small-search-box-form input {
    height: 44px;
}

.formSearch #small-searchterms {
    font-size: 14px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.formSearch #small-search-box-form input {
    border-radius: 30px 0 0 30px;
}

.formSearch #small-search-box-form .btn {
    border-radius: 0 30px 30px 0;
}

.search-btn {
    /* color: #fff !important; */
    background-color: white;
    border: none;
}

.formSearch .form-control:hover,
.formSearch .form-control:focus,
.formSearch .form-control:active {
    border-color: #34d6a3;
    -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 12%);
}

.formSearch #small-search-box-form .btn {
    width: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ced4da;
    border-left: 0;
    z-index: 0;
}

.ico-account {
    background-color: #ffbb58;
    border-radius: 34px;
}

.ico-account a {
    padding: 5px 25px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 50px !important;
}

.ico-account a svg {
    -webkit-animation: pound 0.5s infinite;
    animation: pound 0.5s infinite;
    width: 26px;
    height: 26px;
}

.heartBeat svg {
    -webkit-animation: pound 0.5s infinite;
    animation: pound 0.5s infinite;
}

.ico-account a span {
    color: #151514 !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    width: 94px;
    white-space: normal;
}

@-webkit-keyframes pound {
    from {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes pound {
    from {
        -webkit-transform: none;
        transform: none;
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}

@media (max-width: 512px) {
    .navbar {
        padding: 0.5rem;
    }
}

.mobile-search {
    width: 50px;
}

.navbar-light .navbar-nav .nav-link {
    width: 45px;
    margin: 0 3px;
}

.navbar-light .navbar-nav .nav-link svg {
    width: 100%;
    height: auto;
}

.navbar-light .navbar-nav .nav-link svg:focus,
.navbar-light .navbar-nav .nav-link div:focus {
    outline: none;
}

ul.Menu li.-hasSubmenu::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    text-rendering: auto;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f078";
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 10px;
    color: #ffff;
}

ul.Menu li.-hasSubmenu ul li::after {
    display: none;
}

.uploadPres__card--body--width {
    width: 50px;
}

.upload-guide {
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.upload-guide.active {
    width: 100%;
    -webkit-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.upload-guide-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
    -ms-touch-action: none;
    touch-action: none;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
}

.upload-guide-inner {
    position: absolute;
    max-width: 440px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(calc(100% + 56px)) translateZ(0);
    transform: translateX(calc(100% + 56px)) translateZ(0);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    top: 0;
    right: 0;
    overflow-y: auto;
}

.upload-guide.active .upload-guide-inner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.upload-guide-inner button {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    padding: 4px 8px;
    color: #28a745;
}

h2.h5 {
    color: #727272;
    font-size: 18px;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

.banner-adv .slick-slide img,
#banner__middle img {
    border-radius: 6px;
}

@media (min-width: 992px) {
    #ModalQuickView .modal-dialog {
        max-width: 960px;
    }
}

@media screen and (min-width: 1200px) {
    #ModalQuickView .modal-dialog {
        max-width: 1140px;
    }
}

#GrandCarousel .carousel-item .carousel-caption {
    position: absolute;
}

#GrandCarousel .carousel-item .carousel-caption {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#GrandCarousel .carousel-item .carousel-caption {
    width: 100%;
    text-align: center;
    padding: 30px !important;
    position: relative !important;
    background-color: #34d6a3;
    display: none !important;
}

@media (max-width: 991px) {
    #GrandCarousel .carousel-item .carousel-caption h1 {
        font-size: 24px;
        font-weight: 400;
    }
}

#GrandCarousel .carousel-caption p {
    margin-bottom: 0;
}

#GrandCarousel .carousel-item .carousel-caption a {
    background-color: #fff;
    color: #34d6a3;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 5px;
    display: inline-block;
}

#GrandCarousel .carousel-indicators {
    /* display: none; */
}

#GrandCarousel .carousel-control-prev,
#GrandCarousel .carousel-control-next {
    top: calc(50% - 25px);
    width: 5%;
    height: 50px;
    color: #1d1f20;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#GrandCarousel:hover .carousel-control-prev,
#GrandCarousel:hover .carousel-control-next {
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}

#GrandCarousel .carousel-control-next {
    right: 0;
}

#GrandCarousel .carousel-control-prev {
    left: 0;
}

@media (min-width: 768px) {
    #GrandCarousel .carousel-item .carousel-caption {
        display: none !important;
    }
}

.UserProfile .card-header {
    background-color: #fff;
    border: 0;
    padding: 0 10px;
}

.UserProfile .card-header h5 {
    padding: 10px 0;
}

/* .featuredBrand {
    -webkit-box-shadow: 0px 0px 15px 5px rgb(165 157 157 / 20%);
    box-shadow: 0px 0px 15px 5px rgb(165 157 157 / 20%);
} */

.featuredBrand {
    border-radius: 4px;
    /* background: #FFF9EA; */
    /* box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.10); */
}

.featuredBrand-title {
    color: #0A9D6F;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.featuredBrand .slick-slide img {
    width: 100px;
    margin: 0 auto;
}

.password-recovery-page form {
    max-width: 400px;
}

.password-recovery-page form input[type="submit"],
.password-recovery-page form input[type="button"] {
    height: 45px;
    padding: 0 30px;
    border-radius: 40px;
}

@media (min-width: 512px) {

    .featuredBrand-list .slick-prev,
    .featuredBrand-list .slick-next {
        top: 50%;
    }

    .featuredBrand-list .slick-prev {
        left: -5px;
    }

    .featuredBrand-list .slick-next {
        right: -5px;
    }
}

.featuredBrand .general__title label {
    z-index: 1;
}

#ph-title h1 {
    color: #27bb5b;
}

.fb_dialog_content>iframe {
    bottom: 80px !important;
}

.sib-conversations {
    bottom: 160px !important;
}

.stock .value {
    background: rgb(203, 32, 39);
    padding: 5px;
    color: #fff;
}


.customer__orders--item {
    line-height: 24px;
}

.order-status.cancelled {
    background: red;
    color: #fff;
    padding: 3px;
}

.order-status.pending {
    background: #0bd4f4;
    padding: 3px;
}

.order-status.processing {
    background: #d9932d;
    color: #fff;
    padding: 3px;
}

.order-status.complete {
    background: #0e8e66;
    color: #fff;
    padding: 3px;
}

/**/

#map,
#map_BillingNewAddress,
#map_ShippingNewAddress {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
}

/**/

.sticky-panel {
    position: sticky;
    padding: 15px;
    border-radius: 5px;
    border: 2px solid rgb(52, 214, 163);
    top: 15px;
}


.total-info td {
    border-bottom: 1px solid #94e6cc !important;
    border-top: none !important;
}

.total-info .table {
    border: 0 !important;
}

.giftcard-box .accordion .card,
.coupon-box .accordion .card {
    border: 1px dashed rgb(21, 193, 129) !important;
}

.coupon-button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}

.coupon-button::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn.coupon-button {
    background: #15c181;
    color: #fff;
}


.promobadge-image-right {
    left: auto !important;
    right: -10px;
}

.promobadge-image-right:before {
    left: auto !important;
    right: 0;
    border-right: 10px solid transparent;
    border-left: none !important;
}

.promobadge-image-right img {
    max-width: 90px;
    max-height: 60px;
}


.youtube,
.pinterest {
    display: none !important;
}

#whyus {
    /* display: none; */
}

@media only screen and (hover: none) and (pointer: coarse) {

    .newsletter,
    footer.d-inline-block {
        display: none !important;
    }
}

.featured-brands {
    position: relative;
}

.featured-brands::after {
    content: '';
    /* background: url('/Themes/VueTheme/Content/images/announcement.png') rgba(255, 245, 220, 0.60) no-repeat; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom left;
    z-index: -1;
}

.featured-brands-advertise {
    border-radius: 10px;
    border: 2px dashed #00A566;
    box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.10);
    max-width: 250px;
    width: 100%;
    /* margin-left: 2rem; */
}

.newArrival-section {
    /* position: relative; */
    /* margin-bottom: -16px; */
}

.newArrival-section::after {
    /* content: ''; */
    /* background: url('/Themes/VueTheme/Content/images/Fresh-Arrival.png') #C8F8B3 no-repeat; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: bottom left;
    z-index: -1;
}

/*slider product card */


.card:hover .card-body--button {
    /* opacity: 1; */
    /* -webkit-transition: all 0.2s linear; */
    -o-transition: all 0.2s linear;
    /* transition: all 0.2s linear; */
    /* -webkit-transform: translateY(0); */
    -ms-transform: translateY(0);
    /* transform: translateY(0); */
    /* border-top: 1px solid #A5A5A5; */
    /* padding-top: 10px; */
}





.card .contentBox {
    width: 100%;
    transition: all 0.2s linear;
    z-index: 90;
    position: relative;
    overflow: hidden;
}

.card:hover .contentBox {
    /* padding-bottom: 50px; */
}

.card .contentBox .contentWrapper {
    display: block;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    /* opacity: 0; */
    /* transform: translateY(60px); */
    transition: all 0.2s linear;
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
}

.card:hover .contentBox .contentWrapper {
    opacity: 1;
    transform: translateY(0px);
}




.card .card-body--button .card--icon {
    /* width: auto; */
    height: 28px;
    line-height: 0 !important;
    text-align: center;
    color: #E31616;
    background: transparent;
    border: none;
    cursor: pointer;
    margin-right: 15px;
    font-size: 22px;
}

.servicesOffer {
    border-radius: 20px 20px 0px 0px;
    border-bottom: 2px solid #F1D333;
    background: #34D6A3;
    padding-block: 25px;
    display: none;
}

.customSliderButtonsWrapper {
    padding-block: 1rem;
}

.countdown-box>span {
    display: flex;
    align-items: center;
    font-size: 18px;
}

.countdown-box>span>div {
    display: flex;
    align-items: center;
    height: 30px;
    width: 30px;
    background: #17a2b8;
    white-space: nowrap;
    margin-right: 5px;
    justify-content: center;
    color: white;
    border-radius: 2px;
}


.download-link {
    position: relative;
}

.top-popup-wrap {
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    transition: all .3s;
    transform: translateX(-50%);
    left: 50%;
    top: 150%;
    z-index: 20;
    white-space: normal
}

.download-link:hover .top-popup-wrap {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    top: 100%;
    z-index: 11111
}

.get-the-app-title {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    margin: 10px 0;
    text-align: center;
    color: #27bb5b;
}

.get-the-app {
    padding: 10px;
    color: #3a3a3a;
    width: 330px;
    font-weight: 300;
    text-align: left;
    font-size: 16px;
    line-height: 18px;
}

.get-the-app .center-img-holder {
    text-align: center;
}

.get-the-app .center-img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    object-position: top;
    /* transform: scale(.5); */
    margin-inline: auto;
}

.top-popup-wrap.lzd-switch-popup {
    left: auto;
    right: 0;
    transform: translateX(0)
}

.top-popup-wrap .top-popup-content {
    background-color: #fff;
    position: relative;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, .15))
}

.top-popup-wrap .top-popup-content:before {
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-left-width: 1px;
    border-top-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    top: -6px;
    content: '';
    position: absolute;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #bfbfbf
}