/* 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/Tnf/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/Tnf/Content/css/vendors/fonts/slick.eot');
    src: url('../../../Themes/Tnf/Content/css/vendors/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../Themes/Tnf/Content/css/vendors/fonts/slick.woff') format('woff'), url('../../../Themes/Tnf/Content/css/vendors/fonts/slick.ttf') format('truetype'), url('../../../Themes/Tnf/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;
}

/* Text Size */
.serif {
    font-family: oswald,Georgia,serif;
}

/*.text-xxl, h1 {
    font-weight: 900;
    text-transform: uppercase
}*/
/*
@media(min-width: 768px) {
    .text-xxl, h1 {
        font-size: 1.25rem
    }
}

@media(min-width: 1024px) {
    .text-xxl, h1 {
        font-size: 1.25rem
    }
}

@media(max-width: 1023.98px) {
    .text-xxl, h1 {
        font-size: 1.25rem;
    }
}*/

.text-xxl.serif, h1.serif {
    font-weight: 700;
    line-height: 80px;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .text-xxl.serif, h1.serif {
        font-size: 9rem
    }
}

@media(min-width: 1024px) {
    .text-xxl.serif, h1.serif {
        font-size: 9rem
    }
}

@media(max-width: 1023.98px) {
    .text-xxl.serif, h1.serif {
        font-size: 5.8rem;
        line-height: 48px
    }
}

/*.text-xl, h2 {
    font-weight: 900;
    text-transform: uppercase
}*/

/*@media(min-width: 768px) {
    .text-xl, h2 {
        font-size: 1.25rem
    }
}

@media(min-width: 1024px) {
    .text-xl, h2 {
        font-size: 1.25rem
    }
}

@media(max-width: 1023.98px) {
    .text-xl, h2 {
        font-size: 1.25rem;
    }
}*/

.text-xl.serif, h2.serif {
    font-weight: 700;
    line-height: 67px;
    text-transform: uppercase
}

@media(min-width: 768px) {
    .text-xl.serif, h2.serif {
        font-size: 6.7rem
    }
}

@media(min-width: 1024px) {
    .text-xl.serif, h2.serif {
        font-size: 6.7rem
    }
}

@media(max-width: 1023.98px) {
    .text-xl.serif, h2.serif {
        font-size: 4.5rem
    }
}

/*.text-l, h3 {
    font-weight: 900;
    text-transform: uppercase
}*/

    /*@media(min-width: 768px) {
    .text-l, h3 {
        font-size: 1.25rem
    }
}

@media(min-width: 1024px) {
    .text-l, h3 {
        font-size: 1.25rem
    }
}

@media(max-width: 1023.98px) {
    .text-l, h3 {
        font-size: 1.25rem
    }
}*/

    .text-l.serif, h3.serif {
        font-weight: 700;
        line-height: 48px;
        text-transform: uppercase
    }

@media(min-width: 768px) {
    .text-l.serif, h3.serif {
        font-size: 3.3rem
    }
}

@media(min-width: 1024px) {
    .text-l.serif, h3.serif {
        font-size: 3.3rem
    }
}

@media(max-width: 1023.98px) {
    .text-l.serif, h3.serif {
        font-size: 3.3rem
    }
}

/*.text-m, h4 {
    font-weight: 900;
    text-transform: uppercase;
    line-height: 32px
}*/
    /*
@media(min-width: 768px) {
    .text-m, h4 {
        font-size: 2.2rem
    }
}

@media(min-width: 1024px) {
    .text-m, h4 {
        font-size: 2.2rem
    }
}

@media(max-width: 1023.98px) {
    .text-m, h4 {
        font-size: 2.2rem
    }
}*/

    .text-m.serif, h4.serif {
        font-weight: 700;
        text-transform: uppercase;
        line-height: 32px
    }

@media(min-width: 768px) {
    .text-m.serif, h4.serif {
        font-size: 2.2rem
    }
}

@media(min-width: 1024px) {
    .text-m.serif, h4.serif {
        font-size: 2.2rem
    }
}

@media(max-width: 1023.98px) {
    .text-m.serif, h4.serif {
        font-size: 2.2rem
    }
}

/*.text-s, p, h5 {
    font-weight: 400;
    line-height: 24px;
}

@media(min-width: 768px) {
    .text-s, p, h5 {
        font-size: 1.6rem
    }
}*/

/*@media(min-width: 1024px) {
    .text-s, p, h5 {
        font-size: .875rem
    }
}*/

/*@media(max-width: 1023.98px) {
    .text-s, p, h5 {
        font-size: .875rem
    }
}*/

.text-s.serif, p.serif, h5.serif {
    font-weight: 400;
    line-height: 28px
}

@media(min-width: 768px) {
    .text-s.serif, p.serif, h5.serif {
        font-size: 1.8rem
    }
}

@media(min-width: 1024px) {
    .text-s.serif, p.serif, h5.serif {
        font-size: 1.8rem
    }
}

@media(max-width: 1023.98px) {
    .text-s.serif, p.serif, h5.serif {
        font-size: 1.8rem
    }
}


.text-xxs {
    line-height: 16px;
    letter-spacing: .5px;
    font-weight: 400
}

@media(min-width: 768px) {
    .text-xxs {
        font-size: 1.2rem
    }
}

@media(min-width: 1024px) {
    .text-xxs {
        font-size: 1.2rem
    }
}

@media(max-width: 1023.98px) {
    .text-xxs {
        font-size: 1.2rem
    }
}

/*.text-list, li {
    line-height: 32px;
    font-weight: 400;
    letter-spacing: .5px
}

@media(min-width: 768px) {
    .text-list, li {
        font-size: 1.6rem
    }
}

@media(min-width: 1024px) {
    .text-list, li {
        font-size: 1.6rem
    }
}

@media(max-width: 1023.98px) {
    .text-list, li {
        font-size: 1.6rem;
        line-height: 40px
    }
}*/
/* Text Size * END */
/* Text */

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

/*.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}*/

.bold {
    font-weight: 700;
}
/* Text * END */
/* Color */
.color-white {
    color: #fff
}

.color-black, .configurator-widget__price--final {
    color: #000
}

.color-red {
    color: #bb0439
}

.background-white {
    background-color: #fff
}

.background-black {
    background-color: #000
}

.background-red {
    background-color: #bb0439
}
/* Color * END */

/* Spacer */
.spacer-bottom-1, .spacer-all-1 {
    padding-bottom: 8px
}

.spacer-top-1, .spacer-all-1 {
    padding-top: 8px
}

.spacer-bottom-2, .spacer-all-2 {
    padding-bottom: 16px
}

.spacer-top-2, .spacer-all-2 {
    padding-top: 16px
}

.spacer-bottom-3, .spacer-all-3 {
    padding-bottom: 24px
}

.spacer-top-3, .spacer-all-3 {
    padding-top: 24px
}

.spacer-bottom-4, .spacer-all-4 {
    padding-bottom: 32px
}

.spacer-top-4, .spacer-all-4 {
    padding-top: 32px
}

.spacer-bottom-5, .spacer-all-5 {
    padding-bottom: 40px
}

.spacer-top-5, .spacer-all-5 {
    padding-top: 40px
}

.spacer-bottom-6, .spacer-all-6 {
    padding-bottom: 48px
}

.spacer-top-6, .spacer-all-6 {
    padding-top: 48px
}

.spacer-bottom-7, .spacer-all-7 {
    padding-bottom: 56px
}

.spacer-top-7, .spacer-all-7 {
    padding-top: 56px
}

.spacer-bottom-8, .spacer-all-8 {
    padding-bottom: 64px
}

.spacer-top-8, .spacer-all-8 {
    padding-top: 64px
}

.spacer-bottom-9, .spacer-all-9 {
    padding-bottom: 72px
}

.spacer-top-9, .spacer-all-9 {
    padding-top: 72px
}
/* Spacer * END */
.text-uppercase {
    text-transform: uppercase;
}

.layout-checkout-header #header-container.container {
    justify-content: center !important;
    align-items: center !important;
}

footer {
    border-top: 1px solid rgb(184 184 184);
    margin-top: 4rem;
}

    footer .footer-newsleter-wrap {
        margin: 1.5rem 0;
    }

    footer hr {
        margin: 0;
    }

#footer-top-bar .footer-top-item {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

footer #footer-top-bar .footer-top-item .footer-top-item-title {
    width: 100%;
}

.footer-top-item .footer-top-item-list ul {
    padding-left: 0;
}

    .footer-top-item .footer-top-item-list ul li a {
        font-size: .875rem;
        line-height: 1.125rem;
        color: rgb(42, 42, 42);
        font-weight: 300;
    }

#footer-center-bar .footer-center-bar-area {
    justify-content: center;
    align-items: flex-start;
}

#footer-center-bar .footer-center-item {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    max-width: 21.5rem;
}

    #footer-center-bar .footer-center-item:nth-child(1) {
        padding-left: 0;
    }

    #footer-center-bar .footer-center-item:nth-child(2) {
        border-left: 1px solid rgb(225 225 225);
        padding-right: 0;
    }

    #footer-center-bar .footer-center-item:nth-child(3) {
        padding-right: 0;
    }

#footer-bottom-bar .footer-bottom-link-area {
    padding-left: 0;
    gap: 1rem;
}

#footer-bottom-bar .rnd-logo,
#footer-bottom-bar .rnd-logo-link svg {
    filter: brightness(0%);
    max-height: .8rem;
}

#footer-bottom-bar .rnd-logo-link svg {
    width: 25px;
    height: 13px;
}

.footer-top-item .footer-top-item-list ul li:not(:nth-child(1)) {
    margin-top: 1rem;
}

#footer-bottom-bar .footer-logo svg {
    width: 97px;
    height: auto
}

@media (max-width: 768px) {
    #footer-top-bar .footer-top-bar-area {
        flex-direction: column;
        gap: 0;
    }

    #footer-center-bar .footer-center-bar-area {
        flex-direction: column;
    }

    .footer-list {
        max-height: 0;
        overflow: hidden;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .accordion-opened .footer-list {
        max-height: unset;
    }

    .footer-top-item .footer-top-item-title {
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.5rem;
        padding: 1rem;
        justify-content: space-between;
        align-items: center;
        display: flex;
        margin-bottom: 0;
        text-transform: uppercase;
    }

        .footer-top-item .footer-top-item-title .icon-chevron {
            transform: rotate(90deg);
            transition-duration: .2s;
            transition-property: transform;
            transition-timing-function: cubic-bezier(.3,.05,.25,.95);
        }

    .footer-top-item.accordion-opened .footer-top-item-title .icon-chevron {
        transform: rotate(-90deg);
    }

    #footer-top-bar .footer-top-item {
        border: 1px solid rgb(225 225 225);
        padding-bottom: 0;
        padding-top: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
    }

        #footer-top-bar .footer-top-item:nth-of-type(1) {
            border: none;
        }

    footer .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    footer hr {
        margin-top: 0;
        margin-bottom: 0;
    }

    .footer-top-item .footer-top-item-list ul li:not(:nth-of-type(1)) {
        margin-top: 1rem;
    }

    #footer-center-bar .footer-center-item:nth-child(1) {
        padding-left: 1rem;
    }

    #footer-center-bar .footer-center-item .input-group-append {
        width: 100%;
        margin-top: 1rem;
    }

        #footer-center-bar .footer-center-item .input-group-append button, #footer-center-bar .footer-center-item a {
            width: auto;
        }

    #footer-center-bar .footer-center-item:nth-child(2) {
        border-top: 1px solid rgb(225 225 225);
        border-left: 0;
        border-right: 0;
    }

    #footer-center-bar .footer-center-item:nth-child(3) {
        padding-right: 1rem;
    }

    #footer-center-bar .footer-center-item {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #footer-bottom-bar .footer-bottom-link-area {
        flex-direction: column;
        gap: 1.5rem;
    }

    #footer-bottom-bar {
        flex-direction: column;
        padding: 1rem !important;
        gap: 1.5rem;
    }

        #footer-bottom-bar .header-top-links {
            margin-bottom: 0;
        }

    /*footer {
        margin-top: 4rem;
    }*/
    #footer-center-bar .footer-center-item {
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) {
    #footer-center-bar .footer-center-item {
        max-width: 21.5rem;
    }
}

@media only screen and (max-width: 1024.99px) {
    .footer-newsleter-wrap .input-group-append {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 1rem;
    }
}

.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;
}

.return-request-list-page 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 .no-data, .address-list-page .no-data, .order-list-page .no-data {
    max-width: 14rem;
    margin: 0 auto;
    padding-top: 2.5rem;
    text-align: center;
}

.whislist-product-area {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    margin-bottom: 4rem;
    column-gap: 1rem;
    row-gap: 2.5rem;
}

.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;
    border-color: rgb(42, 42, 42);
}

.address-list .table tbody tr {
    background: #f7f9f8;
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

    .address-list .table tbody tr td:nth-child(1) {
        width: 20%;
    }

    .address-list .table tbody tr td:nth-child(2) {
        width: 40%;
    }

    .address-list .table tbody tr td:nth-child(3) {
        width: 30%;
    }

    .address-list .table tbody tr td:nth-child(4) {
        width: 5%;
    }

    .address-list .table tbody tr td {
        border: none;
        font-size: 13px;
        line-height: 20px;
        padding: 1.23rem;
    }

.adresslist-buttons-wrap button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
}

.addresses-main-title {
    border-bottom: 1px solid rgb(42, 42, 42);
    padding-bottom: 1.5rem;
    margin-bottom: 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;
}

#Address_CountryId_Trigger[disabled="disabled"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.login-page .forgot-password a {
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}

.add-address-button {
    margin-right: .75rem;
}

.orders-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

    .orders-nav a.active {
        text-decoration: underline;
        text-underline-offset: 4px;
        font-weight: 500;
    }

/*Contracts*/
.contract-details .col-left-title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.contract-details .col-left-links a:hover, .contract-details .col-left-links a.active {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.contract-details .col-left-links a:not(:last-child) {
    margin-bottom: 1rem;
}

.contract-details .page-body h1,
.contract-details .page-body h2,
.contract-details .page-body h3,
.contract-details .page-body h4,
.contract-details .page-body h5,
.contract-details .page-body h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
    margin-bottom: 1.5rem;
}

.contract-details .page-body p b {
    font-weight: 500;
}

.contract-details .page-body a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}
/*Customer Contract*/
.customer-contract-title {
    border-bottom: 1px solid rgb(225 225 225);
    padding-bottom: 1rem;
    margin-bottom: 0;
}

/*MasterPass*/
#mp-permission-container h4 {
    line-height: 24px;
    font-size: 16px;
}

#mp-permission-container span {
    font-size: 14px;
}

#mp-register-form,
#masterpass-logo .masterpass-what-is {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
}

.masterpass-logo {
    width: 100px;
    height: 18px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDE4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KPGRlZnM+CjxwYXRoIGlkPSJiIiBkPSJNNjYuMDMyIDE0LjAxOFYuMjQySC4xNjJ2MTMuNzc2aDY1Ljg3eiIvPgo8cGF0aCBpZD0iYyIgZD0iTTAgMTdoOTkuMTM3VjBIMHoiLz4KPC9kZWZzPgo8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMy4xMDUgMS41KSI+CjxtYXNrIGlkPSJkIiBmaWxsPSIjZmZmIj4KPHVzZSB4bGluazpocmVmPSIjYiIvPgo8L21hc2s+CjxwYXRoIGQ9Ik0zLjk4OSAxNC4wMThoLS42NDRsLjgxNS0xLjQxMS0xLjE3OC0yLjEwM2guNjUxbC44NTQgMS41Mi44MjMtMS41MmguNjM4bC0xLjk2IDMuNTE0ek0xLjU2IDEwLjk4YS43NjYuNzY2IDAgMCAwLS43NDMuNTEuOTU3Ljk1NyAwIDAgMC0uMDU5LjMzOGMwIC4xMjEuMDIuMjMzLjA1OC4zMzdhLjc1OC43NTggMCAwIDAgLjQxNi40NDYuODA0LjgwNCAwIDAgMCAuMzI4LjA2NS44MDcuODA3IDAgMCAwIC4zMzUtLjA2OC43NTEuNzUxIDAgMCAwIC40MS0uNDUyLjk2My45NjMgMCAwIDAgLjA1NS0uMzI4Ljk2My45NjMgMCAwIDAtLjA1NS0uMzMuNzQ4Ljc0OCAwIDAgMC0uNDEtLjQ1Mi44MDcuODA3IDAgMCAwLS4zMzUtLjA2NnptLjA2OS0uNTQ1YTEuMzEgMS4zMSAwIDAgMSAuOTQyLjM5M2MuMTIuMTIzLjIxNC4yNy4yODIuNDQuMDY5LjE3LjEwMy4zNTcuMTAzLjU2IDAgLjIwMi0uMDM0LjM4OC0uMTAzLjU1OWExLjI4MyAxLjI4MyAwIDAgMS0uNzA1LjczYy0uMTYyLjA2OC0uMzM1LjEwMy0uNTIuMTAzLS4xOSAwLS4zNTMtLjAzNS0uNDg5LS4xMDVhMS4wNDEgMS4wNDEgMCAwIDEtLjM0Mi0uMjc5di4zMTVILjIyVjkuNDM4aC41OHYxLjM4MWMuMDkyLS4xMTYuMjA2LS4yMDkuMzQxLS4yNzkuMTM2LS4wNy4zLS4xMDUuNDktLjEwNXptMTEuMTcgMS4zOTJjMC0uNDY2LjMwNi0uODQ4LjgwNy0uODQ4LjQ3OCAwIC44LjM2NS44Ljg0OCAwIC40ODItLjMyMi44NDctLjguODQ3LS41IDAtLjgwNi0uMzgyLS44MDYtLjg0N3ptMi4xNTIgMHYtMS4zMjVoLS41Nzh2LjMyMmMtLjE4NC0uMjM5LS40NjItLjM4OC0uODQtLjM4OC0uNzQ1IDAtMS4zMjguNTgyLTEuMzI4IDEuMzkgMCAuODEuNTgzIDEuMzkxIDEuMzI4IDEuMzkxLjM3OCAwIC42NTYtLjE1Ljg0LS4zODd2LjMyaC41Nzh2LTEuMzIzem0xOS41MjMgMGMwLS40NjYuMzA2LS44NDguODA2LS44NDguNDc5IDAgLjguMzY1LjguODQ4IDAgLjQ4Mi0uMzIxLjg0Ny0uOC44NDctLjUgMC0uODA2LS4zODItLjgwNi0uODQ3em0zLjQyMyAxLjF2LjA3NGguMDY4YS4wNjUuMDY1IDAgMCAwIC4wMzctLjAxYy4wMS0uMDA2LjAxNC0uMDE1LjAxNC0uMDI3YS4wMy4wMyAwIDAgMC0uMDE0LS4wMjguMDY3LjA2NyAwIDAgMC0uMDM3LS4wMDloLS4wNjh6bS4wNjktLjA1MmMuMDM1IDAgLjA2Mi4wMDguMDgyLjAyNC4wMTkuMDE2LjAyOS4wMzcuMDI5LjA2NWEuMDc0LjA3NCAwIDAgMS0uMDI0LjA1Ni4xMTEuMTExIDAgMCAxLS4wNjUuMDI3bC4wOS4xMDRoLS4wN2wtLjA4NC0uMTAzaC0uMDI3di4xMDNoLS4wNTl2LS4yNzZoLjEyOHptLS4wMTguMzdhLjIyNC4yMjQgMCAwIDAgLjE2My0uMDY3LjIzMi4yMzIgMCAwIDAtLjA3My0uMzc2LjIyNC4yMjQgMCAwIDAtLjA5LS4wMTguMjMyLjIzMiAwIDAgMC0uMjE1LjE0LjIzLjIzIDAgMCAwIDAgLjE4LjIyOC4yMjggMCAwIDAgLjIxNS4xNDJ6bTAtLjUyN2EuMy4zIDAgMCAxIC4zMDMuMjk2LjI4My4yODMgMCAwIDEtLjA4OS4yMS4yOTYuMjk2IDAgMCAxLS4yMTQuMDg4LjMwNS4zMDUgMCAwIDEtLjI4MS0uMTgzLjI4My4yODMgMCAwIDEtLjAyNC0uMTE1LjMuMyAwIDAgMSAuMzA1LS4yOTd6bS0xLjMyMi0uODkxVjkuNDM4aC0uNTc4djEuMzg2Yy0uMTg0LS4yMzktLjQ2Mi0uMzg4LS44NC0uMzg4LS43NDUgMC0xLjMyOC41ODItMS4zMjggMS4zOSAwIC44MS41ODMgMS4zOTEgMS4zMjggMS4zOTEuMzc4IDAgLjY1Ni0uMTUuODQtLjM4N3YuMzJoLjU3OHYtMS4zMjN6bS0xNC41MDQtLjg3NmMuMzczIDAgLjYxMi4yMzMuNjczLjY0M2gtMS4zNzljLjA2MS0uMzgzLjI5NS0uNjQzLjcwNi0uNjQzem0uMDExLS41MTVjLS43NzggMC0xLjMyMy41NjUtMS4zMjMgMS4zOSAwIC44NDMuNTY3IDEuMzkxIDEuMzYyIDEuMzkxLjQgMCAuNzY3LS4xIDEuMDktLjM3bC0uMjg0LS40MjdhMS4yNjkgMS4yNjkgMCAwIDEtLjc3Mi4yNzdjLS4zNzMgMC0uNzEyLS4xNzItLjc5Ni0uNjQ5aDEuOTc0Yy4wMDYtLjA3Mi4wMTEtLjE0NC4wMTEtLjIyMS0uMDA1LS44MjYtLjUxNy0xLjM5MS0xLjI2Mi0xLjM5MXptNi45NzcgMS4zOWMwLS40NjUuMzA2LS44NDcuODA2LS44NDcuNDc4IDAgLjguMzY1LjguODQ4IDAgLjQ4Mi0uMzIyLjg0Ny0uOC44NDctLjUgMC0uODA2LS4zODItLjgwNi0uODQ3em0yLjE1MSAwdi0xLjMyNGgtLjU3OHYuMzIyYy0uMTgzLS4yMzktLjQ2MS0uMzg4LS44NC0uMzg4LS43NDQgMC0xLjMyOC41ODItMS4zMjggMS4zOSAwIC44MS41ODQgMS4zOTEgMS4zMjkgMS4zOTEuMzc4IDAgLjY1Ni0uMTUuODQtLjM4N3YuMzJoLjU3N3YtMS4zMjN6bS01LjQxNCAwYzAgLjgwNC41NjEgMS4zOTEgMS40MTcgMS4zOTEuNCAwIC42NjctLjA4OC45NTYtLjMxNWwtLjI3Ny0uNDY2YTEuMTcgMS4xNyAwIDAgMS0uNjk1LjIzOGMtLjQ2Mi0uMDA1LS44MDEtLjMzOC0uODAxLS44NDcgMC0uNTEuMzQtLjg0My44LS44NDguMjUgMCAuNDc5LjA4My42OTYuMjM4bC4yNzctLjQ2NWMtLjI4OS0uMjI4LS41NTUtLjMxNi0uOTU2LS4zMTYtLjg1NiAwLTEuNDE3LjU4Ny0xLjQxNyAxLjM5em03LjQ0OS0xLjM5YS43ODQuNzg0IDAgMCAwLS43LjM4OHYtLjMyMmgtLjU3M3YyLjY0OWguNTc4di0xLjQ4NWMwLS40MzguMTg5LS42ODIuNTY3LS42ODIuMTE3IDAgLjI0LjAxNy4zNjEuMDY3bC4xNzgtLjU0M2ExLjI0MyAxLjI0MyAwIDAgMC0uNDExLS4wNzJ6bS0xNS40ODguMjc3Yy0uMjc4LS4xODMtLjY2MS0uMjc3LTEuMDg0LS4yNzctLjY3MiAwLTEuMTA2LjMyMS0xLjEwNi44NDggMCAuNDMyLjMyMi42OTguOTE3Ljc4bC4yNzMuMDRjLjMxNy4wNDQuNDY3LjEyNy40NjcuMjc3IDAgLjIwNS0uMjEyLjMyMS0uNjA2LjMyMS0uNCAwLS42OS0uMTI3LS44ODQtLjI3N2wtLjI3My40NDljLjMxNy4yMzMuNzE3LjM0MyAxLjE1MS4zNDMuNzY3IDAgMS4yMTItLjM2IDEuMjEyLS44NjQgMC0uNDY2LS4zNS0uNzEtLjkyOC0uNzkybC0uMjczLS4wNGMtLjI1LS4wMzItLjQ1LS4wODItLjQ1LS4yNiAwLS4xOTQuMTg5LS4zMS41MDYtLjMxLjMzOSAwIC42NjcuMTI3LjgyOC4yMjdsLjI1LS40NjV6bTcuNDU1LS4yNzdhLjc4NC43ODQgMCAwIDAtLjcuMzg4di0uMzIyaC0uNTczdjIuNjQ5aC41Nzh2LTEuNDg1YzAtLjQzOC4xOS0uNjgyLjU2Ny0uNjgyLjExNyAwIC4yNC4wMTcuMzYxLjA2N2wuMTc5LS41NDNhMS4yNDMgMS4yNDMgMCAwIDAtLjQxMi0uMDcyem0tNC45MzEuMDY2aC0uOTQ1VjkuN2gtLjU4NHYuODAzaC0uNTM5di41MjdoLjU0djEuMjA4YzAgLjYxNS4yMzguOTguOTIyLjk4LjI1IDAgLjU0LS4wNzcuNzIzLS4yMDVsLS4xNjctLjQ5M2MtLjE3Mi4xLS4zNjEuMTUtLjUxMS4xNS0uMjkgMC0uMzg0LS4xNzctLjM4NC0uNDQzdi0xLjE5N2guOTQ1di0uNTI3em0tOC42MzkgMi42NDl2LTEuNjYyYzAtLjYyNy0uNC0xLjA0OC0xLjA0NS0xLjA1My0uMzM5LS4wMDYtLjY5LjEtLjkzNC40Ny0uMTgzLS4yOTMtLjQ3Mi0uNDctLjg3OC0uNDctLjI4NCAwLS41NjIuMDgzLS43NzguMzkzdi0uMzI3SDcuNDh2Mi42NDloLjU4M3YtMS40NjljMC0uNDYuMjU2LS43MDMuNjUtLjcwMy4zODQgMCAuNTc5LjI1LjU3OS42OTh2MS40NzRoLjU4NHYtMS40NjljMC0uNDYuMjY2LS43MDMuNjUtLjcwMy4zOTUgMCAuNTg0LjI1LjU4NC42OTh2MS40NzRoLjU4M3ptNTQuMjc3LTUuNTQ1di0uMjVsLS4wOTQuMjE2aC0uMDYzbC0uMDkzLS4yMTV2LjI0OWgtLjA2MXYtLjMzaC4wODZsLjEuMjI3LjEtLjIyN2guMDg2di4zM2gtLjA2MXptLS41NDcgMHYtLjI3NGgtLjExdi0uMDU1aC4yODF2LjA1NWgtLjExdi4yNzRoLS4wNjF6bS0uNzY2LTUuMTg4Yy0uNTk0LS4zOS0xLjQxMi0uNTkxLTIuMzE0LS41OTEtMS40MzUgMC0yLjM2LjY4NS0yLjM2IDEuODA5IDAgLjkyMi42ODggMS40OSAxLjk1NyAxLjY2N2wuNTgyLjA4M2MuNjc2LjA5NC45OTYuMjcyLjk5Ni41OTEgMCAuNDM4LS40NS42ODYtMS4yOTMuNjg2LS44NTQgMC0xLjQ3MS0uMjcyLTEuODg2LS41OTFsLS41ODIuOTU3Yy42NzcuNDk3IDEuNTMuNzM0IDIuNDU2LjczNCAxLjYzNyAwIDIuNTg2LS43NjkgMi41ODYtMS44NDUgMC0uOTkzLS43NDctMS41MTQtMS45ODEtMS42OWwtLjU4MS0uMDg0Yy0uNTM0LS4wNy0uOTYxLS4xNzctLjk2MS0uNTU2IDAtLjQxMy40MDMtLjY2MiAxLjA4LS42NjIuNzIzIDAgMS40MjMuMjcyIDEuNzY3LjQ4NWwuNTM0LS45OTN6bS01LjkyIDBjLS41OTMtLjM5LTEuNDExLS41OTEtMi4zMTMtLjU5MS0xLjQzNSAwLTIuMzYuNjg1LTIuMzYgMS44MDkgMCAuOTIyLjY4OCAxLjQ5IDEuOTU3IDEuNjY3bC41ODEuMDgzYy42NzYuMDk0Ljk5Ny4yNzIuOTk3LjU5MSAwIC40MzgtLjQ1MS42ODYtMS4yOTMuNjg2LS44NTQgMC0xLjQ3MS0uMjcyLTEuODg2LS41OTFsLS41ODIuOTU3Yy42NzYuNDk3IDEuNTMuNzM0IDIuNDU2LjczNCAxLjYzNyAwIDIuNTg2LS43NjkgMi41ODYtMS44NDUgMC0uOTkzLS43NDgtMS41MTQtMS45ODEtMS42OWwtLjU4MS0uMDg0Yy0uNTM0LS4wNy0uOTYyLS4xNzctLjk2Mi0uNTU2IDAtLjQxMy40MDQtLjY2MiAxLjA4LS42NjIuNzI0IDAgMS40MjQuMjcyIDEuNzY4LjQ4NWwuNTMzLS45OTN6TTQ0LjYxIDQuNzdjMCAuOTkzLS42NTIgMS44MS0xLjcyIDEuODEtMS4wMiAwLTEuNzA4LS43ODEtMS43MDgtMS44MXMuNjg4LTEuODEgMS43MDgtMS44MWMxLjA2OCAwIDEuNzIuODE3IDEuNzIgMS44MXptLTQuNTkgMHY0Ljg3MmgxLjIzM1Y2LjkxYy4zOTIuNTA5Ljk4NS44MjggMS43OTEuODI4IDEuNTkgMCAyLjgzNi0xLjI0MiAyLjgzNi0yLjk2OCAwLTEuNzI3LTEuMjQ2LTIuOTY4LTIuODM2LTIuOTY4LS44MDYgMC0xLjQuMzItMS43OS44Mjh2LS42ODZoLTEuMjM1VjQuNzd6bTguMDMuMDEyYzAtLjk5NC42NTMtMS44MSAxLjcyLTEuODEgMS4wMiAwIDEuNzA5Ljc4MSAxLjcwOSAxLjgxcy0uNjg5IDEuODA5LTEuNzA5IDEuODA5Yy0xLjA2NyAwLTEuNzItLjgxNi0xLjcyLTEuODF6bTQuNTkxIDBWMS45NTdoLTEuMjM0di42ODZjLS4zOTEtLjUwOS0uOTg0LS44MjgtMS43OS0uODI4LTEuNTkgMC0yLjgzNiAxLjI0MS0yLjgzNiAyLjk2OCAwIDEuNzI2IDEuMjQ1IDIuOTY4IDIuODM1IDIuOTY4LjgwNyAwIDEuNC0uMzIgMS43OTEtLjgyOHYuNjg2aDEuMjM0VjQuNzgzem0tNDEuMTI3IDBjMC0uOTk0LjY1Mi0xLjgxIDEuNzItMS44MSAxLjAyIDAgMS43MDguNzgxIDEuNzA4IDEuODFzLS42ODggMS44MDktMS43MDggMS44MDljLTEuMDY4IDAtMS43Mi0uODE2LTEuNzItMS44MXptNC41OSAwVjEuOTU3aC0xLjIzM3YuNjg2Yy0uMzkyLS41MDktLjk4NC0uODI4LTEuNzkxLS44MjgtMS41OSAwLTIuODM1IDEuMjQxLTIuODM1IDIuOTY4IDAgMS43MjYgMS4yNDUgMi45NjggMi44MzUgMi45NjguODA3IDAgMS40LS4zMiAxLjc5MS0uODI4di42ODZoMS4yMzRWNC43ODN6bTE1LjMwMy0xLjg2OWMuNzk1IDAgMS4zMDUuNDk3IDEuNDM2IDEuMzcySDI5LjljLjEzLS44MTYuNjI4LTEuMzcyIDEuNTA2LTEuMzcyem0uMDI0LTEuMWMtMS42NiAwLTIuODIzIDEuMjA3LTIuODIzIDIuOTY5IDAgMS43OTcgMS4yMSAyLjk2OCAyLjkwNiAyLjk2OC44NTQgMCAxLjYzNy0uMjEzIDIuMzI1LS43OTJsLS42MDUtLjkxYTIuNzA2IDIuNzA2IDAgMCAxLTEuNjQ5LjU5Yy0uNzk1IDAtMS41MTgtLjM2Ni0xLjY5Ni0xLjM4M0gzNC4xYy4wMTItLjE1NC4wMjQtLjMwOC4wMjQtLjQ3My0uMDEyLTEuNzYyLTEuMTAzLTIuOTY4LTIuNjkzLTIuOTY4em0tOS4yMjkuNTkyYy0uNTkzLS4zOS0xLjQxMi0uNTkxLTIuMzEzLS41OTEtMS40MzUgMC0yLjM2LjY4Ni0yLjM2IDEuODA5IDAgLjkyMi42ODcgMS40OSAxLjk1NyAxLjY2N2wuNTguMDgzYy42NzcuMDk1Ljk5Ny4yNzIuOTk3LjU5MSAwIC40MzgtLjQ1LjY4Ni0xLjI5My42ODYtLjg1NCAwLTEuNDctLjI3Mi0xLjg4Ni0uNTkxbC0uNTgxLjk1OGMuNjc2LjQ5NiAxLjUzLjczMyAyLjQ1NS43MzMgMS42MzcgMCAyLjU4Ni0uNzY5IDIuNTg2LTEuODQ1IDAtLjk5My0uNzQ3LTEuNTEzLTEuOTgtMS42OWwtLjU4Mi0uMDg0Yy0uNTM0LS4wNy0uOTYtLjE3Ny0uOTYtLjU1NSAwLS40MTQuNDAzLS42NjMgMS4wNzktLjY2M2EzLjY2IDMuNjYgMCAwIDEgMS43NjcuNDg1bC41MzQtLjk5M3ptMTUuOTA4LS41OTFjLS43MTIgMC0xLjE3NS4zMy0xLjQ5NS44Mjh2LS42ODZoLTEuMjIydjUuNjUyaDEuMjM0di0zLjE3YzAtLjkzMy40MDMtMS40NTMgMS4yMS0xLjQ1My4yNDkgMCAuNTEuMDM1Ljc3LjE0MWwuMzgtMS4xNThhMi42NDIgMi42NDIgMCAwIDAtLjg3Ny0uMTU0em0tMTAuNTIzLjE0MmgtMi4wMTZWLjI0MmgtMS4yNDZ2MS43MTVoLTEuMTVWMy4wOGgxLjE1djIuNTc4YzAgMS4zMTIuNTEgMi4wOTMgMS45NyAyLjA5My41MzMgMCAxLjE1LS4xNjYgMS41NDItLjQzOGwtLjM1Ni0xLjA1MmMtLjM2OC4yMTMtLjc3MS4zMi0xLjA5MS4zMi0uNjE3IDAtLjgxOS0uMzgtLjgxOS0uOTQ3VjMuMDhoMi4wMTZWMS45NTd6TTkuMTUzIDcuNjA5VjQuMDYyYzAtMS4zMzctLjg1NC0yLjIzNS0yLjIzLTIuMjQ3LS43MjMtLjAxMi0xLjQ3LjIxMy0xLjk5MyAxLjAwNS0uMzkxLS42MjctMS4wMDgtMS4wMDUtMS44NzQtMS4wMDUtLjYwNSAwLTEuMTk4LjE3Ny0xLjY2Ljg0di0uNjk4SC4xNnY1LjY1MmgxLjI0NlY0LjQ3NWMwLS45ODEuNTQ2LTEuNTAxIDEuMzg4LTEuNTAxLjgxOSAwIDEuMjM0LjUzMiAxLjIzNCAxLjQ5djMuMTQ1aDEuMjQ1VjQuNDc1YzAtLjk4MS41Ny0xLjUwMSAxLjM4OC0xLjUwMS44NDIgMCAxLjI0Ni41MzIgMS4yNDYgMS40OXYzLjE0NWgxLjI0NXoiIGZpbGw9IiMxRDFEMUIiIG1hc2s9InVybCgjZCkiLz4KPC9nPgo8bWFzayBpZD0iYSIgZmlsbD0iI2ZmZiI+Cjx1c2UgeGxpbms6aHJlZj0iI2MiLz4KPC9tYXNrPgo8cGF0aCBkPSJNMTAuNTQgMTUuMTgzaDYuNTEzVjEuODE3aC02LjUxNHoiIGZpbGw9IiNGMjY1MjIiIG1hc2s9InVybCgjYSkiLz4KPHBhdGggZD0iTTEwLjU0IDguNWE4LjQ3NiA4LjQ3NiAwIDAgMSAzLjI1Ni02LjY4M0E4LjUwNiA4LjUwNiAwIDAgMCA4LjUyNiAwQzMuODE3IDAgMCAzLjgwNSAwIDguNSAwIDEzLjE5NCAzLjgxNyAxNyA4LjUyNiAxN2MxLjk5IDAgMy44Mi0uNjc5IDUuMjctMS44MTdBOC40NzYgOC40NzYgMCAwIDEgMTAuNTQgOC41IiBmaWxsPSIjRTUxQjI0IiBtYXNrPSJ1cmwoI2EpIi8+CjxwYXRoIGQ9Ik0yNy42MDggMTQuNDM3di0xaC0uMTJsLS4xMzkuNjg4LS4xMzgtLjY4OGgtLjEydjFoLjA4NHYtLjc1NGwuMTMuNjVoLjA4OGwuMTMtLjY1MXYuNzU1aC4wODV6bS0uNzYyIDB2LS44MjlIMjd2LS4xNjloLS4zOTJ2LjE3aC4xNTR2LjgyOGguMDg0eiIgZmlsbD0iIzFEMUQxQiIgbWFzaz0idXJsKCNhKSIvPgo8cGF0aCBkPSJNMTkuMDY2IDE3Yy0xLjk5IDAtMy44Mi0uNjc5LTUuMjctMS44MTdBOC40NzUgOC40NzUgMCAwIDAgMTcuMDUzIDguNWE4LjQ3NSA4LjQ3NSAwIDAgMC0zLjI1Ny02LjY4M0E4LjUwNiA4LjUwNiAwIDAgMSAxOS4wNjYgMGM0LjcxIDAgOC41MjYgMy44MDUgOC41MjYgOC41IDAgNC42OTQtMy44MTcgOC41LTguNTI2IDguNXoiIGZpbGw9IiNGOTlGMUMiIG1hc2s9InVybCgjYSkiLz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-size: 100%;
}

@media (max-width: 991px) {
    #mp-permission-container #mp-cards-button {
        width: 100%;
    }
}

#mp-permission-container #mp-close-button {
    right: 0;
    width: 40px;
}

@media (min-width: 992px) {
    #mp-permission-container #mp-close-button {
        top: 50%;
        transform: translateY(-50%);
    }
}

#masterpass-contract {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
}

#masterpass-ks-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#mp-modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

#mp-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
}

#mp-modal-body {
    position: relative;
    width: 100%;
    max-width: 400px;
    background: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    z-index: 9;
    padding: 1rem 2rem;
}

.masterpass-contract #mp-modal-body {
    max-width: 800px;
    min-height: 600px;
    display: flex;
}

#mp-modal-content {
    position: relative;
    width: 100%;
    padding: 1rem;
}

.masterpass-contract #mp-modal-content {
    min-height: 100%;
}

#mp-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 1.25rem;
    line-height: 1;
    height: 1.25rem;
    cursor: pointer;
    z-index: 99;
}

    #mp-modal-close:before,
    #mp-modal-close:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        background: #212529;
        border-radius: 2px;
    }

    #mp-modal-close:before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    #mp-modal-close:after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

#pin-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    #pin-form h3 {
    }

    #pin-form p {
    }

#validationCodeGroup {
    display: flex;
    column-gap: 0.5rem;
    margin-bottom: 1rem;
}

#pin-form input[type=text] {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e5e5e5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: .5rem;
    min-height: 38px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

    #pin-form input[type=text]:focus-visible {
        outline: none;
        border-color: #d1d1d1;
        box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, .1);
    }

#pin-form input[type=button],
#delete-card {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #000;
    border: 1px solid #000;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 13px;
    font-weight: 600;
    min-height: 40px;
    width: 100%;
}

    #pin-form input[type=button]:hover,
    #delete-card:hover {
        background: #343a40;
        border-color: #343a40;
    }

#credit-card-list-container {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.masterpass-card {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

    .masterpass-card [type=radio] {
        width: 0;
        height: 0;
        opacity: 0;
        visibility: hidden;
    }

.masterpass-card-content {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 1rem;
    background: #efefef;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

.masterpass-card-name {
    font-size: 14px;
    font-weight: 500;
}

.masterpass-card [type=radio]:checked + .masterpass-card-content {
    border-color: #000;
}

.masterpass-card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-delete-button {
    padding: 0;
    background: none;
    border: 0;
    margin: 0;
}

#delete-card-button-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
    column-gap: 0.25rem;
}

#delete-card-cancel {
    align-items: center;
    border-color: #0000;
    border-radius: 9999px;
    border-width: 1px;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    max-width: 100%;
    transition-duration: .2s;
    transition-property: color,background-color,border-color,outline-color,text-decoration-color,fill,stroke;
    transition-timing-function: cubic-bezier(.3,.05,.25,.95);
    font-size: 1.125rem;
    line-height: 1.5rem;
    background-color: #fff;
    color: #000;
    border: 1px solid;
    padding: .6875rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    width: max-content;
}

    #delete-card-cancel:hover {
        background-color: #000;
        color: #fff;
    }

.masterpass-divider {
    border-bottom: 1px solid rgb(42, 42, 42);
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}

#delete-card {
    align-items: center;
    border-color: #0000;
    border-radius: 9999px;
    border-width: 1px;
    display: inline-flex;
    font-weight: 500;
    justify-content: center;
    max-width: 100%;
    transition-duration: .2s;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.3,.05,.25,.95);
    padding: .6875rem 1.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
    width: max-content;
}

    #delete-card:hover {
        background-color: rgb(117 117 117);
        border-color: transparent;
        color: #fff;
    }

/*İade Detay*/
.return-product-container .details {
    border-bottom: 1px solid rgb(42, 42, 42);
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}

.return-product-container .return-request-table {
    background: #f7f9f8;
    position: relative;
    padding: .5rem 0;
}

/*.merchandise-info-wrap {
    margin-bottom: 1rem;
}*/

.merchandise-info-wrap .merchandise-info-item {
    max-width: 25%;
    text-align: center;
}

.merchandise-product-item {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

    .merchandise-product-item:not(:last-child) {
        border-bottom: 1px solid #000;
    }

    .merchandise-product-item .merchandise-product-img-wrap {
        width: 20%;
    }

    .merchandise-product-item .merchandise-product-price-qty-wrap {
        width: 20%;
    }

    .merchandise-product-item .merchandise-product-return-wrap {
        width: 25%;
    }

    .merchandise-product-item .merchandise-product-info-wrap {
        width: 35%;
    }

.return-request-page .return-actions[disabled="disabled"],
.order-tracker-table-area .return-actions[disabled="disabled"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #e9ecef;
}

.order-tracker-table-area .custom-select {
    font-weight: 500;
    border: 1px solid rgb(154 154 154);
    font-size: .875rem;
    line-height: 1.125rem;
    border-radius: 999px;
}

.color-light-grey {
    color: #a6a6a6;
}

@media (max-width: 767px) {
    .whislist-share-button-wrap, .whislist-share-button-wrap button {
        width: 100%;
    }

    .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;
    }

    .address-list .table tbody tr {
        display: block;
        width: auto;
    }

    .contract-details .page-body {
        margin-top: 4rem;
    }
}

@media (min-width: 768px) {
    .page.account-page {
        padding-top: 2rem;
    }

    .whislist-product-area {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }

    .whislist-share-button-wrap {
        position: absolute;
        right: 0;
    }

    .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;
        }

    #delete-card, #delete-card-cancel {
        padding: .75rem 1rem;
        font-size: .875rem;
        line-height: 1rem;
    }
}

@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;
    }

    .page.account-page, .wishlist-page {
        margin-left: auto;
        margin-right: auto;
        max-width: 52.5rem;
    }

    .add-address-button {
        min-width: 147.48px;
    }
}

.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;
}

.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-items-wrap ul.list-style-disc li {
        list-style: disc;
    }

    .question-items-wrap .return-table .vertical-center {
        display: table-cell;
        vertical-align: middle;
    }

.question-item-wrap .question-button i {
    transform: rotate(90deg);
    transition: transform 200ms;
}

.question-item-wrap.sss .question-button i {
    transform: rotate(0);
}

.question-item-wrap .question-button.not-collapsed i {
    transform: rotate(-90deg);
    transition: transform 200ms;
}

.question-item-wrap .question-button i {
    min-width: 2rem;
}

.article-content .acc-content {
    padding: 0 !important;
    margin-top: 1rem !important;
}
/*.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,
.question-items-wrap h2,
.question-items-wrap h3,
.question-items-wrap h4,
.question-items-wrap h5,
.question-items-wrap h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.article-content-wrap ul li,
.article-content-wrap ol li {
    list-style: disc;
}

.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;
        font-family: "HelveticaNeue Cond", helvetica, sans-serif;
    }

.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;
}

#storeMap #map .cnt-marker-pop {
    background-color: white;
    width: 470px;
    height: 160px;
    padding: 20px;
    padding-top: 0;
}

    #storeMap #map .cnt-marker-pop .d-flex > .col {
        flex: 1;
        padding-left: 0;
        padding-right: 0;
    }

        #storeMap #map .cnt-marker-pop .d-flex > .col:nth-child(2) {
            display: flex;
            justify-content: center;
        }

        #storeMap #map .cnt-marker-pop .d-flex > .col .address {
            margin-bottom: 1rem;
        }

    #storeMap #map .cnt-marker-pop .title {
        font-size: 1rem;
        font-family: 'HelveticaNeue', sans-serif;
        font-weight: bold;
        margin-bottom: 12px;
    }

    #storeMap #map .cnt-marker-pop .btn-directions {
        background-color: #000;
        color: #fff;
        border-color: transparent;
        font-family: 'HelveticaNeue', sans-serif;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        padding: 0 20px;
        margin-top: 20px;
    }

/*Sözleşmeler*/

.question-list .anchor-link {
    cursor: pointer;
}

.agreement-container .kvkk-button {
    margin-bottom: 4rem;
    margin-top: 2.5rem;
}

/*Ülkeler*/
.location-selector .location-selector-wrap {
    padding-top: 2rem;
    padding-bottom: 4rem;
}

    .location-selector .location-selector-wrap .location-selector-container {
        max-width: 31rem;
        margin-left: auto;
        margin-right: auto;
    }

.location-selector-container select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.location-selector-container label {
    padding-right: 0 !important;
    cursor: pointer;
}

    .location-selector-container label select {
        cursor: pointer;
    }

    .location-selector-container label:after {
        content: '';
        background: url(https://cdn-tnf.sm.mncdn.com/content/icons/tnf-icons.svg#chevron) left center / contain no-repeat;
        background-size: 1.5rem;
        width: 1.5rem;
        min-height: 1.5rem;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        margin-right: 1rem;
        transform: rotate(90deg) translateX(-50%);
        transition: transform 200ms;
        z-index: -1;
    }
/*Knowledgebase Content*/
.article-content-container h1,
.article-content-container h2,
.article-content-container h3,
.article-content-container h4,
.article-content-container h5,
.article-content-container h6 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}

.article-content-container p b {
    font-weight: 500;
}

.article-content-container a {
    text-decoration: underline;
    text-underline-offset: 3px;
    font-weight: 500;
}

/*.article-content-wrap h2.title-3,
.article-content-wrap h3.title-3,
.article-content-wrap h4.title-3,
.article-content-wrap h5.title-3,
.article-content-wrap h6.title-3 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5rem;
}*/

.contract-details .page-body ul li,
.contract-details .page-body ol li {
    list-style: disc;
}

/*Blog*/
.blog-page .block-popular-blogtags {
    padding: 1rem 0 .5rem 0;
    border: 1px solid #e1e1e1;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: 3rem;
}

.blog-post-item .blog-tag-item {
    text-transform: capitalize;
}

.blog-page .blog-posts {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(1,minmax(0,1fr))
}

    .blog-page .blog-posts .card-img-top {
        aspect-ratio: 1/1;
    }

.blog-post-item .blog-tag-item {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 500;
    color: #000;
}

@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;
    }

    .sc-maasure-area .sc-maasure-content-area {
        display: flex;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
}


@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%;
    }

    .blog-page .blog-posts {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@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;
    }

    .question-items-wrap .question-item-wrap .sss-title {
        max-width: 85%;
    }
}

/*.question-items-wrap .question-item-wrap .collapse p {
    font-size: .875rem;
    line-height: 1.125rem;
    font-weight: 300;
    margin-bottom: 0;
}*/

/*  .question-items-wrap .question-item-wrap .collapse p:last-of-type {
        margin-bottom: 0;
    }*/
#newsletter-page .newsletter-interests video {
    width: 171px;
}

#newsletter-page .newsletter-interests li label {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    cursor: pointer;
}

@media (min-width: 769px) {
    #newsletter-page .newsletter-interests {
        width: calc(100% + 4rem + 20px);
        margin-left: calc(-2rem - 10px);
        font-size: .875rem;
        line-height: 1.125rem;
    }
}

#newsletter-page .newsletter-interests input:checked + video + span {
    padding-left: 20px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 32 32" style="&%2310; width: 32px;&%2310; height: 32px;&%2310; fill: white;&%2310;"><style xmlns="http://www.w3.org/2000/svg">:root>svg{display:none}:root>svg:target{display:block}</style><path d="M24.2 6.93a.86.86 0 0 1 1.31 1.1l-.1.12L8.15 25.4a.86.86 0 0 1-1.32-1.1l.1-.12L24.19 6.93z"/><path d="M6.93 6.93c.3-.3.76-.33 1.1-.1l.12.1L25.4 24.2a.86.86 0 0 1-1.1 1.31l-.12-.1L6.93 8.15a.86.86 0 0 1 0-1.22z"/></svg>') no-repeat left;
    text-decoration: underline;
    background-size: 18px;
}

#newsletter-page .newsletter-interests li label:has(input:checked) video {
    border: 1px solid white;
}

#newsletter-page .newsletter-interests video + span {
    padding-top: 5px;
    padding-bottom: 5px;
}
