@font-face {
    font-family: 'ApercuPro-Light';
    src: url('font/ApercuPro-Light.eot');
    src: url('font/ApercuPro-Light.eot') format('embedded-opentype'),
    url('font/ApercuPro-Light.woff') format('woff'),
    url('font/ApercuPro-Light.ttf') format('truetype'),
    url('font/ApercuPro-Light.svg#ApercuPro-Light') format('svg');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'ApercuPro-Bold';
    src: url('font/ApercuPro-Bold.eot');
    src: url('font/ApercuPro-Bold.eot') format('embedded-opentype'),
    url('font/ApercuPro-Bold.woff') format('woff'),
    url('font/ApercuPro-Bold.ttf') format('truetype'),
    url('font/ApercuPro-Bold.svg#ApercuPro-Bold') format('svg');
    font-style: normal;
    font-weight: bold;
}

strong {
    font-weight: bold;
}

.breadcrumb>li {
    margin: 5px 0;
}

.breadcrumb>li a {
    color: #000;
}

.breadcrumb>li a span img {
    margin-right: 5px;
}

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
    display: block;
    max-width: none;
    max-height: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    z-index: 1;
}

.xzoom-container {
    display: inline-block;
}

.xzoom-thumbs {
    text-align: center;
    margin-bottom: 10px;
}

.xzoom {
    -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);
}

.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
    -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);
}

.xzoom-source,
.xzoom-hidden {
    display: block;
    position: static;
    float: none;
    clear: both;
}


/* Everything out of border is hidden */

.xzoom-hidden {
    overflow: hidden;
}


/* Preview */

.xzoom-preview {
    border: 1px solid #888;
    background: white;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
}


/* Lens */

.xzoom-lens {
    border: 1px solid #555;
    box-shadow: -0px -0px 10px rgba(0, 0, 0, 0.50);
    cursor: crosshair;
}


/* Additional class that applied to thumb when it is active */

.xactive {
    outline: 2px solid #000;
}


/* Caption */

.xzoom-caption {
    position: absolute;
    bottom: -43px;
    left: 0;
    background: #000;
    width: 100%;
    text-align: left;
}

.xzoom-caption span {
    color: #fff;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
}


/* PRODUCT SLIDER */

#product-slider .left-side {
    float: left;
    display: inline-block;
    max-width: 90px;
    margin: 0 10px 0 0;
}

#product-slider .left-side .thumbs .slick-slide {
    border: 2px solid transparent;
    margin: 0 0 18px 0;
}

#product-slider .left-side .thumbs .slick-slide:focus {
    outline: none;
}

#product-slider .left-side .thumbs .slick-slide .thumbnail_image {
    /*width: 126px;*/
    /*height: 126px;*/
    width: 90px;
    height: 89px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
}

#product-slider .left-side .thumbs .slick-slide.slick-current:active,
#product-slider .left-side .thumbs .slick-slide.slick-current:focus,
#product-slider .left-side .thumbs .slick-slide .thumbnail_image:focus,
#product-slider .left-side .thumbs .slick-slide .thumbnail_image:active {
    outline: none;
    box-shadow: none;
}

#product-slider .left-side .thumbs .slick-slide:hover {
    cursor: pointer;
}

#product-slider .left-side .thumbs .slick-slide.slick-current {
    border: 2px solid #000;
}

#product-slider .right-side {
    display: inline-block;
    max-width: 510px;
    position: relative;
}
@media screen and (min-width: 1500px) {
    #product-slider .right-side {
        margin-left: 110px
    }
}

#product-slider .open_zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: transparent;
    -webkit-transition: transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
    z-index: 2;
    width: 42px;
    height: 42px;
    background-image: url("../image/product-page/zoom-sprite-min.png");
    background-position: -5px -5px;
    border: none;
}

#product-slider .open_zoom:focus {
    outline: none;
}

#product-slider .open_zoom.active {
    background-position: -57px -5px;
}

#product-slider .open_zoom:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

#product-slider .thumbs .prev,
#product-slider .thumbs .next {
    position: absolute;
    left: 2px;
    right: 2px;
    font-size: 28px;
    line-height: 50px;
    text-align: center;
    color: black;
    z-index: 1;
    /*background-color: rgba(0, 0, 0, 0.5);*/

}
#product-slider .thumbs .prev {
    transform: translateY(-100%);
}
#product-slider .thumbs .next {
    transform: translateY(100%);
}
#product-slider {
/*    padding-top: 55px;
    padding-bottom: 55px;*/

    padding-top: 28px;
    padding-bottom: 28px;
}

#product-slider .thumbs .prev:hover {
    cursor: pointer;
}

#product-slider .thumbs .next:hover {
    cursor: pointer;
}

#product-slider .thumbs .prev {
    top: 0;
}

#product-slider .thumbs .next {
    bottom: 15px;
}

.slick-initialized .slick-slide:focus {
    outline: none;
}


/* end of PRODUCT SLIDER */


/* PRODUCT PAGE */

#product_page {
    /*font-family: "Roboto";*/
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    /*margin: 0 0 155px 0;*/
    min-width: 320px;
    margin: 0;
}

#product_page .product_page__info .mb-cl2.cl-mergeTwinsHorizontally{
    column-gap: 20px;
}

#product_page .product_page__info .ctaWrapper{
    display: none;
}

#product_page .page_top {
    /*display: block;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

#product_page .page_top>.left-block {
    display: inline-block;
    vertical-align: top;
}

#product_page .page_top>.right-block {
    display: inline-block;
    /*max-width: 405px;*/
    max-width: 450px;
    /*padding: 0 15px 0 0;*/
    float: right;
    vertical-align: top;
    width: 100%;
}

#product_page button:hover,
#product_page a:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

#go_back_btn {
    display: block;
    overflow: hidden;
    width: 100%;
}

#go_back_btn a {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    vertical-align: middle;
    display: inline-block;
}

#go_back_btn i {
    padding: 0 12px 5px 0;
    font-size: 30px;
    vertical-align: middle;
}

#product_page img {
    max-width: 100%;
}

#product_page .input-group-btn img {
    max-width: none;
}

#product_page .product-right-content h1 {
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    /*line-height: 30px;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 3px;*/
    display: block;
    overflow: hidden;
    /*margin: 0 0 2px 0;*/

    margin-bottom: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}

#product_page .product-right-content h4 {
    font-size: 16px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    margin: 0;
    display: block;
}

#product_page .product-right-content .reference {
    letter-spacing: 0px;
    display: block;
    margin: 0 0 29px 0;
}

#product_page .product-right-content .product-description {
    letter-spacing: 1.4px;
    line-height: 18px;
    display: block;
    margin: 0 0 30px 0;
}

#product_page .product-right-content .product-description * {
    color: rgb(0, 0, 0);
    font-family: MontblancType, Arial;
    font-size: 12.8px;
    letter-spacing: 0.24px;
    text-align: justify;
}

#product_page .product-right-content .mechanism {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.first-order-sale {
    overflow: hidden;
    position: relative;
    margin: 5px 0 0 0;
}

.first-order-sale p.first {
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0 0 0;
    max-width: 127px;
}

.first-order-sale p.second {
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 35px;
    color: #828282;
    display: inline-block;
    text-align: right;
    float: right;
}

.first-order-sale-card {

}

.first-order-sale-card p:first-child {
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 16px;
    color: #828282;
    margin: 0;
}

.first-order-sale-card p:last-child {
    /*font-family: "Roboto";*/
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    margin: 0;
}

#product_page .product-right-content .price-block {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 20px 0 7px;
    border-bottom: 1px solid #b2b2b2;
}

#product_page .product-right-content .price-block .price-block-wrapper {
    overflow: hidden;
}

#product_page .product-right-content .price-block .left-side {
    float: left;
    display: inline-block;
}

#product_page .product-right-content .price-block .right-side {
    float: right;
    display: inline-block;
}

#product_page .product-right-content .price-block .amount {
    font-size: 16px;
    /*letter-spacing: 1.6px;*/
}

#product_page .product-right-content .price-block .amount input {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 11px;
    padding: 4px 5px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #000;
    background: transparent;
}

#product_page .product-right-content .price-block .price {
    /*font-weight: bold;*/
    /*font-size: 30px;*/
    /*line-height: 32px;*/
    /*letter-spacing: 3px;*/
    /*margin: 0 0 3px 0;*/

    margin-bottom: 38px;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #131313;
}

#product_page .product-right-content .mechanism span {
    font-weight: 300;
}

#product_page .product-right-content .product-pay {
    padding: 15px 15px 15px 15px;
    background-color: #E9E9E9;

    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #131313;
}

#product_page .product-right-content .product-pay p {
    margin-bottom: 5px;
}

#product_page .product-right-content .product-pay a {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #131313;
}

#product_page .product-right-content .under-price {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
}

#product_page .product-right-content .add_to_cart {
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 14px 0 0 0;
}

#product_page .product-right-content .add_to_cart #to_cart_btn {
    width: 100%;
    padding: 14px 25px 13px;
}

#to_cart_btn {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 16px 33px 17px 25px;
    text-transform: uppercase;
    font-family: 'ApercuPro-Bold';
    letter-spacing: 1.5px;
    border: none;
}

#to_cart_btn img {
    vertical-align: text-bottom;
    display: inline-block;
    padding: 0 15px 0 0;
}

#product_page .product-right-content .social-and-share {
    display: block;
    margin: 20px 0 0 0;
}

#product_page .product-right-content .social-and-share .facebook {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -5px -5px;
    vertical-align: middle;
}

#product_page .product-right-content .social-and-share .twitter {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -70px -5px;
    vertical-align: middle;
}

#product_page .product-right-content .social-and-share .share {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -5px -40px;
    vertical-align: middle;
}

#product_page .product-right-content .social-and-share .print {
    width: 25px;
    height: 25px;
    display: inline-block;
    background-position: -40px -5px;
    vertical-align: middle;
}

#product_page .product-right-content .social-and-share a {
    font-size: 12px;
    color: #000;
    letter-spacing: 1.1px;
    float: left;
    margin: 0 20px 15px 0;
}

#product_page .product-right-content .social-and-share a:hover {
    cursor: pointer;
}

#product_page .product-right-content .social-and-share a span {
    margin: 0 10px 0 0;
}


#product_page .details-block {
    margin: 0 !important;
}

#product_page .details-block ul {
    margin: 40px 0 50px;
}

#product_page .details-block li {
    /*list-style: disc;*/
    /*margin: 0 0 0 15px;*/
    /*font-size: 14px;*/
    /*line-height: 25px;*/
    /*letter-spacing: 1.3px;*/

    margin-bottom: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    list-style-type: none;
}
#product_page .details-block li span {
    text-transform: uppercase;
}


#product_page .details-block .title {
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 1.6px;*/
    position: relative;
    display: block;
    padding: 21px 0px;

    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #131313;

    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    opacity: 1 !important;
}

#product_page .details-block .title:before,
#product_page .details-block .title:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 24px;
    height: 1px;
    margin: auto;
    background-color: #131313;
    transition: 0.3s;
}
#product_page .details-block .title:after {
    transform: rotate(90deg);
}

#product_page .details-block .title.open:after {
    opacity: 0;
}

#product_page .details-block .title i {
    display: none;
}

#product_page .details-block .title:hover {
    cursor: pointer;
    opacity: 0.7;
}

#product_page .details-block .title.open i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

#product_page .details-block .title i {
    font-size: 20px;
    padding: 0 0 0 8px;
    vertical-align: text-bottom;
}


/* PRODUCT SLIDER */
.product_slider_block {
    margin-top: 50px;
    margin-bottom: 96px;
}
.product_slider_block .title {
    /*font-weight: bold;*/
    /*font-size: 24px;*/
    /*text-transform: uppercase;*/
    display: block;
    /*letter-spacing: 2.7px;*/
    /*margin: 0 0 17px 0;*/

    margin-bottom: 80px;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color: #131313;
}

.product_slider_block .sub-title {
    letter-spacing: 1.3px;
    display: block;
    margin: 0 0 35px 0;
}

.product_slider_block .item {
    padding: 10px 15px;
}
.product_slider_block .item > a {
    color: #000;
}

.product_slider_block .item > a:focus,
.product_slider_block .item > a:visited,
.product_slider_block .item > a:active,
.product_slider_block .item > a:hover {
    text-decoration: none;
}

.product_slider_block .item .img-container {
    /*width: 173px;
    height: 173px;*/
    /*margin: 0 auto 35px auto;*/
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

    max-width: 310px;
    width: 100%;
    height: 310px;
    margin: 0 auto 65px;
}
.product_slider_block .item .slide-title {
    /*font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;*/
    display: block;
    /*letter-spacing: 1.5px;*/
    padding-right: 10px;

    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #131313;
}

.product_slider_block .item .slide-sub-title {
    font-size: 12px;
    line-height: 16px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}

.product_slider_block .item .slide-price {
    /*font-size: 12px;*/
    /*line-height: 16px;*/
    display: block;
    text-transform: uppercase;
    /*letter-spacing: 1.2px;*/

    margin-top: 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #131313;
}
.modal .product_slider_block .item .img-container {
    height: 195px;
    margin-bottom: 45px;
}
.modal .product_slider_block.advanced .content {
    padding: 0;
}

#to-cart-related-products .slide-price{
    margin-top: 10px;
    font-weight: bold;
    font-size: 18px;
}

.product_slider_block .product_slider .owl-prev,
.product_slider_block .product_slider .owl-next {
    font-size: 35px;
    position: absolute;
    top: 49%;
}

.product_slider_block .product_slider .owl-next {
    right: 0;
}

@media screen and (min-width: 1700px) {
    .product_slider_block .product_slider .owl-prev {
        left: -8%
    }
    .product_slider_block .product_slider .owl-next {
        right: -8%
    }
}

.product_slider_new {
    margin-top: 95px;
    margin-bottom: 50px;
}
.product_slider_new .title {
    margin-bottom: 25px;
}


.our-shop-container {
    max-width: 690px;
    margin: 0 auto;
}

.our-shop-container img {
    width: 100%;
    height: auto;
    margin: 30px auto 15px auto;
}

.our-shop-container li {
    margin: 0 0 5px 0;
}

.our-shop-container .section-4 {
    padding: 30px 0;
}

.our-shop-container .section-7 {
    padding: 60px 0 0 0;
}

.our-shop-container p {
    margin: 5px 0;
}

.show_filter {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.product-gift-fields {
    max-width: 385px;
    margin: 0 auto 0 0;
}

.product-gift-fields .field-block {
    position: relative;
    overflow: hidden;
    margin: 0 0 7px 0;
    font-size: 14px;
    letter-spacing: 0;
}

.product-gift-fields .field-block .left-side {
    display: inline-block;
}

.product-gift-fields .field-block .right-side {
    display: inline-block;
    float: right;
}

.product-gift-fields .field-block input,
.product-gift-fields .field-block textarea {
    border: 1px solid #000;
    padding: 1px 5px;
    width: 210px;
}

.product-gift-fields .field-block textarea {
    resize: none;
    padding: 5px;
    height: 45px;
}

.product-gift-fields .price-range-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    margin: 30px 0;
}

.product-gift-fields .range-values-container .second-value {
    text-align: right;
}

.product-gift-fields .range-values-container i {
    float: none;
    margin: 0 0 0 2px;
}

.product-gift-fields .noUi-horizontal {
    height: 10px;
}

.product-gift-fields .noUi-horizontal .noUi-tooltip {
    border: none;
    padding: 6px 30px;
}

.product-gift-fields .noUi-target {
    border-radius: 9px;
    border: none;
    background-color: #e9e9e9;
    margin: 0 5px;
}

.product-gift-fields .noUi-horizontal .noUi-handle {
    width: 12px;
    height: 12px;
    border: none;
    border-radius: 50%;
    background-color: #000;
    box-shadow: none;
    top: -1px;
    left: -6px;
    cursor: pointer;
}

.product-gift-fields .noUi-handle:after,
.product-gift-fields .noUi-handle:before {
    display: none;
}

.total-gift-certificates .section-option-block {
    margin: 0 0 10px 0;
}

.total-gift-certificates label {
    float: left;
}

.total-gift-certificates .option-text {
    display: inline-block;
    float: none;
    margin: 0 0 0 30px;
}

.total-gift-certificates .title {
    font-weight: bold;
    margin: 0 0 30px 0;
    font-size: 14px;
    letter-spacing: 1.1px;
    color: #000;
}

.total-gift-certificates .section-content-option {
    margin: 0;
}

.total-gift-certificates {
    margin: 0 0 15px 0;
}

/* end of PRODUCT SLIDER */

@media screen and (max-width: 1199px) {
    #product-slider .right-side {
        max-width: 420px;
    }
    #product-slider .left-side {
        max-width: 94px;
    }
    #product-slider .left-side .thumbs .slick-slide .thumbnail_image {
        width: 90px;
        height: 90px;
    }
    #product_page .page_top>.right-block {
        max-width: 390px;
        padding: 0;
    }
    .product_slider_block .title,
    #product_page .product-right-content h1 {
        font-size: 22px;
    }
    #product_page .product-right-content h4 {
        font-size: 14px;
    }
    #product_page .product-right-content .price-block {
        margin: 30px 0 0 0;
    }
    #product-slider .open_zoom {
        width: 34px;
        height: 34px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 0 0;
    }
    #product-slider .open_zoom.active {
        background-position: -34px 0;
    }
    #product-slider .thumbs .prev,
    #product-slider .thumbs .next {
        font-size: 40px;
        line-height: 40px;
    }
    .product_slider_block .item .img-container {
        width: 150px;
        height: 150px;
    }
    #to_cart_btn {
        padding: 12px 25px 13px 18px;
    }
}

@media screen and (max-width: 991px) {
    #product_page .page_top>.left-block {
        display: block;
        width: 100%;
        text-align: center;
    }
    #product-slider .right-side {
        max-width: 560px;
    }
    #product-slider .left-side {
        max-width: 130px;
    }
    #product-slider .left-side .thumbs .slick-slide .thumbnail_image {
        width: 126px;
        height: 126px;
    }
    #product_page .page_top>.right-block {
        max-width: 100%;
    }
    .product_slider_block .item .img-container {
        width: 173px;
        height: 173px;
    }
}

@media screen and (max-width: 767px) {

    .stylos-products .row {
        display: block
    }
    #product-slider .left-side {
        max-width: 100%;
        float: none;
        margin: 0 auto 30px auto;
        display: block;
    }
    #product-slider .right-side {
        max-width: 380px;
    }
    #product-slider .left-side .thumbs .slick-slide .thumbnail_image {
        width: 100%;
        height: initial;
    }
    #product-slider .left-side .thumbs .slick-slide .thumbnail_image:after {
        content: '';
        display: block;
        position: relative;
        padding: 0 0 100% 0;
    }
    #product-slider {
        margin: 0 45px 15px 45px;
    }
    #product-slider .thumbs .prev,
    #product-slider .thumbs .next {
        background-color: #000;
        color: #fff;
        height: 100%;
        width: 50px;
    }
    #product-slider .left-side .thumbs .slick-slide {
        margin: 0;
    }
    #product-slider .thumbs .prev {
        left: 0;
        right: auto;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    #product-slider .thumbs .next {
        left: auto;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    #product-slider .thumbs .prev i,
    #product-slider .thumbs .next i {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg);
    }
    #product_page .product-right-content h1 {
        margin: 30px 0 2px 0;
    }
}

@media screen and (max-width: 549px) {
    #product-slider .right-side {
        max-width: 100%;
    }
    #product_page {
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 479px) {
    #product_page .product-right-content .price-block .left-side {
        display: block;
        float: none;
    }
    #product_page .product-right-content .price-block .right-side {
        display: block;
        float: none;
        text-align: right;
    }
    #product_page .product-right-content .social-and-share {
        overflow: hidden;
        text-align: center;
    }
    #product_page .product-right-content .add_to_cart {
        text-align: center;
    }
    #product_page .product-right-content .social-and-share a {
        float: none;
        margin: 0 15px 15px 0;
        display: inline-block;
    }
    #product_page .details-block li {
        line-height: 20px;
    }
}


/* end of PRODUCT PAGE */

/* CHECKOUT */

#checkout .top-title {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2.3px;
    display: block;
    margin: 0 0 25px 0;
    text-transform: uppercase;
    color: #000;
}

#checkout .product-list {
    padding: 0 25px 0 0;
}

#checkout .product-list .item {
    display: block;
    border-top: 1px solid #b2b2b2;
    padding: 10px 0 25px 0;
    position: relative;
}

#checkout .product-list .item .image-wrapper {
    width: 186px;
    height: 186px;
    padding: 20px;
    border: 2px solid #000;
    display: inline-block;
    margin: 0 25px 54px 0;
    vertical-align: top;
}

#checkout .product-list .item .img-container {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

#checkout .product-list .item .details {
    display: inline-block;
    vertical-align: top;
    position: relative;
    float: right;
    width: 100%;
    max-width: 415px;
}

#checkout .product-list .item .close {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: cover;
    background-position: center;
    top: 15px;
    right: 0;
    z-index: 1;
    opacity: 1;
}
#checkout .product-list .item .close:hover {
    cursor: pointer;
}


#checkout .product-list .item .details .title {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 2px;
    font-weight: bold;
    display: block;
    padding-right: 25px;
}

#checkout .product-list .item .details .sub-title {
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    margin: 0 0 54px 0;
}

#checkout .product-list .item .details .amount {
    font-size: 16px;
    letter-spacing: 1.6px;
    margin: 0 0 8px 0;
}

#checkout .product-list .item .details .amount input {
    font-size: 12px;
    border: 1px solid #000;
    padding: 2px 5px;
    display: inline-block;
    width: 25px;
    background: transparent;
}

#checkout .product-list .item .details .reference {
    display: block;
    margin: 0;
}

#checkout .product-list .item .details .price-block {
    display: block;
    text-align: right;
}

#checkout .product-list .item .details .price-block .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 2.4px;
    margin: 0 0 3px 0;
    display: block;
    color: #000;
}

#checkout .product-list .item .details .price-block  .under-price {
    display: block;
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
}

#checkout .product-list .item .buttons button {
    display: inline-block;
    background: #b2b2b2;
    color: #fff;
    padding: 21px 32px 17px 32px;
    text-transform: uppercase;
    font-family: 'ApercuPro-Bold';
    letter-spacing: 1.5px;
    border: none;
    -webkit-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
    margin: 0;
}

#checkout .product-list .item .buttons button:nth-child(even) {
    float: right;
}

#checkout .product-list .item .buttons button:hover {
    background: #000;
}

#checkout .total-block {
    overflow: hidden;
    position: relative;
    border-top: 1px solid #b2b2b2;
    padding: 38px 0 0 0;
    margin: 0 20px 0 15px;
}

#checkout .total-block .summary {
    display: block;
    width: 100%;
    margin: 0 0 0 0;
}

#checkout .total-block .summary li {
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}

#checkout .total-block .summary li .key {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.1px;
    float: left;
    max-width: 70%;
    color: #000;
}

#checkout .total-block .summary li:last-child .key {
    font-size: 11px;
}

#checkout .total-block .summary li:last-child .value {
    font-size: 13px;
}

#checkout .total-block .summary li .value {
    float: right;
    font-size: 18px;
    letter-spacing: 1.1px;
    color: #000;
}

#checkout .total-block .total-frame {
    border: 2px solid #000;
    display: block;
    padding: 60px 30px 44px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.4px;
}

#checkout .total-block .total-frame a {
    font-weight: bold;
    font-style: italic;
    color: #000;
}

#checkout .total-block .total-summary {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 20px 0 20px 0;
}

#checkout .total-block .total-summary li {
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
}

#checkout .total-block .total-summary li .key {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1.1px;
    float: left;
    max-width: 70%;
    display: inline-block;
    margin: 6px 0 0 0;
    color: #000;
}

#checkout .total-block .total-summary li .value {
    float: right;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.1px;
    color: #000;
}

#checkout .total-block .buttons {
    margin: 0 0 37px 0;
}

#checkout .total-block .buttons button {
    background: #000;
    color: #fff;
    padding: 21px 32px 17px 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border: none;
    margin: 0;
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

#checkout .total-block .buttons button:hover {
    opacity: 0.7;
}

#checkout .total-block .pay-systems {
    display: block;
}

#checkout .total-block .pay-systems p {
    text-transform: uppercase;
    letter-spacing: 1.4px;
    display: block;
    margin: 0 0 5px 0;
    font-size: 14px;
}

#checkout .total-block .pay-systems img {
    vertical-align: bottom;
    margin: 0 15px 0 0;
}

.product_slider.advanced {
    border: 2px solid #000;
    padding: 20px 20px 55px 20px;
}

.product_slider_block.advanced {
    display: block;
    margin: 80px 0 75px 0;
}

#to-cart-related-products .product_slider_block.advanced {
    margin: 35px 0 0;
 }

.product_slider_block.advanced .owl-next {
    right: 20px;
}

#to-cart-related-products .product_slider_block.advanced .owl-next {
    right: -20px;
}

.product_slider_block.advanced .owl-prev {
    left: 20px;
}

#to-cart-related-products .product_slider_block.advanced .owl-prev {
    left: -20px;
}

.product_slider_block.advanced .amount {
    font-size: 12px;
    letter-spacing: 1.6px;
    margin: 0 0 12px 0;
}

.product_slider_block.advanced .bottom-block {
    margin: 18px 0 12px 0;
}

.product_slider_block.advanced .amount input {
    font-size: 12px;
    border: 1px solid #000;
    padding: 2px 5px;
    display: inline-block;
    width: 25px;
    background: transparent;
}

.product_slider_block.advanced .bottom-block {
    display: block;
    overflow: hidden;
}

.product_slider_block.advanced .bottom-block .amount {
    float: left;
    display: inline-block;
}

.product_slider_block.advanced .bottom-block a {
    float: right;
    display: inline-block;
    color: #000;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 3px 0 0 0;
}

.product_slider_block.advanced .content {
    padding: 0 25px;
}

.product_slider_block.advanced .buttons {
    display: block;
    overflow: hidden;
    text-align: center;
}

.product_slider_block.advanced .to-basket {
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 5px 18px;
    width: 100%;
}

.product_slider_block.advanced .to-basket:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.product_slider_block.advanced .slide-title {
    color: #000;
}

.product_slider_block.advanced .title {
    margin: 0 0 30px 0;
}

.product_slider_block.advanced .item .slide-title {
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1.4px;
/*    height: 36px;*/
    overflow: hidden;
}

#checkoutModal .modal-dialog {
    width: 100%;
    max-width: 830px;
    border-radius: 0;
    margin: 30px auto 0 auto;
}

#checkoutModal .modal-header {
    text-align: center;
    background-color: #EDEDED;
    font-family: "Averta CY", sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
    color: #000000;
    padding-top: 43px;
    padding-bottom: 28px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -10px;
}

#checkoutModal .modal-dialog .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    color: #000;
    opacity: 1;
    font-size: 12px;
}

.checkoutModal .modal-content {
    border-radius: 0;
    padding: 10px 10px 48px 10px;
    font-family: "Averta CY", sans-serif;
}

.checkoutModal .nav-tabs {
    border: none;
    max-width: 368px;
    margin: auto;
    padding-top: 33px;
    display: flex;
    align-items: flex-end;
}

.checkoutModal .nav-tabs > li {
    float: left;
    margin: 0;
    width: 50%;
    text-align: center;
}

.checkoutModal .nav-tabs > li a {
    border-radius: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #707070;
    color: #131313;
    font-size: 16px;
    padding: 13px 15px 20px 15px;
}

.checkoutModal .nav-tabs > li.active a {
    border-bottom: 2px solid #000000;
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding: 13px 10px 15px 10px;
}

.checkoutModal .nav-tabs > li a:focus,
.checkoutModal .nav-tabs > li a:active,
.checkoutModal .nav-tabs > li a:hover {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
}

.checkoutModal .nav-tabs > li.active a:hover {
    opacity: 0.7;
}

.checkoutModal .title {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    margin: 10px 0 30px 0;
    color: #000;
}

.checkoutModal .tab-content {
    margin: 53px 0 0 0;
}

.checkoutModal .tab-content form {
    width: 100%;
    max-width: 370px;
    margin: auto;
}

.checkoutModal .tab-content form .input .customer-group > label {
    border: 0;
}

.checkoutModal .tab-content form .input {
    margin-bottom: 17px;
}

.checkoutModal .tab-content form .forgot-password-text a {
    text-decoration-line: underline;
    color: #131313;
    font-weight: 300;
    margin-left: 17px;
    font-size: 14px;
}

.checkoutModal .tab-content form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .checkoutModal .tab-content form select {
    width: 100%;
    height: 56px;
    padding: 17px;
    border: 1px solid #707070;
    background-color: #FFFFFF;
    font-size: 14px;
}

.checkoutModal .tab-content form input:not([type="submit"]):not([type="checkbox"]):focus, .checkoutModal .tab-content form select:focus {
    outline: none;
    border-color: #000;
}

.checkoutModal .tab-content form button[type="submit"] {
    background-color: #fff;
    color: #131313;
    text-transform: uppercase;
    width: 100%;
    padding: 14px 15px;
    margin: 30px 0 0 0;
    font-size: 14px;
    border: 1px solid #131313;
    -webkit-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.checkoutModal .tab-content form button[type="submit"]:hover {
    background-color: #131313;
    color: #fff;
}

.checkoutModal .tab-content form label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 1.2px;
    margin: 10px 0 8px 0;
}

.checkoutModal .tab-content form .input .customer-group label {
    display: inline;
    font-size: 15px;
    font-weight: 300;
    color: #131313;
    padding-left: 8px;
}

.checkoutModal .tab-content form .input .customer-group input[type=radio]:checked + label {
    background: transparent !important;
    color: #131313;
    font-weight: normal;
}

.checkoutModal .tab-content form .input .customer-group input[type='radio'] {
    display: none;
}

.checkoutModal .tab-content form .input .customer-group input[type='radio'] + *::before {
    width: 16px;
    height: 16px;
    border-radius: 15px;
    top: 2px;
    left: -8px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #131313;
    cursor: pointer;
}

.checkoutModal .tab-content form .input .customer-group input[type="radio"]:checked + * {
    color: #131313;
}

.checkoutModal .tab-content form .input .customer-group input[type="radio"]:checked + *::before {
    background: radial-gradient(#131313 0%, #131313 40%, transparent 50%, transparent);
    border-color: #131313;
}

.checkoutModal .socials {
    display: block;
    margin: 50px 0 0 0;
    text-align: center;
}

.checkoutModal .sub-title {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 17px 0;
    color: #000;
}

.checkoutModal .socials > a {
    display: inline-block;
    margin: 0 7px;
}

.checkoutModal .socials > a:hover {
    opacity: 0.7;
}

.checkoutModal .without-registration {
    text-align: center;
    margin: 25px 0 60px 0;
}

.checkoutModal .without-registration a {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1.4px;
}

.checkoutModal .tab-content form #remember-me {
    visibility: hidden;
    height: 0;
    margin: 0;
    font-size: 0;
    position: absolute;
}

.checkoutModal .tab-content form #remember-me + label {
    font-size: 11px;
    margin: 0;
}

.checkoutModal .tab-content form #remember-me + label:hover {
    cursor: pointer;
}

.checkoutModal .tab-content form #remember-me + label:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-transition:  background-color 0.3s ease-out 0s;
    transition:  background-color 0.3s ease-out 0s;
    margin-right: 5px;
}

.checkoutModal .tab-content form #remember-me:checked + label:before {
    background-color: #000;
}

.checkoutModal .form-param {
    margin: 20px 0 0 0;
    overflow: hidden;
    display: block;
}

.checkoutModal .form-param .left-side {
    display: inline-block;
    vertical-align: top;
}

.checkoutModal .form-param .right-side {
    vertical-align: top;
    display: inline-block;
    float: right;
}

.checkoutModal .form-param .right-side a {
    font-size: 11px;
    color: #929292;
    max-width: 130px;
    display: inline-block;
    letter-spacing: 1.4px;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.88);
}

.modal-backdrop.in {
    opacity: 1;
}

.checkoutModal a.btn-visual {
    background-color: #fff;
    color: #131313;
    text-transform: uppercase;
    padding: 8px 15px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.4px;
    max-width: 370px;
    border: 1px solid #131313;
    display: block;
    margin: auto;
    font-weight: normal;
}

.checkoutModal a.btn-visual:hover {
    background-color: #131313;
    color: #fff;
    text-decoration: none;
}

.checkoutModal .without-registration.login-tab {
    margin: 15px 0 0 0;
}

#ModalWithoutLogin .title {
    font-size: 18px;
    letter-spacing: 2px;
}

#ModalWithoutLogin .tab-content form button[type="submit"] {
    line-height: 22px;
    font-size: 16px;
}

#ModalWithoutLogin .modal-dialog {
    max-width: 562px;
    width: 100%;
}

#ModalWithoutLogin .modal-content {
    padding: 45px 0 62px 0;
}

#ModalWithoutLogin .tab-content form button[type="submit"] {
    padding: 7px 15px 8px 15px;
    margin: 55px 0 0 0;
}

.account_msg {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    display: block;
    padding: 10px 15px;
    margin: 0 0 10px 0;
}

#print-logo {
    display: none;
}
#print-logo img {
    max-width: 261px;
    max-height: 142px;
    float: left;
}
#print-logo p {
    float: left;
    text-transform: uppercase;
    margin-top: 110px;
    font-size: 24px;
}
@media print {
    header,
    footer,
    .modal,
    #go_back_btn,
    #product-slider .left-side,
    #dev-tools,
    #product_page .product-right-content .social-and-share,
    #product_page .product-right-content .add_to_cart,
    #product_page .product-right-content .price-block .left-side, #product_page  .product_slider_block {
        display: none;
    }
    body #tsbadge4_db8d3657bdbe440c985ae127463eaad4[data-shopname]{
        display: none !important;
    }

    #print-logo {
        display: block;
    }
    .breadcrumb.row {
        display: none;
    }

    #product_page .page_top {
        display: block;
        width: 100%;
    }

    #product_page .page_top>.left-block,
    #product_page .page_top>.right-block {
        width: 48%;
        float: left;
        display: inline-block;
        overflow: hidden;
        margin: 60px 0 15px 0;
    }

    #product_page img {
        max-width: 50%;
    }
}

/* END OF CHECKOUT 1*/


#product-slider {
    opacity: 0;
}

@media only screen and (max-width: 767px){
    .slogan-container {
        margin-top: 14%;
    }
    div#cart{
        width: initial;
        margin-top: 2px;
        display: inline-block;
    }

    .checkoutModal .nav-tabs > li a {
        font-size: 16px;
    }

    .collapse-mobile {
        display: none;
    }
    .to-cart-buttons button, .to-cart-product-image {
        float: none !important;
        display: block;
        margin: 0 auto 10px;
    }
    .to-cart-product-info {
        margin-top: 20px;
        margin-left: 0;
    }



}
@media(max-width: 480px){
    .checkoutModal .nav-tabs > li a {
        font-size: 12px;
        padding: 10px 5px 10px 5px;
    }

    .checkoutModal .nav-tabs > li.active a {
        font-size: 16px;
    }

    .product-gift-fields .field-block .right-side {
        float: none;
        display: block;
    }
}
@media(max-width: 320px){
    .slogan{
        font-size: 20px;
    }
    .to-cart-product-details > div {
        float: none !important;
        text-align: left;
        margin-top: 20px;
    }
}

#product-slider.mobile {
    margin: 0;
    padding: 0;
}

[data-shopname] {
    width: 100%;
    position: static!important;
}

#tsbadge4_db8d3657bdbe440c985ae127463eaad4[data-shopname] {
    display: block!important;
}

div#tsbadgeResponsiveTop_db8d3657bdbe440c985ae127463eaad4 {
    display: none!important;
}

[data-shopname] > div {
    width: 100%;
    max-width: 100%!important;
}

.pens-description .description span {
    /*font-family: Roboto !important;*/
    font-weight: 300;
}
.pens-description .description {
    max-width: 100% !important;
    text-align: justify;
}

div[class^='headline_']{
    display: none !important;
}

.footerRight>a{
    display: none !important;
}

/* 404 page begin*/

.not-found-page {
    background-image: url('../image/404page/Montblanc.jpg');
    background-position: center;
    width: 100%;
    padding-top: 192px ;
    padding-right: 374px;
    padding-bottom: 222px ;
    padding-left: 368px ;
}
.text-404 {
/*font-family: Roboto;*/
    color: #000;
    padding-left: 33px;
    padding-top: 18px;
}
.text-404 h2 {
    font-size: 24px;
    color: #000;
    padding: 0px;
    margin: 0px;
}
.text-404 p {
    font-size: 18px;
    padding-top: 4px;
    line-height: normal;
}
.text-404 hr {
    background-color: #000;
    height: 8px;
    width: 225px;
    margin-left:0;
    text-align:left;
    margin-top: 4px;
}
.text-404 button {
    text-transform: uppercase;
    background: #fff;
    border: none;
    font-size: 18px;
    padding:  15px 28px;
    margin-top: 30px;
}
@media only screen and (max-width: 1800px) {
    .not-found-page {
        padding-right: 200px;
        padding-left: 200px ;
    }
}
@media only screen and (max-width: 1500px) {
    .not-found-page {
        padding-right: 130px;
        padding-left: 140px ;
    }
}

@media only screen and (max-width: 1300px) {
    .not-found-page {
        padding-right: 100px;
        padding-left: 110px ;
    }
}
@media only screen and (max-width: 1200px) {
    .not-found-page {
        padding-top: 80px ;
        padding-bottom: 80px ;
        padding-left: 100px ;
    }
    .img-page-not-faund {
        height: 100%;
        width: 95%;
    }
    .text-404 {
        padding-left: 33px;
    }
    .text-404 p {
        font-size: 17px;
        padding-top: 4px;
        line-height: normal;
    }
}
@media only screen and (max-width: 991px) {
    .logo {
        max-width: 160px;
    }
    .header-bottom {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .header-bottom .header-bottom-item{
        padding-left: 25px;
    }
    .not-found-page {
        padding-left: 45px ;
    }
    .img-page-not-faund {
        height: 100%;
        width: 350px;max-width:100%; max-height:100%; margin:auto;
    }
    .text-404 {
        padding-left: 15px;
        padding-top: 50px;
    }
    .text-404 h2 {
        font-size: 20px;
        color: #000;
        padding: 0px;
        margin: 0px;
    }
    .text-404 p {
        font-size: 16px;
        padding-top: 4px;
        line-height: normal;
    }
    .text-404 hr {
        background-color: #000;
        height: 6px;
        width: 225px;
        margin-left:0;
        text-align:left;
        margin-top: 4px;
    }
    .text-404 button {
        text-transform: uppercase;
        font-size: 14px;
        padding:  10px 23px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 400px) {
    .not-found-page {
        padding-left: 30px ;
    }
    .img-page-not-faund {
        height: 100%;
        width: 280px;
        max-width:100%; max-height:100%; margin:auto;
    }
    .text-404 {
        padding-left: 15px;
        padding-top: 50px;
    }
    .text-404 h2 {
        font-size: 18px;
    }
    .text-404 p {
        font-size: 15px;
        padding-top: 4px;
        line-height: normal;
    }
    .text-404 hr {
        background-color: #000;
        height: 4px;
    }
    .text-404 button {
        text-transform: uppercase;
        font-size: 12px;
        padding:  8px 20px;
        margin-top: 30px;
    }
}
/* 404 page end*/
