html {
    scroll-behavior: smooth;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    display: flex !important;
    align-items: center;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle:before {
    content: url(/wp-content/uploads/images/globe.svg);
    margin-top: 3px;
    line-height: normal;
}

a.wpml-ls-item-toggle > img {
    display: none !important;
}

#content .col-full .stamped-full-page-tabs {
    display: none !important;
}


#cLoaderContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    border-radius: 8px;
}

.modal-body #cLoaderContainer {
    background-color: rgba(255,255,255,1) !important;
}

#cLoaderContainer img {
    max-width: 50px;
    max-height: 50px;
}

.howitworks {
    margin: 4rem 3% 0rem 3%;
    background-color: #16212C;
    border-radius: 24px;
    padding: 3rem 6rem 4rem 6rem;
}

.videos span {
    display: block;
    min-width: 100%;
    margin-top: 1.5rem;
}

.video video {
    width: 100%;
}

.videos {
    padding: 0 1rem;
}

    .videos .video {
        flex: 1 0 33%;
        max-width: calc(33% - 1.34rem)
    }

        .videos .video:not(:first-child) {
            margin-left: 2rem;
        }

.orangetab {
    height: 42px;
    background-color: transparent;
    border: 1px solid #798C9E;
    border-radius: 39px;
    color: #798C9E;
    padding: 0 2rem;
}

    .orangetab.active {
        border: 1px solid #F77147;
        border-radius: 39px;
        color: #F77147;
    }

.orangeBbr {
    height: 42px;
    background-color: transparent;
    border: 1px solid #F77147;
    border-radius: 39px;
    color: #F77147;
    padding: 0 2rem;
}

.pRibbon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    transition: height 0.5s ease 0s;
    height: 0px;
}

    .pRibbon.active {
        height: 65px;
        transition: height 0.5s ease 0s;
    }


    .pRibbon > div:not(.wpml-ls):not(:first-child) {
        flex: 1;
        align-items: center;
    }

    span.wpml-ls-display, .pRibbon span {
        margin-left: 0.7rem;
        font-size: 14px !important;
    }

    .pRibbon span {
        color: #FFF;
        font-size: 13px !important;
    }

    .pRibbon > .pcont {
        padding: 0 !important;
        margin-right: auto !important;
        width: 100%;
    }

        .pRibbon > .pcont > .dF {
            justify-content: center;
        }


.wpml-ls-item-toggle {
    background-color: transparent !important;
    border-style: none !important;
}

.wpml-ls-legacy-dropdown {
    width: auto !important;
}

.wpml-ls-sub-menu li a {
    background-color: #FFF;
    border-color: #FFF;
}

.wpml-ls-sub-menu {
    column-count: 4;
    background-color: #FFF;
    width: 500px;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    padding: 10px !important;
}

.wpml-ls-display {
    color: #000 !important;
}

.wpml-ls-sub-menu li a:hover {
    background-color: rgba(22, 33, 44, 0.6);
    border-color: rgba(22, 33, 44, 0.6);
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-color: #FFF !important;
    left: unset !important;
}

.menu {
    display: flex !important;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0;
    position: relative;
    z-index: 99;
}

    .menu li:not(:last-child) a {
        color: #000;
        text-decoration: none;
        margin-right: 2rem;
    }

.slick-track {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review {
    padding: 1rem;
    margin: 0 0.5rem !important;
    height: 220px !important;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
}

.ratingC {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.review .rating {
    flex: 1;
    display: flex;
}



.rating img {
    height: 17px;
}

.reviewDate {
    color: #b8b8b8;
    font-size: 11px;
}

.review .titleC {
    position: absolute;
    bottom: 1rem;
}

.review .title {
    word-break: break-word;
}

.review .author {
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.reviewContent {
    color: black;
    padding: 1rem 0;
    display: block;
    font-size: 14px;
}

.review .verified {
    margin-left: 0.5rem;
    font-size: 12px;
    color: #00ab14;
    font-weight: bold;
}

.reviewPlaceholder span, .placeholder {
    background-color: #DDD !important;
    border-radius: 2px !important;
}

.placeholder {
    min-width: 50px;
    display: inline-block;
}

.reviewPlaceholder .reviewContent {
    display: inline-block !important;
    margin: 0.1rem 0px;
    padding: 0 !important;
}

.reviewPlaceholder .title, .reviewPlaceholder .author {
    display: inline-block !important;
}

.reviewPlaceholder .author {
    margin-bottom: 1rem;
}

.review img {
    width: 18px;
    height: 13.5px;
}


.slider {
    margin: 20px 20px 80px 20px;
}

.slick-slide {
    margin: 0px 0px;
}

.slick-dots {
    display: none !important;
}


.slick-prev:before,
.slick-next:before {
    color: black !important;
}

.slick-prev:before {
    content: url(/wp-content/uploads/images/left_arrow.svg) !important;
    /*padding: 12px 8px 6px 8px;
    background-color: #16212c !important;
    border-radius: 0 7.5px 7.5px 0;*/
}

.slick-next:before {
    content: url(/wp-content/uploads/images/right_arrow.svg) !important;
    /*padding: 9px 14px 9px 18px;
    background-color: #16212c !important;
    border-radius: 7.5px 0 0 7.5px;*/
}

#reviewsContainer .slick-next:before, #reviewsContainer .slick-prev:before {
    border-radius: 7.5px !important;
}

#reviewsContainer .slick-next {
    right: -25px !important;
}

.slick-next, .slick-prev {
    width: 48px !important;
    height: 48px !important;
    background-color: white !important;
}

#reviewsContainer .slick-arrow {
    border-radius: 7.5px !important;
}

#reviewsContainer .slick-prev {
    left: -21px !important;
}



.slick-prev {
    border-radius: 0 7.5px 7.5px 0;
    padding-top: 4px;
    left: 0 !important;
}

.slick-next {
    right: 0 !important;
    border-radius: 7.5px 0 0 7.5px;
}

.slick-arrow {
    z-index: 999;
}


.reviews .slider {
    max-width: 1090px;
    display: block;
    margin: 3rem auto auto auto;
}

.titleC span:not(.titleC) {
    font-size: 12px;
    color: #F77147;
}

.reviewPlaceholder .slider {
    display: flex;
}

.imgPlaceholder:not(.gallery-loaded, .frame-preview) {
    background-color: #d9d9d9;
    background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
    min-width: 200px;
    min-height: 280px;
    -webkit-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px -3px rgba(0,0,0,0.55);
}

i.stamped-fa {
    color: #F77147 !important;
}

.storefront-breadcrumb {
    margin: 0 0 1rem !important;
    padding: 0 !important;
}

#page > .storefront-breadcrumb {
    display: none;
}

footer a:not(.social) {
    color: #FFF;
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    display: block;
    min-width: 100%;
}

footer a:hover {
    color: #3F4041;
}

footer h3, footer span, footer p {
    color: #FFF;
}

input {
    min-height: 47px;
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    padding: 0 8px;
}

textarea {
    border-radius: 3px;
    border: 1px solid #DEDEDE;
    padding: 8px;
}

footer input {
    width: calc(100% - 30px);
}

footer h3 {
    margin-bottom: 2rem;
}

footer .links {
    flex: 3;
    margin-left: 3rem;
}

.links > div {
    flex: 1;
}

footer .links > div {
    flex: 10;
}

    footer .links > div:nth-child(3) {
        flex: 7;
    }

footer .links > div {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
}

.links {
    justify-content: center;
    min-width: 20%;
}

/*.rcp .links {
    min-width: 35% !important;
}*/

.rcp .links * {
    /*font-weight: bold;*/
    font-size: 12.7px !important;
}


footer.pcont {
    padding: 3rem 0 1rem 0;
}

.socials {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    min-width: 75%;
    margin-left: 25%;
}

    .socials > div {
        flex: 1;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
    }

    .socials img {
        margin-right: 1rem;
    }

.stamped-summary-actions-newreview {
    border: 1px solid #000000 !important;
    border-radius: 28px !important;
    color: #16212C;
    font-family: RoobertR !important;
}

.summary-rating-bar-content {
    background: #F77147 !important;
    border-radius: 3px !important;
}

div[data-widget-style] .summary-rating:nth-child(1) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(2) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(3) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(4) .summary-rating-title:before, div[data-widget-style] .summary-rating:nth-child(5) .summary-rating-title:before {
    color: #F77147 !important;
}

.pcont .stamped-container ul.stamped-tabs li.active {
    font-weight: 700;
    font-size: 20px !important;
    font-family: GRENETTEBOLD !important;
    padding: 0px !important;
    background: transparent !important;
    border-style: none !important;
}

li#tab-questions[data-count][data-new-tab]:after, li#tab-reviews[data-count]:after {
    margin-left: 0px !important;
}

.stamped-summary-text-1 > strong {
    font-family: 'GRENETTEBOLD';
    color: #16212C !important;
}

.stamped-container ul.stamped-tabs {
    border-bottom: none !important;
}

.stamped-review {
    background-color: #fff;
    padding: 1rem;
    border-radius: 8px;
}

.stamped-reviews-filter[data-show-filters=part], .stamped-reviews-filter[data-show-filters=true] {
    border-style: none !important;
}

.stamped-reviews-filter[data-show-filters=part], .stamped-reviews-filter[data-show-filters=true] {
    padding-bottom: 0 !important;
}

.stamped-reviews-search-text {
    margin-top: 0 !important;
}

.stamped-reviews-filter-label {
    font-family: 'GrenetteBold';
    color: #000000;
    margin-top: 0 !important;
}

.stamped-reviews-search-input {
    font-family: RoobertR !important;
}

.pcont .stamped-container[data-widget-show-filter-search=true] .stamped-reviews-search-text {
    display: inherit !important;
    margin-left: 0.5rem;
    font-family: 'GrenetteBold';
}

.stamped-review {
    margin-bottom: 0.75rem !important;
    border-style: none !important;
}

.stamped-review-footer {
    display: flex;
    justify-content: flex-end;
}

.stamped-review-content {
    margin-bottom: 0 !important;
}

.stamped-pagination * {
    color: #828282 !important;
}

.stamped-pagination .page.active, .stamped-pagination-page.is-active {
    background-color: #F77147;
    text-decoration: none !important;
}

.stamped-pagination-page {
    padding: 4px 0 !important;
}

#stamped-reviews-widget[data-widget-type="full-page"] .stamped-pagination a {
    border: none !important;
}

.stamped-pagination a {
    padding: 10px !important;
    cursor: pointer !important;
    text-decoration: none !important;
    font-size: 15px !important;
}

nav.stamped-pagination {
    justify-content: center;
}

.stamped-pagination .page.active a, .stamped-pagination .is-active a {
    color: #fff !important;
}

.success {
    color: #2CA519;
    font-weight: bold;
}

nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}


.dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    perspective: 1000px;
    z-index: 100;
}

    .dropdown:hover {
        cursor: pointer;
    }

        .dropdown:hover .dropdown_menu li {
            display: block;
        }

.dropdown_menu {
    position: absolute;
    left: 0;
    width: 100%;
    perspective: 1000px;
    z-index: 9999;
    padding: 0;
    margin-top: 0;
    -webkit-transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -ms-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
}

    .dropdown_menu li {
        display: none;
        color: #fff;
        background-color: #fff;
        padding: 10px 20px;
        font-size: 16px;
        opacity: 0;
        padding: 0rem 0 2.5rem;
    }

        .dropdown_menu li:hover {
            background-color: #fff;
        }

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

    .dropdown_menu--animated li {
        display: flex;
        flex-wrap: wrap;
        opacity: 1;
    }

.dropdown_menu-6 {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}


@-moz-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-o-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

#masthead {
    position: fixed;
    width: 100%;
    z-index: 14000;
    border-bottom: 1px solid #E6E6E6;
}

#content {
    padding-top: 150px;
}

/*.dropdown_menu .links {
    column-count: 2;
}*/

.dropdown_menu .links a {
    display: block;
    font-size: 12.7px;
    color: #000;
    line-height: 16px;
}

    .dropdown_menu .links a:not(:first-child) {
        margin-top: 10px;
    }

.dropdown_menu .bestsellers > a:not(:last-child) {
    margin-right: 2rem;
}

.dropdown_menu .bestsellers.reverse > a:not(:last-child) {
    margin-left: 2rem;
}

.dropdown_menu .bestsellers {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    /*margin-top: 2rem;*/
}

    .dropdown_menu .bestsellers > div, .dropdown_menu .bestsellers > img {
        margin-right: 1rem;
        cursor: pointer;
    }

.dropdown_menu .bst .bestsellers img, .dropdown_menu .occ .bestsellers img, .dropdown_menu .lst .bestsellers img, .dropdown_menu .rcp .bestsellers img {
    max-width: 220px;
    max-height: 220px;
}

.dropdown_menu .bestsellers span:not(.customizable), .search-products-container a span:not(.customizable) {
    color: #16212C;
    font-family: GrenetteBold;
    font-size: 18px;
    line-height: 26px;
    display: block;
    min-width: 100%;
    max-width: 160px;
}

.accordion {
    color: #000;
    cursor: pointer;
    padding: 1rem 0;
    flex: 1 1 auto;
    max-width: calc(100% - 10px);
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-family: GrenetteBold;
    background-color: #fff;
}

    .accordion:hover {
        background-color: transparent !important;
    }

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #000;
    text-align: left;
}

    .panel > p {
        padding: 1rem 0;
        text-align: left !important;
    }

.accordionC {
    background-color: #fff;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 1rem;
}

.cartPayments img {
    max-height: 18px;
}

.cartPayments > div {
    margin-right: 0.2rem;
}

.product:not(:last-child) {
    border-bottom: 1px solid #C5C5C5;
}

.product {
    padding: .5rem 0rem 1rem 0;
    margin-right: 2rem;
}


    .product .details span {
        color: #16212C;
        font-size: 15px;
        font-family: 'RoobertR' !important;
    }

        .product .details span:nth-child(2) {
            font-weight: bold;
        }

    .product > .f1 {
        padding-left: 2rem;
    }

    .product .details {
    }

    .product .price span {
        display: block;
        min-width: 100%;
        line-height: 20px;
        text-align: left;
    }

    .product:not(.mobile) .price {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

.actions img {
    width: 20px;
    max-height: 23px;
}

.actions.duplicate img {
    width: 20px;
    max-height: 20px;
}

.actions.delete img {
    width: 22px;
    max-height: 22px;
}

.actions.delete {
    display: inline-block;
}

    .actions.delete span {
        font-size: 14px;
        padding-left: 0.1rem;
        color: black;
    }

.actions div {
    text-align: center;
    display: flex;
    align-items: center;
}


.actions span {
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    color: black;
    padding-left: 0.25rem;
}

.actions.duplicate span {
    color: #000 !important;
}

a {
    text-decoration: none;
}

.stats > span {
    font-size: 32px;
    font-weight: bold;
    color: #000;
    font-family: GrenetteBold;
}

.statsContainer > span {
    font-size: 13px;
    color: #16212C;
}

.statsContainer {
    margin-left: 0.6rem;
    margin-bottom: 1rem;
}

.wcppec-checkout-buttons__separator {
    display: none !important;
}

.woocommerce-form-coupon-toggle {
    font-size: 13px;
    cursor: pointer;
}

.checkout_coupon {
    padding: 1rem;
    background-color: #F7F7F8;
    display: block;
}

    .checkout_coupon p:first-child {
        font-size: 13px;
        color: #4F4F4F;
        margin-bottom: 0.5rem;
    }

    .checkout_coupon p:not(:first-child) {
        display: inline-block;
    }

    .checkout_coupon input {
        height: 36px !important;
        min-height: 36px !important;
    }

    .checkout_coupon button {
        font-size: 15px;
        color: #F77147;
        background-color: transparent;
        border: 1px solid #F77147;
        padding: 0.5rem 1rem;
        border-radius: 44px;
    }

/*.woocommerce {
    padding:0 !important;
}*/

.woocommerce > ul {
    margin-bottom: 0 !important;
}

.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
    margin-left: 0 !important;
}

.checkbox input[type="checkbox"], .checkbox input {
    opacity: 0;
    display: none;
}

.checkbox span:not(.req, .customizable, .action-price) {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    line-height: 1.4;
    color: #16212C;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.action-price {
    flex: 1;
    text-align: right;
}

.checkbox span.dF.hT {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    width: 100%;
}

.checkbox span:not(.req)::before,
.checkbox span:not(.req)::after {
    position: absolute;
    content: "";
    /*Needed for the line-height to take effect*/
    display: inline-block;
}

/*Outer box of the fake checkbox*/
.checkbox span:not(.req):not(.customizable, .action-price)::before {
    height: 20px;
    width: 20px;
    border: 1px solid;
    border-color: #828282;
    left: 0px;
    /*    top: 6px;*/
    border-radius: 3px;
}

/*Checkmark of the fake checkbox*/
.checkbox span:not(.req):not(.customizable, .action-price)::after {
    height: 5px;
    width: 9px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    color: #828282;
    transform: rotate( -45deg);
    left: 6px;
    top: 6px;
}

/*Hide the checkmark by default*/
.checkbox input[type="checkbox"] + span::after {
    content: none;
}

/*Unhide on the checked state*/
.checkbox input[type="checkbox"]:checked + span::after {
    content: "";
    color: #fff !important;
}

.checkbox input[type="checkbox"]:checked + span::before {
    background-color: #F77147 !important;
    border-color: #F77147 !important;
}


input[type='radio'] {
    display: none;
}

    input[type='radio'] + label:before {
        content: " ";
        display: inline-block;
        position: relative;
        margin: 0 5px 0 0;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        border: 2px solid #828282;
        background-color: transparent;
        cursor: pointer;
        margin-top: 2px;
        min-width: 19px;
    }

    input[type='radio']:checked + label:before {
        border: 2px solid #F77147;
        border-radius: 50%;
        width: 9px;
        height: 9px;
        content: " ";
        display: inline-block;
        padding: 5px;
        background-clip: content-box;
        background-color: #F77147;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 2px;
        min-width: 9px;
    }

    input[type='radio'] + label:before {
        margin-right: 15px;
    }

    input[type='radio']:checked + label {
        color: #000 !important;
    }

        input[type='radio']:checked + label + .shipping-method-description {
            color: #000 !important;
        }

    input[type='radio'] + label + .shipping-method-description {
        color: #828282 !important;
    }

    input[type='radio']:checked + label img {
        opacity: 1;
    }

#estimatedDelivery {
    display: block;
    font-size: 13px;
    line-height: 13px;
    color: #828282 !important;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    min-height: 200px;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.7s;
    animation-name: animatetop;
    animation-duration: 0.7s;
    top: calc(50% - 250px);
}

    .modal-content.tight {
        max-width: 800px;
    }

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: calc(50% - 250px);
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: calc(50% - 250px);
        opacity: 1
    }
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.modal-header {
    padding: 1rem 1rem 0 1rem;
}

    .modal-header * {
        text-align: center;
    }

.modal-body {
    padding: 1rem;
}

.modal-footer {
    padding: 2px 16px;
    color: white;
}

.creators .creator {
    flex: 20%;
    max-width: calc(16.6% - 1rem);
    margin: 0.5rem .5rem 0.5rem 0;
    padding-bottom: 4rem;
    position: relative;
}

.creators {
    justify-content: center;
}

.creator img {
    max-height: 220px;
    /*max-width: 100%;*/
    display: block;
    margin: auto;
    max-width: 100%;
}

.creator .orB {
    text-align: center;
    line-height: 1;
}

.creator span {
    display: block;
    text-align: center;
    color: #000;
}

.creator > div {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

.creator span {
    font-size: 14px;
    font-family: RoobertSM;
    margin-top: 1rem;
    line-height: 16px;
}

.wrap {
    position: relative;
    padding: 1rem 0 2rem 0;
}

p.centre-line {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

    p.centre-line:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        top: 50%;
        left: 0;
        z-index: -1;
        background: #828282;
    }

    p.centre-line span {
        background-color: #FFF;
        display: inline-block;
        font-size: 14px;
        padding: 1rem;
    }

.checkcol.col-1, .col-2 > div, #orderDetails:not(.tracking) .checkcol, #orderDetails.tracking .checkcol > div {
    background-color: #fff;
    padding: 1.5rem;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.04);
}

.reviews > img, .reviews svg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1200;
}

.reviews > img {
    max-height: 600px;
    max-width: 920px;
}

.howitworks.bgwhite {
    margin: 1rem 0% 0rem 0%;
}

.nstats .statsContainer {
    display: none !important;
}

.wpml-ls-link {
    display: block !important;
    min-width: 100% !important;
    text-decoration: none !important;
    color: #000 !important;
    border: unset !important;
    background-color: #fff !important;
    padding: unset !important;
    line-height: unset !important;
}

    .wpml-ls-link:hover span {
        color: #F77147 !important;
        font-weight: bold;
    }

.menu a:not(.posRel):not(.logo) img:not(.wpml-ls-flag) {
    /*    margin-bottom: 0.2rem;
    margin-left: 0.5rem;*/
}

.wpml-ls-flag {
    display: inline;
    vertical-align: middle;
}

.cCounter {
    position: absolute;
    bottom: 7px;
    right: -2px;
    background-color: #000;
    font-size: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
}

    .cCounter span {
        line-height: 10px;
    }

.logo img {
    display: block;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
    padding: 1rem !important;
    margin-bottom: 0 !important;
    background-color: #F77147 !important;
    margin-left: 0 !important;
    border-radius: 2px;
    color: #fff;
    /* clear: both; */
    border-left: none !important;
}

.designNow {
    min-height: 250px;
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem 0;
}

#primary #stamped-reviews-widget {
    margin-top: 2rem !important;
}

.features .title {
    color: #16212C;
    font-weight: 600;
    font-size: 24px;
}

.features .description {
    color: #4F4F4F;
    font-weight: 400;
    line-height: 14.4px;
}

.features span {
    font-size: 12px !important;
    display: block;
    min-width: 100%;
}

.woocommerce-message, .woocommerce-error {
    max-width: 1440px !important;
    display: block;
    margin: auto auto !important;
}

span.termsTitle {
    font-weight: 600;
    color: #000;
    margin-top: 1rem;
    display: block;
}

.postsImage {
    max-width: 100%;
    height: auto;
}

.postTitle {
    font-size: 28px;
    text-decoration: underline;
}

    .postTitle:hover, .postTitle:hover a {
        color: #F77147 !important
    }

.postTitle, .entry-title {
    font-family: 'GRENETTEBOLD';
}

.postShortDesc {
    font-size: 14px;
    margin-top: .5rem;
}

.postButton {
    padding: .5rem 2rem;
    border-style: solid;
    border-width: 1px;
    border-color: #e36c68;
    border-radius: 5px;
    display: inline-flex;
    color: #e36c68;
    font-size: 14px;
    font-weight: 700;
    margin-top: 1rem;
}

.imgPlaceholder.gif {
    max-width: 100%;
    max-height: unset !important;
    min-height: unset !important;
}

.entry-taxonomy {
    display: none !important;
}

#post-navigation .nav-links {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
}

    #post-navigation .nav-links > div {
        flex: 1;
    }

        #post-navigation .nav-links > div:last-child {
            text-align: right;
        }

    #post-navigation .nav-links a {
        color: #000;
    }


.features img {
    width: 40px;
    height: 27px;
}

.features .f1 span {
    display: block;
    text-align: center;
}

.features .f1 > div {
    text-align: center;
    margin: auto;
}

.product.type-product {
    border-style: none !important
}

.woocommerce-loop-product__title {
    font-size: 14px;
    font-family: GrenetteBold;
    margin-bottom: 1rem !important;
}

.woocommerce-loop-product__link img {
    -webkit-box-shadow: 0px 0px 17px -4px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 17px -4px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px -4px rgb(0 0 0 / 75%);
}

.woocommerce-products-header {
    padding-bottom: 2rem !important;
}

.checkout.woocommerce-checkout {
    padding-top: 0 !important;
    margin-top: -3rem;
}

li.nN:hover a, .links a:hover {
    color: #F77147 !important;
}

.features .description {
    height: 14px;
}

.st {
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
}

    .st h1, .st h2 {
        width: 100%;
    }

    .st h2, .st h3, .st h4 {
        margin-bottom: 10px;
        padding-top: 10px;
        font-family: 'GrenetteBold';
    }

    .st h2 {
        font-size: 20px;
    }

    .st h3 {
        font-size: 16px;
    }

    .st h4 {
        font-size: 14px;
    }

    .st p {
        color: #000;
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 125%;
    }

.modal-header h2 {
    visibility: hidden;
}

#order_review .actions {
    display: none !important;
}

#place_order {
    padding: 12px 20px 12px 20px;
    color: #fff;
    max-height: 48px;
    border-style: none !important;
    background-color: #16212C !important;
}

#payment .payment_methods li .payment_box {
    padding: unset !important;
}

.dropdown_item-1 > .pcont {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 1440px;
    justify-content: center;
}

/*.dropdown_item-1 > .rcp.pcont {
    max-width: unset !important;
    justify-content: center;
}*/

/*.bst.pcont, .occ.pcont {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}*/

/*.occ h2 {
    display: none !important;
}

.occ .bestsellers {
    margin-top: 0 !important;
}*/

.wpml-ls, .wpml-ls * {
    outline: none !important;
}

header .links {
    padding-right: 2rem;
}

#bc .switch a {
    background-color: #f77147;
    padding: 1rem 2rem;
    border-radius: 25px;
    margin-left: 2%;
    color: #fff;
    margin-bottom: 1rem;
    display: inline-flex;
}

.type-post img {
    max-width: 100% !important;
    margin-bottom: 30px !important;
    height: auto;
}

.type-post p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 150%;
}

.type-post h1 {
    font-size: 28px !important;
    margin-bottom: 20px;
    font-family: 'GrenetteBold';
}

.type-post h2 {
    font-size: 24px !important;
    margin-bottom: 16px;
    font-family: 'GrenetteBold';
}

.type-post h3 {
    font-size: 20px !important;
    margin-bottom: 14px;
    font-family: 'GrenetteBold';
}

.type-post .wp-block-button {
    margin-bottom: 30px !important;
}

@media (max-width: 600px) {
    .type-post h1 {
        font-size: 20px !important;
        margin-bottom: 20px !important;
        max-width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }



    .type-post h2 {
        font-size: 20px !important;
        margin-bottom: 26px !important;
    }

    .type-post h3 {
        font-size: 14px !important;
        margin-bottom: 14px !important;
    }

    .type-post p {
        font-size: 16px !important;
    }
}

.storefront-sorting .woocommerce-ordering {
    display: none !important;
}

.woocommerce-pagination ul.page-numbers {
    display: flex !important;
    padding-left: 0 !important;
}

.woocommerce-pagination .page-numbers li:not(:first-child) {
    margin-left: 2rem;
}

ul.page-numbers {
    list-style: none !important;
}

span.page-numbers, a.page-numbers {
    padding: 0.5rem 1rem !important;
}

    span.page-numbers.current {
        background-color: #f77147 !important;
        color: #fff !important;
    }

.page-numbers a.next.page-numbers {
    padding: 0 !important;
}

ul.products .price {
    display: none !important;
}

article.post {
    max-width: 700px;
    display: block;
    margin: auto;
}

.news-item > img {
    box-shadow: none !important;
}


.creatorModule {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2rem;
}

    .creatorModule .previewContainer {
        flex: 1;
        position: relative;
    }

    .creatorModule .pickerContainer {
        flex: 3;
        margin-left: 5rem;
        text-align: center;
    }

        .creatorModule .pickerContainer > div {
            display: flex;
            flex-wrap: wrap;
        }

    .creatorModule .selectContainer {
        flex: 1;
    }

        .creatorModule .selectContainer:not(:first-child) {
            padding-left: 2rem;
        }

        .creatorModule .selectContainer label, .creatorModule span {
            font-family: 'Josefin Sans',sans-serif;
            font-weight: 700;
            font-style: italic;
            font-size: 18px;
            text-align: left;
            color: #000;
        }

    .creatorModule a, .creatorModule button {
        cursor: pointer;
    }

    .creatorModule span {
        text-align: center !important;
        font-style: none !important;
    }

    .creatorModule .selectContainer {
        margin-top: 1rem;
    }

    .creatorModule select {
        min-width: 100%;
        padding: 1rem 1.5rem;
    }

    .creatorModule button {
        padding: 1.3rem 2rem 1.1rem 2rem;
        font-family: 'Josefin Sans',sans-serif;
        background-color: #e36c68;
        border-style: none;
        color: #fff;
        margin: 2rem auto 0 auto;
        display: block;
        font-size: 22px;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.75);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 75%);
    }

#previewImage {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

#loader {
    position: absolute;
    width: 100%;
    height: 98.2%;
    display: none;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255,0.8);
}

    #loader img {
        max-width: 30% !important;
    }

.creatorModuleTitle {
    font-family: 'Josefin Sans',sans-serif;
    font-size: 31px;
    text-align: center;
    font-weight: 700;
}

.woocommerce-result-count {
    display: none !important;
}

.cn-button.bootstrap {
    background: #f77147 !important;
}

.c-BeaconCloseButton {
    background-color: #f77147 !important;
}

.frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .frame.soundwave, .frame.letter {
        width: 105%;
    }

        .frame.soundwave + img, .imgPlaceholder.soundwave:not(.frame), .frame.letter + img, .imgPlaceholder.letter:not(.frame) {
            margin-left: 2.8%;
            margin-top: 6.9px;
        }

    .frame.photo + img, .imgPlaceholder.photo:not(.frame) {
        margin-left: 6.9px;
        margin-top: 6.9px;
        margin-right: 6.9px;
    }

/*.frame.letter + img, .imgPlaceholder.letter:not(.frame) {
    margin-left: 2.5%;
}*/

.igfeed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .igfeed > div {
        margin: 0 0.5rem 1rem 0.5rem;
        width: calc(25% - 2rem);
    }

        .igfeed > div img {
            max-width: 100%;
            height: 100%;
        }

.noScroll {
    overflow: hidden;
    touch-action: none;
}

.stamped-fa.stamped-fa-angle-left, .stamped-fa.stamped-fa-angle-right {
    color: #000 !important;
}


#woo_pp_ec_button_cart .paypal-buttons-context-iframe:not(:first-child) {
    display: none !important;
}

.size-woocommerce_thumbnail {
    height: unset !important;
    max-width: 100% !important;
}

.bestsellers .bestseller {
    position: absolute;
    top: 4px;
    left: 4px;
    background-color: #16212C !important;
    color: #fff !important;
}

.overlayMobile .bst .bestsellers > a, .overlayMobile .bst .bestsellers > img {
    flex: 1;
}

.overlayMobile .bst .bestsellers {
    display: flex;
    flex-wrap: wrap;
}

    .overlayMobile .bst .bestsellers .imgPlaceholder {
        background-color: #d9d9d9;
        background-image: linear-gradient(315deg, #d9d9d9 0%, #f6f2f2 74%);
        min-width: unset;
        margin: 1rem 1rem 0.5rem 1rem;
        min-height: 220px;
    }

.overlayMobile .accordion {
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
}

    .overlayMobile .accordion img {
        transform: rotate(-90deg);
    }

    .overlayMobile .accordion span {
        flex: 1;
    }

.creator .orB {
    display: none !important;
}

.creators .creator {
    padding-bottom: 0 !important;
}

.modal-content .slick-prev, .modal-content .slick-next {
    z-index: 999;
}

.modal-content .slick-prev {
    left: 0px !important;
}

.modal-content .slick-next {
    /*right: 4px !important;*/
}

.form-pay .price {
    display: none !important;
}

main .rating {
    display: inline-flex;
}

main .reviews .slick-slider {
    margin: 1rem auto auto auto !important
}

#curve {
    display: none !important;
}

.fr-pages .fr-container .fr-content .fr-close.fr-close-outside {
    display: block !important;
    right: -56px;
    top: -56px;
}

.fr-content .fr-close.fr-close-outside * {
    transform: scale(2);
}

.fr-close.fr-close-outside {
    display: none !important;
}

.fr-overlay-background {
    background-color: #FFF !important;
}

.links .grenB:not(.footer-subtitle) {
    color: #000 !important;
}

.rcp .links {
    /*column-count: 3 !important;*/
    display: flex;
    flex-wrap: wrap;
}

.rcp .gifts-for-men {
    padding: 0 30px;
}



.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url('/wp-content/uploads/icons/language_arrow.png') !important;
    right: 20px !important;
    border: none !important;
    top: unset !important;
}

.white .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: url('/wp-content/uploads/icons/language_arrow_white.png') !important;
}

span.wpml-ls-native {
    margin-left: 0.3rem;
    font-size: 14px !important;
}

.st a:not(.wp-block-button__link), .post.type-post a:not(.wp-block-button__link) {
    color: #f77147 !important;
    text-decoration: underline !important;
}

.woocommerce-products-header__title {
    font-family: GRENETTEBOLD !important;
}

.woocommerce-order {
    margin-top: -110px;
}

.wpml-ls-item-legacy-dropdown.active .wpml-ls-sub-menu {
    visibility: visible !important;
}

.menu.pcont {
    max-width: 1540px;
}

.occ.pcont .links, .bst.pcont .links {
    column-count: 2;
}

ul.menu li a, .overlayMobile .accordionC .accordion > span, .overlayMobile > div > a, .product .sm {
    font-family: 'GrenetteBold' !important;
}

li.anim, .anim a {
    cursor: default !important;
}

ul.products {
    padding-left: 0 !important;
}


.mains .special {
    left: 255px !important;
}

.special {
    background-color: #16212C;
    position: absolute;
    top: 15px;
    left: 10px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 999;
    animation-name: backgroundColorPalette;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(2, jump-none);
}

    .special > div span {
        display: block;
        text-align: center;
        color: #fff;
        font-family: 'GrenetteBold';
    }

.woocommerce-form-coupon-toggle {
    color: #f77147 !important;
}

.st #newsletter input {
    min-width: 100%;
}

.st #newsletter .btn {
    min-width: unset !important;
    margin: 1rem auto auto auto;
}

@keyframes backgroundColorPalette {
    0% {
        background: #16212B;
    }

    33% {
        background: #EE714A;
    }

    66% {
        background: #f2bca8;
    }
}

.nav-right > li:first-child > a {
    color: #f77147 !important;
}

.overlayMobile > div > a:first-of-type {
    color: #f77147 !important;
}

#main-reviews .stamped-reviews-filter-label {
    display: none !important;
}

.pswp {
    display: none !important;
}

.customizable {
    text-align: left;
    display: block;
    font-family: 'RoobertR';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.02em;
    color: #F77147;
    background-color: #FDE3DA;
    /*margin: auto;*/
    border-radius: 10px;
    padding: 3px 6px;
}

span.customizable {
    margin-bottom: -1rem;
}

.customizable a {
    color: inherit !important;
}

div.customizable {
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0.5rem !important;
}

    div.customizable span b {
        white-space: nowrap;
    }

.button-sticky-container {
    position: fixed;
    bottom: 0rem;
    background-color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    max-width: 100%;
    min-width: 100%;
    justify-content: center;
    display: none;
    z-index: 9999;
}

.overlayMobile.open + .button-sticky-container {
    display: flex;
    flex-wrap: wrap;
}

.overflow-hidden {
    overflow: hidden;
}

#overlayMobile div.customizable span {
    padding-left: 0.5rem;
}

.dropdown_item-1 .customizable, #overlayMobile div.customizable span, #overlayMobile span.customizable {
    font-size: 13.2px !important;
    line-height: 14.2px !important;
}

/*#overlayMobile .links.rcp > a:first-child, #overlayMobile .links.rcp > a:nth-child(2) {
    font-weight: bold;
}*/

.main-navigation ul li a, .site-title a, ul.menu li a, .site-branding h1 a, .site-footer .storefront-handheld-footer-bar a:not(.button), button.menu-toggle, button.menu-toggle:hover, .handheld-navigation .dropdown-toggle {
    color: #333333;
}

.site-header {
    background-color: #ffffff;
}

ul.products {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    ul.products .product h2 {
        color: #000;
    }

    ul.products .product {
        text-align: center;
    }

.frames.soundwave .product {
    margin-left: -2.5%;
}

#lContent .frame.soundwave, #lContent .frame.letter {
    padding: 3px;
    top: -3px;
    left: -3px;
    border: 1px solid transparent;
}

#lContent .framepicker:hover .frame.soundwave, #lContent .framepicker:hover .frame.letter {
    border: 1px solid #F98D6C !important;
}

.catprod img {
    max-width: 100%;
    max-height: 286px;
}

.catprod .score {
    line-height: 1;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.pp-slider-content .catprod {
    min-width: calc(25% - 2rem);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.catprod {
    max-width: calc(25% - 2rem);
    width: 25%;
    display: initial;
    margin-top: 1.45rem;
    padding: 0 1rem;
    position: relative;
}

    .catprod a.btn.orB {
        position: absolute;
        bottom: 0;
        display: none !important;
    }

    .catprod span.title {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
        letter-spacing: 0.1px;
        color: #16212C;
        margin: 0.2rem 0 0 0rem;
    }

    .catprod span:not(.customizable) {
        /*margin-bottom: 0.5rem;*/
        display: block;
        letter-spacing: 0.1px;
        min-width: 100%;
        text-align: left;
        color: #4F4F4F;
        font-size: 14px;
        line-height: 140%;
    }

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    opacity: 1 !important;
}

.pp-slider {
    position: relative;
    overflow-x: unset;
}

.pp-slider, .pp-slider-content {
    max-width: 100%;
    display: flex;
}

.pp-slider-content {
    overflow-x: hidden;
    width: 100%;
}

.pp-slider button.prev, .pp-slider button.next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 163px;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #16212c !important;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    opacity: .75;
    z-index: 99;
    transition: opacity 0.5s ease 0s;
}

.pp-slider button.prev {
    opacity: 0;
}

.pp-slider button.next {
    opacity: .75;
}

.pp-slider button.prev:before {
    content: url(/wp-content/uploads/images/left_arrow_white.svg);
}

.pp-slider button.next:before {
    content: url(/wp-content/uploads/images/right_arrow_white.svg);
}

.pp-slider button.next {
    right: 0px;
    border-radius: 7.5px;
}

.pp-slider button.prev {
    border-radius: 7.5px;
    left: 0px;
}

.menu-container ul.menu {
    margin-top: 2px;
    margin-bottom: 2px;
}

.baner img {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.55);
}

/*#bill-to-different-address .checkbox span:not(.req), #invoiceContainer .checkbox span:not(.req) {
    line-height: 34px !important;
}
*/
.helpscout-shell {
    bottom: 40px;
    right: 40px;
    border-radius: 60px;
    height: 60px;
    position: fixed;
    transform: scale(1);
    width: 60px;
    z-index: 1049;
    background-color: #333333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.helpscout-shell:hover {
    background-color: #1d2833 !important;
}

.checkbox.selectall span::after {
    top: 5px !important;
}

.checkbox.selectall span::before {
    top: -1px !important;
}

#CybotCookiebotDialogBodyContent {
    line-height: 1.2 !important;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog.CybotEdge {
        padding: 10px 2px 2px 2px !important;
    }

    #CybotCookiebotDialogFooter {
        margin-right: 1rem !important;
        padding-right: 1rem !important;
    }
}

@media screen and (max-width: 600px) {
    #CybotCookiebotDialog {
        bottom: 0 !important;
        width: 100% !important;
        top: unset !important;
        transform: translate(-50%,0) !important;
    }

        #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
            margin: 0.5rem 1.5rem .5rem 0.5rem !important;
        }

    #CybotCookiebotDialogBodyContent {
        padding: 0.5rem !important;
    }

    #CybotCookiebotDialogFooter {
        padding-top: 0.25rem !important;
    }

    /*    #CybotCookiebotDialogHeader {
        display: none !important;
    }*/
}

#CybotCookiebotDialogBodyEdgeMoreDetails {
    width: 100%;
    justify-content: flex-start;
}

#CybotCookiebotDialogBodyEdgeMoreDetailsLink {
    width: 100%;
}

.cart-img-container {
    padding: 0 0.2rem;
    cursor: pointer;
}

    .cart-img-container:hover {
        background-color: #F77147;
    }

        .cart-img-container:hover .cCounter {
            background-color: white;
        }

        .cart-img-container:hover .cart-count {
            color: #F77147;
        }

    .cCounter, .cart-count, .cart-img-container, .cart-img-container img {
        transition: all ease-in-out 0.3s;
    }

.product .prod-details.accordion {
    padding: 0.25rem;
    background-color: #f2f2f2 !important;
    border-radius: 5px;
    font-size: 13px;
    font-family: 'RoobertR';
}

.customizable-container {
    /*position: relative;*/
    position: absolute;
    display: flex;
    padding: 0.5rem;
    align-items: start;
    flex-wrap: wrap;
    min-height: 50px;
}

    .customizable-container .customizable {
        /*        top: .5rem;
        left: .5rem;
        position: absolute;*/
        margin-right: 0.5rem;
    }

li.anim > a > img {
    margin: .15rem;
}

.ui-loader.ui-corner-all {
    display: none !important;
}

.slider-for > a.hidden, .customer-reviews .cr-review.hidden {
    opacity: 0;
    transition: all ease-in-out .25s;
    display: none;
}

.slider-for > a.active {
    opacity: 1;
    display: flex;
}

#lang-ribbon button {
    font-size: 14px;
    padding: 6px 10px !important;
    margin-left: 10px;
    background-color: #f77147;
}

    #lang-ribbon button.no, #lang-ribbon button.no:hover {
        background-color: transparent !important;
        text-decoration: underline;
    }

.simple-tabs {
    display: flex;
    flex-wrap: wrap;
}

    .simple-tabs .tab {
        line-height: 20px;
        font-size: 14px;
        color: #777777;
        border-bottom: 2px solid rgba(0,0,0,0);
        margin-right: 1rem;
        cursor: pointer;
    }

        .simple-tabs .tab.active {
            color: #444444;
            border-bottom: 2px solid #444444;
        }

.category-tab {
    width: 234px;
    height: 120px;
    background-position: center;
    background-size: cover;
    margin-right: 1rem;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    align-items: flex-end;
}

    .category-tab .category-title {
        font-size: 20px;
        line-height: 22px;
        color: white;
        text-shadow: 1px 1px 1px rgba(66, 68, 90, 1);
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }

    .category-tab .category-items {
        font-size: 16px;
        line-height: 20px;
        color: white;
        text-shadow: 1px 1px 1px rgba(66, 68, 90, 1);
        display: block;
        text-align: center;
    }

.category-tabs .cat:not(.dN) {
    display: flex;
    flex-wrap: wrap;
}

#hiw .pp-slider-content {
    overflow-x: auto !important;
}

@media (max-width: 600px) {
    .mains:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(0deg, rgba(25,23,19,0) 80%, rgba(8,7,6,0) 81%, rgba(0,0,0,0.5942752100840336) 100%)
    }

    .mains:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(180deg, rgba(25, 23, 19, 0) 0%, rgba(8, -7, 6, 0) 0%, rgba(8, 7, 6, 0) 42%, rgba(0, 0, 0, 0.87121848739496) 85%);
    }
}


.search-li {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .search-li img {
        position: absolute;
        top: 50%;
        left: 1rem;
        transform: translateY(-50%);
    }

    .search-li input {
        flex: 1;
        min-height: 35px;
        padding-left: 2rem;
    }


.gallery *:not(.video-play).active {
    border: 2px solid #000 !important;
}


.gallery > *:not(.video-play) {
    border: 2px solid transparent;
}


.made-in-desktop {
    background-color: #FEE3DA;
    color: #F77147 !important;
    padding: 1rem;
    border-radius: 5px;
    display: inline-block;
}

    .made-in-desktop #made-in-new .f1.dF.vC {
        justify-content: flex-start;
    }

.full-width-arrival {
    display: flex;
    flex-wrap: wrap;
}

    .full-width-arrival .made-in-desktop {
        flex: 1;
    }

.price-selector * {
    line-height: 1.1;
}

.price-selector .selector.active, .material-container .material-button.active {
    cursor: default;
    border-color: #f98d6c !important;
}

.price-selector .selector:hover {
    border-color: #f98d6c !important;
}

.price-selector .selector {
    border: 1px solid #828282;
    border-radius: 2px;
    height: 72px;
    width: 118px;
    position: relative;
    cursor: pointer;
    transition: .5s border ease-in-out;
    -webkit-user-select: none;
    user-select: none;
}

    .price-selector .selector.delivery {
        width: unset;
        height: unset;
        padding: 0.5rem 0.3rem;
        display: inline-block;
        border: 1px solid transparent;
    }

.delivery-features .price-selector {
    height: 58px;
}

.price-selector .selector.active:before, .material-container .material-button.active:before {
    content: "";
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNC43NzMgNi44OTQ3NUwxMS42NjcgMEwxMi43MjgzIDEuMDYwNUw0Ljc3MyA5LjAxNTc1TDAgNC4yNDI3NUwxLjA2MDUgMy4xODIyNUw0Ljc3MyA2Ljg5NDc1WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: 3px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 0;
    background-color: #f98d6c;
}

.price-selector .selector:before, .material-container .material-button:before {
    content: "";
    position: absolute;
    transition: .5s width ease-in-out,.5s height ease-in-out;
    width: 0;
    height: 0;
    z-index: 1;
}

.price-selector .selector div.header {
    max-height: 28px;
    padding: 4px;
    font-size: .8em;
    font-family: GrenetteBold,Arial,sans-serif;
    color: #828282;
    margin-bottom: 13px;
    transition: .5s background-color ease-in-out,.5s color ease-in-out;
    text-align: center;
}

.price-selector .selector div {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .price-selector .selector div.size {
        font-size: .8em;
        margin-bottom: 2px;
        color: #828282;
    }


    .price-selector .selector div.price {
        font-size: 1em;
    }

.price-selector .selector.active .header {
    background-color: #f98d6c;
    color: #fff;
}


.features.types img {
    height: 40px !important;
    display: block;
    margin: auto;
    cursor: pointer;
}

.features.types .title {
    font-weight: normal !important;
    font-size: 12px !important;
    line-height: 1.4;
    display: block;
}

.modal.delivery .modal-content {
    max-width: 400px;
}

.wp-block-details {
    width: 100%;
    word-wrap: break-word;
}

.home-tab img {
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    display: inline-block;
}

.home-tabs {
    display: flex;
    padding: 0.5rem 0;
    background-color: white;
    overflow-x: auto;
}

.home-tab * {
    text-decoration: none;
}

.home-tab {
    padding: 0 .3rem;
    display: block;
    text-align: center;
    /*    display: flex;
    justify-content: center;
    flex-wrap: wrap;*/
}

    .home-tab span {
        display: block;
        color: #6D7175;
        font-size: 14px;
        text-align: center;
        font-weight: 500;
        line-height: 15.2px;
        margin-top: 0.55rem;
        width: 100%;
    }

@media (min-width: 600px) {
    .home-tabs {
        justify-content: center;
    }

    .home-tab {
        padding: 0 .75rem !important;
    }
}

.catprod a {
    width: 100%;
    text-align: left;
    position: relative;
}

    .catprod a.imges {
        display: flex;
        flex-wrap: wrap;
    }

#catprods {
    min-width: 100%;
}

.customizable.more-colors img {
    width: 10px;
    margin-right: 2px;
    margin-bottom: -1px;
}

.customizable.more-colors {
    background-color: #EA4714 !important;
    color: #FFF !important;
}

@media (min-width: 600px) {
    .catprod a .hover {
        top: 0;
        position: absolute;
        left: 0;
        opacity: 0;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }

    .catprod a:hover .hover {
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -ms-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        opacity: 1;
    }
}

@media (max-width: 600px) {
    .catprod a .hover {
        display: none !important;
    }
}

.pcont .trustspot-photo-gallery .trustspot-photo-carousel .trustspot-photo-carousel-content {
    z-index: 20001 !important;
}

.site-main .trustspot-main-widget .trustspot-modal-slide .close-slider {
    background-color: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
}

/* Branding on the banner */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
    display: none;
}

/* Branding on the Privacy trigger */
#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
    display: none;
}

.ravecapture-show-review-summary {
    display:none !important;
}