/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('../../../Themes/Longchamp/Content/css/vendors/ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../Themes/Longchamp/Content/css/vendors/fonts/slick.eot');
    src: url('../../../Themes/Longchamp/Content/css/vendors/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../Themes/Longchamp/Content/css/vendors/fonts/slick.woff') format('woff'), url('../../../Themes/Longchamp/Content/css/vendors/fonts/slick.ttf') format('truetype'), url('../../../Themes/Longchamp/Content/css/vendors/fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;

    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

body {
    opacity: 1;
}
footer .footer-top-bar {
    background: #fff;
    padding: 1.5625em 1.25em;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 3.125em;
    padding-top: 3.125em;
}

    footer .footer-top-bar ul {
    }

        footer .footer-top-bar ul li {
            -ms-flex: 0 0 20%;
            flex: 0 0 20%;
        }

            footer .footer-top-bar ul li svg {
                display: inline-block;
                vertical-align: middle;
                margin: 0 auto;
                width: 4.375em;
                height: 4.375em;
                fill: #767676;
            }

            footer .footer-top-bar ul li span {
                text-align: center;
                display: block;
                max-width: 200px;
                margin: 0 auto;
                font-size: .875rem;
            }

                footer .footer-top-bar ul li span p {
                    font-size: .875em;
                    font-weight: 400;
                    color: #000;
                }

                footer .footer-top-bar ul li span h3 {
                    font-size: 1em;
                    font-weight: 600;
                    text-transform: uppercase;
                }

footer .footer__section {
    padding: 0 1.25em 1.5625em;
}

    footer .footer__section.newsletter {
        color: var(--global-color-text);
        -ms-flex-align: baseline;
        align-items: baseline;
        background-color: var(--global-color);
        -ms-flex-pack: center;
        justify-content: center;
        padding: 3.125rem 1.25rem;
        margin: 0;
        display: -ms-flexbox;
        display: flex;
    }

        footer .footer__section.newsletter .logo-mobile {
            display: none;
        }

footer .footer__section__item--newsletter {
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
}

footer .footer__section__title {
    font-family: gill-medium, Arial, sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    margin: 0 2.5em 0 0;
}

footer .footer__section.newsletter h4 {
    margin-left: 0;
    margin-right: auto;
    line-height: normal;
    margin-bottom: .75rem;
}

footer .footer__section__item--newsletter .footer-newsletter-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .footer__section.newsletter a {
    color: var(--global-color-text);
}

.footer-newsletter-content .newsletter {
    width:100%;
    max-width: 21.42857em;
    margin-bottom: 22px;
}

    .footer-newsletter-content .newsletter .form-check-label {
        font-size: .875rem;
        line-height: normal;
    }

    .footer-newsletter-content .newsletter .newsletter-subscribe .input-group {
        border-bottom: 2px solid #000;
    }

        .footer-newsletter-content .newsletter .newsletter-subscribe .input-group input {
            background: transparent;
            border: none;
            padding-left: 0;
        }

    .footer-newsletter-content .newsletter .newsletter-subscribe button {
        position: relative;
        padding: 0;
        margin: 0;
    }

        .footer-newsletter-content .newsletter .newsletter-subscribe button svg {
            fill: var(--global-color-text);
            transform: translateY(-50%);
            width: .9375em;
            height: .9375em;
            z-index: 2;
            top: 1.375em;
            right: .625em;
            position: absolute;
        }

    .footer-newsletter-content .newsletter .newsletter-subscribe .form-control,
    .footer-newsletter-content .newsletter .newsletter-subscribe .form-control::placeholder {
        color: var(--global-color-text)
    }

footer .footer-menu-wrap .footer-menu-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 0 10px;
}

    footer .footer-menu-wrap .footer-menu-item .footer-menu-item-title {
        font-size: 1rem;
        margin-bottom: 40px;
        text-transform: uppercase;
        letter-spacing: .05em;
        font-weight: 600;
        color: #000;
    }

    footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li {
        margin: 0 .625em;
        max-width: 250px;
        margin-left: 0;
        margin-bottom: 1.25rem;
        line-height: normal;
        font-size: .625rem;
    }

        footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li a {
            font-size: .875rem;
            position: relative;
            font-weight: 400;
            letter-spacing: .03em;
            color: #000;
            opacity: .5;
        }

            footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li a:before {
                content: "";
                position: absolute;
                bottom: 0;
                width: 0;
                height: 1px;
                background-color: currentColor;
                transition: width .25s ease-in-out;
            }

            footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li a:hover {
                text-decoration: none;
            }

                footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li a:hover:before {
                    width: 100%;
                }

.symbol-social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 1.5em;
    width: 1.5em;
    transition: opacity .25s ease-in;
    margin-left: .3125em;
    margin-right: .3125em;
    opacity: 1;
}

footer .social-media-wrap li {
    padding-right: 1rem;
}

    footer .social-media-wrap li svg {
        color: #32440e;
        width: 1.75em;
        height: 1.75em;
        font-size: .875rem;
    }

        footer .social-media-wrap li svg:hover {
            opacity: .5;
        }


footer .copyright {
    padding-left: 2.375em;
    text-align: left;
    font-weight: 400;
    color: #32440e;
    font-size: .875rem;
    margin: 2.5em 0;
    line-height: 100%;
}

footer .footer-bottom-bar-container .social-media-wrap,
footer .footer-bottom-bar-container .footer-bottom-menu-wrap {
    margin: 2.5em 0;
    line-height: 100%;
}

footer .footer-bottom-menu-wrap ul li {
    padding-right: 2.5em;
}

    footer .footer-bottom-menu-wrap ul li a {
        color: #32440e;
        font-weight: 400;
        font-size: .9375rem;
        font-family: gill-medium, Arial, sans-serif;
        margin-top: 1.25em;
    }

        footer .footer-bottom-menu-wrap ul li a:hover {
            text-decoration: underline;
        }

#footer-bottom-bar .rnd-logo {
    filter: brightness(0%);
}

footer .footer__methods {
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid rgba(0, 0, 0, .1);
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin: 0 2.125rem;
    -ms-flex-align: start;
    align-items: flex-start;
}

    footer .footer__methods .footer__methods--item {
        width: 100%;
        text-align: center;
    }

footer .footer__methods--item .p3 {
    text-transform: uppercase;
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: .75rem;
}

footer .footer__methods .payment-methods-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

    footer .footer__methods .payment-methods-icon-wrap img:not(:last-child) {
        margin-right: 1rem;
    }

footer .footer__methods--delivery #ETBIS {
    display: block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (max-width: 1024.98px) {
    footer .footer-top-bar ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 30px;
    }

    footer .footer-top-bar ul {
        flex-wrap: wrap;
    }

    footer .copyright {
        padding-left: 1em;
    }


    footer .social-media-wrap li {
        padding-right: 1em;
    }

    footer .footer-bottom-menu-wrap ul li {
        padding-right: 1em;
        width: 100%;
    }

    footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list li {
        font-size: 14px;
    }
}

@media (max-width: 543.98px) {
    footer .footer-top-bar {
        padding: .9375em;
    }

        footer .footer-top-bar ul li svg {
            margin-bottom: 1.5625em;
        }
}

@media (max-width: 768.98px) {
    footer .footer__section.newsletter .logo-mobile {
        display: block;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: 1.25rem;
        margin-bottom: 1.875rem;
    }

        footer .footer__section.newsletter .logo-mobile .symbol.separator {
            height: 1.25rem;
        }

    footer .footer-top-bar ul li {
        margin-top: .875em;
        margin-bottom: .875em;
    }

        footer .footer-top-bar ul li svg {
            display: block;
            margin: .625em auto;
        }

    footer .footer__section.newsletter {
        text-align: center;
        flex-direction: column;
    }

    footer .footer__section__item--newsletter .footer-newsletter-content {
        flex-direction: column;
    }

    footer .footer-bottom-bar .footer-bottom-bar-container {
        display: block !important;
        padding-top: 3.125em;
        padding-bottom: 3.125em;
    }

    footer .copyright {
        text-align: center;
        padding: 0;
        margin-top: 0;
        margin-bottom: 1.875em;
    }

    footer .footer-bottom-bar-container .social-media-wrap {
        padding: 0 13%;
        margin: 0;
    }

        footer .footer-bottom-bar-container .social-media-wrap ul {
            justify-content: center;
        }

    footer .footer-bottom-bar-container .footer-bottom-menu-wrap {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 35px;
    }

        footer .footer-bottom-bar-container .footer-bottom-menu-wrap ul {
            flex-direction: column;
        }

    footer .social-media-wrap li {
        padding-bottom: 1em;
    }

    footer .footer-bottom-menu-wrap ul li {
        padding-right: 0;
        width: 100%;
    }

    footer .footer-menu-wrap {
        flex-direction: column;
    }

        footer .footer-menu-wrap .footer-menu-item {
            padding: 0;
            margin-bottom: 25px;
        }

            footer .footer-menu-wrap .footer-menu-item h2 {
                position: relative;
                margin-bottom: 0 !important;
            }

                footer .footer-menu-wrap .footer-menu-item h2:before {
                    content: "";
                    width: 1.75rem;
                    height: 1.75rem;
                    position: absolute;
                    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjAwOTggMTdMMTQuMDA5IDkuOTk5MjdMNi45OTkzMiAxNyIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
                    right: 0;
                    transform: rotate(180deg)
                }

            footer .footer-menu-wrap .footer-menu-item.accordion-opened h2:before {
                transform: rotate(0) !important;
            }

            footer .footer-menu-wrap .footer-menu-item .footer-menu-item-list {
                display: none;
            }

            footer .footer-menu-wrap .footer-menu-item.accordion-opened .footer-menu-item-list {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: column;
                flex-flow: column;
                padding-top: 1.5625rem;
            }

    footer .footer__methods {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 3.125rem;
        padding-bottom: 0;
    }

    footer .footer__methods--item:not(:last-child) {
        margin-bottom: 3.125rem;
    }
}

@media (min-width: 769px) {
    footer .footer-top-bar {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

        footer .footer-top-bar ul li svg {
            display: block;
            margin-bottom: .875em;
        }

    footer .footer__section {
        margin: 0 2.125em;
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer__section__item--newsletter {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer-newsletter-content .newsletter {
        margin-left: 5rem;
    }
}

.footer__methods--lang .b-dropdown {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    border: 1px solid #000;
    height: 3.5625rem;
    border-radius: 0;
    cursor: pointer;
    font-size: .875rem;
    color: #000;
    letter-spacing: .03em;
    width: 100%;
    max-width: 282px;
}

.footer__methods--lang button.dropdown-toggle {
    padding: 0;
    line-height: normal;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-size: inherit;
    padding: 2px 10px;
}

.footer__methods--lang .b-dropdown .dropdown-menu {
    width: 100%;
    left: 0 !important;
    bottom: 100% !important; /* Üstüne yerleşsin */
    top: auto !important; /* top yerine bottom kullanılacak */
    transform: translateY(-0px) !important; /* az bir boşluk istersen */
    float: none;
    font-size: 12px;
}

.footer__methods--lang .b-dropdown .dropdown-item {
    height: 30px;
    display: flex;
    align-items: center;
}

.block-account-navigation .block-account-navigation-title {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.block-account-navigation .viewBox {
    display: flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    border-bottom: 1px solid rgb(225 225 225);
    padding: 1rem;
    margin-bottom: 0;
}

    .block-account-navigation .viewBox li a {
        font-weight: 300;
        font-size: .875rem;
        line-height: 1.125rem;
        color: rgb(42, 42, 42);
    }

        .block-account-navigation .viewBox li a:hover {
            text-decoration: underline;
            text-underline-offset: 3px;
        }

        .block-account-navigation .viewBox li a.active {
            font-weight: 500;
            text-decoration: underline;
            text-underline-offset: 3px;
        }

.page.account-page {
    padding-top: 1.5rem;
    padding-bottom: 4rem;
}

.message-error ul {
    padding-left: 0;
}

    .message-error ul li {
        color: rgb(194 32 20);
        font-size: .875rem;
        line-height: 1.125rem;
    }

.account-order table tr td {
    vertical-align: middle;
}

.customer-nav-button {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    border: 0;
    border-radius: 0;
    padding-bottom: .75rem;
    padding-top: .75rem;
    width: 100%;
    border: 1px solid rgb(225 225 225);
    border-left-width: 0;
    border-right-width: 0;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}

    .customer-nav-button .icon-chevron {
        transform: rotate(90deg);
        transition: transform 200ms;
    }

    .customer-nav-button.not-collapsed .icon-chevron {
        transform: rotate(-90deg);
    }
/* Whislist */
.wishlist-page {
    padding-top: 1px;
}



.whislist-product-area {
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 0;
    grid-row-gap: 10px;
    margin-top: 10px;
    margin-bottom: 3rem;
}

    .whislist-product-area .whislist-product {
        padding: 0 .125rem;
        margin-bottom: 1.25rem;
    }

.whislist-product .wishlist-flag-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 1.125rem;
    z-index: 1;
}

    .whislist-product .wishlist-flag-wrapper .product-wishlist-heart {
        position: relative;
        top: 24px;
    }

        .whislist-product .wishlist-flag-wrapper .product-wishlist-heart .product-wishlist-heart-icon {
            width: 2rem;
            height: 1.5625rem;
            stroke-opacity: 0;
            stroke: none;
            fill: var(--global-color);
        }

.wishlist-owner {
    font-weight: 500;
}

.wishlist-page .wishListLength {
    font-size: .75rem;
}

.wishlist-page .whislist-share-button-wrap #share-wishlist {
    width: 1.125rem;
    height: 1.125rem;
}

.wishlist-page .whislist-share-button-wrap .whislist-sharing-text {
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
}



.whislist-product a picture {
    position: relative;
    background: #f0f0f0;
    margin-bottom: .625rem;
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
}

    .whislist-product a picture img {
        transform: scale(.7);
    }

.whislist-product .whislist-product-info-wrap {
    margin-top: .625rem;
    padding-left: .5rem;
    flex-grow: 1;
}

    .whislist-product .whislist-product-info-wrap .whislist-product-name {
        font-family: gill-medium, Arial, sans-serif;
        font-size: .875rem;
        color: #000;
        letter-spacing: .05em;
        margin-bottom: 0;
        width: 100%;
    }

        .whislist-product .whislist-product-info-wrap .whislist-product-name:hover,
        .whislist-product-info-wrap .whislist-product-specs:hover {
            text-decoration: underline;
        }

    .whislist-product .whislist-product-info-wrap .whislist-product-price-wrap {
        font-family: gill-medium, Arial, sans-serif;
        font-size: .875rem;
        color: #000;
        letter-spacing: .05em;
        margin-bottom: .3125rem;
    }

.whislist-product-info-wrap .whislist-product-specs {
    color: #000;
    font-size: .875rem;
    letter-spacing: .05em;
    font-family: gill-light, Arial, sans-serif;
    margin-bottom: .625rem;
    gap: .2em;
    display: inline-flex;
}

    .whislist-product-info-wrap .whislist-product-specs .color {
        order: 3;
    }

    .whislist-product-info-wrap .whislist-product-specs .material {
        /*order: 1;*/
    }


.whislist-product-info-wrap .whistlist-product-delete-btn {
    margin-bottom: 1.25rem;
}

.whislist-product-info-wrap .wishlist-attributes {
    height: 1rem;
}

#sidebar-whislist-share {
    width: 36.25rem;
    padding: 1.875rem 2.5rem;
    padding-right: 0;
    background-color: #fff;
}

    #sidebar-whislist-share .b-sidebar-header {
        flex-direction: row-reverse;
        padding-right: 1.875rem;
        margin-bottom: 5vh;
    }

    #sidebar-whislist-share.b-sidebar-right > .b-sidebar-header .close {
        margin-left: auto;
        margin-right: 0;
    }

.whislist-share-sidebar-inner .whislist-share-link {
    margin-bottom: 1.5rem;
    padding-right: 3.125rem;
    position: relative;
}

    .whislist-share-sidebar-inner .whislist-share-link .share-link-input {
        position: absolute;
        width: 1px;
        height: 1px;
        z-index: -1
    }



    .whislist-share-sidebar-inner .whislist-share-link .whislist-sharing-text {
        text-transform: none;
        font-weight: 400;
        font-size: 1rem;
    }

    .whislist-share-sidebar-inner .whislist-share-link .share-icon {
        width: 1.25rem;
        height: 1.25rem;
    }

    .whislist-share-sidebar-inner .whislist-share-link .alert.alert-success {
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: left;
        justify-content: left;
        font-size: 1rem;
        color: #000;
        font-weight: 400;
        margin: 1.5625rem 0;
        border-radius: 0;
    }

        .whislist-share-sidebar-inner .whislist-share-link .alert.alert-success:before {
            content: "";
            top: 0;
            position: relative;
            transform: translate(0);
            margin-right: .625rem;
            width: 1.375rem;
            height: 1.375rem;
            border-radius: 3.125rem;
            border: .125rem solid #45a55a;
            left: 0;
            background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 6.697l5.061 4.698L15.497 2' stroke='%2345A55A' stroke-width='2.725' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: .6875rem auto;
        }

.wishlist-page .empty-wishlist-wrap {
    padding: 0 3em;
}

.wishlist-page .continue-link-wrap {
    max-width: 75.75rem;
    margin: auto;
    margin-top: .5rem;
}

    .wishlist-page .continue-link-wrap a {
        font-size: .875rem;
        color: #000;
        font-family: gill-medium, Arial, sans-serif;
        margin-bottom: 0;
    }

        .wishlist-page .continue-link-wrap a svg {
            width: 1.125rem;
            height: 1.125rem;
            margin-right: .875rem;
        }

#captcha-container {
    display: none;
}

.qv-buttons-area {
    display: flex;
}

    .qv-buttons-area a {
        margin-left: .5rem;
    }

.whislist-share-popup {
    padding: 2.5rem;
}

.whislist-share-popup-header {
    border: none;
    padding-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.whislist-share-popup-body {
    padding: 2.5rem;
}

    .whislist-share-popup-body .whislist-share-popup-inner {
        margin-top: 2.5rem;
    }

.whislist-share-buttons-wrap {
    display: flex;
    column-gap: 1rem;
    row-gap: .5rem;
    flex-wrap: wrap;
}

.share-link-input {
    position: absolute;
    z-index: -1;
}

.whislist-share-popup .modal-content {
    border: none;
    border-radius: 0;
}

.selected-checkout-attributes {
    padding: .75rem;
}

    .selected-checkout-attributes span:nth-of-type(even) {
        float: right;
    }

    .selected-checkout-attributes br {
        clear: both;
    }

.refund-area .product {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.refund-area td {
    text-align: center;
}

    .refund-area td .refund-column-title {
        font-weight: 500;
    }

.refund-area {
    display: none;
}

.order-tracker-table-area td {
    width: calc(100% / 6);
}


.order-tracker-table-area .custom-select {
    font-weight: 500;
    border: 1px solid rgb(154 154 154);
    font-size: .875rem;
    line-height: 1.125rem;
}

.address-list .table thead th {
    border-top-width: 0;
    padding-top: 0;
}

/*DASHBOARD*/
.dashboard-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 52.5rem;
}

    .dashboard-container .dashboard-area {
        display: grid;
        gap: 1rem;
    }

    .dashboard-container .dashboard-item {
        display: flex;
        flex-direction: column;
        min-height: 15rem;
        background-color: rgb(248 248 248);
    }

        .dashboard-container .dashboard-item .dashboard-item-container {
            flex: 1 1 0%;
        }

            .dashboard-container .dashboard-item .dashboard-item-container .dashboard-item-title {
                padding-top: .75rem;
                padding-bottom: .5rem;
                padding-left: 1rem;
                padding-right: 1rem;
            }

        .dashboard-container .dashboard-item .dashboard-item-content-wrap {
            padding: 1rem;
            font-size: .875rem;
            line-height: 1.125rem;
            border-top: 1px solid rgb(184 184 184);
        }

.dashboard-item .dashboard-item-button-wrap {
    padding: 1.5rem 1rem;
}



.grid-2 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    row-gap: 1rem;
}


/*Pasword Recovery*/
.center-wrap {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1px);
    min-width: 0;
    min-height: 0;
    background-color: #fafafa;
    padding: 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 5rem;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767px) {
    .whislist-share-popup {
        padding: 0;
    }

        .whislist-share-popup .modal-dialog {
            margin: 0;
        }



    .whislist-share-popup-body {
        padding: 1rem;
    }

    .whislist-share-buttons-wrap {
        flex-direction: column;
    }

    .whislist-product-area {
        grid-template-columns: 1fr;
    }

    .whislist-product-info-wrap .wishlist-attributes {
        display: none;
    }

    .wishlist-header {
        padding: 0 .9375rem;
    }

    .whislist-product-area .whislist-product {
        margin-right: 1em;
        margin-left: 1em;
    }
}

@media (min-width: 768px) {
    .page.account-page {
        padding-top: 2rem;
    }

    .whislist-product-area {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }



    .dashboard-container .dashboard-area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        column-gap: 2rem;
    }

    .dashboard-container .dashboard-item {
        min-height: 22.5rem;
    }

        .dashboard-container .dashboard-item .dashboard-item-content-wrap {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }

        .dashboard-container .dashboard-item .dashboard-item-container .dashboard-item-title {
            padding-left: 1.5rem;
            padding-right: 1.5rem;
        }
}

@media (max-width: 1024px) {
    .quickview-modal .quick-view .quick-view-product-area {
        display: flex;
        flex-direction: column;
    }

        .quickview-modal .quick-view .quick-view-product-area .quick-view-product-picture-wrap {
            order: 1;
            margin-bottom: 0;
        }

        .quickview-modal .quick-view .quick-view-product-area .quick-view-product-info-wrap {
            order: 3;
        }

        .quickview-modal .quick-view .quick-view-product-area .quick-view-product-info-top {
            order: 2;
        }

    .block-account-navigation .viewBox {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0;
        gap: 0;
        border: none;
    }

        .block-account-navigation .viewBox li {
            border-top: 1px solid rgb(225 225 225);
            width: 100%;
            padding: 1rem;
        }

        .block-account-navigation .viewBox li {
            border-top: 1px solid rgb(225 225 225);
            width: 100%;
            padding: 1rem;
        }

            .block-account-navigation .viewBox li a.active {
                font-weight: 300;
                text-decoration: none;
            }

    .order-tracker-table-area a img {
        max-width: 100%;
    }

    .refund-area td .refund-column-title {
        white-space: nowrap;
    }
}

@media (min-width: 1024px) {
    /*.whislist-product-area {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }*/

    .dashboard-container .dashboard-area {
        gap: 1.5rem !important;
    }

    .wishlist-page .empty-wishlist-carousel .urltext {
        font-size: 1.5rem;
    }
}

@media (min-width: 35em) {
    .center-wrap {
        width: calc(100% * 1 / 3 - 1px);
    }
}

.longchamp-account-nav {
    display: flex;
    flex-direction: column;
    /*background-color: red;*/
}

    .longchamp-account-nav .main-title {
        display: none;
    }

    .longchamp-account-nav .nav {
        display: flex;
        flex-direction: column;
        font-size: 14px;
        width: 100%;
        max-width: 348px;
        background-color: #FBFBFB;
        gap: 20px;
        padding: 60px;
    }

        .longchamp-account-nav .nav .list {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            border: none;
            padding: 0;
        }

            .longchamp-account-nav .nav .list.main {
                gap: 40px;
            }

            .longchamp-account-nav .nav .list.secondary {
                gap: 20px;
            }

    .longchamp-account-nav .list a svg {
        display: none;
    }

.block-account-navigation .list li {
    letter-spacing: normal;
    line-height: normal;
}

.block-account-navigation .list.main li {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.block-account-navigation .list li a {
    position: relative;
    display: flex;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    /*background-color: pink;*/
}

    .block-account-navigation .list li a:hover {
        text-decoration: inherit;
    }

    .block-account-navigation .list li a.active {
        text-decoration: inherit;
        font-weight: inherit;
    }

    .block-account-navigation .list li a:after {
        content: "";
        position: absolute;
        width: 0;
        display: block;
        height: 2px;
        left: 0;
        background-color: var(--global-color);
        bottom: -4px;
        transition: width .4s ease;
    }

    .block-account-navigation .list li a.active:after, .block-account-navigation .list li a:hover:after {
        width: 100%;
    }

.delete-address-button {
    /*  font-size: .75rem;
    margin: 30px auto 0;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    padding-bottom: 6px;*/
}

.account-body {
    /*background-color: pink;*/
    margin: auto;
    width: calc(100% - 30px);
    padding: 60px 40px 1px !important;
}

    .account-body > .generalTitle {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .account-body .no-data {
        font-size: 0.875rem;
        text-transform: inherit;
        padding: 15px 0 30px;
        line-height: 18.5px;
        background-color: transparent;
        border: none;
        letter-spacing: 2px;
        color: inherit;
        margin-bottom: 8px;
    }

@media (min-width: 1024px) {
    .account-body {
        width: calc(1080px * 1 / 2 - 1px);
    }

        .account-body > .generalTitle {
            font-size: 36px;
        }

        .account-body.abit {
            width: calc(1480px * 1 / 2 - 1px);
        }

        .account-body.xl {
            width: 100%;
            max-width: 1200px;
        }
}

.address-list.longchamp {
    margin-bottom: 2rem;
}

    .address-list.longchamp thead {
        display: none;
    }

    .address-list.longchamp tbody {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .address-list.longchamp tr {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        height: auto;
    }

    .address-list.longchamp td {
        padding: 0;
        border: none;
    }

    .address-list.longchamp .h5 {
        font-size: 20px;
        font-family: gill-medium, Arial, sans-serif;
        margin-bottom: 1em !important;
    }

    .address-list.longchamp .buttons {
        display: flex;
        flex-direction: row !important;
        gap: 30px;
        padding-bottom: 5px;
    }

        .address-list.longchamp .buttons button {
            flex: 1;
            margin: 0;
            overflow: visible;
        }

.fckn-row-fix {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
}

    .fckn-row-fix .generalLeftSide, .fckn-row-fix .generalSideRight, .fckn-row-fix .customer-info-page, .fckn-row-fix .row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

@media (min-width:1024px) {
    .fckn-row-fix {
        padding-left: 0;
        padding-right: 30px;
    }
}

/* merchandise table */

.merchandise-table {
    display: flex;
    flex-direction: column;
    padding: 0 0 25px 0;
    position: relative;
}

    .merchandise-table thead {
    }

        .merchandise-table thead tr {
            display: flex;
            width: 100%;
            padding: 0 0 0 50px;
            border: 0;
        }

        .merchandise-table thead th {
            flex-basis: 0;
            flex-grow: 1;
            max-width: 100%;
            min-width: 125px;
            display: flex;
            align-items: center;
            border-bottom: 0;
            border-top: 0;
        }

            .merchandise-table thead th:first-child {
                display: flex;
                align-items: center;
            }

    .merchandise-table tbody {
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        width: 100%;
        min-width: 100%;
    }

        .merchandise-table tbody tr:nth-child(1) {
            display: flex;
            flex-direction: column;
            min-width: 50px;
        }

            .merchandise-table tbody tr:nth-child(1) td {
                height: 100%;
                padding: 0;
                border: 0;
            }

                .merchandise-table tbody tr:nth-child(1) td > div {
                    height: 100%;
                    min-height: 100%;
                    display: flex;
                    flex-direction: column;
                }

                    .merchandise-table tbody tr:nth-child(1) td > div > div {
                        min-height: 110px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                    }

        .merchandise-table tbody tr:nth-child(2) {
            width: calc(100% - 50px);
        }

            .merchandise-table tbody tr:nth-child(2) td {
                display: inline-flex;
                width: 100%;
                padding: .75rem 0;
                height: 110px;
            }

                .merchandise-table tbody tr:nth-child(2) td > div {
                    flex-basis: 0;
                    flex-grow: 1;
                    max-width: 100%;
                    padding: 0 0.75rem;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    min-width: 125px;
                }

    .merchandise-table .product a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .merchandise-table .field-validation-error {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
    }

@media (max-width: 768px) {
    .order-details-page .shopping-cart-page .totals-inner .actions {
        width: 100%;
        justify-content: center !important;
        display: flex;
        gap: 1rem;
    }

    .page.account-page.change-password-page {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media only screen and (max-width: 1024.98px) {
    #sidebar-mobile {
        width: 100%;
    }

    .account-nav-button-wrap-mobile {
        display: block !important;
    }

    .longchamp-account-nav .nav {
        padding: 5%;
        width: 100%;
        max-width: 100%;
    }

        .longchamp-account-nav .nav .list.main {
            gap: 0;
        }

        .longchamp-account-nav .nav ul li {
            padding-left: 0;
        }

            .longchamp-account-nav .nav ul li a {
                width: max-content;
            }
}

.faq-container {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem;
}

    .faq-container .faq-item {
        text-align: center;
        transition-duration: .2s;
        gap: 0.3125rem;
        padding-top: 1.3125rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-bottom: 1.5rem;
        background-color: rgb(238 238 238);
        border-top: 3px solid;
        border-color: #0000;
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }

        .faq-container .faq-item:hover {
            color: rgb(162 26 16);
            border-color: rgb(194 32 20);
            border-top: 3px solid;
        }

            .faq-container .faq-item:hover i {
                filter: brightness(0) saturate(100%) invert(11%) sepia(48%) saturate(7500%) hue-rotate(6deg) brightness(99%) contrast(91%);
            }

#block-knowledgebase-navigation ul {
    padding-left: 0;
    font-size: 14px;
}

.faq-subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
}

    .faq-subtitle:hover {
        font-weight: 700;
        text-decoration-line: underline;
        text-underline-offset: 3px;
    }

.faq-sublist-area li.active {
    font-weight: 700;
}

.faq-list-item.active {
    font-weight: 700;
    text-decoration-line: underline;
    text-underline-offset: 3px;
}

#block-knowledgebase-navigation .list li .has-children i {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(90deg);
    transition: transform 200ms;
}

#block-knowledgebase-navigation .list li .has-children.js-active i {
    transform: rotate(-90deg);
    transition: transform 200ms;
}

#block-knowledgebase-navigation .list li a.title:hover {
    font-weight: 700;
}

.question-items-wrap .question-item-wrap {
    border-top: 1px solid rgb(225 225 225);
    display: flex;
    flex-direction: column;
}

    .question-items-wrap .question-item-wrap .collapse {
        margin-left: 6px;
        margin-right: 6px;
        font-size: .875rem;
        line-height: 1.125rem;
        font-weight: 300;
    }

/* .faq-title {
        margin-bottom: 4rem;
    }*/

.faq-sublist-wrap {
    display: none;
}

    .faq-sublist-wrap:has(.active) {
        display: block;
    }

.viewBox.listbox:has(.active) .has-children i {
    transform: rotate(90deg);
    transition: transform 200ms;
}

.faq-breadcrumb {
    padding: 0;
    list-style-type: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: transparent;
    padding-left: 0;
    width: 100%;
}

    .faq-breadcrumb .breadcrumb-item {
        font-size: 1rem;
        line-height: 1.125rem;
        color: rgb(42, 42, 42);
    }

        .faq-breadcrumb .breadcrumb-item + .breadcrumb-item {
            padding-left: 0.5rem;
        }

        .faq-breadcrumb .breadcrumb-item .current-item, .faq-breadcrumb .breadcrumb-item:last-child {
            color: rgb(117 117 117);
        }

        .faq-breadcrumb .breadcrumb-item:nth-child(1) span i {
            transform: rotate(180deg);
            width: 1.5rem;
            height: 1.5rem;
        }

.question-items-wrap {
    margin-bottom: 4rem;
}

.question-item-wrap .question-button i {
    transform: rotate(90deg);
    transition: transform 200ms;
}

.question-item-wrap .question-button.not-collapsed i {
    transform: rotate(-90deg);
    transition: transform 200ms;
}

.question-item-wrap .question-button i {
    min-width: 2rem;
}

/*.question-items-wrap p {
    margin-bottom: 0;
}*/

/*.question-items-wrap h1,
.question-items-wrap h2,
.question-items-wrap h3,
.question-items-wrap h4,
.question-items-wrap h5,
.question-items-wrap h6 {
    font-weight: 400;
}*/


/*Size Chart*/
.size-chart-img {
    width: 2rem;
}

.size-chart .nav-tabs {
    border-bottom: 1px solid rgb(184 184 184);
    gap: 1.5rem;
}

    .size-chart .nav-tabs .nav-link {
        color: rgb(42, 42, 42);
        border: none;
        background: none;
        padding-left: .25rem;
        padding-right: .25rem;
        padding-top: .25rem;
        padding-bottom: .75rem;
        font-size: .875rem;
        line-height: 1.125rem;
        font-weight: 500;
        margin-bottom: -.125rem;
    }

        .size-chart .nav-tabs .nav-link.active {
            border-bottom: 4px solid rgb(42 42 42);
        }

.size-chart .sc-switch-area {
    width: 3.5rem;
    display: flex;
    border-radius: 9999px;
    background-color: rgb(117 117 117);
    transition-duration: .2s;
    padding: 0.1875rem 0.25rem;
}

.size-chart .sc-switch-btn.js-active .sc-switch-area {
    background-color: rgb(42 42 42);
}

.size-chart .sc-switch-area .sc-switch {
    transition-duration: .2s;
    background: #fff;
    border-radius: 9999px;
    width: 1.5rem;
    height: 1.5rem;
    transform: none;
}

.size-chart .sc-switch-btn.js-active .sc-switch {
    transform: translate(100%);
}

.sc-table thead {
    position: sticky;
    top: 0;
    z-index: 2;
}

    .sc-table thead th {
        font-weight: 400;
        padding-bottom: 1.25rem;
        padding-top: 1.25rem;
        padding-left: .5rem;
        padding-right: .5rem;
        border: 1px solid rgb(225 225 225);
        white-space: nowrap;
        z-index: 2;
        min-width: 6.5rem;
    }

.sc-table tbody tr td {
    position: sticky;
    left: 0;
    z-index: 1;
    white-space: nowrap;
    border: 1px solid rgb(225 225 225);
    background: #fff;
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    padding-left: .5rem;
    padding-right: .5rem;
}

.sc-table tbody tr.bg-grey-90 td {
    background: #f8f8f8 !important;
}

.size-chart .tab-content-wrap {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(225 225 225);
}

.size-chart .sc-measure-content-wrap {
    gap: 1.5rem;
}

    .size-chart .sc-measure-content-wrap ol {
        font-size: .875rem;
        line-height: 1.125rem;
        gap: 1rem;
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

        .size-chart .sc-measure-content-wrap ol p {
            margin-bottom: 0;
        }

        .size-chart .sc-measure-content-wrap ol .sc-measure-rounded-icon {
            color: #fff;
            background: #000;
            border-radius: 9999px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 1.5rem;
            height: 1.5rem;
            font-size: .875rem;
            line-height: 1.125rem;
            min-width: 1.5rem;
        }

.sc-content-wrap {
    display: flex;
    flex-direction: column;
    margin: -3px 0 0;
    border-top: 1px solid rgb(225 225 225);
    padding-bottom: .25rem;
    padding-top: .25rem;
}

    .sc-content-wrap:nth-child(1) {
        border-top: none;
    }

    .sc-content-wrap .sc-accordion-button {
    }

        .sc-content-wrap .sc-accordion-button i {
            transform: rotate(90deg);
            transition-duration: .2s;
            transition-property: transform;
            transition-timing-function: cubic-bezier(.3,.05,.25,.95);
        }

        .sc-content-wrap .sc-accordion-button.not-collapsed i {
            transform: rotate(-90deg);
        }

.sc-maasure-wrap .sc-maasure-area {
    margin-bottom: 2rem;
    padding-top: 4rem;
    border-top: 1px solid rgb(207 207 207);
}

    .sc-maasure-wrap .sc-maasure-area .sc-maasure-content-area {
        display: grid;
    }

.sc-maasure-content-area .sc-maasure-text-area {
    display: grid;
    grid-column: span 2 / span 2;
    width: 100%;
}

.sc-maasure-text-area .bullet {
    padding-left: .75rem;
    padding-right: .75rem;
    padding-bottom: .25rem;
    padding-top: .25rem;
    color: rgb(0 0 0);
    border: 1px solid #000;
}

.sc-content-wrap .sc-table-wrap-js {
    margin-bottom: 2.5rem;
}

/*Help Page*/
.grid-1-md-2-lg-4 {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 1rem;
}

.grid-1-md-2-lg-3 {
    display: grid;
    grid-template-columns: repeat(1,minmax(0,1fr));
    gap: 1rem;
}

.faq-main-items .item {
    text-align: center;
    transition-duration: .2s;
    gap: 0.3125rem;
    padding-top: 1.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1.5rem;
    background-color: rgb(238 238 238);
    border-top: 3px solid;
    border-color: #0000;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}


    .faq-main-items .item:hover {
        color: rgb(82 82 82);
        border-color: rgb(0 0 0);
        border-top: 3px solid;
    }

        .faq-main-items .item:hover .c-black {
            color: rgb(82 82 82);
        }

        .faq-main-items .item:hover:hover i {
            filter: brightness(0) saturate(100%) invert(32%) sepia(3%) saturate(7%) hue-rotate(314deg) brightness(90%) contrast(84%);
        }

/*404 Page*/
#app .main-container.container.page-not-found-page {
    margin-top: 0;
}

.page-not-found-page .py-2r {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.page-not-found-page .px-1r {
    padding-left: 1rem;
    padding-right: 1rem;
}

.page-not-found-page .mt-2r {
    margin-top: 2rem;
}

.page-not-found-page img {
    height: auto;
    max-width: 100%;
    flex-grow: 1;
    width: 100%;
    object-fit: cover;
    object-position: top right;
}

.page-not-found-page p {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: left;
}

.page-not-found-page a.vf-button {
    margin-top: 2rem;
}

.return-policy table {
    border: none;
}

    .return-policy table tr {
        border-bottom: none;
        background: #fff;
    }

        .return-policy table tr td {
            font-size: 13px;
            padding: 20px 20px 0;
        }

            .return-policy table tr td:nth-child(1) {
                width: 80px;
            }

    .return-policy table ul {
        margin: 15px 15px 25px;
        list-style: none;
    }

        .return-policy table ul li {
            margin-bottom: 0px;
            font-size: 13px;
        }

            .return-policy table ul li:before {
                content: "•";
                font-size: 120%;
                padding-right: 10px;
            }

            .return-policy table ul li li {
                margin-left: 20px;
                margin-bottom: 0px;
            }

                .return-policy table ul li li:before {
                    content: "○";
                    font-size: 120%;
                    padding-right: 10px;
                }

.article-content-wrap h2,
.article-content-wrap h3,
.article-content-wrap h4,
.article-content-wrap h5,
.article-content-wrap h6 {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.article-content-wrap ul,
.article-content-wrap ol {
    padding-left: 0;
}

.list-group.no-border .list-group-item {
    border-width: 0;
}

/*Newsletter*/
#newsletter-page {
    position: relative;
}

    #newsletter-page .newsletter-text-container {
        padding: 8rem 2.9rem 0;
    }

    #newsletter-page .content-asset {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        font-size: 1rem;
        max-width: 43.75rem;
    }

        #newsletter-page .content-asset .subscribe {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 2rem;
            padding: 3.25rem 10.7vw 0;
            color: #fff;
        }

            #newsletter-page .content-asset .subscribe .subscribe-img {
                margin-left: auto;
                margin-right: auto;
                margin-bottom: .75rem;
                height: 10.7vw;
                filter: invert(1);
                display: block;
            }

            #newsletter-page .content-asset .subscribe .subscribe-text {
                font-size: 3.5vw;
                line-height: 1.25;
                text-align: center;
            }

    #newsletter-page .width-style-1 {
        width: 78.6%;
    }

    #newsletter-page .required-text {
        color: #fff;
        opacity: .5;
    }

    #newsletter-page .input {
        margin-top: 2rem;
    }

    #newsletter-page .custom-checkbox input[type="checkbox"]:checked + .custom-control-label {
        background-color: #fff;
    }

    #newsletter-page .custom-checkbox .custom-control-description {
        font-size: 2.9vw;
        line-height: 1.5rem;
        color: #fff;
    }

    #newsletter-page .newsletter-date-title {
        margin-bottom: .5rem;
        margin-top: 2.5rem;
        font-size: 4.8vw;
        text-transform: capitalize;
        color: #fff;
        text-align: center;
    }

    #newsletter-page .newsletter-subtitle {
        margin-bottom: 1.25rem;
        font-size: 4.1vw;
        text-align: center;
        color: #fff;
    }

    #newsletter-page .newsletter-interests {
        display: flex;
        margin: 0 -10.7vw 0 auto;
        gap: .75rem;
        padding: 0 10.7vw 0 0;
    }

        #newsletter-page .newsletter-interests .newsletter-interest-img {
            height: 37.3vw;
            width: 37.3vw;
            line-height: 1.25;
            background: #fff;
        }

        #newsletter-page .newsletter-interests input:checked ~ .newsletter-interest-img {
            filter: invert(1);
        }

    #newsletter-page .newsletter-subtext {
        margin-bottom: 2rem;
        margin-top: 1rem;
        font-size: 4.3vw;
        color: #fff;
    }

    #newsletter-page .newsletter-policy-link-wrap {
        margin-bottom: 4rem;
        margin-top: 2rem;
        text-align: center;
    }

        #newsletter-page .newsletter-policy-link-wrap a {
            font-size: 3.5vw;
            line-height: 1.25;
        }

    #newsletter-page .news-letter-button button {
        border: 1px solid #fff;
    }

    #newsletter-page .news-letter-button button {
        width: 50%;
    }

        #newsletter-page .news-letter-button button[disabled] {
            border: 1px solid transparent;
        }
/*ShopList*/
#storeMap .shoplist-title {
    width: 100%;
    margin: 30px 0;
}

    #storeMap .shoplist-title .find-store .search-text {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

        #storeMap .shoplist-title .find-store .search-text h2 {
            position: relative;
            font-weight: 700;
            font-family: 'HelveticaNeue', sans-serif;
            padding: 0;
            font-size: 17px;
            text-align: left;
            text-transform: uppercase;
            margin-bottom: 0;
            margin-right: 20px;
            line-height: 1.4;
        }


        #storeMap .shoplist-title .find-store .search-text .form-field {
            background-color: white;
            border: 1px solid #E5E5E5;
            margin: 0;
            margin-right: 10px;
            font-family: "HelveticaNeue", helvetica, sans-serif;
            font-size: 13px;
            height: 42px;
            width: 280px;
            padding: 0.57143em;
            outline: none;
        }


        #storeMap .shoplist-title .find-store .search-text .sm-search {
            margin: 0px;
            margin-right: 10px;
            position: relative;
            padding: 10px;
            padding-right: 18px;
            -webkit-appearance: none;
            color: #64686b;
            background: url(https://st-thenorthface.mncdn.com/Content/img/icon/select-arrow.gif) right center no-repeat white;
            font-weight: 200;
            width: 150px;
        }

        #storeMap .shoplist-title .find-store .search-text button {
            margin: 0px 15px !important;
            height: 42px;
            line-height: 42px;
            padding-top: 0px;
        }

        #storeMap .shoplist-title .find-store .search-text .btn-submit {
            margin: 0 !important;
            height: 42px;
            font-size: 14px;
            font-weight: 500;
            width: 150px;
            padding: 0;
            background-color: #000;
            color: #fff;
            border-color: transparent;
            border-radius: 2px;
        }

            #storeMap .shoplist-title .find-store .search-text .btn-submit:hover {
                background-color: rgba(0, 0, 0, .75);
            }

#storeMap .map-wrapper .map-bg {
    width: 100%;
    background: #e2e2e2;
}

#map {
    width: 100%;
    height: 475px;
}

#storeMap .shoplist-list-container {
    padding-left: 100px;
    padding-right: 100px;
}

    #storeMap .shoplist-list-container .store-item {
        display: flex;
        border-bottom: 1px solid #000;
    }

        #storeMap .shoplist-list-container .store-item:not(:nth-child(1)) {
            padding-top: 35px;
        }

        #storeMap .shoplist-list-container .store-item:last-child {
            border-bottom: none;
        }

        #storeMap .shoplist-list-container .store-item .details {
            display: flex;
            justify-content: space-between;
            width: 76%;
        }

            #storeMap .shoplist-list-container .store-item .details .store-location {
                position: relative;
                width: 30%;
                margin-left: 10.38%;
                float: left;
                padding: 0px 0 0;
            }

        #storeMap .shoplist-list-container .store-item .store-img {
            display: block;
            width: 24%;
        }

            #storeMap .shoplist-list-container .store-item .store-img img {
                width: 100%;
                height: auto;
                max-width: 266px;
                padding-bottom: 35px;
            }

.store-item .details .s-name {
    font-size: 1.875em;
    line-height: 1.1em;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
    padding: 0 2px;
    color: #000;
    text-rendering: optimizeLegibility;
    margin-top: 0.2em;
}

.store-item .details .s-carries {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    text-transform: uppercase;
    color: black;
    letter-spacing: 0.6px;
    margin-top: -5px;
    margin-bottom: 4px;
}

.store-item .details .mappage-icons {
    width: 100%;
    padding: 15px 0 0;
    margin: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
}

    .store-item .details .mappage-icons .item {
        text-align: center;
        font-size: 10px;
        width: 30%;
        font-weight: bold;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }

        .store-item .details .mappage-icons .item .mappage-img-wrap {
            height: 38px;
            width: 35px;
            margin: 0 auto 4px;
            position: relative;
        }

.store-item .store-location .s-mapview {
    display: flex;
    gap: 4px;
    margin-bottom: 5px;
}

    .store-item .store-location .s-mapview img {
        max-width: 20px;
    }

    .store-item .store-location .s-mapview span {
        font-size: 1rem;
        color: #000;
        font-weight: 500;
        line-height: 1.5rem;
    }

.store-item .store-location .address {
    padding: 1px 0 0 0;
    color: #000;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

    .store-item .store-location .address p {
        margin-bottom: 0;
    }

#storeMap .shoplist-list-container .store-list {
    max-width: 1340px;
    padding: 35px 0 0;
    margin: 0 auto;
}

/*Sözleşmeler*/

.question-list .anchor-link {
    cursor: pointer;
}

.agreement-container .kvkk-button {
    margin-bottom: 4rem;
    margin-top: 2.5rem;
}




@media (min-width: 768px) {
    .grid-1-md-2-lg-4 {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    #newsletter-page .content-asset {
        padding: 0 2rem 2rem;
    }

        #newsletter-page .content-asset .subscribe {
            margin-top: 3.25rem;
            padding: 0 1rem;
        }

            #newsletter-page .content-asset .subscribe .subscribe-text {
                font-size: 1.8vw;
            }

    #newsletter-page .width-style-1 {
        width: 100%;
    }

    #newsletter-page .custom-checkbox .custom-control-description {
        font-size: 1.7vw;
    }

    #newsletter-page .newsletter-date-title {
        font-size: 3.125vw;
    }

    #newsletter-page .newsletter-subtitle {
        font-size: 2.1vw;
    }

    #newsletter-page .newsletter-interests {
        margin: 0 -10.7vw;
        padding: 0 -10.7vw;
    }

        #newsletter-page .newsletter-interests .newsletter-interest-img {
            height: 20vw;
            width: 20vw;
        }

    #newsletter-page .newsletter-subtext {
        font-size: 2.1vw;
    }

    #newsletter-page .newsletter-policy-link-wrap a {
        font-size: 2.1vw;
    }
}


@media (min-width: 1024px) {
    .faq-container {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .size-chart-img {
        width: 3rem;
    }

    .sc-content-wrap {
        padding-left: 2rem;
        max-width: 61.25rem;
    }

    .sc-maasure-wrap .sc-maasure-area .sc-maasure-content-area {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sc-maasure-content-area .sc-maasure-text-area {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sc-maasure-text-area .sc-maasure-text {
        padding-right: 4rem;
    }

    .grid-1-md-2-lg-4 {
        grid-template-columns: repeat(4,minmax(0,1fr));
    }

    .grid-1-md-2-lg-3 {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .page-not-found-page p {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .page-not-found-page a.vf-button, .page-not-found-page .mt-2r {
        margin-top: 1rem;
    }

    .article-content-wrap h2,
    .article-content-wrap h3,
    .article-content-wrap h4,
    .article-content-wrap h5,
    .article-content-wrap h6 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #newsletter-page .content-asset .subscribe {
        padding: 0 1.5rem;
    }

        #newsletter-page .content-asset .subscribe .subscribe-img {
            height: 2.5rem;
        }

        #newsletter-page .content-asset .subscribe .subscribe-text {
            font-size: .8125rem;
        }

    #newsletter-page .width-style-1 {
        width: 20rem;
    }

    #newsletter-page .custom-checkbox .custom-control-description {
        font-size: .75rem;
    }

    #newsletter-page .newsletter-date-title {
        font-size: 1.5rem;
    }

    #newsletter-page .newsletter-subtitle {
        font-size: 1rem;
    }

    #newsletter-page .newsletter-interests {
        margin: initial;
        flex-wrap: wrap;
        justify-content: center;
        padding: initial;
    }

        #newsletter-page .newsletter-interests .newsletter-interest-img {
            height: 8.75rem;
            width: 8.75rem;
        }

    #newsletter-page .newsletter-subtext {
        font-size: 1rem;
    }

    #newsletter-page .newsletter-policy-link-wrap a {
        font-size: .75rem;
    }

    #newsletter-page .news-letter-button button {
        width: 25%;
    }
}

@media (max-width: 767.9px) {
    .sc-maasure-content-area .sc-maasure-img-area {
        margin-bottom: 1.5rem;
    }

    .h-screen {
        height: 100dvh;
    }

    .h-full {
        height: 100%;
    }

    .page-not-found-page a.vf-button {
        width: 100%;
    }

    .return-policy table tr td.border {
        width: 40px;
        padding: 5px 5px;
    }

    .return-policy table, .return-policy table * {
        max-width: 100%;
    }

        .return-policy table tbody {
            display: flex;
            align-items: center;
        }

            .return-policy table tbody > tr {
                display: inline-flex;
                align-items: center;
            }

        .return-policy table tr td:nth-child(2) {
            width: calc(100% - 60px);
            white-space: inherit;
        }

            .return-policy table tr td:nth-child(2) p {
                word-break: break-word;
            }

        .return-policy table tr td:nth-child(1) {
            width: 60px !important;
            min-width: 60px !important;
        }

    #newsletter-page .newsletter-interests .newsletter-interest-img {
        min-height: 37.3vw;
        min-width: 37.3vw;
    }

    #storeMap .shoplist-list-container {
        padding-left: 0;
        padding-right: 0;
    }

        #storeMap .shoplist-list-container .store-item .store-img {
            display: none;
        }

        #storeMap .shoplist-list-container .store-item .details {
            flex-direction: column;
            width: 100%;
        }

    .store-item .details .s-carries, .store-item .details .mappage-icons {
        display: none;
    }

    #storeMap .shoplist-list-container .store-item .details .store-location {
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        gap: 1rem;
    }

    #storeMap .shoplist-list-container .store-item {
        padding-bottom: 1rem;
        border-color: #D8D9D5;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #storeMap {
        margin-bottom: 2rem;
    }

    .store-item .details .s-name {
        font-size: 1.5rem;
    }

    #storeMap .shoplist-title .find-store .search-text {
        flex-direction: column;
    }

        #storeMap .shoplist-title .find-store .search-text .sm-search {
            display: none;
        }

        #storeMap .shoplist-title .find-store .search-text .form-field {
            width: 238px;
        }

    #storeMap .find-store-input-wrap {
    }

    #storeMap .shoplist-title .find-store .search-text .btn-submit {
        width: 80px;
    }

    #storeMap .shoplist-title .find-store .search-text h2 {
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023.9px) {
    #storeMap .shoplist-list-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

        #storeMap .shoplist-list-container .store-item .store-img img {
            max-width: 90%;
        }

    .store-item .details .mappage-icons .item {
        width: 34%;
    }

    #storeMap .shoplist-list-container .store-item .details .store-location {
        width: 40%;
        margin-left: 5%;
    }

    .store-item .details .s-name {
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 400px) {
    .return-policy table tr td.border {
        width: 30px;
        padding: 5px 5px;
    }
}

@media (max-width: 1023.9px) {
    #newsletter-page .newsletter-interests-wrap {
        padding: 0 10.7vw 0;
    }

    #newsletter-page .newsletter-interests {
        overflow-x: auto;
    }

    #newsletter-page .news-letter-button {
        padding: 0 10.7vw 0;
    }

    #newsletter-page .input {
        overflow: hidden;
    }
}

.col-left-title {
    font-size: 1.875rem;
    color: rgb(68, 68, 68);
    margin-bottom: 1rem;
}

.col-left-links {
    gap: .25rem;
}

    .col-left-links .active {
        font-weight: bold;
    }

.contract-details {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

.mini-content, #ph-title {
    width: calc(100% - 40px);
    margin: auto;
    padding-top: 30px;
}

.contract-details .container, .mini-content, #ph-title {
    max-width: 700px !important;
}

@media (min-width: 1440px) {
    .contract-details .container {
        max-width: 1200px !important;
    }
}

.contract-details h1 {
    margin-bottom: 1.5rem;
    color: rgb(68, 68, 68);
}

.contract-details h2 {
    margin-bottom: 1rem;
    color: rgb(68, 68, 68);
}

.contract-details h3 {
    margin-bottom: .5rem;
    color: rgb(68, 68, 68);
}

.contract-details p + h1,
.contract-details ul + h1,
.contract-details table + h1,
.contract-details p + h2,
.contract-details ul + h2,
.contract-details table + h2,
.contract-details p + h3,
.contract-details ul + h3,
.contract-details table + h3,
.contract-details p + h4,
.contract-details ul + h4,
.contract-details table + h4 {
    margin-top: 1.5rem;
}

.contract-details p {
    margin-bottom: 1rem;
}

.contract-details ul {
    font-size: .875rem;
    list-style: disc;
    list-style-position: inside;
    padding-left: 1rem;
}

.contract-details table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.contract-details th,
.contract-details td {
    padding: .5rem;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.main-text-wrap {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}

    .main-text-wrap .main-text-title {
        margin: 0 20%;
    }

        .main-text-wrap .main-text-title h1 {
            margin-bottom: .5rem;
            color: rgb(68, 68, 68);
        }

    .main-text-wrap .main-text-subtext {
        margin: 0 20%;
        padding-top: 2.5rem;
    }

        .main-text-wrap .main-text-subtext p {
            margin-bottom: 0;
        }

.hero-banner-wrap picture {
    width: 100%;
    height: 770px;
    display: block;
}

    .hero-banner-wrap picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rend-hommage-text-wrap {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
}

    .rend-hommage-text-wrap .rend-hommage-text-container {
        margin: 0 20%;
    }

.lp-logo-wrap .lp-logo-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .lp-logo-wrap .lp-logo-container svg {
        width: 50px;
        height: 18px;
        fill: var(--global-color, #fff);
    }

.lp-banner-with-text-wrap .lp-text-container {
    margin: 0 5%;
}

@media (min-width: 1000px) {
    .lp-banner-with-text-wrap .lp-text-container.mx-20 {
        margin: 0 20%;
    }
}

.lp-banner-with-text-wrap .lp-text-container.medium-spaced {
    margin: 0 10%;
}

.lp-banner-with-text-wrap .lp-text-container.large-spaced {
    margin: 0 20%;
}

.lp-slider-wrap .carousel-inner .slick-list {
    padding: 0 40px;
}

.lp-slider-wrap .lp-slider-text-wrap {
    padding-bottom: 2.5rem;
    margin: 0 20%;
}

.lp-slider-wrap .lp-slider-button-wrap {
    padding-top: 1rem;
    padding-bottom: 2.5rem;
}

.lp-quote-wrap .lp-quote-container p.text-black {
    color: #000;
}

@media (max-width: 768px) {
    .lp-banner-with-text-wrap .lp-text-container {
        margin-bottom: 2.5rem;
    }

    .rend-hommage-text-wrap .rend-hommage-text-container {
        margin: 0 5%;
    }

    .lp-slider-wrap .lp-slider-text-wrap {
        margin: 0 5%;
    }

    br + .lp-slider-button-wrap {
        margin-bottom: 2rem;
    }

    .lp-text-container + br + .lp-slider-button-wrap {
        margin-top: -2rem;
        margin-bottom: 3rem;
    }
}

.video-controls {
    top: 84%;
    left: 4%;
    gap: 2rem;
    height: 0;
}

    .video-controls button {
        background: #fff;
        width: 32px;
        height: 32px;
        border: 0;
        border-radius: 50%;
    }

        .video-controls button svg {
            color: #62742f;
            fill: #62742f;
            pointer-events: none;
            touch-action: none;
        }

        .video-controls button.play-pause svg {
            width: 16px;
            height: 16px;
        }

        .video-controls button.mute-unmute svg {
            width: 20px;
            height: 20px;
        }

.lp-quote-container {
    width: 100%;
    max-width: 47.25rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 16px;
}

    .lp-quote-container svg {
        margin-bottom: 1.875rem;
    }

    .lp-quote-container p:not(.text-center) {
        font-family: 'gill-light', Arial, sans-serif;
        font-size: 1.875rem;
        line-height: 2.1875rem;
        color: #62742F;
        margin-bottom: 1.5rem;
    }

.video-padding-wrap .video-container {
    padding-bottom: 56.25%;
    height: auto;
    position: relative;
}

.video-padding-wrap video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover !important;
}

.chef-with-text-wrap {
    padding-left: 48px;
    padding-right: 48px;
}

.chef-with-text-stciky-wrap .recipe {
    font-size: .875rem;
}

    .chef-with-text-stciky-wrap .recipe .lp-text-container {
        margin: 0 10%;
    }

    .chef-with-text-stciky-wrap .recipe .lp-text-container-5 {
        margin: 0 5%;
    }

    .chef-with-text-stciky-wrap .recipe ul li {
        list-style: disc;
        list-style-position: inside;
    }

    .chef-with-text-stciky-wrap .recipe ol li {
        list-style: decimal;
        list-style-position: inside;
    }

.chef-with-text-stciky-wrap .chef-sticky-img-wrap {
    position: sticky;
    top: 150px;
}

@media (max-width: 1000px) {
    .video-padding-wrap .video-container {
        padding-bottom: 177.77%;
        display: flex;
    }

    .video-controls {
        top: auto;
        bottom: 10%;
        transform: none;
        height: auto;
    }
}

.video-container.opened video {
    width: auto !important;
    max-width: 100%;
}

.video-container.opened {
    background: black;
    text-align: center;
}
/* contact us page codes u.t. */
.contact-page {
    padding-left: 1.25em;
    padding-right: 1.25em;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .contact-page .generalTitle {
        font-weight: 700;
        margin: 1.5rem 0;
        font-size: 2.125em;
        text-align: center;
        width: 100%;
    }

    .contact-page .generalMarginSupporter {
        width: 100%;
    }

.accordion-mini-title {
    max-width: 27.5625rem;
    font-family: 'gill-bold', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.page .accordion-title span {
    margin-right: 1.0625rem;
}

    .page .accordion-title span img {
        width: 2rem;
        height: 2rem;
        object-fit: contain;
    }

.page .accordion-title {
    display: flex;
    align-items: center;
    border-top: none;
    font-family: 'gill-regular', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    color: #000;
    padding: 0.8125rem 0.75rem 0.8125rem 0;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1rem;
    margin-bottom: 0;
}

.page summary::marker {
    display: none !important;
    width: 0;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    height: 0;
}

.page summary {
    list-style: none;
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .page summary .icon-caret {
        max-width: 13px;
        position: absolute;
        right: 0;
        top: 24px;
    }

.page .p-accordion {
    width: 100%;
    max-width: 56.8125rem;
    margin: 2.5rem auto 1.875rem auto;
}

    .page .p-accordion .accordion-content a {
        font-family: 'gill-regular', Arial, sans-serif;
        font-size: 0.75rem;
        letter-spacing: 0.03em;
        color: #565656;
        display: block;
        text-transform: uppercase;
    }

    .page .p-accordion .accordion-content {
        padding-left: 3.0625rem;
        font-size: .875rem;
        letter-spacing: .03em;
        color: #565656;
        line-height: 1.5;
        font-family: gill-regular, Arial, sans-serif;
        height: 100%;
        margin-bottom: 1.5rem;
    }

.page details {
    border-bottom: 1px solid #D3D3D3;
}

    .page details[open] .accordion-title {
        font-family: 'gill-bold', Arial, sans-serif;
    }

    .page details[open] summary .icon-caret {
        transform: rotate(180deg);
    }

.contactus-accordion-wrapper {
    margin-bottom: 5rem;
}

.mini-req-text {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    font-family: 'gill-light', Arial, sans-serif;
    font-size: .75rem;
}

.contact-page #contactus-form {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
}

    .contact-page #contactus-form .field-validation-error {
        color: #dc3b33;
        padding-top: .25rem;
        font-size: 80%;
        display: block;
    }

@media (max-width: 1280px) {
    .mini-req-text {
        max-width: 100%;
    }

    .contact-page #contactus-form {
        max-width: 100%;
    }
}
/* contact us page codes u.t. */
.rend-abs-text {
    transform: translate(0, -50%);
    top: 70%;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 650px;
    padding: 25px;
    pointer-events: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 100%;
    margin-bottom: 30px;
    color: white;
}

.absolute-banner-wrapper {
    position: relative;
}

@media (max-width: 1025px) {
    .rend-abs-text {
        transform: translate(-50%, 0);
        text-align: center;
        top: 80px;
        left: 50%;
        right: unset;
    }

    .chef-with-text-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-banner-wrap picture {
        height: auto;
    }

    .chef-with-text-stciky-wrap .recipe .lp-text-container {
        margin: 0 5%;
        padding-bottom: 40px;
    }

    .chef-with-text-stciky-wrap .chef-sticky-img-wrap {
        position: relative;
        top: 0;
    }
}

@media (min-width: 1025px) {
    .another-video-wrapper .video-padding-wrap video {
        max-width: 50% !important;
        left: auto;
        right: auto;
    }
}


.another-video-wrapper .video-padding-wrap .video-container {
    background: black;
    text-align: center;
    justify-content: center;
    display: flex;
}

.wrapper-page-404 .generalTitle {
    display: none;
}

.wrapper-page-404 .page-block-body {
    padding-top: 0 !important;
}

.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .page-404 > .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .page-404 .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .page-404 .logo svg {
            width: auto;
            height: 100%;
        }

        .page-404 .logo .cnt-icon {
            width: 100%;
            height: 100%;
        }

        .page-404 .logo.top {
            height: 18vw;
            max-height: 150px;
        }

            .page-404 .logo.top svg {
                width: auto;
                height: 35%;
            }

        .page-404 .logo.bottom {
            height: 18px;
            margin: 30px 0 40px;
        }

            .page-404 .logo.bottom svg {
                fill: rgb(44, 101, 170);
                filter: invert(1);
            }

@media screen and (min-width: 1024px) {
    .page-404 .logo.bottom {
        margin: 70px 0 80px;
    }
}

.page-404 .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 3em;
}

@media screen and (min-width: 1024px) {
    .page-404 .title {
        font-size: 22px;
    }
}

.page-404 .cnt-slider-catz {
    width: 100vw;
    max-width: 1250px;
    margin-bottom: calc(16px + 2vw);
    display: flex;
}

    .page-404 .cnt-slider-catz .slider-catz {
        display: flex;
        gap: 4px;
    }

        .page-404 .cnt-slider-catz .slider-catz.slick-slider {
            flex-direction: column;
            gap: 20px;
            margin-bottom: 0;
        }

            .page-404 .cnt-slider-catz .slider-catz.slick-slider:after {
                display: none;
            }

        .page-404 .cnt-slider-catz .slider-catz .slick-list {
            padding-left: 20px;
        }

            .page-404 .cnt-slider-catz .slider-catz .slick-list .item {
                padding: 0 2px;
            }

        .page-404 .cnt-slider-catz .slider-catz .slick-dots {
            position: relative;
            bottom: 0;
        }

        .page-404 .cnt-slider-catz .slider-catz .item {
            flex: 1;
            display: flex !important;
            flex-direction: column;
            align-items: flex-start;
            justify-content: flex-start;
            gap: 1em;
            font-size: 12px;
            text-transform: uppercase;
            text-align: left;
        }

@media screen and (min-width: 1024px) {
    .page-404 .cnt-slider-catz .slider-catz .item {
        font-size: 24px;
    }
}

.page-404 .cnt-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

    .page-404 .cnt-cta .button-primary {
        margin-bottom: 4px;
    }

    .page-404 .cnt-cta .bt2 {
        color: black;
        font-size: 12px;
    }

    .page-404 .cnt-cta .underlined span:after {
        width: 100% !important;
    }

.page-404 .cnt-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-404 img {
    width: 100%;
}
/*Shoplist*/
.breadcrumb-container {
    padding: 1.5625rem 0;
    border-top: none;
    z-index: 1;
    background-color: #fff;
    position: relative;
}

    .breadcrumb-container.breadcrumb-no-border, .breadcrumb-container.category {
        border: none;
    }

    .breadcrumb-container .breadcrumb {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
    }

        .breadcrumb-container .breadcrumb li {
            font-size: medium;
        }

            .breadcrumb-container .breadcrumb li.active {
                color: #565656;
                padding-left: 0;
            }

            .breadcrumb-container .breadcrumb li a {
                font-family: gill-medium, Arial, sans-serif;
                font-size: .75rem;
                color: #000;
                letter-spacing: .05em;
                display: block;
                text-decoration: none;
            }

        .breadcrumb-container .breadcrumb a:after {
            content: "";
            width: .625rem;
            height: .0625rem;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: middle;
            margin: 0 .75rem;
            background-color: #000;
        }

        .breadcrumb-container .breadcrumb li:last-of-type a {
            font-family: gill-medium, Arial, sans-serif;
            letter-spacing: .05em;
            display: block;
            font-size: .75rem;
            color: #565656;
            pointer-events: none;
            cursor: default;
        }


            .breadcrumb-container .breadcrumb li:last-of-type a:after {
                display: none;
            }

.breadcrumb-item + .breadcrumb-item:before {
    display: none;
}

.breadcrumb-container .breadcrumb a:hover {
    -webkit-text-stroke-width: thin;
}

.shoplist .shoplist-text {
    padding: 0.625rem;
    text-align: center;
    margin-top: .25rem;
    margin-bottom: .25rem;
}

.shoplist .store-wrapper {
    background: #F2F2F2;
    width: 100%;
    margin-top: 1.875rem;
}

    .shoplist .store-wrapper .store-upper-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 58.75rem;
        padding: 2.5rem 1rem;
        width: 100%;
    }

.shoplist .shoplist-input-wrap {
    flex: 1;
    margin-right: 0.3125rem;
    position: relative;
    margin-bottom: 0;
}

    .shoplist .shoplist-input-wrap .form-label {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

.shoplist .store-btn-wrapper button {
    padding: 0.59375rem;
    border-color: #000;
    background: #000;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #cacaca;
    transition: border-color .25s ease-in, background .25s ease-in, color .25s ease-in;
    text-decoration: none;
    text-align: center;
    margin: 0;
    cursor: pointer;
    line-height: 1;
    min-height: 44px;
}

    .shoplist .store-btn-wrapper button svg {
        transform: scale(0.8);
        position: relative;
        height: 1.25em;
        width: 1.25em;
        fill: #fff;
    }

.shoplist .title-store-found {
    font-family: 'gill-medium', Arial, sans-serif;
    padding: 1rem;
    font-size: .875rem;
    display: inline-block;
}

.shoplist .location-list-wrapper {
    max-height: 45.5rem;
    overflow-y: auto;
}

    .shoplist .location-list-wrapper .store-list:nth-child(1) {
        border-top: 1px solid #ccc;
    }

    .shoplist .location-list-wrapper .store-list {
        border-bottom: 1px solid #ccc;
        padding-bottom: 1.25rem;
    }

        .shoplist .location-list-wrapper .store-list:hover {
            background: #eee;
        }


        .shoplist .location-list-wrapper .store-list .location-txt {
            padding: 1.25rem 0.375rem 0 0.375rem;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            background-color: transparent;
            border: 0;
            text-align: left;
            cursor: pointer;
        }

        .shoplist .location-list-wrapper .store-list .store-info-wrap {
            flex: 1;
            padding: 0 1.25rem;
            font-size: 1rem;
            color: #000;
        }

.shoplist .store-list .store-icon {
    margin-right: 5px;
}

    .shoplist .store-list .store-icon svg {
        width: 1.1875rem;
        height: 1.1875rem;
        fill: #000;
    }

.shoplist .store-list .store-type {
    color: #565656;
    font-size: 0.75rem;
}

.shoplist .store-list .store-name {
    font-family: 'gill-medium', Arial, sans-serif;
    text-transform: uppercase;
}

.shoplist .store-list .store-address,
.shoplist .store-list .store-town,
.shoplist .store-list .store-town a {
    max-width: 500px;
    color: #565656;
}

.shoplist .store-list .see-google-map {
    color: #000;
    margin: 0 1.625rem;
    font-family: gill-regular, Arial, sans-serif;
    cursor: pointer;
    position: relative;
    font-weight: 700;
    text-transform: none;
    color: #000;
    font-size: .75em;
    display: inline-block;
}

    .shoplist .store-list .see-google-map:before {
        content: "";
        position: absolute;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: var(--global-color);
        transition: opacity .25s;
        transition: width .25s ease-in-out;
    }

.shoplist .store-list .store-hours-detail {
    padding: 0 1.25rem;
    color: #000;
}

    .shoplist .store-list .store-hours-detail .store-hours-detail-wrap {
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        font-size: 0.875rem;
        cursor: pointer;
        padding-bottom: .5rem;
    }

    .shoplist .store-list .store-hours-detail .store-hours-detail-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-left: auto;
    }

        .shoplist .store-list .store-hours-detail .store-hours-detail-container:before {
            content: "";
            position: relative;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            display: block;
            margin-right: 10px;
            flex-shrink:0;
        }

        .shoplist .store-list .store-hours-detail .store-hours-detail-container.open:before {
            background-color: #a3e363;
        }

        .shoplist .store-list .store-hours-detail .store-hours-detail-container.open-next-day:before {
            background-color: #DC3B33;
        }

        .shoplist .store-list .store-hours-detail .store-hours-detail-container.pause:before {
            background-color: #fa6766;
        }

@media only screen and (max-width: 1024px) {
    .shoplist .store-list .store-hours-detail {
        width: 30%;
        min-width:110px;
        padding: 0;
    }

    .contactus-accordion-wrapper.sss .p-accordion-2 {
    }

        .contactus-accordion-wrapper.sss .p-accordion-2 .accordion-item button {
            /*padding-left: 10px;
            padding-right: 10px;*/
        }

        .contactus-accordion-wrapper.sss .p-accordion-2 .accordion-item {
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
        }
}

.content-boxy {
    font-family: 'gill-regular', Arial, sans-serif;
    background: #F0F0F0;
    margin: auto;
    text-align: left;
    max-width: 60em;
    padding: 2em;
    font-size: 1rem;
    margin-bottom: 2rem;
}

    .content-boxy .title {
        font-size: inherit;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .content-boxy ul {
        list-style: disc;
        padding-left: 1.25em;
        letter-spacing: normal;
    }

.home-banner .home-banner-text-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .home-banner .home-banner-text-wrap .home-banner-text-container {
        text-align: center;
        margin: 0 5%;
    }

.home-slider .slick-list {
    padding: 0 40px;
}

.home-slider.carousel-inner .slick-next {
    transform: translate(-41.5px, -50%);
}

.home-slider.carousel-inner .slick-prev {
    transform: translate(43px, -50%);
}

.home-banner .home-banner-svg-container {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 40px;
}

    .home-banner .home-banner-svg-container svg {
        width: 50px;
        height: 18px;
        fill: var(--global-color, #fff);
    }



/* SSS */
.faq-mini-title {
    font-family: 'gill-bold', Arial, sans-serif;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    color: #000;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.contactus-accordion-wrapper.sss {
    width: 100%;
    max-width: 56.8125rem;
    margin: 2.5rem auto 1.875rem auto;
    display: flex;
    flex-direction: column;
}

.p-accordion-2 .accordion-item {
    border-bottom: 1px solid #D3D3D3;
}

    .p-accordion-2 .accordion-item button {
        font-size: 1rem;
        letter-spacing: 0.03em;
        text-transform: none;
        font-family: 'gill-regular', Arial, sans-serif;
        color: #000;
        padding: 0.8125rem 0.75rem 0.8125rem 0;
        -ms-flex-pack: start;
        justify-content: space-between;
        line-height: 1rem;
        width: 100%;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }



        .p-accordion-2 .accordion-item button svg {
            transition: transform .25s ease-in;
            width: .9375rem;
            height: .9375rem;
            pointer-events: none;
        }

        .p-accordion-2 .accordion-item button.not-collapsed svg {
            transform: rotate(180deg);
        }

    .p-accordion-2 .accordion-item .accordion-content {
        font-size: .875rem;
        letter-spacing: .03em;
        color: #565656;
        line-height: 1.5;
        font-family: gill-regular, Arial, sans-serif;
        height: 100%;
        margin-bottom: 1rem;
    }

        .p-accordion-2 .accordion-item .accordion-content p {
            font-size: 0.875rem;
            letter-spacing: 0.03em;
            color: #565656;
            line-height: 1.5;
        }

#block-knowledgebase-navigation ul.sublist {
    margin-bottom: .5rem;
}

.knowledgebase-group {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

    .knowledgebase-group .knowledgebase-group-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'gill-regular', Arial, sans-serif;
        color: #000;
        padding: 0.8125rem 0.75rem 0.8125rem 0;
        border-bottom: 1px solid #D3D3D3;
    }

        .knowledgebase-group .knowledgebase-group-item svg {
            width: .9375rem;
            height: .9375rem;
            transform: rotate(-90deg)
        }

.knowledgebase-article .knowledgebase-article-content-wrap ul li {
    list-style: disc;
    list-style-position: inside;
}

.knowledgebase-article .knowledgebase-article-content-wrap ol li {
    list-style: decimal;
    list-style-position: inside;
}

.knowledgebase-article .knowledgebase-article-content-wrap .card {
    padding: 0;
    margin-top: 1rem;
    border: none
}

.knowledgebase-article .knowledgebase-article-content-wrap .card-body {
    padding: 0;
}

    .knowledgebase-article .knowledgebase-article-content-wrap .card-body p {
        font-size: 1rem;
    }

.knowledgebase-container {
    width: 100%;
    max-width: 56.8125rem;
    margin: 2.5rem auto 1.875rem auto;
}

    .knowledgebase-container .card-body {
        font-size: .875rem;
        letter-spacing: .03em;
        color: #000;
        line-height: 1.5;
        font-family: gill-regular, Arial, sans-serif;
        height: 100%;
        margin-bottom: 1rem;
        color: #565656;
    }

        .knowledgebase-container .card-body p {
            font-size: 0.875rem !important;
            letter-spacing: 0.03em;
            color: #565656;
            line-height: 1.5;
        }


.faq-contact-widget-wrap {
    margin-top: 2.5rem;
}

    .faq-contact-widget-wrap .faq-contact-widget-container {
        background-color: #F2F2F2;
        padding: 1.85187rem;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

.contact-table {
    font-size: 14px;
    margin: 3rem auto 0;
    width: 100%;
    max-width: 700px;
}

    .contact-table th, .contact-table td {
        padding: 5px 20px;
    }

    .contact-table tbody tr:nth-child(even) {
        background: #FBFBFB;
    }

    .contact-table table, .contact-table th, .contact-table td {
        border: 1px solid #E6E6E6;
    }


.home-banner .text-container.right-aligned-middle {
    transform: translate(0%,-50%);
    top: 50%;
    right: 0;
    left: initial;
}
