/* TODO: delete commented after tests */
@font-face {
    font-family: 'Baskerville';
    /*src: url('../fonts/baske/BaskervilleBT.otf');*/
    /*src: url('../fonts/baske/BaskervilleBT.eot') format('embedded-opentype'),*/
    src: url('../fonts/baske/BaskervilleBT.woff2') format('woff2');
    /*url('../fonts/baske/BaskervilleBT.woff') format('woff'),*/
    /*url('../fonts/baske/BaskervilleBT.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Kanit-Light';
    /*src: url('../fonts/Kanit/Kanit-Light.otf');*/
    /*src: url('../fonts/Kanit/Kanit-Light.eot') format('embedded-opentype'),*/
    src: url('../fonts/Kanit/Kanit-Light.woff2') format('woff2');
    /*url('../fonts/Kanit/Kanit-Light.woff') format('woff'),*/
    /*url('../fonts/Kanit/Kanit-Light.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Kanit-Medium';
    /*src: url('../fonts/Kanit/Kanit-Medium.otf');*/
    /*src: url('../fonts/Kanit/Kanit-Medium.eot') format('embedded-opentype'),*/
    src: url('../fonts/Kanit/Kanit-Medium.woff2') format('woff2');
    /*url('../fonts/Kanit/Kanit-Medium.woff') format('woff'),*/
    /*url('../fonts/Kanit/Kanit-Medium.ttf') format('truetype');*/
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.short-product-info .brand-name {
    font-family: 'Baskerville';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
}

.short-product-info h1.product-name {
    font-family: 'Univers LT Std';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    margin-top: 3px;
}

.short-product-info .reference {
    font-family: 'Univers LT Std';
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 15px;
    font-size: 12px;
    color: #808080;
}

.short-product-info .product-price {
    color: #000;
    font-family: 'Univers LT Std';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2em;
    text-align: left;
    margin-bottom: 15px;
}

.short-description .cont {
    font-family: 'univers_45_lightregular';
    font-size: 15px;
    line-height: 21px;
    color: #808080;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.short-description .show-more {
    color: #000;
    font-weight: 400;
    font-family: 'Univers LT Std';
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
    margin-top: 10px;
}

.short-description .show-more:hover {
    text-decoration: underline;
}


.size-info {
    margin-top: 45px;
}

.size-info .form-control {
    border-radius: 0px;
    color: #000;
    border-color: #000;
    font-family: 'Univers LT Std' !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 13px 20px;
    letter-spacing: 0em;
    cursor: pointer;
    background-color: #fff;
    height: 44px;
    transition: unset;
}

.size-info .form-control .arrow {
    float: right;
    margin-top: -11px;
    transition: transform 0.7s;
}

.size-info .size-list {
    width: 190px;
}

.size-info .size-list.active {
    border-bottom: 0px;
}

.size-info .form-contro:not(.active):hover {
    background-color: #F3F4F4;
}

.size-list .selected:before {
    content: attr(data-placeholder);
}


.size-info .quantity {
    width: 80px;
    margin-left: 10px;
}

.size-info .size-table {
    float: right;
    font-family: 'Univers LT Std';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    letter-spacing: 0em;
    text-align: left;
    margin-left: auto;
    color: #000;
    margin-top: 11px;
    cursor: pointer;
}

.size-info .size-table img {
    margin-right: 10px;
    top: -2px;
    position: relative;
}

.size-info select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/arrow-down.svg");
    background-repeat: no-repeat;
    background-position-x: 70%;
    background-position-y: 19px;
}

#sizes_list {
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    display: none;
    width: 189.799999px;
    padding: 20px;
    border-top: 0px;
    margin-left: -1.3rem;
    z-index: 1;
    padding-top: 0px;
    border-top: 0px;
}

#sizes_list.active {
    display: block;
}

.border-gray {
    border-color: #E5E5E5 !important;
}

.size-list .field-box {
    margin-bottom: 12px;
}

#sizes_list .size {
    font-family: 'Univers LT Std';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: center;
    border: 1px solid #E5E5E5;
    width: auto;
    padding: 3px 4px;
    margin: 2px 0.7px;
    display: inline-grid;
    transition: border-color 0.5s;
}

#sizes_list .size.active {
    color: #fff;
    background-color: #000;
}

#sizes_list .size.active,
#sizes_list .size:hover {
    cursor: pointer;
    border-color: #000;
}

.size-list.active img {
    transform: rotate(180deg);
}

.product-oper-box {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
}

@media (max-width: 1024px) {
    .size-info {
        margin-top: 40px;
        padding-bottom: 30px;
    }

    .size-info .size-table {
        margin-top: 20px;
    }
}


.description-box,
.description-box p,
.single-size,
.availability .stock,
.waranty-info .item,
.available-payments {
    color: #808080 !important;
    font-family: 'univers_45_lightregular';
    font-size: 15px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left !important;
}

.waranty-info {
    margin-top: 19px;
    flex-wrap: wrap;
}

.waranty-info .info_item_outer {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.waranty-info .item {
    color: #000 !important;
    border-bottom: 1px solid #BFBFBF;
    margin-right: 40px;
    /*margin-right: 20px; !* was 20 *!*/
    padding-bottom: 5px;
    cursor: pointer;
    white-space: nowrap;
    /*display: none;*/
}


/*.waranty-info .info_item_outer.product-authentified-info {*/
/*    margin-left: 20px;*/
/*}*/
.waranty-info .product-authentified-info img {
    margin-top: -6px;
    margin-right: 10px;
}

.waranty-info .item.product-authentified-info {
    border-bottom: none;
}

@media only screen and  (max-width: 440px) {
    .waranty-info .product-authentified-info img {
        margin-top: 0;
    }

    .waranty-info .item.product-authentified-info {
        margin-bottom: 0px;
    }
}

/*.waranty-info .item[data-type='payment'] {*/
/*    display: block;*/
/*}*/


.info_item_outer:last-of-type .item:last-of-type {
    margin-right: 0;
}

.available-payments {
    margin-top: 40px;
    margin-bottom: 80px;
}

.available-payments_inner {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.available-payments_inner ~ div {
    margin-top: 12px;
}

.available-payments .icons-group {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;

}

@-webkit-keyframes toolTipShow {
    0% {
        opacity: 0;
        margin-bottom: 10px
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        margin-bottom: 0;
    }
}

@keyframes toolTipShow {
    0% {
        opacity: 0;
        margin-bottom: 10px
    }
    10% {
        opacity: .5;
    }
    100% {
        opacity: 1;
        margin-bottom: 0;
    }
}

.icons-group div.icon {
    margin-top: -2px;
    margin-left: 14px;
    position: relative;
}

.icons-group div.icon.visa {
    width: 70px;
}

.icons-group div.icon .info_block_trigger {
    cursor: pointer;
    font-family: "Univers LT Std", sans-serif;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
}

.icons-group div.icon .info_block_trigger:before {
    content: '';
    height: 14px;
    width: 14px;
    background: url('../images/info-icon.svg') no-repeat center center / contain;
    position: absolute;
    left: 0;
    top: 3px;
}

.icons-group div.icon.utrust {
    margin-top: -7px;
}

div.how-work_link .info_block {
    display: none;
    width: 100%;
    min-width: 552px;
    background-color: #fff;
    height: auto;
    padding: 20px;
    border: 2px solid #F3F4F4;
    position: absolute;
    right: 28%;
    bottom: 194%;
    z-index: 10;
}

div.how-work_link .info_block .close_info {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 12px;
}

div.how-work_link.info-hovered .info_block {
    display: block;
    animation: toolTipShow 0.3s ease-in-out forwards;
    -webkit-animation: toolTipShow 0.3s ease-in-out forwards;
}

div.icon .info_block:after {
    content: '';
    display: block;
    position: absolute;
    border-color: transparent;
    border-style: solid;
    right: 0;
    bottom: -11px;
    border-width: 25px 25px 0 25px;
    border-top-color: #fff;
}

.icons-group div.icon.how-work_link {
    margin-top: 0;
}

.available-payments_inner .how-work_link {
    position: relative;
    padding-left: 16px;
    text-transform: none;
    color: #000;
}

.info_block_content {
    text-align: left;
}

.info_block_content p, .info_block_content ul li {
    font-size: 15px;
}

.info_block_content p {
    margin-bottom: 30px;
}

.info_block_content p.mb-0 {
    margin-bottom: 0;
}

.info_block_content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.info_block_content ul li span {
    display: inline-block;
}

.breadcrumb-wrp .breadcrumb.truncated {
    overflow: hidden;
    white-space: nowrap;
}

.breadcrumb-wrp .breadcrumb.truncated li:not(:last-child) a {
    color: #808080;
}


.breadcrumb-wrp .breadcrumb li {
    display: inline-block;
}

.breadcrumb-wrp .breadcrumb li.show-more {
    display: none;
    cursor: pointer;
}

@media (max-width: 1024px) {
    .buying-info .available-payments {
        text-align: center !important;
        display: block !important;
        margin-top: 30px;
    }

    .buying-info .available-payments .ttl {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: .5rem;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .buying-info .available-payments {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        margin-bottom: 20px;
    }

    .buying-info .available-payments .ttl {
        width: auto;
        flex: unset;
    }
}

@media (max-width: 580px) {
    .buying-info .available-payments {
        text-align: center !important;
        display: block !important;
        margin-top: 29px;
        margin-bottom: 80px;
    }

    .buying-info .available-payments .ttl {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 4px;
        text-align: left;
    }

    .available-payments_inner ~ div {
        margin-top: 16px;
    }
}

@media (max-width: 440px) {
    .waranty-info {
        flex-wrap: wrap;
    }

    .waranty-info .info_item_outer {
        margin-bottom: 0;
    }

    .waranty-info .item {
        white-space: nowrap;
        margin-right: 15px;
        margin-top: 5px;
        margin-bottom: 14px;
    }

    .buying-info .available-payments {
        margin-top: 20px;
        margin-bottom: 47px;
    }
}

.availability .stock {
    color: #000;
    margin-left: 30px;
}

.availability .stock .text-success {
    color: #00B67A;
}

.availability .stock .dot {
    background-color: #ccc;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    margin-top: 6px;
}

.stock .text-success .dot {
    background-color: #00B67A;
}


.description-box .ttl {
    font-family: 'Univers LT Std';
    font-size: 21px;
    color: #000;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}

.single-size {
    color: #000 !important;
}

.single-size img {
    margin-right: 6px;
}

.home-trustpilot {
    height: 68px;
    bottom: -50px;
}

.single-product .product-images-box .product_image_outer {
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}

#product_images {
    position: relative;
}

#product_images.owl-carousel .owl-nav button[class*=owl-] {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
    background-color: #F3F4F4;
    color: #000;
    opacity: 0;
    transition: all .3s ease-in-out 0s;
}

#product_images.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-100%, -50%);
}

#product_images.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(100%, -50%);
}

.product_image_outer:hover #product_images.owl-carousel .owl-nav button[class*=owl-] {
    transform: translate(0, -50%);
    opacity: 1;
}

#product_images .image_item {
    height: 630px;
    width: auto;
    padding: 20px;
    background-color: #fff;
}

/**
*  Add specific tabs for specific products
**/
#product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
    padding: 12rem;
}

#product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
    padding: 8rem;
}

@media (max-width: 1200px) {
    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
        padding: 11rem;
    }

    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
        padding: 7rem;
    }
}

@media (max-width: 1000px) {
    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
        padding: 8rem;
    }


    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
        padding: 2rem;
    }
}

@media (max-width: 767px) {
    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
        padding: 13rem;
    }

    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
        padding: 9rem;
    }
}

@media (max-width: 580px) {
    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
        padding: 7rem;
    }

    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
        padding: 4rem;
    }
}


@media (max-width: 420px) {
    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Ring"] .image_item {
        padding: 0px 4rem;
    }

    #product-frame-1[data-type-product="jewelry"][data-type-jewelry="Earring"] .image_item {
        padding: 2rem;
    }
}


#product_images .image-popup-gallery-item {
    display: block;
    height: 100%;
    width: 100%;
}


#product_images .image {
    height: 100%;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    width: 100%;
}

#product-frame-1 {
    background-color: #F3F4F4;
}

@media (min-width: 1921px) {
    #product-frame-1 .container_wrp,
    #product-frame-1 .basic-product-info,
    #full_description .container_wrpб
    .products,
    #full_description .container_wrp {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

    .products .product {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
}

.divSpacing.product-images-box {
    padding-top: 20px !important;
    width: 630px;
    margin-bottom: 58px;
}

@media (max-width: 580px) {
    #product_images .image_item {
        height: 420px;
    }

    .product-images-box .image-switcher {
        margin-top: 40% !important;
    }

    #product_images .image_item {
        padding: 3rem 2rem;
    }
}

@media (max-width: 419px) {
    #product_images,
    .divSpacing.product-images-box,
    #product_images.owl-carousel .owl-stage-outer,
    #product_images .image {
        height: 335px;
    }

    .product-images-box .image-switcher {
        margin-top: 35% !important;
    }

    #product_images .image_item {
        height: 335px;
        padding: 0px 4.5rem;
    }
}


.product-images-box .owl-nav {
    display: block;
}

.product-images-box .owl-dots .owl-dot {
    display: inline-block;
}

.product-images-box .owl-dots .owl-dot span {
    background: none repeat scroll 0 0 #ededed;
    border-radius: 50%;
    display: block;
    height: 10px;
    margin: 6px 7px;
    opacity: 0.8;
    width: 10px;
}

.product-images-box .owl-dots .owl-dot.active span {
    background-color: #DEBB9C;
    opacity: 1;
}

.product-images-box .owl-dots {
    display: flex !important;
    position: relative;
    justify-content: center;
    margin-top: -2.8rem;
}


.new-product-class.product-images-box .image-switcher {
    z-index: 10;
    width: 100%;
    position: absolute;
    top: auto;
    transform: translateY(0);
    left: 0;
    right: 0;
    bottom: 0;
}


.divSpacing.short-product-info {
    width: 46% !important;
    padding: 0px !important;
    margin-top: 1.3rem;
}

.product-images-box img.zoom-icon {
    right: 23px;
    bottom: 1.3rem;
    position: absolute;
    z-index: 5;
    cursor: pointer;
}

section h2 {
    font-size: 30px;
    font-family: 'Univers-LT-Std-65-Bold';
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
}

section.register {
    margin-top: 0px;
}

section.related-products {
    border-bottom: 2px solid #E5E5E5;
    margin-top: 100px;
    padding-bottom: 100px;
}


section.related-products h2 {
    font-size: 21px !important;
    line-height: 26px !important;
    margin-bottom: 24px;
}

.related-products .owl-dots .owl-dot.active,
.related-products .owl-dots .owl-dot.active span {
    background-color: #DEBB9C !important;
}


.related-products .owl-dots .owl-dot {
    background-color: #E5E5E5 !important;
    padding: 0px !important;
}

.related-products .owl-dots .owl-dot span {
    background-color: #E5E5E5;
    margin: 0px;
    border-radius: 0px;
    height: 2px;
    width: 90px;
}

.related-products .products .product {
    background-color: #fff;
}

@media (max-width: 1300px) {
    .related-products .products .product {
        flex: 1 0 22.66667% !important;
    }
}

@media (max-width: 1024px) {
    .related-products .products {
        padding: 0px !important;
    }

    .related-products .products .product {
        width: 100% !important;
        max-width: 100% !important;
    }

    .related-products {
        padding: 0px 20px;
    }
}

@media (max-width: 990px) {

    .related-products .products .product {
        padding: 20px 0px;
    }

    .related-products .products .product .image img {
        margin-left: auto;
        margin-right: auto;
    }

    .related-products .products .product .image {
        text-align: center;
        height: 232px;
        display: table-cell;
        vertical-align: middle;
    }

    .related-products .owl-dots {
        margin-top: 30px;
        justify-content: center;
        display: flex;
    }

    .related-products .products {
        padding-bottom: 35px;
    }
}

@media (max-width: 380px) {
    .related-products .owl-dots .owl-dot span {
        width: 60px;
    }
}

/*********/


.pd_bottom {
    border: 0px;
    padding: 0px;
}

.cat_link_main a {
    color: #a9a9a9;
}

.cat_link_main a:hover {
    color: #1a1818;
}

.cat_link a {
    position: relative;
    cursor: pointer;
    text-decoration: none;
}

.cat_link a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 1px;
    background-color: black;
    content: "";
    transition: width 0.5s;
}

.cat_link a:hover:after {
    width: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: -3px;
    height: 1px;
    background-color: black;
    content: "";
    transition: width 0.5s;
}

.bg-image {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}


.slick-slide .item {
    text-align: center;
}

.requested_popup {
    display: none;
    position: fixed;
    border: 2px solid #999;
    background: #fff;
    width: 370px;
    font-size: 16px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -100px;
    z-index: 1000;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

.close_requested {
    display: block;
    width: 24px;
    text-align: center;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background: #fff;
    color: #000;
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
    border-radius: 3px;
    font-size: 20px;
}


@media (max-width: 767px) {
    .requested_popup {
        margin-left: -45%;
        width: 90%;
    }
}

.productDetails-wrp .trustpilot-box {
    font-size: 14px;
    font-weight: normal;
}

.productDetails-wrp .trustpilot-box .trust-stars {
    top: -7px;
    height: 30px !important;
}

.specific-table .table {
    table-layout: fixed;
}

.specific-table .table th {
    width: 140px !important;
    font-size: 13px !important;
}

.specific-table:not(.resp-spec-table) .table td {
    width: 34% !important;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pd_bottom h3.group-name {
    font-size: 16px;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    padding-left: 0px !important;
}

.breadcrumb-wrp li {
    font-family: 'univers_55regular';
}

@media (max-width: 1190px) {
    .specific-table {
        display: none
    }

    .resp-spec-table {
        display: block !important
    }

    .productDetails-wrp {
        margin-top: 0rem;
    }

    .specific-table .table th,
    .specific-table .table td {
        width: 50% !important;
    }
}

@media (max-width: 850px) {
    .productDetails-wrp {
        margin-top: 5px;
    }

    .breadcrumb-wrp li {
        margin-right: 10px;
    }

    .breadcrumb-wrp.divSpacing {
        padding-top: 20px !important;
        padding-bottom: 5px !important;
    }
}

@media (max-width: 400px) {
    .productDetails-wrp {
        margin-top: 5px;
    }
}


.suggest_price[disabled] {
    cursor: not-allowed;
    opacity: 0.2;
}

.suggestion-box .ww_loader_div.active_div {
    margin-top: -2rem;
}

.part-exchange-link {
    font-weight: bold;
    font-size: 16px;
}

#already-suggested-modal {
    z-index: 9000;
    font-size: 14px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 6rem;
    width: 420px;
    height: auto;
    margin-left: -210px;
    left: 50%;
}

#already-suggested-modal .modal-header {
    text-align: center !important;
    font-size: 16px;
}

#already-suggested-modal button {
    background-color: #000;
    color: #fff;
    padding: 3px 15px;
}


#outstock_modal .request-product {
    background-color: #00b67a;
    color: #fff;
}

#outstock_modal .cancel {
    background-color: #000;
    color: #fff;
}

#outstock_modal .oper a {
    padding: 8px 30px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'univers_65_boldregular';
}

#outstock_modal .loading {
    left: 46%;
    width: 38px;
    position: absolute;
}

#outstock_modal .oper a.disabled {
    cursor: not-allowed;
    opacity: 0.3;
}

#contact-us-btn {
    cursor: pointer;
}

#contact-us-btn:hover {
    color: #00b67a;
}


.product-attributes .ttl {
    font-family: 'Univers LT Std';
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.product-attributes.default .item-group,
.product-attributes.watches .group {
    padding: 17px 0px;
    border-top: 1px solid #E5E5E5;
}

.product-attributes.default .attributes-list {
    margin-top: 9px;
}

.product-attributes.default .attributes-list .item-group:first-child {
    border-top: 0px;
}

.product-attributes.default .attribute {
    margin-right: 50px;
    font-family: 'univers_45_lightregular';
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
}

.product-attributes.default .attribute label {
    text-transform: uppercase;
    font-family: 'Univers LT Std';
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    color: #808080;
}


.product-attributes.watches .attributes-list {
    margin-top: 25px;
    color: #000;
}


.product-attributes.watches .group:last-child {
    border-bottom: 1px solid #E5E5E5;
}

.product-attributes.watches .group-name {
    font-family: 'Univers LT Std';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    cursor: pointer;
}

.product-attributes.watches .group-name img {
    position: relative;
    top: 2px;
    height: 13px;
    margin-left: auto;
    transition: transform 0.5s;
}

.product-attributes.watches .group.active .group-name img {
    transform: rotate(180deg);
}

.product-attributes.watches .group-items {
    font-size: 15px;
    font-style: normal;
    line-height: 21px;
    display: none;
}

.product-attributes.watches .item {
    margin-bottom: 4px;
}

.product-attributes.watches .item:last-child {
    margin-bottom: 0px;
}

.product-attributes.watches .name-attribute {
    font-weight: 700;
    font-family: 'univers_55regular';
    margin-right: 5px;
    text-transform: capitalize;
}

.product-attributes.watches .attribute-value {
    font-weight: 400;
}

.attribute-value a:hover {
    text-decoration: underline !important;
}


@media (max-width: 767px) {
    .product-attributes {
        margin-top: 20px;
    }
}

@media (max-width: 520px) {
    .product-attributes.default .item-group {
        display: block !important;
    }

    .product-attributes.default .attribute {
        margin-top: 10px;
    }

    .product-attributes.default .item-group .attribute:first-child {
        margin-top: 0px;
    }
}


.buy-button-box.default .cart_btn,
.buy-button-box.watch .cart_btn,
button.already_requested,
.additional-oper .btn {
    background-color: #000;
    color: #fff;
    font-family: 'Univers LT Std';
    font-size: 14px;
    padding-top: 14px;
    font-style: normal;
    font-weight: 400;
    height: 44px !important;
    line-height: 17px;
    text-align: center;
    width: 100% !important;
    cursor: pointer;
}


.buy-button-box.watch .cart_btn {
    color: #fff;
    background-color: #00B67A;
}

.buy-button-box.watch .cart_btn:hover {
    background-color: #008A5C;
}


.buy-button-box .cart_btn,
.buy-button-box .btn-default.request_product {
    text-transform: uppercase;
}

.buy-button-box .btn-default:hover {
    background-color: #fff;
}

.buy-button-box .cart_btn img {
    top: -2px !important;
    position: relative;
}


.additional-oper {
    margin-top: 10px;
}

.additional-oper .btn {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 0px;
    transition: background-color 0.3s, border-color 0.3s;
    padding-top: 13px;
}

.additional-oper .btn:hover {
    background-color: #fff;
    border-color: #fff;
}

.additional-oper .btn img {
    position: relative;
    top: -2px;
    margin-right: 9px;
}


.additional-oper .btn.active,
.product-oper-box button.active,
.product-oper-box .active button {
    background-image: url(../images/loading-png-gif.gif);
    background-size: 20px 20px;
    background-position: 10px;
    background-repeat: no-repeat;
}

.size-error {
    position: absolute;
    margin-top: -1.45rem;
    padding-left: 0px;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Univers-Light-Normal';
    color: #dc3545;
    display: none;
}

.size-list.error {
    border-color: #dc3545;
}


@media (min-width: 2000px) {
    .buy-button-box {
        max-width: 600px;
    }
}

@media (min-width: 1600px) {
    .divSpacing.short-product-info {
        margin-left: auto;
        margin-right: 40px;
        width: 40.33334% !important;
    }
}


@media (max-width: 1024px) {
    .suggestion-box .ww_loader_div.active_div {
        margin-top: -1.7rem;
    }
}


@media (max-width: 800px) {
    #contact-us-btn {
        margin-top: -1.5rem;
    }
}

@media (max-width: 768px) {
    div.how-work_link .info_block {
        padding-top: 35px;
        position: fixed;
        min-width: 200px;
        max-height: 100%;
        overflow-y: auto;
        width: auto;
        left: 10px;
        right: 10px;
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        z-index: 200;
    }

    div.how-work_link .info_block:after {
        content: none;
    }

    div.how-work_link .info_block .close_info {
        display: block;
    }
}

@media (max-width: 767px) {
    .breadcrumbs_single {
        margin-top: 0.5rem;
    }

    ._orientationRight_0829 .button_9afc {
        top: -4rem;
    }

    .product-oper-box .cart_btn {
        height: 100% !important;
    }

    .divSpacing.product-images-box,
    .divSpacing.short-product-info {
        width: 100% !important;
    }

    .divSpacing.product-images-box {
        margin-bottom: 50px;
    }

    .divSpacing.short-product-info {
        margin-top: 0px;
        /*padding: 0px 20px !important;*/
        padding: 0px 20px 20px 20px !important;
    }
}


@media (max-width: 450px) {
    #outstock_modal {
        width: 94%;
        min-width: 94%;
        max-width: 94%;
        margin-left: -47%;
    }
}

@media (max-width: 400px) {
    figure.resp-zoom.default img {
        height: auto;
    }
}


@media (max-width: 380px) {
    .additional-oper {
        display: block !important;
        margin-bottom: 20px;
    }

    .additional-oper .btn:first-child {
        margin-top: 0px !important;
    }

    .additional-oper .btn {
        margin: 5px 0px !important;
    }
}


/**MODAL AS RIGHT SIDEBAR**/
#sideModal.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 602px;
    max-width: 602px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

#sideModal.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

#sideModal.modal.right .modal-body {
    padding: 0 40px;
}

#sideModal.modal.right .modal-header {
    padding: 92px 40px 10px 40px;
    background-color: #fff;
    border-bottom: 0px;
}

#sideModal .contacts {
    margin-top: 10px;
}

#sideModal .contacts .contact {
    border: 1px solid #E5E5E5;
    text-align: center;
    padding-top: 55px;
    font-family: univers_45_lightregular;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    height: 170px;
}

#sideModal .contacts a .contact.messanger {
    padding-top: 50px;
}

#sideModal .contacts a .contact.messanger img {
    margin-bottom: 1px;
}

#sideModal .contacts a .contact.phone {
    padding-top: 51px;
}

#sideModal .contacts a .contact.phone img {
    margin-bottom: 6px;
}


#sideModal .contact img {
    margin-bottom: 7px;
    opacity: 1;
}

#sideModal.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

#sideModal.modal.right.show .modal-dialog {
    right: 0;
}

#sideModal .advice {
    color: #808080;
    font-family: 'univers_45_lightregular', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

#sideModal .close {
    font-size: 30px;
    opacity: 1;
    top: -5px;
    position: relative;
}

#sideModal .available-payments {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 50px;
}

#sideModal .available-payments > div {
    margin-bottom: 10px;
}

#sideModal .available-payments > div:not(:last-of-type) {
    margin-right: 20px;
}

#sideModal .available-payments div:first-child {
    margin-left: 0px;
}

.available-payments img {
    max-height: 25px;
}


#sideModal .modal-content {
    border-radius: 0;
    border: none;
}

#sideModal .modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

#sideModal .close {
    display: block !important;
}

#sideModal h4,
#sideModal div {
    font-family: Univers LT Std;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#sideModal .modal-title {
    margin-bottom: 0px;
}

@media (max-width: 1080px) {
    .available-payments_inner {
        flex-direction: column;
        align-items: flex-start;
        -webkit-align-items: flex-start;
    }

    .available-payments_inner > div ~ div {
        margin-top: 10px;
    }

    .icons-group div.icon:first-of-type {
        margin-left: 0;
    }
}

@media (max-width: 1024px) {
    .available-payments_inner {
        width: 100%;
        align-items: flex-start;
    }
}

@media (max-width: 850px) {
    section.related-products {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .trust-reviews .h2,
    .trust-reviews h3 {
        font-size: 22px;
    }
}


@media (max-width: 767px) {
    .trust-reviews {
        padding: 5px 0px 60px 0px;
    }

    .trust-reviews h2,
    .trust-reviews h3 {
        padding: 40px 20px;
    }

    .reviews-list {
        margin-top: 0px;
    }

    .productDetails-wrp section.register {
        padding-top: 30px !important;
    }

    section.register .woocommerce-form {
        margin-top: 30px;
    }
}

@media (max-width: 620px) {
    #sideModal.modal.right .modal-dialog {
        width: 90%;
        max-width: 99%;
        right: -50%;
    }
}

@media (max-width: 520px) {
    section.related-products {
        margin-bottom: 50px;
    }
}

@media (max-width: 480px) {
    .home-trustpilot {
        padding: 0 20px;
        display: block !important;
        margin-bottom: 30px;
    }

    .home-trustpilot div {
        width: 100%;
    }

    .home-trustpilot div:first-child {
        margin-bottom: 20px;
    }

    .home-trustpilot div:last-child {
        left: -8px;
        position: relative;
    }

}

@media (max-width: 380px) {
    #sideModal .contacts {
        display: block !important;
    }

    #sideModal .contacts > a {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    #sideModal .contacts .contact {
        height: 120px;
        padding-top: 30px;
    }

    #sideModal .contacts a .contact.messanger {
        padding-top: 25px;
    }

    #sideModal .contacts a .contact.phone {
        padding-top: 27px;
    }

    #sideModal .contacts a:last-child .contact {
        margin-bottom: 20px;
    }
}

#trust_reviews.owl-carousel .owl-nav .owl-next {
    margin-left: auto;
}

.brand-logo {
    overflow: hidden;
    font-family: 'Baskerville', sans-serif;
    font-size: 5.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: 183px;
    letter-spacing: 0.05rem;
    color: #F3F4F4;
    white-space: nowrap;
}

.frame-border {
    padding: 0px 70px;
}

.frame-border hr {
    color: #E5E5E5;
}

@media screen and (min-width: 1921px) {
    .brand-logo {
        font-size: 106px;
        line-height: 2;
    }
}

@media (max-width: 1024px) {
    .brand-logo {
        line-height: 2;
    }

    section.related-products {
        margin-top: 40px;
    }
    section.related-products .h2 {
        font-size: 22px;
    }

    .frame-border {
        padding: 0px 20px;
    }
}

@media screen and (max-width: 767px) {
    .brand-logo {
        font-size: 10vw;
        line-height: 2;
    }
}


/****Offers box******/
.buying-info.border-bottom .waranty-info {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
}

.short-product-info hr {
    color: #E5E5E5;
}

.with-offers .size-info {
    margin-top: 18px !important;
}

.with-offers .waranty-info {
    margin-top: 16px;
    padding-bottom: 10px;
}

.with-offers .available-payments {
    margin-top: 20px;
    margin-bottom: 20px;
}

.with-offers h3.ttl {
    font-family: 'Univers-LT-Std-65-Bold';
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}


#full_description .with-offers {
    display: block !important;
    padding-bottom: 5rem;
}

#full_description .with-offers .no-gutter {
    padding-bottom: 0px !important;
}

#full_description .with-offers .description-box {
    padding-left: 30px !important;
    padding-top: 0px !important;
}

#full_description {
    background-color: #fff;
}


/* product offers wrapper customs for scrolling */
@media (min-width: 768px) {
    #product_offers {
        position: absolute;
        overflow-y: auto;
        max-height: 880px;
    }
}
@media (min-width: 850px) {
    #product_offers {
        width: 410px;
    }
}
@media (min-width: 940px) {
    #product_offers {
        width: 450px;
    }
}
@media (min-width: 1091px) {
    #product_offers {
        width: 520px;
        max-height: 930px;
    }
}


#offers_filter,
#offers_filter .items .item label {
    font-family: 'Univers LT Std';
    font-size: 15px !important;
    font-weight: 400;
    line-height: 21px;
}

#offers_filter {
    margin-bottom: 20px;
}


#offers_filter .ttl {
    background-color: #E5E5E5;
}

#offers_filter > div {
    text-transform: capitalize;
    padding: 12px 8px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

#offers_filter .section .arrow {
    width: 22px;
    height: 13px;
    margin-top: -1px;
    margin-left: 2px;
    transition: transform 0.1s;
}

#offers_filter .section.active .arrow {
    transform: rotate(180deg);
}

#offers_filter .items {
    display: none;
}

#offers_filter .section.active .items {
    display: block;
    position: absolute;
    background-color: #f3f4f4;
    padding: 0px;
    margin-left: -9px;
    margin-top: 12px;
    z-index: 90;
    max-height: 20rem;
    overflow-y: auto;
}

#offers_filter .items .item {
    padding: 10px 16.5px;
    border: 1px solid #E5E5E5;
}

#offers_filter .items .item label {
    padding-left: 0px;
}

#offers_filter.active .items .item label {
    padding-left: 20px;
}

#offers_filter .items .item:hover {
    background-color: #000;
}

#offers_filter .items .item:hover label {
    color: #fff;
}

#offers_filter input[type="radio"] + label:before,
#offers_filter input[type="radio"]:not(:checked) + label:after,
#offers_filter input[type="radio"]:checked + label:after {
    display: none;
}

#offers_filter.active input[type="radio"] + label:before,
#offers_filter.active input[type="radio"]:not(:checked) + label:after {
    display: block;
}

#offers_filter.active {
    display: block !important;
    padding: 5px 20px;
    max-height: 100%;
    overflow-y: auto;
}

#offers_filter .ttl .mob {
    font-family: 'Univers-LT-Std-65-Bold';
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    display: none;
}

#offers_filter .close-filter {
    margin-top: 0px;
    display: none;
}

#offers_filter .close-filter img {
    width: 15px;
}


@media (max-width: 1090px) {


    #offers_filter .close-filter {
        display: block;
    }

    #offers_filter {
        position: fixed;
        top: 0px;
        height: 100%;
        width: 100%;
        left: 0px;
        background-color: #fff;
        z-index: 900;
    }

    #offers_filter .ttl .desk {
        display: none !important;
    }

    #offers_filter .ttl .mob {
        display: block;
    }

    #offers_filter .ttl {
        background-color: #fff;
    }

    #offers_filter .section.active .items {
        position: relative;
        z-index: 0;
        margin-left: 0px;
        background-color: #fff;
    }

    #offers_filter > div,
    #offers_filter .items .item {
        border: 0px;
    }

    .filter-section .section-name {
        text-transform: uppercase;
        font-family: 'Univers-LT-Std-65-Bold';
        font-size: 12px;
        font-weight: 400;
        line-height: 14px;
    }

    #offers_filter .section .arrow {
        margin-left: auto;
        width: 9px !important;
        height: 9px !important;
        margin-top: -1px !important;
    }

    #offers_filter .section {
        border-bottom: 1px solid #E5E5E5;
        margin-top: 10px;
        padding-bottom: 7px;
        padding-left: 0px;
        padding-right: 0px;
    }

    #offers_filter .items .item {
        font-size: 15px !important;
        padding: 0px 0px 7px 0px;
    }
}


#product_offers .product-offer {
    background-color: #fff;
    border: 1px solid #E5E5E5;
    padding: 0px;
    margin-bottom: 10px;
    width: 100%;
}

#product_offers .product-offer .footer {
    padding: 15px 20px;
    border-top: 1px solid #E5E5E5;
    font-family: 'Univers LT Std';
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
    color: #BFBFBF;
}

.product-offer .footer .ref {
    text-transform: uppercase;
    float: right;
}

.product-offer .price {
    font-family: 'Univers-LT-Std-65-Bold';
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
}

.product-offer .attributes {
    font-family: 'Univers LT Std';
    font-weight: 400;
}

.product-offer .attribute label {
    text-transform: uppercase;
    color: #BFBFBF;
    font-size: 11px;
    line-height: 10px;
}

.product-offer .attribute div {
    font-family: 'Univers LT Std';
    font-size: 15px;
    line-height: 21px;
    color: #000;
}


.product-offer .price-images {
    padding: 14px 20px 0px 20px;
}

.product-offer .price-images .images {
    margin-top: 10px;
}

.price-images .image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat no-repeat;
    width: 66px;
    height: 66px;
    margin: 3px;
    text-align: center;
    font-family: 'Univers-LT-Std-65-Bold';
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
}


.price-images .oper,
.price-images .price {
    display: flex;
    align-items: center;
}

.price-images .price.price-on-request {
    flex-direction: column;
    align-items: start;
}

/* price request tooltip */
.price-images .tooltip-wrapper {
    line-height: 0;
}

/* popover customs */
.popover.price-on-request-tooltip .popover-header {
    font-family: 'Univers-LT-Std-65-Bold';
    font-size: 15px;
    font-weight: 400;
    border-bottom: unset;
    padding: 0.5rem 0.5rem 0.1rem 0.5rem;
    background: none;
}

.popover.price-on-request-tooltip .popover-body {
    font-family: 'Univers-Light-Normal';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    padding: 0.2rem 0.5rem 0.5rem;
}

.price.price-on-request .tooltip-intro-text {
    font-family: 'Univers-Light-Normal';
    text-transform: none;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 21px;
    color: #808080;
}

.price-on-request .tooltip-wrapper .tooltip-intro-circle {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #F9523B;
    border-radius: 50%;
}

.price-images .no-images {
    display: flex;
    align-items: center;
    height: 98px;
}

.price-images .oper:not(.without-images) {
    margin-top: .91rem;
    width: 100%;
}

.price-images .price {
    display: flex;
    align-items: center;
}

.price-images .buy-button-box {
    width: 100%;
}

.price-images .price-on-request {
    text-transform: uppercase;
    font-size: 16px;
}

.price-images .image .more {
    background-color: rgb(0 0 0 / 60%);
    padding: 0.95rem 0px;
    width: 66px;
    height: 66px;
}

.price-images .image:last-child {
    margin-right: 0px;
}


.product-offer .product-oper-box {
    border: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: 100%;
}

.product-offer .additional-oper .btn {
    margin-left: 0px !important;
}


.filter-section .section-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-section .selected {
    align-items: center;
}


#offers_filter_btn {
    display: none;
    font-family: 'Univers LT Std';
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #808080 !important;
    border: 1px solid #808080;
    padding: 13px 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
    cursor: pointer;
    background-color: transparent;
    transition: border 2s background-color 2s;
}

#offers_filter_btn:hover {
    color: #000 !important;
    border-color: #F3F4F4;
    background-color: #F3F4F4;
}

.product-offer .oper.mob {
    margin-bottom: 15px;
    display: none;
}

.with-offers h3.ttl .mob {
    display: none;
}


.share_icon_block {
    position: absolute;
    z-index: 2;
    top: 2.5rem;
    right: 3.1rem;
    border: 1px solid #E9E9E9;
    background-color: #fff;
}

.share_icon_block .icon-box {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    font-family: 'Univers LT Std';
    padding: 10px 11px;
    cursor: pointer;
    height: 30px;
    z-index: 1;
}

.share_icon_block .icon-box > div:last-child {
    margin-left: 3px;
}

.share_icon_block img.share_image {
    height: 12px;
    top: -0.08rem;
    position: relative;
}


.row .xs_social_share_widget.xs_share_url.wslu-share-horizontal.custom-class {
    right: 3.3rem;
}

.xs_social_share_widget.xs_share_url.wslu-share-horizontal.wslu-share-m-5 li {
    margin: 1px 3px;
}

.xs_social_share_widget li a {
    min-width: 126px;
}


.description-box .product_brand_name {
    font-family: 'Baskerville';
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.05em;
    color: #F3F4F4;
    margin-top: 24px;
    text-transform: uppercase;
    width: 100%;
    overflow: hidden;
}

@media (max-width: 1270px) {
    #offers_filter {
        font-size: 13px;
    }

    #offers_filter .section .arrow {
        width: 14px;
        height: 11px;
        margin-top: 3px;
    }
}


@media (max-width: 1090px) {
    #offers_filter,
    .product-offer .price-images .oper {
        display: none !important;
    }

    .product-offer .price-images,
    #offers_filter_btn,
    .product-offer .oper.mob {
        display: block !important;
    }

    /*#product_offers {*/
    /*    width: 46%;*/
    /*}*/
    .product-offer .price-images > .col-6 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {

    .description-box .product_brand_name {
        font-size: 32px;
    }

    .share_icon_block {
        right: 2.5rem;
    }

    .with-offers h3.ttl {
        margin-left: -30px;
        margin-right: -30px;
        /*background-color: #fff;*/
        padding-top: 50px;
        margin-top: 0px !important;
        padding-left: 30px;
        padding-bottom: 20px;
        margin-bottom: 0px;
    }


    #product_offers {
        width: 100%;
        position: relative;
        max-height: unset;
        margin-bottom: 20px;
    }

    #offers_box {
        /*background-color: #fff;*/
        margin-left: -30px;
        margin-right: -30px;
        padding: 0px 30px;
    }
}

@media (max-width: 419px) {
    .product-images-box img.zoom-icon {
        bottom: 2rem;
    }

}

@media (max-width: 380px) {
    .product-offer .oper.mob,
    .product-offer .additional-oper {
        margin-bottom: 10px;
    }
}


#sold_modal,
#unsubscribe-modal,
.form-modal {
    display: none;
    position: fixed;
    width: 420px;
    padding: 20px;
    left: 50%;
    margin-left: -210px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    top: 20%;
    z-index: 900;
    background-color: #fff;
}

#unsubscribe-modal {
    display: block;
    top: 35%;
}


#sold_modal .close,
#unsubscribe-modal .close,
.form-modal .close {
    display: block !important;
    position: absolute;
    cursor: pointer;
    top: -5px;
    right: 0px;
    color: #000;
    fill: black;
    opacity: 0.5;
}

#unsubscribe-modal .close {
    top: 10px;
    font-size: 16px;
    right: 10px;
    font-weight: normal;
}

#sold_modal h2,
.form-modal h2 {
    font-size: 20px;
    line-height: 24px;
    justify-content: center;
}

#sold_modal h3,
#sold_modal div,
.form-modal div,
.form-modal h3 {
    font-size: 14px;
    font-family: 'univers_55regular';
}

#sold_modal button[type='submit'],
.form-modal button[type='submit'] {
    font-size: 14px;
    height: 46px;
}

#sold_modal label.error,
.form-modal label.error {
    padding: 2px 0px;
}

#sold_modal .result,
.form-modal .result {
    padding: 0px;
    background-color: #fff;
    position: absolute;
    top: 20px;
    width: 91%;
    height: 92%;
    z-index: 99;
    text-align: center;
    font-size: 20px;
    font-family: 'Univers LT Std';
    display: none;
}

#sold_modal .result .description,
.form-modal .result .description {
    margin-top: 30%;
}


.form-modal label.req::after {
    content: '*';
    color: #dc3545;
}

#customer_phone {
    padding-left: 5rem;
}


.sold-out-box {
    margin-bottom: 5rem;
}

.sold-out-box .message {
    color: #000;
    font-size: 21px;
    font-family: 'Univers-LT-Std-55-Roman';
    margin-bottom: 1rem;
    margin-top: 4rem;
    text-align: center;
}

.sold-out-box .hint {
    text-align: center;
    margin-bottom: 4rem;
    font-family: 'Univers LT Std';
}

.sold-out-box .hint a {
    text-decoration: underline !important;
}


#link_copied {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    text-align: center;
    position: fixed;
    padding: 2rem 1rem;
    top: 45%;
    font-family: 'Univers LT Std';
    z-index: 90;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    display: none;
}

#sold_modal .subscription-box label {
    white-space: unset !important;
}


#price_request_modal {
    width: 700px;
    margin-left: -350px;
    top: 2%;
    padding: 40px;
    overflow-y: auto;
    height: 96%;
    overflow-x: hidden;
}

#price_request_modal label.req::after {
    color: #000 !important;
}

#price_request_modal .support-photo {
    background-image: url(../images/single-product/face.svg);
    width: 50px;
    height: 50px;
    background-size: cover;
    margin-right: 0.9rem;
    text-align: center;
    border-radius: 50%;
}

#user_country-error {
    position: absolute;
    margin-top: 3rem;
}

#price_request_modal .support-box .flag {
    position: relative;
    margin-top: 2.4rem;
}

#request_price_product {
    padding: 0px 4rem;
}

.form-modal .close {
    font-size: 23px;
    font-weight: lighter;
    font-family: 'Univers LT Std';
    color: #000;
    opacity: 1 !important;
    right: 20px;
    top: 18px;
    position: absolute;
}


#price_request_modal .form-title {
    font-family: 'Kanit-Medium'; /**Kanit****/
    font-style: normal;
    font-weight: 500;
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 15px;
}

#price_request_modal .form-subtitle {
    font-family: 'Kanit-Light'; /**Kanit****/
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    text-align: center;

}

#price_request_modal .support-box {
    margin-bottom: 2rem;
    margin-top: 1rem;
    justify-content: center;
}

#price_request_modal .support-name {
    font-family: 'Kanit-Light'; /**Kanit****/
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    color: #909090;
    padding-top: 5px;
}

#price_request_modal .ttl {
    font-family: 'Kanit-Medium'; /**Kanit****/
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #212121;
}


#price_request_modal .form-group,
#price_request_modal .consigment-box {
    padding: 0px 3rem;
}

#price_request_modal .consigment-box {
    margin: 0.5rem 0rem 0.5rem 0rem;
}

#price_request_modal .checkboxes label {
    white-space: inherit;
}

#price_request_modal .form-group {
    margin-bottom: 0.8rem;
}

#price_request_modal .form-group.field-box label {
    padding: 0px;
    font-style: normal;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 19px;
}

#price_request_modal .form-group.field-box label.error {
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#price_request_modal .is-valid {
    background-image: url(../images/single-product/checked.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    float: right;
    position: relative;
    bottom: 2.15rem;
    right: -25px;
}

#price_request_modal .selected-flag {
    border-right: 2px solid #BCBCBC;
}

#price_request_modal .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0);
}

#price_request_modal .form-modal label.req::after {
    color: #000;
}

#price_request_modal .form-control,
#price_request_modal .field-box .select2-container--default .select2-selection--single {
    border: 2px solid #BCBCBC !important;
    border-radius: 4px !important;
}

#price_request_modal .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 0px;
}

#price_request_modal form .field-box.active label.req {
    background-color: #fff;
    color: #000 !important;
}

#price_request_modal input[type="checkbox"] + label:before,
#price_request_modal input[type="checkbox"] + label:before,
#price_request_modal input[type="radio"] + label:before,
#price_request_modal input[type="radio"] + label:before {
    width: 20px;
    height: 20px;
    border: 2px solid #BCBCBC;
    border-radius: 4px;
}

#price_request_modal input[type="checkbox"]:checked + label:after,
#price_request_modal input[type="checkbox"]:not(:checked) + label:after,
#price_request_modal input[type="radio"]:checked + label:after,
#price_request_modal input[type="radio"]:not(:checked) + label:after {
    left: 4px;
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 6px;
}

#price_request_modal input[type=checkbox]:checked + label::before,
#price_request_modal input[type=radio]:checked + label::before {
    border-color: #000 !important;
}

.consigment-box label div {
    margin-left: 0.5rem;
}

#price_request_modal .auth-buttons-box {
    text-transform: uppercase;
    margin-bottom: 12.51rem;
}

#price_request_modal .separator {
    margin-top: 25px;
    margin-bottom: 15px;
    justify-content: center;
}

#price_request_modal .separator div {
    border-top: 1px solid #E9E9E9;
    width: 312px;
}

#price_request_modal .hint-2 {
    font-family: 'univers_55regular';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
    padding: 0px 5rem;
}

#price_request_modal button[type='submit'] {
    font-family: 'univers_55regular';
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.xs-login__item.wslu-color-scheme--ww {
    padding-top: 2px;
}

@media (max-width: 450px) {
    #sold_modal, #link_copied, .form-modal {
        width: 90%;
        margin-left: -45%;
    }
}


.select2-container.select2-container--open {
    width: auto !important;
}


.additional-oper .call-manager {
    padding-top: 11px;
}

.additional-oper .call-manager img {
    height: 22px;
}


/*Request price - social auth form*/
#xs-social-login-container .xs-login--style-1 .xs-login__item:last-child {
    float: left !important;
    width: 100% !important;
}

.xs-login__item.wslu-color-scheme--ww {
    display: none !important;
}

.social-auth-box {
    height: 4.5rem;
}

.xs-login--style-1 {
    width: 100%;
    max-width: 100% !important;
    display: block !important;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item {
    text-align: center;
    border: 1px solid #BFBFBF;
    border-radius: 0px !important;
    width: 49% !important;
    display: flex !important;
    padding: 11px 0px !important;
    box-shadow: unset !important;
    text-decoration: none !important;
    justify-content: center;
    padding-right: 0px !important;
}

#xs-social-login-container .xs-login--style-1 a.xs-login__item:hover .xs-login__item--label {
    color: #fff !important;
}

#xs-social-login-container .xs-login--style-1 a.wslu-color-scheme--ww:hover .xs-login__item--label {
    color: #000 !important;

}

.guest-auth-form-box .checkboxes label {
    white-space: unset;
    overflow: unset;
    text-align: left;
    color: #808080;
}

.wslu-color-scheme--ww .xs-login__item--icon {
    padding-top: 2px !important;
}

#xs-social-login-container .xs-login--style-1 .wslu-color-scheme--ww .xs-login__item--icon img {
    width: 28px;
    height: 27px;
    max-width: none;
    bottom: 2px;
    position: relative;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    font-size: 14px !important;
    color: #808080 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item--icon {
    width: auto !important;
    justify-content: center !important;
    display: inline-block !important;
    font-size: 16px !important;
    padding: 4px 6px;
    border-radius: 3px !important;
    height: 27px !important;
    line-height: 22px !important;

}

.guest-auth-form-box #xs-social-login-container .xs-login--style-1 .xs-login__item:last-child {
    width: 100% !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

#xs-social-login-container {
    padding: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0px !important;
}

.custom-class .xs-login__item--icon {
    float: left;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:not(:last-child) {
    margin-bottom: 15px !important;
}


#xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    font-family: 'univers_55regular' !important;
    font-weight: unset !important;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:nth-child(n+1) {
    float: left !important;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:last-child {
    float: right !important;
}


#xs-social-login-container .xs-login--style-1 .xs-login__item.wslu-color-scheme--ww {
    width: 100% !important;
    float: left;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item--label {
    white-space: initial;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:nth-child(3) {
    float: right !important;
}


@media (max-width: 900px) {
    #price_request_modal {
        width: 90%;
        margin-left: -45%;
        padding: 40px;
    }
}

@media (max-width: 767px) {
    #request_price_product {
        padding: 0px;
    }

    #price_request_modal .field-box .select2-container--default .select2-selection--single {
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
    }
}

@media (max-width: 580px) {
    #xs-social-login-container {
        display: block !important;
    }

    #xs-social-login-container .xs-login--style-1 .xs-login__item {
        min-width: 100%;
        max-width: 100%;
        width: 100% !important;
    }

    #price_request_modal .auth-buttons-box {
        margin-bottom: 18.51rem;
    }

    #price_request_modal .form-group, #price_request_modal .consigment-box,
    #price_request_modal .hint-2 {
        padding: 0px;
    }

    #price_request_modal .form-title {
        font-size: 26px;
    }

    #xs-social-login-container .xs-login--style-1 .xs-login__item--label {
        text-align: left;
        width: 80%;
    }
}

@media (max-width: 420px) {
    #price_request_modal {
        padding: 40px 15px
    }
}


button[disabled] {
    cursor: not-allowed;
}

.single-product .request_product.loading {
    background-image: url(../images/loading-png-gif.gif);
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-color: #F3F4F4;
}