﻿html {
    font-size: 14px !important;
}

body {
    /*    font-family: 'Noto Sans TC','Noto Sans SC','CentraNo1', 'Lato', sans-serif !important;*/
    font-family: 'CentraNo1', 'Lato', sans-serif !important;
}

:root {
    --ow-text-light-grey: #666;
    --ow-text-light-grey-hover: #888;
    --ow-bg-light-grey: #f6f6f6;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-55';
    src: url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.ttf') format('ttf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.eot') format('eot'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.otf') format('otf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.woff') format('woff'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-55-RegularL3/AlibabaPuHuiTi-3-55-RegularL3.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-65';
    src: url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.ttf') format('ttf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.eot') format('eot'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.otf') format('otf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff') format('woff'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-65-Medium/AlibabaPuHuiTi-3-65-Medium.woff2') format('woff2');
    font-style: normal;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-85';
    src: url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.ttf') format('ttf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.eot') format('eot'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.otf') format('otf'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff') format('woff'),
        url('/template/pc/skin/new/font/AlibabaPuHuiTi-3-85-Bold/AlibabaPuHuiTi-3-85-Bold.woff2') format('woff2');
    font-style: normal;
}

::selection {
    background: #2a2a2a;
    color: #fff;
}

input {
    outline: 0px none #fff !important;
    border: 0;
    background: none;
}

img {
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* for Chrome、Safari */
    -moz-user-select: none; /* for Mozilla、Firefox */
}


ul {
    list-style-type: none;
}


.usrhtml h1, .usrhtml h2, .usrhtml h3, .usrhtml h4, .usrhtml h5, .usrhtml h6 {
    color: var(--ow-text-light-grey);
    margin: 20px;
}

.usrhtml p, .zh .usrhtml p {
    margin: 20px;
    line-height: 200%;
    text-align: justify;
    color: var(--ow-text-light-grey);
    font-size: 12pt;
}

/*.usrhtml ul {
    list-style-type: square;
}*/

/*.usrhtml ol {
    list-style-type: lower-alpha;
}
*/
div.usrhtml a {
    color: #000;
}

    div.usrhtml a:link, div.usrhtml a:visited {
        color: var(--ow-text-light-grey);
    }

    div.usrhtml a:hover {
        background-color: #dad0bb;
    }

    div.usrhtml a:active {
        color: #000;
    }




div.usrhtml a {
    color: #000;
}

    div.usrhtml a:link {
        color: var(--ow-text-light-grey);
    }


    div.usrhtml a:visited {
        color: var(--ow-text-light-grey);
    }


    div.usrhtml a:hover {
        background-color: #dad0bb;
    }


    div.usrhtml a:active {
        color: #000;
    }


a {
    text-decoration: none;
    color: inherit;
}

    a:hover {
        color: inherit;
    }

.table-bordered > :not(caption) > * > * {
    background-color: transparent !important;
}


.icon.ow-rounded {
    border: 1px solid var(--ow-text-light-grey);
    background-color: #fff;
    border-radius: 100%;
    color: var(--ow-text-light-grey);
    display: inline-block;
    height: 3em;
    width: 3em;
    line-height: 3em;
    text-align: center;
    text-decoration: none;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.ow-rounded:hover {
    background-color: #fff;
    color: var(--ow-text-light-grey-hover);
    transition: background-color .3s ease-out;
    border: 1px solid var(--ow-text-light-grey-hover);
}


.ow-rounded-disable {
    color: #ccc !important;
    border: 1px solid #ccc !important;
    cursor: default !important;
}


.ow-rounded-checkbox {
    border-color: var(--ow-text-light-grey) !important;
    border-radius: 9999px !important;
    width: 20px;
    height: 20px;
    border-width: 2px;
    margin: 0;
    cursor: pointer;
}

    .ow-rounded-checkbox:checked {
        border-color: var(--ow-text-light-grey);
        background-color: var(--ow-text-light-grey);
    }

/*nav {
    margin: 0;
    overflow: hidden;
    transition: 0.3s;
}*/

.nav-content {
    justify-content: space-between;
}

    .nav-content a {
        display: block;
        /*        font-size: 14px;*/
        text-decoration: none;
        color: var(--ow-text-light-grey);
    }



.nav-grid {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 768px) {
    .nav-grid {
        width: 64px;
        height: 64px;
    }
}



.menu-icon-container {
    width: 16px;
    height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

 .menu-icon {
    position: relative;
    width: 100%;
}



    .menu-icon .line-1, .menu-icon .line-2 {
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--ow-text-light-grey);
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
        top: -4px;
    }

    .menu-icon .line-2 {
        position: absolute;
        height: 2px;
        width: 100%;
        background: var(--ow-text-light-grey);
        transition-property: transform, top;
        transition-delay: 0ms, 160ms;
        transition-duration: 200ms;
        top: 4px;
    }


#navID.show .menu-icon .line-1 {
    top: 0;
    transform: rotateZ(45deg);
    transition-property: top, transform;
    transition-delay: 0ms, 160ms;
    transition-duration: 200ms;
}

#navID.show .menu-icon .line-2 {
    top: 0;
    transform: rotateZ(-45deg);
    transition-property: top, transform;
    transition-delay: 0ms, 160ms;
    transition-duration: 200ms;
}

/*#navID.show .d-1450-mobile-flex {
    background: #fff;
}*/


.bar {
    height: 3px;
    width: 26px;
    background: var(--ow-text-light-grey); /*white*/
    transition: 0.5s;
}

.vip-icon-m {
    cursor: pointer;
    transition: all 0.3s;
}

.nav-icon {
    order: 1;
    display: grid;
}

.logo {
    order: 2;
}

.vip-icon-m {
    order: 3;
    align-self: center;
}

.show .one {
    transform: rotate(45deg) translateY(7px);
}

.show .two {
    transform: rotate(-45deg) translateY(-7px);
}

.content {
    max-width: 1024px;
    min-height: 380px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .content h1 {
        font-size: 64px;
        margin-bottom: 0;
        color: #111111;
    }

.mediaDiv {
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    width: max(50%, 330px);
}

    .mediaDiv a {
        transition: all 0.2s linear;
    }

    .mediaDiv span {
        width: 35px;
        text-align: center;
    }

    .mediaDivFooter a {
        transition: all 0.2s linear;
    }

    .mediaDivFooter a:hover {
        text-decoration: none;
        color: #c09434 !important;
        font-style: normal;
    }

.nav-links {
    width: 300px;
}

@media (max-width: 960px) {
    .content h1 {
        font-size: 48px;
    }
}


@media (max-width: 1450px) {
    .nav-content {
        display: flex;
        position: relative;
    }

    .bar {
        height: 2px;
        width: 18px;
    }

    .show .one,
    .show2 .one {
        transform: rotate(45deg) translateY(6.2px);
    }

    .show .two,
    .show2 .two {
        transform: rotate(-45deg) translateY(-6.2px);
    }

    .nav-links, .nav-links2 {
        display: flex;
        position: fixed;
        /*        top: 56px;*/
        right: 0;
        left: 0;
        height: 0;
        min-width: 300px;
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        z-index: 7;
        transition: height 1s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s;
    }

        .nav-links a {
            /*            height: 0;
            width: 0;*/
            overflow: hidden;
            /*            margin-right: 50px;
            margin-left: 50px;*/
        }

    .show .nav-links,
    .show2 .nav-links2 {
        height: 100%;
    }

        .show .nav-links a,
        .show2 .nav-links2 a {
            /*                width: auto;
                height: auto;*/
            color: var(--ow-text-light-grey);
        }

            .show .nav-links a:hover,
            .show2 .nav-links2 a:hover {
                /*                width: auto;
                height: auto;*/
                color: var(--ow-text-light-grey-hover);
            }


    /*    .nav-links .menuSubheading {
        height: 0;
        width: 0;
        overflow: hidden;
        margin-right: 50px;
        margin-left: 50px;
    }

    .show .nav-links .menuSubheading {
        width: auto;
        height: auto;
        color: var(--ow-text-light-grey);
    }*/

}



/* width */
::-webkit-scrollbar {
    width: 10px;
}


@media (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


.nav-link-vip {
    padding-right: 1rem;
    padding-left: 1rem;
}


/* Breadcrumb bar: Custom style for changing separator  */
/*    .breadcrumb-item + .breadcrumb-item::before {
        font-family: FontAwesome;
        content: "\f054";
        color: #666 !important;
    }*/
.breadcrumb-item + .breadcrumb-item::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' %3E%3Cpath class='st0' d='M 13 0 L 6.596 4.105 L 0 0 v 1.168 L 6.556 8 L 13 1.168 Z'/%3E%3C/svg%3E");
    content: "";
    /*    bottom: 13px;
    right: 4px;*/
    width: 13px;
    height: 15px;
    transform: rotate(270deg);
    content: "";
}

.breadcrumb-item {
    color: var(--ow-text-light-grey) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .breadcrumb-item a {
        color: var(--ow-text-light-grey);
    }

.rolex-breadcrumb-item {
    margin-right: 10px;
}

    .rolex-breadcrumb-item + .rolex-breadcrumb-item::before {
        /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' %3E%3Cpath class='st0' d='M 13 0 L 6.596 4.105 L 0 0 v 1.168 L 6.556 8 L 13 1.168 Z'/%3E%3C/svg%3E");
    content: "";*/
        /*    bottom: 13px;
    right: 4px;*/
        /*width: 13px;
    height: 15px;
    transform: rotate(270deg);
    content: "";
    margin-left: 2rem;
    margin-right: 2rem;*/
        content: "\f105";
        margin-right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .rolex-breadcrumb-item.rolex-breadcrumb-item-back::before {
        /*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFF' %3E%3Cpath class='st0' d='M 13 0 L 6.596 4.105 L 0 0 v 1.168 L 6.556 8 L 13 1.168 Z'/%3E%3C/svg%3E");
    content: "";
    width: 13px;
    height: 15px;
    transform: rotate(90deg);
    margin-right: 2rem;*/
        content: "\f104";
        margin-right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }


.rolex-breadcrumb-item {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rolex-breadcrumb-item a {
        color:#fff;
    }

.rolex-breadcrumb-item a:hover {
    color: #61BD93;
    transition: color 300ms;
}







.rcpo-breadcrumb-item {
    margin-right: 10px;
}

    .rcpo-breadcrumb-item + .rcpo-breadcrumb-item::before {
        content: "\f105";
        margin-right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }

    .rcpo-breadcrumb-item.rcpo-breadcrumb-item-back::before {
        content: "\f104";
        margin-right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
    }


.rcpo-breadcrumb-item {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .rcpo-breadcrumb-item a {
        color: #000;
    }

        .rcpo-breadcrumb-item a:hover {
            color: #000;
            transition: color 300ms;
        }




/*    .rolex-breadcrumb-item + .rolex-breadcrumb-item {
        padding-left: 2rem;
    }*/


.CenterEverything {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    /*        right: 20px;*/
    right: 10%;
    z-index: 2;
    display: none;
}



.ow-btn {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #e6e6e6;
    color: #767676;
    display: inline-block;
    font-size: 14px;
    line-height: 3.55;
    text-align: center;
/*    text-transform: uppercase;*/
    -moz-transition: opacity .6s cubic-bezier(0.23,1,0.32,1),background-color .6s cubic-bezier(0.23,1,0.32,1),color .6s cubic-bezier(0.23,1,0.32,1),border-color .6s cubic-bezier(0.23,1,0.32,1);
    -o-transition: opacity .6s cubic-bezier(0.23,1,0.32,1),background-color .6s cubic-bezier(0.23,1,0.32,1),color .6s cubic-bezier(0.23,1,0.32,1),border-color .6s cubic-bezier(0.23,1,0.32,1);
    -webkit-transition: opacity .6s cubic-bezier(0.23,1,0.32,1),background-color .6s cubic-bezier(0.23,1,0.32,1),color .6s cubic-bezier(0.23,1,0.32,1),border-color .6s cubic-bezier(0.23,1,0.32,1);
    transition: opacity .6s cubic-bezier(0.23,1,0.32,1),background-color .6s cubic-bezier(0.23,1,0.32,1),color .6s cubic-bezier(0.23,1,0.32,1),border-color .6s cubic-bezier(0.23,1,0.32,1);
    white-space: nowrap;
}


.ow-btn-outline {
    cursor: pointer;
    border-width: 1px;
    /*    font-weight: 600;*/
    min-height: 50px;
    text-transform: capitalize;
    background-color: transparent;
    border-color: #ccc;
    border-radius: 0;
    border-style: solid;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .4s,border-color .4s,color .4s;
    transition: background-color .4s,border-color .4s,color .4s;
    width: 90%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0;
    border-style: solid;
    color: var(--ow-text-light-grey);
    margin-top: 10px;
    padding: 15px;
    min-width: 80px;
}


    .ow-btn-outline:hover {
        border-color: var(--ow-text-light-grey-hover);
        color: var(--ow-text-light-grey-hover);
    }


@media (max-width: 767px) {

    .ow-btn-outline {
        width: auto;
/*        min-height: auto;*/
        padding: 0;
        margin-top: 0px;
        margin-left: auto;
    }
}


    #nre {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: white;
        padding: 35px 0 0;
    }

        #nre p, .btn {
            text-align: center;
        }

        #nre p {
            margin: 0 15px 30px;
            font-size: 13px;
            /*        width: 100%;*/
            line-height: 1.3;
        }

        #nre a {
            color: white;
        }


    .social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        /*    margin-bottom: 30px;*/
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .social-icons li{
            width:35px;
        }

        .MainFooter {
            background-color: var(--ow-bg-light-grey);
            color: white;
            letter-spacing: 0.6px;
            position: relative;
            padding: 28px 0 10px;
        }

    .footerBG {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*    background-image: url('../img/repair_centre/repair_banner.webp');*/
        /*    background-position: center center;*/
        background-repeat: no-repeat;
        opacity: 0.1;
        background-size: cover !important;
        background-position: center top !important;
    }

    .MainFooter ul {
        padding: 0;
        grid-gap: 3rem;
        /*    margin: 0;*/
    }

    .MainFooter li {
        list-style: none;
        display: inline-block;
    }

    .MainFooter a:hover {
        color: var(--ow-text-light-grey-hover);
        /*    text-decoration: underline;*/
    }

    .social-icons__link:first-child {
        margin-left: 0;
    }

    .social-icons a {
        /*    color: white;*/
    }

    .social-icons__link {
        display: block;
        /*    padding: 0 20px;*/
    }

        .social-icons__link:hover i {
            color: var(--ow-text-light-grey-hover);
        }


    .copyright-bottom {
        margin-top: 28px;
    }

    .copyright-content {
        max-width: 900px;
        margin: 0 auto;
        display: block;
        font-size: 13px;
        /*    text-align: center;*/
        line-height: 1.4;
    }

    .linklist {
        margin-bottom: 0;
    }


    .m-footer__payment-picture {
        filter: invert(24%) sepia(8%) saturate(0%) hue-rotate(0deg) brightness(91%) contrast(91%);
    }



    .linklist-item > * {
        /*    text-transform: uppercase;*/
        position: relative;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        padding: 0 10px;
        line-height: 1.4;
        min-height: 0;
        /*    letter-spacing: .8px;*/
        font-size: 13px;
    }

    .linklist-item:not(:first-child) {
    }

    .linklist--additional {
        padding-bottom: 10px !important;
        margin: 0;
    }


    .reveal {
        position: relative;
        transform: translateY(20px);
        opacity: 0;
        transition: 0.75s all ease;
    }

        .reveal.active {
            transform: translateY(0);
            opacity: 1;
        }

    .navbar-vip li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #d2d2d7;
        border-top-style: none;
        width: 100%;
    }

        .navbar-vip li a {
            display: block;
            line-height: 44px;
            padding: 0 28px;
            text-decoration: none;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            letter-spacing: -0.016em;
        }

    .vip-icon-child {
        padding: 0 12px 0 0;
        width: 25px;
    }

    .body-container {
        padding: 0;
    }


    .form-select:focus {
        outline: none;
    }


    .chkDoubleSize .form-check-input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1); /* IE */
        -moz-transform: scale(1); /* FF */
        -webkit-transform: scale(1); /* Safari and Chrome */
        -o-transform: scale(1); /* Opera */
        padding: 10px;
    }

    .form-check {
        min-height: 1.5rem;
        padding-left: 1.5em;
        margin-bottom: 0.125rem;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .form-check label {
            display: flex;
            align-items: center;
        }

        .form-check .form-check-input[type=checkbox] {
            border-radius: 0;
            height: 20px;
            width: 20px;
            border: solid var(--ow-text-light-grey-hover);
        }


            .form-check .form-check-input[type=checkbox]:checked {
                background-color: var(--ow-text-light-grey-hover);
                border-color: var(--ow-text-light-grey-hover);
            }



    .invalidField {
        color: red;
    }

    .account-page-wrapper {
        margin: 0;
    }

    .form-control:focus,
    .form-check-input:focus {
        box-shadow: none;
    }



    @media (max-width: 767px) {
        #nre p {
            max-width: 250px;
        }
    }

    @media (min-width: 768px) {
        .mediaDiv {
            padding: 2vw 10vw;
        }

        .nav-content-bar {
            height: 64px;
        }
    }







    .header-area .main-nav {
        /*    min-height: 80px;*/
        background: transparent;
        height: 100%;
    }


        .header-area .main-nav .nav {
            /*        float: left;*/
            margin-right: 0px;
            background-color: transparent;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
            position: relative;
            z-index: 3;
            display: inline-flex;
            /*        display: flex !important;*/

            padding: 0;
            height: 100%;
        }


    .scroll-to-section {
        display: block;
        font-weight: 400;
        font-size: 15px;
        color: var(--ow-text-light-grey);
        /*    text-transform: capitalize;*/
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 50px;
        border: transparent;
        letter-spacing: .4px;
        cursor: pointer;
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }



    .ow-logo a:hover,
    .brands__group__list__item a:hover,
    .single-store__info-space a:hover,
    .store-card-content a:hover,
    .view-all-stores a:hover,
    .store-locator-all:hover {
        color: var(--ow-text-light-grey-hover);
        filter: brightness(100%);
    }

    .rolex-breadcrumb-item a:hover {
        color: #61BD93;
        transition: color 300ms;
    }


    .header-area .logoTudor {
        /*    float: left;*/
        align-items: center;
        justify-content: center;
        display: flex;
        /*    width:150px;*/
        z-index: 1;
    }

    .header-area .svg-location,
    .svg-wishlist {
        align-items: center;
        /*    justify-content: left;*/
        display: flex;
        /*    position: absolute;*/
        /*    right: 15%;*/
        cursor: pointer;
        height: 100%;
        /*    padding-right: 40px;*/
        transition: all .3s ease-in-out;
        width: 50px;
        line-height: 50px;
        justify-content: center;
    }


    .svg-location-row1 {
        align-items: center;
        justify-content: left;
        display: flex;
        /*    position: absolute;*/
        /*    right: 15%;*/
        cursor: pointer;
        height: 100%;
        padding-right: 40px;
        transition: all .3s ease-in-out;
        line-height: 50px;
        justify-content: center;
        /*    width: 130px;*/
    }

    .svg-row2 {
        /*    width: 130px;
    padding-right: 105px;*/
        opacity: 0;
    }


    /*@media (min-width:1300px) and (max-width:1400px) {
        .svg-row2 {*/
            /*        width: 55px;*/
        /*}
    }*/



    .header-area .ow-logo {
        /*    float: left;*/
        height: 100%;
        display: flex !important;
        align-items: center;
        justify-content: center;
        grid-gap: 10px;
        /*    position: relative;*/
        position: absolute;
        width: 100%;
    }


    .header-area .header-upper-right {
        /*    line-height: 75px;*/
        color: #fff;
        float: right;
        user-select: none; /* standard syntax */
        -webkit-user-select: none; /* for Chrome、Safari */
        -moz-user-select: none; /* for Mozilla、Firefox */
        height: 100%;
        /*    gap: 10px;*/
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 1;
    }

    /*
.main-menu > .nav__item:after {
    display: block;
    content: '';
    border-bottom: solid 2px #d2ba7c;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out;
}
*/



    .tooltip .tooltip-arrow {
        display: none;
    }

    .tooltipWechat.tooltip .tooltip-inner {
        background: #FFF;
        color: var(--ow-text-light-grey);
        box-shadow: 0 3px 12px 0 rgb(0 0 0 / 30%);
        font-size: 14px;
        font-weight: 600;
    }

    .tooltipWechat.tooltip.bs-tooltip-top .tooltip-arrow::before {
        display: none;
    }



    .sb-heading {
        font-weight: 600;
        line-height: 45px;
        font-size: 17px;
        color: var(--ow-text-light-grey);
        background: var(--ow-bg-light-grey);
        padding-left: max(10%, 30px);
        padding-right: max(5%, 20px);
    }

        .sb-heading:lang(en) {
            font-weight: 600;
        }

    .sb-primaryLinks {
        line-height: 35px;
        padding-left: max(10%, 30px);
        padding-right: max(5%, 20px);
        color: var(--ow-text-light-grey);
        /*    font-weight: 600;*/
    }

    .vip-section {
        background: #f7f5f2 !important;
        /*    padding-bottom: 20px;
    padding-top: 20px;*/
    }

    .leftMenuItem {
        /*    margin-top: 20px;*/
        /*    padding-bottom: 80px;*/
        text-align: left;
    }

        .leftMenuItem a {
            color: var(--ow-text-light-grey);
        }

    .langToggle, .langToggle2 {
        font-weight: 700;
        font-style: normal;
        line-height: 100%;
        color: var(--ow-text-light-grey);
        /*    padding-left: 8px !important;
    padding-right: 8px !important;*/
        transition-duration: 0.5s;
        width: 30px;
    }

    .sb_langToggle {
        font-weight: 700;
        font-style: normal;
        color: var(--ow-text-light-grey);
        transition-duration: 0.5s;
    }

    .langToggle2 {
        border-left: 2px solid var(--ow-text-light-grey);
        /*    margin-left: 8px;*/
        padding-left: 8px;
    }


    @media (max-width: 1450px) {
        .d-1450-mobile-flex {
            display: flex !important;
        }

        .d-1450-mobile-block {
            display: block !important;
        }

        .d-1450-pc {
            display: none !important;
        }

        .m-slider {
            margin-bottom: 0;
        }
    }

    @media (min-width: 1451px) {
        .d-1450-mobile-flex {
            display: none !important;
        }

        .d-1450-mobile-block {
            display: none !important;
        }

        .d-1450-pc {
            display: inline !important;
        }

        .m-slider {
            margin-bottom: 64px;
        }
    }

    .btnLogout {
        border-width: 1px;
        width: 100%;
        max-width: 400px;
        font-weight: 700;
        letter-spacing: .04rem;
        line-height: 1.5384615385;
        min-height: 50px;
        padding-bottom: 3px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        text-transform: capitalize;
        background-color: transparent;
        border-color: #ccc;
        color: var(--ow-text-light-grey);
        border-radius: 0;
    }



    .gel-heading-separate {
        margin-right: auto;
        margin-left: auto;
        /*    background-color: #b20f0f;*/
        background-color: var(--ow-text-light-grey);
        width: 60px;
        height: 2px;
        margin-top: 11px;
        margin-bottom: 0.7em;
        font-size: .875rem;
    }


    /*  Center middle All Start  */
    .rowCollection {
        display: table;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: center;
        text-align: -webkit-center;
        text-align: -moz-center;
    }

        .rowCollection [class*="col-"] {
            display: table-cell;
            vertical-align: middle;
            margin: 0;
            padding: 0;
            text-align: center;
            text-align: -webkit-center;
            text-align: -moz-center;
        }

    @media (min-width: 992px) {
        .rowCollection [class*="col-"] {
            float: none;
        }
    }
    /*  Center middle All End  */


    .section-groupRight {
        text-align: left;
        vertical-align: middle;
        margin: 0;
        padding: 40px 5vw;
    }

    .section-groupRight2 {
        text-align: left;
        vertical-align: middle;
        margin: 0px 5vw;
    }





    .ow-login {
        /*    text-align: center;*/
        padding: 2.25rem 0;
        color: #283643;
    }

    .ow-login-form {
        position: relative;
        margin: 0 auto;
        max-width: 600px;
    }

    .auth0-lock-input {
        background: transparent;
        border: solid #ccc;
        border-radius: 0;
        border-width: 0;
        color: #212121;
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        outline: 0;
        -moz-transition: border .3s ease-out;
        -o-transition: border .3s ease-out;
        -webkit-transition: border .3s ease-out;
        transition: border .3s ease-out;
        vertical-align: middle;
        width: 100%;
        border-bottom: 1px solid #E4E4E4;
        -webkit-font-smoothing: subpixel-antialiased;
        height: 38px;
        padding: 0;
    }

    .ow-login-arrow {
        position: absolute;
        bottom: 16px;
        right: 4px;
        width: 15px;
        height: 15px;
        opacity: 1;
        transform: scale(1);
        pointer-events: none;
    }

    .mdl-textfield {
        position: relative;
        font-size: 16px;
        display: inline-block;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding: 20px 0 10px;
    }


    .auth0-lock.auth0-lock .auth0-lock-input-wrap .mdl-textfield__input {
        border: none;
        border-bottom: 1px solid #E4E4E4;
        display: block;
        font-size: 20px;
        margin: 0;
        padding: 4px 0;
        width: 100%;
        background: none;
        text-align: left;
        color: inherit;
    }

    .mdl-textfield__label {
        font-size: 14px;
        color: #696969;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        top: 29px;
        max-width: 100%;
        /*    width: 400px;*/
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-font-smoothing: antialiased;
        /*    font-weight:600;*/
    }

    .mdl-textfield__label2 {
        font-size: 14px;
        color: #696969;
        bottom: 0;
        left: 0;
        right: 0;
        pointer-events: none;
        position: absolute;
        display: block;
        top: 5px;
        max-width: 100%;
        /*    width: 400px;*/
        overflow: hidden;
        white-space: initial;
        text-align: left;
        -webkit-font-smoothing: subpixel-antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition-duration: 0.2s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        -webkit-font-smoothing: antialiased;
    }

        .mdl-textfield__label:after,
        .mdl-textfield__label2:after {
            background-color: #000000;
            font-weight: bold;
            bottom: 10px;
            content: "";
            height: 2px;
            left: 45%;
            position: absolute;
            transition-duration: 0.2s;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            visibility: hidden;
            width: 10px;
        }

    .mdl-textfield--floating-label .mdl-textfield__input:not(:empty) .mdl-textfield__label,
    .mdl-textfield--floating-label.is-focused .mdl-textfield__label {
        color: #1D1D1B;
        font-size: 14px;
        top: 2px;
        visibility: visible;
    }

    .mdl-textfield--floating-label.is-focused .mdl-textfield__label2 {
        color: #1D1D1B;
        font-size: 14px;
        top: -13px;
        visibility: visible;
    }


    .mdl-textfield.is-focused .mdl-textfield__label:after,
    .mdl-textfield.is-focused .mdl-textfield__label2:after {
        left: 0;
        visibility: visible;
        width: 100%;
    }


    .dGuCLU {
        width: 100%;
        height: 100%;
        appearance: none;
        background: none;
        border: none;
        outline: none;
        border-radius: 0px;
        transition: box-shadow 300ms ease 0s;
        /*    padding: 4px 0px 0px;*/
        font-size: 14px;
        /*    box-shadow: rgb(105 105 105) 0px 1px 0px;*/
        /*    color: rgb(105, 105, 105);*/
        /*    letter-spacing: 1.2px;*/
        line-height: 38px;
    }


    .jXvggp {
        -webkit-box-align: center;
        align-items: center;
        display: flex;
    }

    .bjHcfU__overlay {
        display: flex;
        align-items: flex-start;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .bjHcfU__overlay {
        position: fixed;
        inset: 0px;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 5;
        overflow: auto;
    }

    .bjHcfU__content {
        margin: 10px;
        border-radius: 4px;
        position: relative;
        background-color: rgb(255, 255, 255);
        padding: 0px;
        inset: 0px;
        border: none;
        outline: none;
        font-family: TimesDigitalW04-Regular;
        font-size: 16px;
        min-height: calc(100vh - 20px);
    }

    .bVpZfp {
        width: 800px;
        margin: auto;
    }

    .bVpZfp {
        position: relative;
        padding: 20px;
        background-color: white;
    }

    .kQdWKl {
        font-size: 24px;
        font-family: TimesModern-Bold;
        color: rgb(0, 0, 0);
        font-weight: normal;
        margin: 0px;
    }

    .YmpTC {
        font-family: GillSansMTStd-Medium;
        font-size: 14px;
        line-height: 1.53;
        color: rgb(105, 105, 105);
    }

    .eRtsiZ {
        appearance: none;
        outline: none;
        border-radius: 4px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: 0.4px;
        padding: 16px;
        height: 44px;
        border: 1px solid rgb(0, 0, 0);
        font-family: GillSansMTStd-Medium;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        cursor: pointer;
    }



    .hiazFp {
        min-height: 80px;
    }


    .error {
        color: red !important;
    }


    .arrow-down-ow {
        width: 15px;
        height: 15px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23253746' %3E%3Cpath class='st0' d='M 13 0 L 6.596 4.105 L 0 0 v 1.168 L 6.556 8 L 13 1.168 Z'/%3E%3C/svg%3E");
        content: "";
    }

    .arrow-right-ow {
        width: 15px;
        height: 15px;
        transform: rotate(270deg);
        content: "";
    }


        .arrow-right-ow path {
            fill: rgb(37, 55, 70);
            d: path("M 13 0 L 6.596 4.105 L 0 0 v 1.168 L 6.556 8 L 13 1.168 Z");
        }




.tile__timestamp {
    font-size: 14px;
    line-height: 1.28577;
    letter-spacing: 1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: var(--ow-text-light-grey-hover);
    padding-top: 5px;
}


    .logo {
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        height: 100%;
        display: flex !important;
        -webkit-box-pack: center;
        justify-content: center;
        align-items: center;
    }

    .search-icon {
        align-self: center;
        /*    width: 48px;
    height: 48px;*/
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right;
        cursor: pointer;
    }


    .o-search-items__title {
        color: black;
    }

    .o-search-items__list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .o-search-items__list-item {
        border-bottom: 1px solid #ccc;
    }

    .o-search-items__link {
        display: flex !important;
        color: #222 !important;
        text-decoration: none !important;
        padding: 16px 0 !important;
    }

    .o-search-items__media {
        width: 130px;
        flex: 0 0 auto;
        margin: 0 16px 0 0;
    }

        .o-search-items__media img {
            object-fit: cover;
            height: 150px;
        }

    .o-search-items__details {
        flex: 1 1 auto;
        width: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .o-search-items__prices {
        flex: 0 0 auto;
        margin-top: auto;
    }

    .o-search-items__brand {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        letter-spacing: .4px;
        line-height: 20px;
        font-weight: 600;
    }

    .o-search-items__name,
    .o-search-items__prices .m-product-price__total {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 12px;
        letter-spacing: .4px;
        line-height: 20px;
        font-weight: 400 !important;
    }

    .globalnav-searchresults-list-link {
        line-height: 26px !important;
        padding-top: 8px !important;
        line-height: 26px !important;
        display: flex !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        width: 100% !important;
        height: 100% !important;
    }

    .globalnav-searchresults-list-text {
        font-weight: 600;
        color: #222;
        /*    font-size:16px;*/
    }



    .globalnav-searchfield-wrapper {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: calc(100% + 15px);
        /*    height: 2.3529411765em;*/
    }

    .globalnav-searchfield-input {
        margin-inline-start: -45px;
        margin-inline-end: -32px;
        padding-inline-start: 42px;
        padding-inline-end: 38px;
        font-size: 28px;
        /*    line-height: 1.1428571429;*/
        font-weight: 600;
        letter-spacing: .007em;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        background-color: transparent;
        border: none;
        border-radius: 0;
        /*    color: #7a7a7a;*/
        outline: 0;
    }

    .globalnav-searchfield-reset {
        position: relative;
        width: 1.7647058824em;
        height: 1.8823529412em;
        display: flex;
        align-items: center;
        justify-content: center;
        fill: rgb(134, 134, 139);
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        transition: opacity .32s cubic-bezier(.4,0,.6,1),fill .32s cubic-bezier(.4,0,.6,1),visibility .32s step-end;
        border: 0;
        background: none;
    }

    .globalnav-searchfield-submit {
        margin-inline-start: -12px;
        /*    width: 2.2352941176em;
    height: 2.2352941176em;*/

        display: flex;
        position: relative;
        fill: rgb(134, 134, 139);
        order: -1;
        transition: fill .32s cubic-bezier(.4,0,.6,1);
        z-index: 0;
        border: 0;
        background: none;
        padding: 0;
    }

    .globalnav-searchresults-current {
        margin-top: 50px;
    }

    .globalnav-searchresults-header {
        color: #7a7a7a;
        font-size: 16px;
        font-weight: 600;
    }




    .globalnav-searchresults-list-icon {
        display: flex;
        margin-inline-end: 14px;
    }

    .o-search-items__link a:hover {
        color: #222 !important;
    }

    .globalnav-link-image {
        display: flex;
    }




    .grid-info-col {
        grid-template-columns: repeat(2,1fr);
        display: grid;
        grid-gap: 2rem;
        grid-auto-flow: dense;
        padding: 0;
    }

    .grid-info-col2 {
        grid-template-columns: repeat(2,1fr);
        display: grid;
        grid-gap: 2rem;
        grid-auto-flow: dense;
        padding: 0;
    }


    @media (max-width: 767px) {
        .grid-info-col {
            grid-template-columns: repeat(1,1fr);
        }
    }


    @media (max-width: 991px) {
        .grid-info-col2 {
            grid-template-columns: repeat(1,1fr);
        }
    }



    #owTopNavbar {
        transition: transform .6s cubic-bezier(.19,1,.22,1);
        position: fixed;
        background-color: white;
        z-index: 4;
        padding: 0;
        /*    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255,255,255,0.7);*/
    }


    @media (min-width: 1450px) {
        #owTopNavbar {
            border-bottom: 1px solid #ececec;
/*             padding-left: max(7%, 30px);
            padding-right: max(7%, 30px);*/
        }
    }


    .aapl-blur {
        backdrop-filter: saturate(180%) blur(20px) !important;
        background: var(--localnav-background-stuck, rgba(251,251,253,0.8)) !important;
    }


    .xsLogo {
        position: absolute;
        opacity: 0;
        /*    bottom: 20px;*/
        /*        left: -70px;*/
        /*    width: 24px;
    height: 24px;*/
        transition: all .3s ease-in-out;
        top: -5px;
    }

    .SpacingMas {
        padding-left: max(7%, 30px);
        padding-right: max(7%, 30px);
    }




    /*.svg-user-container {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' stroke-width='1' height='100' width='100'%3E%3Cpath d='M72.6,60.5c6.9-6.2,11.2-15.2,11.2-25.2c0-18.8-15.3-34.1-34.1-34.1C31,1.2,15.7,16.5,15.7,35.2c0,10,4.3,19,11.2,25.3c-15,6.3-25.5,21-25.5,38.2h11c0-16.4,13.1-29.8,29.4-30.4c2.5,0.6,5.2,0.9,7.9,0.9c2.7,0,5.4-0.3,7.9-0.9C74,68.8,87.2,82.3,87.2,98.7h11C98.2,81.5,87.6,66.7,72.6,60.5z M26.7,35.2c0-12.7,10.3-23,23-23s23,10.3,23,23s-10.3,23-23,23S26.7,47.9,26.7,35.2z' fill='%23666'%3E%3C/path%3E%3C/svg%3E");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}*/


    .svg-location-container {
        width: 24px;
        height: 24px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" fill="%23666" viewBox="0 0 16 16"><path d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"/><path d="M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6z"/></svg>');
    }

    .svg-location:hover span {
        color: var(--ow-text-light-grey-hover);
    }

    .label-location-container {
        font-weight: 400;
        letter-spacing: .4px;
        line-height: 50px;
        color: var(--ow-text-light-grey);
    }

        .label-location-container:lang(en) {
            font-weight: 300;
            font-size: 15px;
        }

    .h1_t {
        font-weight: 400;
        padding: 0;
        text-align: left;
        color: var(--ow-text-light-grey);
    }

        .h1_t:lang(en) {
            font-weight: 300;
        }


    .font-light-en:lang(en) {
        font-weight: 300;
    }


    .field-err-msg {
        padding-bottom: 20px;
        color: red;
    }

        .field-err-msg:empty {
            display: none;
        }


.hide-for-seo {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    width: 1px !important;
    height: 1px !important;
    white-space: nowrap !important;
}


    /********************************************************for wishlist / shopping cart *********************************************************/
    .add-wishlist {
        cursor: pointer;
        padding-left: 40px;
    }

        /*    .add-wishlist::before {
        content: "\f004";
        margin-right: 10px;
        font-family: "Font Awesome 6 Free";
        font-weight: 400;
        font-size: 24px;
    }

    .add-wishlist:hover::before {
        font-weight: 900;
    }
*/



        .add-wishlist::before {
            content: "\f004";
            margin-right: 10px;
            font-family: "Font Awesome 6 Free";
            font-weight: 400;
            font-size: 24px;
        }

        .add-wishlist.in-wishlist::before {
            content: "\f004";
            margin-right: 10px;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 24px;
        }


    .productprice {
        font-size: 1rem;
        line-height: 1.25;
        font-weight: 400;
        padding: 14px 0;
        margin-bottom: 1.5rem;
        border-bottom: 1px solid #000;
        color: #000;
    }

    .wishlist_item {
        border-bottom: 1px solid #e8e8e8;
        padding: 20px 0;
        /*    display: flex;*/
    }

    .wishlist_img {
        /*    max-width: min(200px, 30%);*/
        max-width: 100%;
        height: auto;
        /*    margin-right: 10%;*/
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    }

.wishlist_product {
    vertical-align: top;
    font-size: 16px;
    /*    color: var(--ow-text-light-grey);*/
    /*    margin-top: 35px;*/


    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .wishlist_price {
        font-size: 16px;
    }

    .wishlist_brand {
        font-weight: 400;
    }

    .wishlist_model {
        font-weight: 300;
    }

    .wishlist_info {
        display: flex;
        align-content: center;
        column-gap: 15px;
        column-count: 2;
        text-align: left;
    }

    .wishTobag {
        cursor: pointer;
        font-size: 16px;
        color: var(--ow-text-light-grey);
        font-weight: 600;
        /*    padding: 0 40px;*/
        padding: 0;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e6e6e6;
        /*    text-transform: uppercase;*/
        border-radius: 2px;
        transition: all 0.3s;
        margin: 2px;
        /*    width: fit-content;*/
    }

    .continueShopping {
        cursor: pointer;
        font-size: 16px;
        color: var(--ow-text-light-grey);
        font-weight: 600;
        padding: 0;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #e6e6e6;
        border-radius: 2px;
        transition: all 0.3s;
        margin: 2px;
        width: 400px;
        max-width: 100%;
    }

        .continueShopping:hover {
            background-color: var(--ow-text-light-grey-hover);
            color: #fff;
        }

    .remove-wishlist {
        display: flex;
        cursor: pointer;
        justify-content: right;
    }

    .wishlist_action {
        flex: 0 0 auto;
        text-align: right;
        text-align: -webkit-right;
        text-align: -moz-right;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .removeWishlist,
    .remove-bag {
        cursor: pointer;
    }

    .empty-bag,
    .empty-wishlist {
        height: 200px;
        display: none;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 5px;
        font-weight: bold;
        min-height: 40vh;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        color: #666;
    }

    .bag_table {
        display: flex;
        padding-bottom: 90px;
    }

    .divBag {
        flex: 1 1 auto;
        min-width: 0;
    }

    .bag_summary {
        flex: 0 0 auto;
        width: 500px;
        margin-left: 40px;
    }

    .m-cart-totals {
        background: var(--ow-bg-light-grey);
        padding: 32px 40px 40px;
    }

    .rcpo-product-button {
        padding-top: 30px;
        padding-bottom: 20px;
        align-items: center;
        display: flex;
    }

    .m-cart-totals__item, .m-usp-list__item {
        display: flex;
        font-size: 16px;
        letter-spacing: .4px;
        line-height: 24px;
        margin: 24px 0;
        font-weight: 300;
    }

    .m-cart-totals__item-name {
        flex: 1;
    }


    .m-cart-totals__item--total {
        font-weight: 700;
    }


    .ow-btn-checkout {
        border-width: 0;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: .4px;
        line-height: 1.2;
        min-height: 50px;
        padding-bottom: 0;
        padding-top: 0;
        text-transform: capitalize;
        width: 100%;
        background-color: var(--ow-text-light-grey);
        color: #fff;
    }

        .ow-btn-checkout:hover {
            background-color: var(--ow-text-light-grey-hover);
            color: #fff;
        }


    @media (max-width: 991px) {
        .bag_table {
            display: block;
        }

        .bag_summary {
            width: auto;
            margin-left: 0;
        }

        .m-cart-totals {
            padding: 0;
            background: transparent;
        }
    }


    @media (max-width: 767px) {


        .add-wishlist {
            padding-left: 20px;
        }

        .wishlist_info {
            column-count: 1;
        }

        .wishlist_img {
            max-width: 100%;
        }

        .wishlist_product {
            font-size: 14px;
            margin-top: 0;
        }

        .wishlist_price {
            font-size: 12px;
            margin-top: 0;
        }

        .wishTobag {
            /*            padding: 0;*/
            width: 40px;
            height: 40px;
        }

        .rcpo-product-button {
            padding-left: 55px;
        }
    }

    /********************************************************for wishlist / shopping cart *********************************************************/

