body {
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

.row {
    margin: 0;
}

summary::marker {
    content: none;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding: 0;
}

main > * {
}

main > .homeslider {
    padding: 0;
}

.headerbody {
    color: rgb(28, 28, 28);
    background-color: #ffffff;
}

a {
    color: rgb(28, 28, 28);
    text-decoration: none;
}

a:hover {
    color: #2D2B2B;
}

ul, ul li, ol, menu {
    padding: 0;
    margin: 0;
    list-style: outside none none;
}

.form-control::placeholder,
.required-info,
span.alert {
    color: rgba(121, 45, 4, 1);
}

.alert-info {
    color: #13525e;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.rating {
    background-color: #ffffff;
    color: #987000;
}

.btn {
    color: #ffffff;
    background-color: rgba(121, 45, 4, 1);
    border-color: rgba(121, 45, 4, 1);
}

.btn:hover {
    color: rgba(121, 45, 4, 1);;
    background-color: #ffffff;
    border-color: rgba(121, 45, 4, 1);
}

#headerWrapper {
    background-color: #ffffff;
    margin-top: 0 !important;
}

#tagline {
    color: #000000;
}

nav.navbar {
    background-color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

nav.navbar a.nav-link {
    color: #000;
}

nav.navbar a.nav-link:hover {
    color: #222;
    background-color: #333333;
}

nav.navbar .navbar-toggler {
    color: #000;
}

nav.navbar .navbar-toggler:hover {
    color: #222;
}

nav.navbar .btn {
    color: #ffffff;
    background-color: #13607c;
    border-color: #13607c;
}

nav.navbar .btn:hover {
    color: #0056b3;
    background-color: #ffffff;
    border-color: #a80000;
}

#ezpagesBarHeader {
    background-color: #464646;
}

#ezpagesBarHeader a.nav-link {
    color: #ffffff;
}

#ezpagesBarHeader a.nav-link:hover {
    color: #cccccc;
    background-color: #363636;
}

#navCatTabs a {
    color: #ffffff;
    background-color: #13607c;
    border-color: #13607c;
}

#navCatTabs a.activeLink {
    background-color: #a80000;
    color: #ffffff;
    border-color: #a80000;
}

#navCatTabs a:hover {
    color: #13607c;
    background-color: #ffffff;
    border-color: #13607c;
}

#navCatTabs a.activeLink:hover {
    background-color: #ffffff;
    color: #a80000;
    border-color: #a80000;
}

.logo_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 0;
}

#navBreadCrumb ol {
    background-color: #ffffff;
}

#navBreadCrumb li {
    color: #000000;
    display: flex;
    position: relative;
    z-index: 2;
    align-items: center;
}

#navBreadCrumb li.active {
    z-index: 3;
}

#navBreadCrumb li a {
    color: #000;
    line-height: 2;
}

#navBreadCrumb li a:hover {
    color: #333;
}

#navBreadCrumb .ng-star-inserted {
    display: inline-block;
    padding: 0 10px;
    line-height: 2;
}

#navBreadCrumb li ul {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 110%;
    background: #fff;
    box-shadow: 1px 3px 5px 3px #ccc;
    display: none;
}

#navBreadCrumb > ol > li:first-child ul {
    left: 60%;
}

#navBreadCrumb > ol > li > .svg-img {
    display: flex;
    padding: 8px;
    cursor: pointer;
}

#navBreadCrumb li ul li a {
    white-space: nowrap;
    padding: 0 10px;
    font-size: 95%;
}

#footerWrapper {
    color: #000000;
    background-color: #ffffff;
}

.legalCopyright,
.legalCopyright a {
    color: #000000;
}

#ezpagesBarFooter {
    background-color: #464646;
}

#ezpagesBarFooter a.nav-link {
    color: #ffffff;
}

#ezpagesBarFooter a.nav-link:hover {
    color: #cccccc;
    background-color: #363636;
}

.leftBoxCard,
.rightBoxCard {
    color: #000000;
    background-color: #ffffff;
}

.leftBoxHeading,
.rightBoxHeading {
    color: #ffffff;
    background-color: #333333;
}

.leftBoxHeading a,
.rightBoxHeading a {
    color: #ffffff;
}

.leftBoxHeading a:hover,
.rightBoxHeading a:hover {
    color: #cccccc;
}

#categoriesContent .badge,
#documentcategoriesContent .badge {
    color: #ffffff;
    background-color: #13607c;
}

.leftBoxCard .list-group-item,
.rightBoxCard .list-group-item {
    color: #0000a0;
    background-color: #ffffff;
}

.leftBoxCard .list-group-item:hover,
.rightBoxCard .list-group-item:hover {
    color: #003975;
    background-color: #cccccc;
}

.centerBoxWrapper {
    color: #000000;
    background-color: #ffffff;
}

.centerBoxHeading {
    color: #ffffff;
    background-color: #333333;
}

#subCategory-card-body {
    color: #000000;
    background-color: #ffffff;
}

.categoryListBoxContents.card {
    background-color: #ffffff;
}

.categoryListBoxContents.card:hover {
    background-color: #efefef;
}

a.page-link {
    color: #000000;
    background-color: #cccccc;
    border-color: #cccccc;
}

a.page-link:hover {
    color: #ffffff;
    background-color: #0099cc;
    border-color: #0099cc;
}

.pagination li a.page-link:hover {
    color: #000;
}

.page-item.active span.page-link {
    color: #ffffff;
    background-color: #13607c;
}

.sideBoxContentItem {
    background-color: #ffffff;
}

.sideBoxContentItem:hover {
    background-color: #cccccc;
}

.centerBoxContents.card {
    background-color: #ffffff;
}

.centerBoxContents.card:hover {
    background-color: #efefef;
}

.centerBoxContentsListing.card:hover {
    background-color: #efefef;
}

.productReviewCard:hover {
    background-color: #efefef;
}

.productBasePrice {
    color: #000000;
}

.normalprice {
    color: #000000;
}

.productSpecialPrice {
    color: #a80000;
}

.productPriceDiscount {
    color: #a80000;
}

.productSalePrice {
    color: #a80000;
}

.productFreePrice {
    color: #0000ff;
}

#addToCart-card-header {
    color: #ffffff;
    background-color: #036811;
}

#addToCart-card {
    border-color: #036811;
}

.btn.button_add_selected {
    background: #036811;
    color: #ffffff;
}

.btn.button_add_selected:hover {
    background: #007e33;
    color: #ffffff;
}

.btn.button_in_cart {
    background: #036811;
    color: #ffffff;
}

.fa-cart-plus {
    color: #036811;
}

.btn.button_in_cart:not(:disabled):hover {
    background: #007e33;
    color: #ffffff;
}

.btn.button_in_cart:disabled {
    cursor: no-drop;
}

a:hover > .fa-cart-plus {
    color: #007e33;
}

button.button_continue_checkout,
a.button_checkout {
}

button.button_continue_checkout:hover,
a.button_checkout:hover {
}

#checkoutShippingDefault .progress-bar,
#checkoutPayment .progress-bar,
#checkoutConfirmationDefault .progress-bar,
#checkoutSuccessDefault .progress-bar {
    background-color: #036811 !important;
}

button.button_sold_out_sm, button.button_sold_out_sm:hover, button.button_sold_out, button.button_sold_out:hover {
    background-color: #a80000;
    color: #ffffff;
    border-color: #a80000;
}

a.carousel-control-prev,
a.carousel-control-next {
    color: #000000;
}

a.carousel-control-prev:hover,
a.carousel-control-next:hover {
    color: #000000;
}

.banner-carousel .carousel-indicators li {
    background-color: #000000;
}

.defaultAddress address {
    background-color: #036811;
    color: #ffffff;
}

.card.primary-address {
    border-color: #13607c;
}

.card.primary-address > .card-header {
    background-color: #13607c;
    color: #ffffff;
}

.collapse:not(.show) {
    visibility: hidden;
    display: block !important;
}

#navbarSupportedContent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    transform: translateX(-100%);
    transition: all 0.2s ease-in-out 0s;
    z-index: 9000;
    background-color: rgb(0, 0, 0, 0.6);
    display: flex;
    align-items: start;
}

.navbarSupportedContentdiv {
    background: #fff;
    position: relative;
    height: 100vh;
    width: 90%;
    padding: 0px 7px 40px;
}

.navbarSupportedContentright {
    width: 10%;
    height: 100vh;
}

.navbarSupportedContentright button {
    opacity: 0;
    width: 100%;
    height: 100%;
}

#navbarSupportedContent.show {
    transform: translateX(0);
    visibility: visible;
}

#navbarSupportedContent > ul.navbar-nav > li > a {
    padding: 8px 14px;
    position: relative;
}

#navbarSupportedContent > ul.navbar-nav > li > a::after {
    position: absolute;
    right: 18px;
    top: 18px;
}

#navbarSupportedContent > ul.navbar-nav > li.show > a::after {
    border-bottom: .3em solid;
    border-top: none;
}

#navbarSupportedContent > ul.navbar-nav.users {
    border-bottom: 1px solid #aaa;
    padding-right: 43px;
}

#navbarSupportedContent a, #navbarSupportedContent button {
    color: #000;
    background: none;
    text-decoration: none;
    display: block;
    position: relative
}

#navbarSupportedContent > ul .dropdown-menu {
    margin: 0 4px;
}

.fixed-top {
    width: 100%;
}

.navbar-collapseul ul.navbar-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-collapseul ul li {
    padding: 0 5px;
}

.navbar-collapseul ul li a i {
    font-size: 16px;
}

#logoWrapper #logo img {
    max-height: 30px;
    width: auto
}

.navbarSupportedContentdiv > button {
    position: absolute;
    left: 11px;
    padding: 0;
    height: 44px;
    width: 43px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.navbarSupportedContentdiv ul.navbar-nav.users {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 7px;
    border-top: 1px solid #bbb;
    background: #fff;
    z-index: 10;
}

.navbarSupportedContentdiv ul.navbar-nav.users li a i {
    padding-right: 6px;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) {
    max-height: calc(100% - 72px);
    overflow-y: auto;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li {
    border-bottom: 1px solid #bbb;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li > a.dropdown-toggle {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 27px 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li > a.dropdown-toggle-2 {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 27px 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li > a.dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    position: absolute;
    right: 4px;
    top: 19px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li > a.dropdown-toggle::after {
    position: absolute;
    right: 6px;
    top: 18px;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li .dropdown-menu {
    border: none;
    padding: 0;
}

.navbarSupportedContentdiv ul.navbar-nav:not(.users) > li ul li a {
    padding: 0 20px;
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666 !important;
}

#categoriesTabs {
    padding: 0 12px;
    max-width: calc(100% - 170px);
}

#categoriesTabs > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    justify-content: center;
    list-style: none;
}

#categoriesTabs > ul > li {
    position: relative
}

#categoriesTabs > ul > li a {
    display: block;
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px;
    line-height: 24px;
}

#categoriesTabs > ul > li.chi > a::after {
    content: "\f078";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

#categoriesTabs > ul > li ul {
    display: none !important;
    position: absolute;
    min-width: 110%;
    border: 1px solid #bbb;
    padding: 3px;
    z-index: 150;
    background: #fff;
}

#categoriesTabs > ul ul li a {
    white-space: nowrap;
    font-weight: inherit;
}

#categoriesTabs > ul > li.mouses ul {
    display: block !important;
}

#mainWrapper > .row > .col-lg-6 {
    -ms-flex: 0 0 100% !important;;
    flex: 0 0 100% !important;;
    max-width: 100% !important;
}

.localization-selectors {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
}

.header__secondary-nav .localization-selectors:not(:only-child) {
    margin-inline-end: .625rem;
}

.relative {
    position: relative;
}

.localization-selectors .relative {
    z-index: 2
}

.link-faded {
    color: #5c5c5c;
    transition: color .2s ease-in-out;
    font-size: 12px;
    text-transform: uppercase;
}

.localization-toggle {
    align-items: center;
    column-gap: .625rem;
    display: flex;
    background: #fff;
}

.text-xxs {
    font-size: 12px;
    border: none;
}

.country-flag {
    width: 20px;
    height: 15px;
}

.localization-toggle > svg {
    transition: transform .2s;
}

.shopify-section-group-footer-group {
    border-top: 1px solid #ddd
}

.color-scheme {
    background-color: rgb(255, 255, 255, 1);
    color: rgb(28, 28, 28, 1);
}

.shopify-section-group-footer-group.shopify-section--text-with-icons {
    border-top: none;
    margin: 11px 0;
    padding: 11px 0;
}

.justify-self-center {
    padding: 18px 0 0;
    display: flex;
    justify-content: center;
}

.justify-self-center a.button {
    border: 1px solid #000;
    text-decoration: none;
}

.justify-self-center a.button:hover {
    background-color: #fff;
}

.popover {
    position: absolute;
    left: auto;
    right: 0;
}

.popover--bottom-end {
    inset-block-start: calc(100% + 0.75em);
    inset-inline-end: 0;
    padding: 10px;
}

#popover-localization-header-nav-sections_header-country > .h4 {
    display: none
}

.popover__value-list {
    text-align: center;
    justify-items: center;
    gap: .3rem;
    display: grid;
}

.popover__value-list {
    text-align: start;
    justify-items: start;
}

.popover__value-list > * {
    text-align: inherit;
    color: rgb(28, 28, 28, 0.65);
    background-color: #fff;
    width: 100%;
    transition: color .2s ease-in-out;
    border: none;
    white-space: nowrap;
    display: block;
    padding: 4px 12px 0px 6px;
    margin: 0;
}

.h-stack {
    align-items: center;
    display: flex;
}

.gap-2\.5 {
    gap: .625rem;
}

.country-flag {
    width: 20px;
    height: 15px;
}

[class*="gui-flag-"] {
    border-radius: 3px;
    height: 24px;
    line-height: 24px;
    margin: 0 4px;
    overflow: hidden;
    padding-left: 29px;
    position: relative;
    border: 1px solid #ddd;
}

[class*="gui-flag-"]::before {
    background-image: url("../images/currency-flags_o.png");
    background-repeat: no-repeat;
    border-radius: 3px;
    content: "";
    height: 22px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 29px;
}

.gui-flag-usd::before {
    background-position: -284px -1px;
}

.gui-flag-eur::before {
    background-position: -127px -378px;
}

.gui-flag-cad::before {
    background-position: -284px -307px;
}

.gui-flag-gbp::before {
    background-position: -315px -1px;
}

.gui-flag-aud::before {
    background-position: -221px -353px;
}

.gui-flag-pln::before {
    background-position: -327px -127px;
}

.gui-flag-jpy::before {
    background-position: -95px -213px;
}

.localization-selectors.md-max {
    display: none
}

@media (min-width: 992px) {
    .localization-selectors.md-max {
        display: block
    }
}

.form-control {
    color: #000
}

.free_shipping_bar_title {
    background: #000;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 39px;
    height: 39px;
    text-transform: uppercase;
    font-weight: bold;
}

#navbar-spacer {
    padding-top: 39px !important;
    margin-top: 0 !important;
}

.announcement-bar p {
    margin: 0;
    background: #1C1C1C;
    color: #fff;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 11px 0;
    line-height: 1;
}

.header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
    min-height: 44px;
}

header height-observer .header__logo {
    max-height: 70px;
    margin: 13px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__logo img {
    height: auto;
    width: auto;
    max-width: 200px;
    max-height: 100px;
}

@media screen and (min-width: 700px) {

    .header {
        column-gap: 2.5rem;
    }
}

@media (min-width: 992px) {
    .header button.navbar-toggler, #headerWrapper nav.navbar {
        display: none;
    }

}

.nav-link {
    color: #000;
    padding: 11px 8px;
}

.nav-link svg {
    height: 24px;
}

.header__primary-nav, .header__secondary-nav {
    display: flex;
    align-items: center;
    justify-items: center;
}

.content-over-media--auto {
    padding: 15px 0
}

.homeslider {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.homesslides {
    display: flex;
    transition: transform 1s ease;
}

.homesslide {
    width: 100%;
    flex: 0 0 100%;
}

.homesslides .homesslide img {
    width: 100%;
    height: auto;
}

.buttons {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
}

.prev, .next {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}

.container {
    width: 100% !important;
    max-width: inherit !important;
    padding: 0 15px;
}

product-list.product-list, #search-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

product-card.product-card {
    flex: 0 0 calc(50%);
    max-width: calc(50%);
    padding: 10px;
}

@media (min-width: 450px) {

    product-list.product-list product-card.product-card {
        flex: 0 0 calc(25%);
        max-width: calc(25%);
        padding: 10px 0;
    }

}

.product-card__figure a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card__figure a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-card__info .v-stack a.product-title {
    display: block;
    font-size: 12px;
    margin: 10px 0;
    line-height: 14px;;
    overflow: hidden;;
}

a.product-title b {
    padding-right: 6px;
}

.price-list {
    flex-wrap: wrap;
    align-items: baseline;
    display: flex;
    color: #402f2f;
}

.product-card__info :is(.price-list,.rating-badge) {
    justify-content: center;
}

.product-card__addcart a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #000;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
}

@media (min-width: 780px) {
    .product-card__addcart a {
        font-size: 14px;
    }
}

.product-card__addcart a span {
    padding: 4px 0 0 10px;
}

.shopify-section--featured-collections .container {
    padding: 0;
}

featured-collections-carousel {
    display: block;
    padding: 14px 0;
}

.shopify-section--featured-collections.featured featured-collections-carousel .product-card__info .v-stack a.product-title, .shopify-section--featured-collections.featured featured-collections-carousel .price-list sale-price.h6 {
    color: #fff;

}

.shopify-section--featured-collections.featured featured-collections-carousel .product-card__addcart a {
    background: #fff;
    color: rgba(121, 45, 4, 1);
}

.m-tab-nav__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 24px 0 0;
}

.m-tab-nav__list li a {
    display: block;
    width: 165px;
    padding: 15px 0;
    text-align: center;
}

.m-tab-nav__list li a img {
    width: 75%;
}

.m-tab-nav__list li a h5 {
    font-size: 16px;
    margin: 9px 0;
    text-align: center;
    font-weight: bold;
}

.text-on-sale {
    color: rgb(227, 44, 43);
}

.line-through {
    text-decoration: line-through;
}

.h6 {
    font-size: 16px;
    line-height: 1.7;
    margin: 0;

}

.product-title.h6 {
    font-weight: bold;
}

carousel-navigation {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 0;
    display: block;
    text-transform: uppercase;
}

carousel-navigation p.headerremark {
    color: rgba(153, 153, 153, 1);
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
}

.m-trustpilot-date {
    display: flex;
    margin-top: 15px;
    flex-wrap: wrap;
    padding: 0 10px;
}

.m-trustpilot-date-left, .m-trustpilot-date-right {
    flex: 1 1 100%;
    margin: 8px 10px;
}

.m-trustpilot-date-left {
    padding-right: 10px;
}

.m-trustpilot-date-right {
    padding-left: 10px
}

.m-trustpilot-date-left img {
    border-radius: 10px;
}

.reviewuser, .reviewcount, .reviewcount .states {
    display: flex;
    align-items: center;
}

.reviewuser img {
    height: 60px;
}

.reviewuser span {
    font-size: 19px;
    font-weight: 500;
    padding-left: 10px;
}

.reviewcount {
    padding: 7px 0;
    align-items: end;
}

.reviewcount .states .state {
    position: relative;
}

.reviewcount .states svg {
    height: 26px;
    width: 26px;
}

.reviewcount .states .state::after {
    background: #eee;
    opacity: 0.9;
}

.reviewcount .reviewcount {
    font-size: 16px;
    padding: 0 0 0 6px;
}

.reviewcount .reviewtxt {
    font-size: 14px;
    line-height: 2;
    color: #777;
    max-width: 500px;
}

.m-trustpilot-date-right .date-right > [class*="right-"]:not(.slect) {
    display: none;
}

.m-trustpilot-date-right .reviewtxt {
    min-height: 100px;
    max-height: 154px;
    overflow-y: auto;
}

.m-trustpilot-date-right .reviewmore ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    justify-content: center;
}

.m-trustpilot-date-right .reviewmore ul li {
    height: 18px;
    width: 18px;
    background: rgba(229, 229, 229, 1);
    border-radius: 50%;
    display: block;
    margin: 6px;
    position: relative;
    cursor: pointer;
}

.m-trustpilot-date-right .reviewmore ul li.slect, .m-trustpilot-date-right .reviewmore ul li:hover {
    background: rgba(121, 45, 4, 1);
}

.m-trustpilot-date-right .reviewmore ul li.slect::after, .m-trustpilot-date-right .reviewmore ul li:hover::after {
    content: "";
    height: calc(100% + 8px);
    width: calc(100% + 8px);
    display: block;
    border: 1px solid rgba(121, 45, 4, 1);
    border-radius: 50%;
    position: absolute;
    top: -4px;
    left: -4px;
}

@media (min-width: 780px) {
    .m-trustpilot-date-left, .m-trustpilot-date-right {
        flex: 1 1 50%;
        margin: 8px 0;
    }

    .m-trustpilot-date-right .reviewmore ul {
        justify-content: flex-start
    }
}

.m-trustpilot-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 0;
}

.m-trustpilot-bar .states, .m-trustpilot-bar .state {
    display: flex
}

.m-trustpilot-bar .state {
    width: 23px;
    align-items: center;
    background: rgba(255, 220, 46, 1);
    height: 23px;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    margin: 0 2px;
    overflow: hidden;
}

.states .state::after {
    content: "";
    height: 100%;
    width: var(--dynamic-width, 0);
    position: absolute;
    right: 0;
    background: #E5E5E5;
    z-index: 1;
}

.m-trustpilot-bar .state svg {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    position: relative;
    z-index: 2;
}

.m-trustpilot-bar .txt {
    padding: 0 4px;
}

.m-trustpilot-bar .link {
    background: rgba(121, 45, 4, 1);
    color: #fff;
    display: inline-block;
    padding: 0 6px;
    line-height: 38px;
    border-radius: 4px;
    margin: 0 3px;
}

.color-scheme-newsletter {
    min-height: 360px;
    background-image: url("../images/newslette.jpg");
    background-size: 100% auto;
    background-position: center;
    position: relative;
    padding: 0 10px;
}

.color-scheme-newsletter::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgb(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    z-index: 1;
}

.color-scheme-newsletter .section-newsletter {
    color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 17px 0;
}

.color-scheme-newsletter .section-newsletter > p {
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    display: block;
    margin: 0;
    padding: 0;
}

.color-scheme-newsletter .section-newsletter .prose p {
    color: #fff;
    line-height: 2;
    padding: 11px 0;
}

.color-scheme-newsletter .section-newsletter .form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 33px;
}

.color-scheme-newsletter .section-newsletter .form .form-control {
    max-width: 390px;
    margin: 0 12px;
    padding: 0 6px;
    height: 56px;
}

.color-scheme-newsletter .section-newsletter .form .form-control input {
    height: 100%;
    width: 100%;
    border: none;
}

.color-scheme-newsletter .section-newsletter .form .align-self-start button {
    height: 56px;
    background: rgba(121, 45, 4, 1);
    color: #fff;
    border: none;
    margin: 0;
    padding: 0 12px;
    font-weight: bold;
    border-radius: 6px;
}

.text-with-icons {
    align-items: center;
    justify-content: center;
    gap: 2.5em 3.7em;
    display: flex;
    margin: 38px 0;
    font-weight: unset;
}

.text-with-icons > * {
    padding: 0 6px;
    flex: 1 1 33.33%;
}

.v-stack {
    grid-template-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    display: grid;
}

.text-with-icons > * .v-stack svg {
    height: 31px;
}

.text-with-icons > * .v-stack p.h6 {
    color: rgba(121, 45, 4, 1);
    font-size: 19px;
    margin: 0;
    padding: 0 0 10px;
}

.text-with-icons > * .v-stack p.title {
    color: rgba(121, 45, 4, 1);
    font-size: 13px;
    max-width: 271px;
    line-height: 2;
}

.gap-6 {
    gap: 1.5rem;
}

.justify-items-center {
    justify-items: safe center;
}

.icon {
    vertical-align: middle;
    height: auto;
    transition: transform .2s;
    display: block;
}

.page-dots {
    --dot-size: .375rem;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}

.page-dots > * {
    border-radius: 50%;
    display: block;
    margin: 0 3px;
    padding: 10px;
    border: none;
}

.tap-area {
    position: relative;
}

.tap-area:before, .tap-area:after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(var(--border-color));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 8px;
    height: 8px;
}

.tap-area:before {
    content: "";
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    bottom: -.5rem;
    left: -.5rem;
}

.page-dots > *:after {
    content: "";
    border-radius: inherit;
    opacity: .4;
    background: currentColor;
    transition: opacity .25s, background .25s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-dots > *[aria-current=true]:after {
    opacity: 1;
}

@media screen and (min-width: 700px) {
    .sm\:hidden {
        display: none;
    }
}

@media screen and (max-width: 699px) {

    .text-with-icons:not(.text-with-icons--stacked) > * {
        grid-area: 1 / -1;
        padding-inline: 2.5rem;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.9s ease;
    }

    .text-with-icons:not(.text-with-icons--stacked) > :not(.is-selected) {
        visibility: hidden;
        opacity: 0;
        transform: translateY(-10px);
    }

    .text-with-icons {
        grid: auto / auto-flow 100%;
        gap: 0;
        display: grid;
    }
}

.footer {
    background: rgb(255, 255, 255, 1);
    color: rgb(28, 28, 28);
    padding-block-start: 3rem;
    padding-block-end: min(3rem, 3rem);
}

.footer__inner {
    row-gap: min(3rem, 3rem);
    display: grid;
    padding: 0 20px;
}

.footer__block-list {
    justify-content: start;
    align-items: start;
    gap: min(2rem, 1.5rem);
    display: flex;
    flex-wrap: wrap;
}

@media screen and (min-width: 700px) {
    .footer__block-list {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 3rem;
        display: flex;
    }

    .footer__block {
        flex: auto;
    }

    .footer__block--links, .footer__block--image {
        flex-grow: 0;
        max-width: 14rem;
    }

    .footer__block--newsletter {
        flex-basis: 14rem;
        max-width: 18rem;
    }
}

@media screen and (min-width: 1400px) {
    .footer__block-list {
        column-gap: 5rem;
    }
}

.gap-4 {
    gap: 1rem;
}

@media screen and (min-width: 700px) {
    .sm\:gap-5 {
        gap: 1.25rem;
    }
}

.footer__block--links .h6 {
    font-size: 13px;
}

.prose :last-child {
    margin-block-end: 0 !important;
}

.social-media--list {
    align-items: center;
    gap: var(--social-media-list-gap, .75rem 2rem);
    flex-wrap: wrap;
    display: flex;
}

@media screen and (max-width: 1000px) {
    .social-media--list {
        justify-content: center;
    }
}

.footer__aside {
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    display: grid;
}

.footer__inner .localization-selectors .popover--bottom-end {
    right: auto;
    left: 50%;
    transform: translateY(calc(-100% - 44px)) translateX(-50%);
}

@media screen and (min-width: 1000px) {
    .footer__aside {
        grid-auto-flow: column;
        justify-content: space-between;
    }

    .footer__inner .localization-selectors .popover--bottom-end {
        right: auto;
        left: 8px;
        transform: translateY(calc(-100% - 44px));
    }
}

@media screen and (max-width: 578px) {
    .footer__block-list .footer__block--links {
        flex: 1 1 100%
    }

    .footer__block-list .footer__block--links .h6 {
        position: relative;
        margin: 0 0 6px 0;
        height: 20px;
        line-height: 20px;
        padding: 0;
        cursor: pointer;
    }

    .footer__block-list .footer__block--links .h6::after {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        position: absolute;
        width: 16px;
        height: 16px;
        right: 0;
        border: 1px solid #111;
        border-radius: 50%;
        font-size: 9px;
        display: flex;
        justify-content: center;
        line-height: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-weight: bold;
    }

    .footer__block-list .footer__block--links.avtie .h6::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .footer__block-list .footer__block--links ul.v-stack {
        display: none;
    }

    .footer__block-list .footer__block--links.avtie ul.v-stack {
        display: grid;
    }
}

.indexCategoriesimges {
    position: relative
}

.indexCategoriesimges .indexCategoriestile {
}

.indexCategoriesimges .indexCategoriestile {
    display: block;
    position: absolute;
    color: #fff;
    bottom: 12px;
    left: 13px;
    max-width: 100%;
    line-height: 1.5;
    font-size: 23px;
    font-weight: bold;
}

#productsListing {
    padding: 10px 15px;
    font-size: 15px;
}

.productListing-data {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
}

body:not(.features--transition) #mainWrapper > .row > .col-12 main, main #productInfo, .shopify-section--featured-collections featured-collections-carousel > div, .section-newsletter, #footer-wrapper .container, #indexCategories-pageHeading, #productsListing, .section-spacing .container {
    max-width: 960px !important;
    margin: 0 auto;
    display: block;
}

.section-spacing .container {
    padding: 0
}

.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller {
    display: flex;
    flex-wrap: wrap;
}

.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller button {
    border-color: red;
    margin: 3px;
    background-color: #fff
}

.product-gallery__thumbnail-list .product-gallery__thumbnail-scroller button:not(.active) {
    border-color: rgb(0, 0, 0, 0.1);
}

.modal-title b, .product-title b, .breadcrumb li b, .cart-item__details b {
    margin-right: 6px;
}

#productInfo-productDescription {
    margin-top: 22px;
}

.product-info__block-item .price-list {
    padding-bottom: 15px
}

.modal-footer {
    background: #fff;
    padding: 0
}

.appatt .opatttile {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 10px 0 15px;
}

.appatt .opattdate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.appatt .opattdate ul, .appatt .opattdate .slectprd {
    display: flex;
    align-items: center;
    justify-content: center;
}

.appatt.opattdate .slectprd i {
    padding-left: 6px;
}

.appatt:not(.appimg) .opattdate ul li span {
    display: block;
    line-height: 1;
    padding: 5px;
    font-size: 16px;
    margin: 0 6px 0 0;
    border: 1px solid #222;
    min-width: 39px;
    text-align: center;
}

.appatt.appimg .opattdate ul li span {
    display: block;
    width: 56px;
}

.appatt .opattdate .slectprd {
    border: none;
    font-size: 14px;
}

.appatt {
    display: block;
}

#productInfo-displayColRight.slectatt {
    position: relative;
    z-index: 2
}

#productInfo-displayRow.active .product-info__block-item-pricecart.slectatt {
    display: block;
    position: absolute;
    top: -147px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 30px 10px;
    border-radius: 22px 22px 0 0;
}

.apphead {
    display: flex;
    padding: 18px 0 32px;
}

.apphead .appclose {
    position: absolute;
    right: 12px;
    top: 6px;
    height: 25px;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
}

.apphead .appheadleft {
    flex: 1 1 45%;
    max-width: 45%;
    position: relative;

}

.apphead .appheadright {
    flex: 1 1 55%;
    max-width: 55%;
    margin-left: 10px;
    position: relative;
}

.apphead .appheadright quantity-selector {
    position: absolute;
    margin: 0;
    bottom: 0;
}

#productInfo-displayRow.active {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    z-index: 1040;
}

#productInfo-displayRow.active #productInfo-displayColLeft {
    opacity: 0.2;
}

#productInfo-displayRow.active .product_desc_img, #productInfo-displayRow.active .table-responsive {
    opacity: 0.1;
}

.apphead .appheadright .product-info__block-item .price-list {
    padding: 0
}

@media (min-width: 690px) {
    .appatt, .apphead {
        display: none;
    }

    #productInfo-displayColRight.slectatt .product-title.h3 {
        display: block
    }

    .product-info__block-item-pricecart.slectatt #addToCart-card [data-block-type="quantity-selector"] {
        display: inline-block
    }

    #productInfo-displayRow.active .product-info__block-item-pricecart.slectatt {
        position: unset;
        padding: 0;
    }

    #productInfo-displayRow.active::before {
        width: 0;
        height: 0;
        position: unset;
    }
}

#productAttributes label, #productAttributes input {
    cursor: pointer;
}

#productInfo .custom-radio input, #productInfo .custom-radio label::after, #productInfo .custom-radio label::before {
    display: none;
}

#attributes-card-header {
    display: none
}

#attributes-card {
    border: none;
}

#attributes-card-body {
    padding: 0 !important;
    border: none !important;
}

.wrapperAttribsOptions {
    border: none !important;
}

.wrapperAttribsOptions > h2 {
    padding: 0;
    font-size: 12px;
    border: none;
    font-weight: bold;
    margin: 0 0 9px;
    background: none;
}

.wrapperAttribsOptions > h2 .svname {
    font-weight: normal;
}

.wrapperAttribsOptions .card-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 6px !important;
}

.wrapperAttribsOptions .card-body.img {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(55px, 1fr));
}

.custom-control {
    padding: 0;
    margin: 0 0 7px
}

.wrapperAttribsOptions .card-body .text-center .attribImg .attimgdiv {
    margin: 4px 6px;
    border: 2px solid rgb(0, 0, 0, 0);
}

#productInfo .custom-radio {
    position: relative;
}

#productInfo .custom-radio label {
    padding: 5px 13px;
    margin: 2px;
    border: 1px solid #999;
    border-radius: 3px;
    line-height: 20px;
    min-width: 46px;
    text-align: center;
    font-size: 12px;
    position: relative
}

#productInfo .custom-radio.atthaveimges label {
    min-width: inherit;
    border-width: 2px;
    padding: 2px;
}

#productInfo .custom-radio.atthaveimges label.Attributes-seleck {
    border-width: 4px;
    padding: 0;
}

#productAttributes .custom-radio {
    z-index: 1
}

#productAttributes .custom-radio.novs label {
    border-style: dashed;
    border-color: #444;
    color: #aaa;
    position: relative;
}

#productAttributes .custom-radio.novs:not(.atthaveimges) label {
    background-color: rgb(0, 0, 0, 0.1)
}

#productAttributes .custom-radio.hovered.novs::before {
    display: block;
    content: attr(atitler);
    white-space: nowrap;
    border: 1px solid #333;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: -6px;
    transform: translate(-50%, -100%);
    background: #fff;
    padding: 4px 8px;
    color: rgba(121, 45, 4, 1);
    border-radius: 4px;
    font-size: 14px;
}

#productAttributes .custom-radio.hovered.novs::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 2;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}

#productAttributes .custom-radio.novs label::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.1;
}

#productAttributes .custom-radio.novs label img {
    opacity: 0.4;
    filter: grayscale(100%)
}

.wrapperAttribsOptions .card-body .text-center .attribImg.Attributes-seleck .attimgdiv, #productInfo .custom-radio label.Attributes-seleck:not(.attribImg) {
    border-color: rgba(121, 45, 4, 1);
}

#productInfo .custom-radio:not(.atthaveimges) label.Attributes-seleck:not(.attribImg) {
    border-color: rgba(121, 45, 4, 1);
    background: rgba(121, 45, 4, 1);
    color: #fff;
}

#cartAdd .product-info__block-item {
    display: inline-block
}

quantity-selector {
    display: flex;
    margin-bottom: 25px;
    border: 1px solid #333;
    align-items: center;
}

quantity-selector button, quantity-selector input.form-control {
    width: 30px;
    height: auto !important;
    border: none;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
}

buy-buttons {
    display: block;
    width: 100%;
    position: relative;
}

buy-buttons button.btn.button_in_cart {
    padding: 0 6px;
    min-width: 50%;
    max-width: 100%;
    height: 50px;
    line-height: 50px;
    background: #000 !important;
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

buy-buttons button.btn.button_in_cart svg {
    padding-right: 6px;
    height: 26px;
    width: auto;
}

buy-buttons button.btn.button_in_cart:not(:disabled):hover::before {
    width: 100%;
}

buy-buttons button.btn.button_in_cart::before {
    color: #fff;
}

buy-buttons button.btn.button_in_cart:disabled::before {
    width: 100%;
    background: #000;
    color: #fff;
    z-index: 1;
}

buy-buttons.disabled:hover::after {
    display: block;
    content: attr(atitler);
    white-space: nowrap;
    border: 1px solid #333;
    position: absolute;
    z-index: 2;
    left: 0;
    top: -6px;
    transform: translate(0, -100%);
    background: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
    opacity: 1;
    line-height: 28px;
}

buy-buttons.buy-buttons.disabled:hover::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #333;
}

.outofstock {
    font-size: 17px;
    line-height: 1;
    padding: 15px 0;
    color: rgba(121, 45, 4, 1);
    font-weight: bold;
}

.afterpay-main-text {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 0;
}

#registerDefault h4, #loginOpcDefault h2 {
    font-size: 18px;
}

.collection-list {
    gap: var(--collection-list-gap, 0px);
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.collection-list .collection-card {
    flex: 1 1 100%;
    max-width: 100%;
}

@media screen and (min-width: 450px) {
    .collection-list .collection-card {
        flex: 1 1 50%;
        max-width: 50%;
    }
}

@media screen and (min-width: 1150px) {
    .collection-list .collection-card {
        flex: 1 1 25%;
        max-width: 25%;
    }
}

.content-over-media {
    place-items: center;
    display: grid;
    position: relative;
    overflow: hidden;
}

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

.place-self-end-start {
    place-self: end start;
}

.content-over-media > .collection-card__content {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    display: grid;
    justify-items: center;
}

.content-over-media > .collection-card__content p {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.content-over-media > .collection-card__content button {
    background: #fff;
    color: #000;
}

#productAttributes {
    position: relative;
}

#productAttributes.change, #productAttributes.change * {
    cursor: wait !important;
}

#productAttributes.change::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.09);
    z-index: 10;
}

#bundle-sticky_add_to_cart {
    background-color: #fff;
    position: fixed;
    padding: 6px 0;
    width: 100%;
    left: 0;
    right: initial;
    bottom: -2px;
    top: initial;
    margin: 0 auto;
    text-align: center;
    box-shadow: 3px 0 7px rgba(0, 0, 0, .4);
    line-height: 1;
    font-size: 14px;
    transition: .3s ease-in-out;
    z-index: 100;
}

.sticky-display {
    max-width: 1260px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.sticky-product-name {
    display: flex;
    height: 100%;
    align-items: center;
}

.sticky-product-image {
    justify-content: center;
    width: 40px;
    height: 40px;
    overflow: hidden;
    display: flex;
    vertical-align: middle;
    text-align: center;
}

.sticky-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-items: center;
}

.vitals-sticky-name-container {
    padding: 4px 8px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.vitals-sticky-name {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.vitals-sticky-name p {
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: normal;
}

@media (min-width: 1050px) {
    .vitals-sticky-name p {
        font-weight: bold;
        font-size: 14px;
    }
}

.sticky-product-details {
    display: flex;
    align-items: center;
    height: 40px;
}

.sticky-select {
    width: 170px;
    position: relative;
}

@media (min-width: 1050px) {
    .sticky-select {
        margin: 0 10px;
    }
}

.sticky-select button {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 2px;
    padding: 0 6px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sticky-select button span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 18px);
    height: 30px;
    line-height: 30px;
    text-align: left;
}

.sticky-select svg {
    margin-left: auto;
    height: 12px;
    width: 13px;
}

.sticky-select ul {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    width: 100%;
    border: 1px solid #999;
    border-radius: 2px;
    background: #fff;
    max-height: 272px;
    overflow-y: auto;
    z-index: 100;
}

.sticky-select ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 27px;
    padding: 0px 7px;
    cursor: pointer;
    text-align: left;
}

.sticky-select ul li:hover, .sticky-select ul li.selected {
    background: rgba(121, 45, 4, 1);
    color: #fff
}

.bundle-sticky-mobile {
    display: flex;
    align-items: center;
}

.bundle-sticky-mobile quantity-selector button, .bundle-sticky-mobile quantity-selector input.form-control {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.bundle-sticky-mobile .quantity-selector, .bundle-sticky-mobile .buy-buttons button.btn.button_in_cart {
    margin: 0 5px;
    background: #fff;
}

.bundle-sticky-mobile .product-info__block-item .price-list {
    padding: 0 5px;
}

.bundle-sticky-mobile .buy-buttons button.btn.button_in_cart {
    height: 40px;
    line-height: 40px;
    font-size: 95%;
    text-transform: uppercase;
    font-weight: bold;
    background: #000 !important;
    color: #fff;
    padding: 0 21px;
    border: none;
    animation: buttonAnimation 7s ease-in-out infinite;
    transition: background-color 0.3s ease;
}

.bundle-sticky-mobile buy-buttons.disabled:hover::before {
    left: auto;
    right: 20px;
}

.bundle-sticky-mobile buy-buttons.disabled:hover::after {
    left: auto;
    right: 0;
}

@keyframes buttonAnimation {
    0% {
        transform: scale(1);
        box-shadow: none;
    }
    40% {
        transform: scale(1.1);
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    }
    60% {
        transform: scale(1.1);
        box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        transform: scale(1);
        box-shadow: none;
    }
}

.bundle-sticky-mobile buy-buttons button.btn.button_in_cart:not(:disabled):hover::before {
    background-color: #ff5f5f !important;
    color: #fff;
}

.v-stack sale-price.h6 {
    white-space: nowrap;
}

@media (max-width: 845px) {
    .vitals-sticky-name p {
        max-width: 260px;
    }
}

@media (max-width: 820px) {
    .sticky-display {
        display: block !important;
    }

    .sticky-product-name, .sticky-product-details {
        justify-content: center;
    }
}

@media (max-width: 500px) {
    .sticky-product-details {
        display: block !important;
    }

    .sticky-product-details {
        height: auto;
    }

    .sticky-select {
        width: auto;
        padding: 6px 0;
        margin: 0 10px;
        text-align: left;
    }

    .sticky-select button {
        text-align: left
    }

    .bundle-sticky-mobile {
        justify-content: center;
        padding: 6px 0;
    }
}

.commentcount.m-trustpilot-ba, .section-spacing .reviewcounts .m-trustpilot-bar {
    justify-content: start;
}

.section-spacing .reviewcounts .m-trustpilot-bar a {
    margin-left: auto
}

.section-spacing .reviewcounts .m-trustpilot-bar .txt, .commentcount.m-trustpilot-bar .review {
    font-size: 32px;
    font-weight: bold;
}

.commentcount.m-trustpilot-bar .review {
    font-size: 21px;
}

.commentcounts {
    margin: 36px 0 39px;
}

.commentcount.m-trustpilot-bar .proportion {
    width: calc(100% - 265px);
    position: relative;
    margin: 0 10px;
    height: 13px
}

.commentcount.m-trustpilot-bar .proportion::after {
    content: "";
    height: 100%;
    width: var(--dynamic-width, 0);
    position: absolute;
    left: 0;
    background: rgba(255, 195, 0, 1);
    z-index: 1;
    display: block;
    border-radius: 8px;
}

.commentcount.m-trustpilot-bar > span:last-child {
    margin-left: auto;
    font-size: 16px;
    color: #777;
}

.paper_paper_left img {
    height: 67px;
    margin-right: 6px;
    max-width: none;
}

.styles_cardWrapper__kOLEb.styles_show__qAseP article > div {
    display: flex;
}

.styles_mainContent__2l_KE {
    padding: 0 8px
}

.styles_container__giL2W, .styles_reviewCardInnerHeader__dKkyc, .styles_reviewCardInnerHeader__dKkyc .reviewimges, .namereviewcont.m-trustpilot-bar .reviews, .styles_wrapper__hCvcb, .styles_wrapper__hCvcb button {
    display: flex;
    align-items: center;
}

.styles_container__giL2W, .styles_wrapper__hCvcb {
    padding: 15px 0;
}

.styles_wrapper__hCvcb, .styles_container__giL2W, .styles_reviewCardInnerHeader__dKkyc {
    flex-wrap: wrap;
}

.styles_container__giL2W .typography_heading-xxs__UmE9o {
    font-size: 20px;
    font-weight: bold;
}

.styles_container__giL2W, .styles_reviewCardInnerHeader__dKkyc {
    justify-content: space-between;
}

.styles_container__giL2W > div > button {
    font-size: 18px;
    border: 1px solid #ddd;
    padding: 0 12px;
    line-height: 35px;
    display: block;
}

.styles_container__QuhsP {
    padding: 18px 0
}

.styles_aspects__X6nXW {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.styles_tag__tl1d_ {
    border: 1px solid #bbb;
    line-height: 39px;
    padding: 0 19px;
    border-radius: 39px;
    cursor: pointer;
}

.namereviewcont.m-trustpilot-bar {
    display: block
}

.styles_reviewCardInnerHeader__dKkyc .reviewimges .m-trustpilot-bar .useranme {
    font-weight: bold;
    margin: 0 0 6px 3px;
    display: block;
    font-size: 16px;
}

.styles_reviewCardInnerHeader__dKkyc .reviewimges .m-trustpilot-bar .state {
    width: 22px;
    height: 22px;
}

.styles_reviewCardInnerHeader__dKkyc .reviewimges .m-trustpilot-bar .reviews .txt {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 5px;
}

.typography_appearance-subtle__PYOVM {
    margin: 12px 0;
    font-size: 17px;
}

section.styles_reviewContentwrapper__Tzamw p {
    margin: 16px 0;
    font-size: 15px;
    line-height: 1.8;
}

.styles_wrapper__hCvcb .wrapper__txt {
    color: #888;
    font-size: 17px;
    line-height: 39px;
    padding-right: 10px;
}

.styles_wrapper__hCvcb button {
    border: none;
    font-size: 16px;
}

.styles_wrapper__hCvcb button[data-find-useful-button="true"] {
    color: rgba(121, 45, 4, 1);
}

.styles_wrapper__hCvcb button[data-find-useful-button="flase"] {
    color: #666;
}

.styles_cardWrapper__kOLEb.styles_show__qAseP {
    border-top: 1px solid #ccc;
    padding: 16px 0;
    margin: 18px 0;
}

.styles_wrapper__hCvcb button svg {
    height: 20px;
    width: 20px
}

.styles_reviewListContainer__TgwDO {
    border-bottom: 1px solid #ccc;
}

.color-scheme-newsletter {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .color-scheme-newsletter {
        margin-top: 80px;
    }
}

#indexCategories-pageHeading {
    margin: 15px 0;
}

#shopify-section-sections_footer .text-xxs {
    text-align: center;
    margin: 20px 0;
}

.color-scheme-newsletter {
    display: flex;
    align-items: center;
}

.free_shipping_bar_wrapper.color .free_shipping_bar_title {
    background: #ba9a9a;
}

.product_description img {
    margin-bottom: 2px;
}

.product_description .py-5 {
    padding: 5px 0 !important;
}

.product_description p {
    margin-bottom: 10px !important;
}

#productsListing .product-card__addcart {
    display: none;
}

.keywords_content.home p {
    text-align: center;
}

button .c-pwa-button-arrow__icon--right svg, button .c-pwa-button-arrow__icon--left svg {
    height: 20px;
}

#productInfo-productMainImage .modal-dialog {
    margin-top: 100px;
}

@media (min-width: 767px) {
    #productInfo-displayColRight {
        position: sticky !important;
        top: 20px;
        z-index: 1020;
        align-self: flex-start;
    }

}

carousel-navigation.product-title {
    font-size: 16px;
}

#productInfoNoproduct .h3 {
    font-size: 16px !important;
}

#productInfoNoproduct .card {
    border: none !important;
}

buy-buttons button.btn.button_in_cart {
    font-size: 10px;
    height: 40px;
    line-height: 40px;
}

buy-buttons button.btn.button_in_cart svg {
    padding-right: 6px;
    height: 20px;
    width: auto;
}

.store-name a:hover {
    text-decoration: none;
}

#productsListing-topNumber {
    font-size: 12px;
}

h2.custom-attribute {
    font-size: 14px;
}

#aboutUs, #shippinginfoDefault, #conditionsDefault, #privacyDefault {
    min-height: calc(100vh - 310px);
}

@media (max-width: 767px) {
    #aboutUs, #shippinginfoDefault, #conditionsDefault, #privacyDefault {
        min-height: calc(100vh - 450px);
    }

    #aboutUs, #shippinginfoDefault, #conditionsDefault, #privacyDefault {
        padding: 0 15px;
    }
}

#aboutUsContent .p-outline-table td {
    white-space: nowrap;
}

#aboutUsContent .p-outline-table th {
    padding-left: 10px;
}

.product_desc_img img {
    cursor: pointer;
}

.blink.label.element {
    color: red;
    -webkit-animation: blink 0.7s ease-in-out infinite alternate;
    -moz-animation: blink 0.7s ease-in-out infinite alternate;
    animation: blink 0.7s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.share .sidebox_.sns {
    display: flex;
}

.share .sidebox_.sns img {
    width: 40px;
}

@media (min-width: 768px) {
    .index-products-content .pctnav-next svg, .index-products-content .pctnav-prev svg {
        display: none;
    }
}

.index-products-content .pctnav-next svg, .index-products-content .pctnav-prev svg {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 30%;

}

.index-products-content .pctnav-prev svg {
    right: 10px;
}

.index-products-content .pctnav-prev svg {
    position: absolute;
    transform: rotate(180deg);
}

.index-products-content {
    position: relative;
}

product-list.product-list:not(.product_info), #search-content, .ecbn-selection-snap {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

product-list.product-list:not(.product_info)::-webkit-scrollbar, #search-content::-webkit-scrollbar, .ecbn-selection-snap::-webkit-scrollbar {
    display: none;
}

#checkoutPaymentMethod img {
    max-width: 150px;
}