.wrapper {
    margin-top: 150px;
}

.product-page {
    margin-top: 0;
    padding-top: 80px;
    background-color: #F7F7F7;
}

.breadcrumbs-product {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.breadcrumbs-product li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.breadcrumbs-product li:after {
    content: "/";
    display: block;
    font-size: 13px;
    margin: 0 5px;
}

.breadcrumbs-product li:last-of-type::after {
    display: none;
}

.breadcrumbs-product li a {
    font-size: 13px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
}

.single-product-view {
    padding-top: 40px;
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.single-product-view .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-slider-column {
    width: 850px;
    position: relative;
}

.product-slider-column .product-slider a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.product-slider-column .product-slider a img {
    display: block;
    max-width: 100%;
}

.product-slider-nav {
    margin-top: 12px;
    width: 69%;
}

.product-slider-nav img {
    margin: 5px;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 5px;
}

.product-info {
    width: 546px;
    margin-left: 10px;
    padding: 20px 30px;
    background-color: #fff;
}

.product-info .product-name-price {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.product-info .product-name-price .top {
    width: 250px;
}

.product-info .product-name-price .top .product-name {
    margin-bottom: 10px;
    font-size: 29px;
    font-weight: 400;
}

.product-info .product-name-price .top #product_subname {
    font-size: 19px;
    line-height: 22px;
    color: #3B3939;
}

.product-info .product-name-price .price {
    width: 120px;
    text-align: right;
}

.product-info .product-name-price .price .product-price {
    margin-top: 5px;
    font-size: 22px;
    font-weight: 500;
}

.product-info .design-info {
    margin-top: 35px;
}

.product-info .design-info .cat-name {
    margin-bottom: 15px;
    font-size: 19px;
    color: #3B3939;
}

.product-info .design-info .colors-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.product-info .design-info .colors-wrapper .item-square {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.product-info .design-info .colors-wrapper .item-square:hover {
    cursor: pointer;
    border: 1px solid rgb(200, 200, 200);
}

.product-info .design-info .colors-wrapper .item-square.checked {
    border: 1px solid rgb(200, 200, 200);
}

.product-info .design-info .colors-wrapper .item-square .color-wrapper {
    width: 32px;
    height: 32px;
}

.product-info .design-info .colors-wrapper .item-square .color-wrapper .color {
    margin-top: 2px;
    margin-left: 2px;
    width: 28px;
    height: 28px;
}

.product-info .design-info .dimensions-wrapper {
    margin-bottom: 40px;
}

.product-info .design-info .dimensions-wrapper .dim {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    font-size: 15px;
}

.product-info .design-info .dimensions-wrapper .dim:last-of-type {
    margin-bottom: 0;
}

.product-info .design-info .dimensions-wrapper .dim.checked {
    font-weight: 500;
    border-bottom: 1px solid #000;
}

.product-info .design-info .dimensions-wrapper .dim:hover {
    border-bottom: 1px solid #000;
    cursor: pointer;
}

.product-info .design-info .angles-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.product-info .design-info .angles-wrapper .angle {
    width: 55px;
    padding: 8px;
    margin-right: 20px;
    border: 1px solid transparent;
}

.product-info .design-info .angles-wrapper .angle:hover {
    border: 1px solid rgb(200, 200, 200);
    cursor: pointer;
}

.product-info .design-info .angles-wrapper .angle.checked {
    border: 1px solid rgb(200, 200, 200);
}

.product-info .design-info .angles-wrapper .angle img {
    display: block;
    width: 100%;
}

.product-info .design-info .current-configuration {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
    padding: 10px 5px;
    border: 1px solid rgb(200, 200, 200);
}

.product-info .design-info .current-configuration .img {
    display: block;
    width: 100px;
}

.product-info .design-info .current-configuration .data {
    width: 250px;
    margin-left: 10px;
}

.product-info .design-info .current-configuration .data .selection {
    margin-bottom: 10px;
    font-size: 16px;
    color: #6B6B6B;
    font-weight: 400;
    text-transform: uppercase;
}

.product-info .design-info .current-configuration .data .name {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 5px;
}

.product-info .design-info .current-configuration .data .subname {
    font-size: 14px;
    color: #3B3939;
}

.product-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.product-form input[type="number"] {
    display: block;
    width: 50px;
    padding: 12px 15px 13px 15px;
    font-size: 16px;
    text-align: center;
    width: 50px;
    background: none;
    border: 0;
    border: 1px solid rgb(200, 200, 200);
}

.product-form input[type="submit"] {
    display: block;
    padding: 12px 15px 12px 15px;
    font-size: 18px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    text-align: center;
    width: 420px;
    font-weight: 400;
}

.product-form .delivery-time {
    width: 270px;
    margin-top: 10px;
    margin-left: 100px;
    font-size: 16px;
    color: #6B6B6B;
}

.out-of-stock {
    padding: 12px 15px 12px;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 12px;
    cursor: pointer;
    background: #D3D3D3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.out-of-stock:hover {
    cursor: auto;
}

.products-row-wrapper {
    padding: 40px 0 70px 0;
    background-color: #F8F7F5;
}

.products-row-wrapper .products-slider {
    position: relative;
}

.products-row-wrapper .products-slider .slick-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}

.products-row-wrapper .title {
    margin-bottom: 60px;
    font-size: 34px;
    color: #1D1C1C;
}

.products-row-wrapper .products-slider .prod {
    position: relative;
    width: 302px;
    padding: 20px;
    margin-right: 10px;
    background: #fff;
}

.products-row-wrapper .products-slider .prod:hover .media .first-image {
    opacity: 0;
}

.products-row-wrapper .products-slider .prod:hover .media .second-image {
    opacity: 1;
}

.products-row-wrapper .products-slider .prod:hover .media .first-image {
    opacity: 0;
}

.products-row-wrapper .products-slider .prod:hover .media .second-image {
    opacity: 1;
}

.products-row-wrapper .products-slider .prod .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.products-row-wrapper .products-slider .prod .media {
    position: relative;
    margin-bottom: 40px;
}

.products-row-wrapper .products-slider .prod .media .first-image {
    display: block;
    max-width: 100%;
    opacity: 1;
    transition: opacity .2s ease;
}

.products-row-wrapper .products-slider .prod .media .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s ease;
}

.products-row-wrapper .products-slider .prod .data .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.products-row-wrapper .products-slider .prod .data .top .name {
    font-size: 19px;
    font-weight: 400;
}

.products-row-wrapper .products-slider .prod .data .top .price {
    font-size: 16px;
    font-weight: 500;
}

.products-row-wrapper .products-slider .prod .data .bottom .name {
    font-size: 16px;
    font-weight: 500;
}

.product-info .design-info h4 {
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
}

.product-info .product-category {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #000;
    position: relative;
    font-weight: 500;
}

.product-info .product-price .old-price {
    text-decoration: line-through;
    font-size: 15px;
    color: #666;
}

.product-info .product-price .new-price {
    color: #d93025;
    margin-right: 10px;
    font-weight: 500;
    vertical-align: middle;
}

.product-info .fabric {
    margin-top: 15px;
}

.product-info .product-option-name {
    display: block;
    font-size: 11px;
    font-weight: 400;
    padding-top: 6px;
    padding-left: 5px;
    margin-bottom: -4px;
    color: #777;
}

.product-info .select-box {
    margin-bottom: 20px;
}

.product-info .select-box.single-select select {
    background-image: none;
    pointer-events: none;
}

.product-info .select-box div {
    display: inline-block;
    vertical-align: middle;
    width: 245px;
    padding: 3px;
    border: 1px solid #a39e9e;
    border-radius: 12px;
    box-sizing: border-box;
}

.product-info select {
    display: block;
    padding: 5px;
    background: none;
    border: 0;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    background: #fff url(../img/decors/arrow-down-2.png) no-repeat 94% 0%;
    background-size: 17px;

}

.product-desc {
    margin-top: 40px;
}

.product-desc .prod-spec-mobile {
    display: none;
}

.product-desc .textarea {
    display: none;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}

.product-desc .textarea .dimensions-note {
    margin-top: 10px;
    font-size: 13px;
    line-height: 18px;
}

.product-desc .textarea .bold {
    font-weight: 500;
}

.product-desc .textarea a {
    color: #000;
    text-decoration: underline;
}

.product-desc .textarea p.margin {
    margin: 20px 0;
}

.product-desc .textarea p strong {
    font-weight: 500;
}

.product-desc li {
    margin-bottom: 20px;
    border-bottom: 1px solid #b5b3b3;
    padding-bottom: 20px;
    position: relative;
}

.product-desc li.active {
    border-bottom: 1px solid transparent;
}

.product-desc li:after {
    content: "";
    width: 12px;
    height: 12px;
    position: absolute;
    top: 23%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: 0;
    background: url(../img/decors/plus.png) center center no-repeat;
    background-size: cover;
}

.product-desc li.active:after {
    background: url(../img/decors/minus.png) center center no-repeat;
    background-size: cover;
}

.product-desc h4 {
    margin-bottom: 0px;
    font-size: 22px;
}

.product-desc h4:hover {
    cursor: pointer;
}

.product-desc h4 span {
    margin-left: 5px;
}

.producter-info {
    margin: 20px 0;
}

.producter-info .fabric-ref {
    margin-bottom: 20px;
}

.producter-info .producer {
    font-weight: bold;
}

.producter-info p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    ;
}

.producter-info p:last-of-type {
    margin-bottom: 0;
}

.product-info .delivery,
.product-info .payments {
    border: 1px solid #efefef;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 20px 25px 20px;
    margin-top: 25px;
}

.product-info .delivery {
    margin-bottom: 30px;
}

.product-info .delivery h4,
.product-info .payments h4 {
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
}

.product-info .payments img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    margin-bottom: 12px;
    width: 49px;
}

.product-info .payments img:nth-of-type(4n + 0) {
    margin-right: 0;
}

.product-info .delivery .delivery-item {
    margin-top: 30px;
}

.product-info .delivery .delivery-item:last-of-type {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #b5b3b3;
    margin-bottom: 20px;
}

.product-info .delivery .delivery-item:last-of-type div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info .delivery .delivery-item .item-inside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-info .delivery .delivery-item .item-inside img {
    vertical-align: middle;
    width: 35px;
    margin-right: 9px;
}

.product-info .delivery .delivery-item .item-inside span {
    vertical-align: middle;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
}

.product-info .delivery .delivery-item .delivery-price {
    font-size: 13px;
    font-weight: 600;
}

.product-info .delivery .delivery-item a {
    display: block;
    margin-top: 0px;
    padding-left: 48px;
    color: #F74164;
    font-size: 13px;
    font-weight: 500;
}

/* popup */

.view-desc {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    transition: 0.6s all ease-in-out;
    -webkit-transition: 0.6s all ease-in-out;
    -moz-transition: 0.6s all ease-in-out;
    -ms-transition: 0.6s all ease-in-out;
    -o-transition: 0.6s all ease-in-out;
    z-index: 10000;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100vw;
    height: 100vh;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.view-desc .info-overlay {
    position: absolute;
    right: 0;
    width: 28%;
    background: #fff;
    padding: 65px 25px 30px 50px;
    box-sizing: border-box;
    font-size: 0;
    transform: translateX(100%);
    transition: 0.6s all ease;
    -webkit-transition: 0.6s all ease;
    -moz-transition: 0.6s all ease;
    -ms-transition: 0.6s all ease;
    -o-transition: 0.6s all ease;
    min-height: 100vh;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.view-desc .info-overlay .info-overlay-inside {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    height: 90vh;
    overflow: scroll;

}

.view-desc .info-overlay .info-overlay-inside::-webkit-scrollbar {
    display: none
}

.view-desc .info-overlay .info-overlay-inside .view-desc-title {
    display: block;
    margin-bottom: 25px;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #9898;
    text-transform: uppercase;
}

.view-desc .info-overlay .info-overlay-inside .view-desc-title.liv-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.view-desc .info-overlay .info-overlay-inside .view-desc-title.liv-title .red {
    margin-left: 5px;
}

.view-desc .info-overlay .info-overlay-inside .view-desc-title.liv-title .current-shipping-price {
    margin-left: auto;
}

.view-desc .info-overlay .info-overlay-inside p.red {
    color: #F74164
}

.view-desc .info-overlay .info-overlay-inside h4 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

#next-dimensions.view-desc .info-overlay .info-overlay-inside h4:last-of-type,
#next-character.view-desc .info-overlay .info-overlay-inside h4 {
    border-top: 1px solid #9898;
    padding-top: 20px;
}

.next-livraison .bar {
    list-style: none;
    margin: 30px 0 60px 0
}

.video-row video {
    width: 100%;
    padding: 30px 0 0px 0;
    border-top: 1px solid #8a8686;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bar>li {
    position: relative;
    margin-bottom: 30px
}

.view-desc .info-overlay .info-overlay-inside .bar li p {
    padding-left: 20px;
    font-size: 12px;
}

.bar>li:before {
    content: '\25CF';
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bar>li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-left: 2px solid black;
    margin-left: 5px;
    height: 65px;
}

.bar li:nth-of-type(2)::after {
    height: 65px;
}

.bar>li:first-of-type:after {
    top: 50%;
}

.bar li:last-of-type:after {
    top: -50%;
    display: none;
}

.view-desc .info-overlay .info-overlay-inside p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px
}

.view-desc .info-overlay .info-overlay-inside p strong {
    font-weight: 500;
}

.view-desc .info-overlay .info-overlay-inside a {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.view-desc .info-overlay .info-overlay-inside a:first-of-type {
    margin-top: 40px;
}

.view-desc .info-overlay .info-overlay-inside a img {
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.view-desc .info-overlay .info-overlay-inside a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.close-view-desc {
    position: absolute;
    top: 15px;
    right: 50px;
    padding: 5px;
    cursor: pointer;
}

.close-view-desc img {
    width: 30px;
}

.view-desc .italic {
    font-style: italic;
}

.view-desc .features {
    margin-top: 30px;
}

.view-desc .features img {
    display: inline-block;
    vertical-align: middle;
    max-width: 80px;
    max-height: 70px;
    margin-right: 50px;
}

.next-character .info-overlay-inside {
    padding-right: 50px;
    box-sizing: border-box;
}

.view-desc.next-character .info-overlay .info-overlay-inside p strong {
    font-weight: 600;
}

.view-desc.next-character .info-overlay .info-overlay-inside p.red {
    color: #F74164;
}

.view-desc.next-character .info-overlay .info-overlay-inside p {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    margin-bottom: 10px;
}

.product-baner {
    margin: 20px auto;
    display: block;
    width: 100%;
}

.product-baner img {
    width: 100%;
}

.similar-products {
    margin-top: 40px;
    margin-bottom: 50px;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.similar-products .slick-next {
    right: -6px;
}

.similar-products .slick-prev {
    left: -6px;
}

.similar-products-items .section-title {
    font-size: 30px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 30px;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #8a8686;
}

.delivery-desc h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #8a8686;
}

.delivery-desc h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.delivery-desc p {
    font-size: 13px;
    line-height: 26px;
}

.delivery-desc p strong {
    font-weight: 500;
}

.delivery-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.delivery-items .delivery-item {
    flex: 1 0 22%;
    max-width: 22%;
    border: 1px solid #efefef;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 25px 20px 35px 20px;
    text-align: center;
    margin-bottom: 40px;
}

.delivery-items .delivery-item.empty {
    opacity: 0;
}

.delivery-desc .delivery-btn {
    text-align: center;
    padding: 30px 0;
}

.delivery-desc .btn {
    display: inline-block;
    padding: 13px 15px 13px;
    font-size: 12px;
    border-radius: 12px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    border: 1px solid #000;
    text-align: center;
    width: 153px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}

.delivery-desc .btn:hover {
    background: #Fff;
    color: #000;
}

.delivery-items .delivery-item .count {
    display: inline-block;
    text-align: center;
    padding: 3px 8px;
    background: #492DE2;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 15px;
}

.delivery-items .delivery-item img {
    width: 75px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.video-row {
    position: relative;
}

.delivery-items .delivery-item img.big {
    width: 65%;
    margin-bottom: 20px;
}

.delivery-items .delivery-item p {
    font-size: 13px;
    color: #492DE2;
    min-height: 52px;
    font-weight: 500;
}

.similar-products .section-title:before {
    content: "";
    display: block;
    width: 150px;
    margin-bottom: 20px;
    height: 2px;
    background: #000;
    margin-left: auto;
    margin-right: auto;
}

.single-product .product-info .promo {
    font-size: 15px;
    color: #fff;
    background: rgb(250, 78, 78);
    padding: 10px 10px 10px 10px;
    box-sizing: border-box;
    width: 57px;
    display: block;
}

.single-product h4 {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    margin-top: 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-product p {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #000;
    position: relative;
}

.single-product p.price {
    margin-bottom: 0px;
    font-size: 16px;
    letter-spacing: 0;
}

/* products */

.products-view {
    width: 1400px;
    margin: 30px auto;
}

.product-menu {
    display: inline-block;
    vertical-align: middle;
    width: 280px;
    margin-top: 30px;
}

.products-menu-list {
    border: 1px solid #efefef;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 20px 35px 20px
}

.product-menu h3 {
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 19px;
    text-align: left;
}

.product-menu h4 {
    font-weight: 500;
    display: flex;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 13px;
    text-align: left;
    margin-top: 12px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a39e9e;
    padding-bottom: 10px;
}

.product-menu h4 img {
    display: block;
    width: 20px;
}

.product-menu h4 img.arrow-open {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.product-menu .products-menu-list .inner-list {
    max-height: 190px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.product-menu .products-menu-list ul {
    padding-top: 20px;
    max-height: 260px;
    display: none;
    padding-left: 2px;
    border-bottom: 1px solid #a39e9e;
    padding-bottom: 15px;
}

.product-menu .products-menu-list ul:first-of-type {
    display: block;
}

.product-menu .products-menu-list ul li {
    margin-bottom: 15px;
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
}

.product-menu .products-menu-list ul li:last-of-type {
    margin-bottom: 0;
}

.product-menu .products-menu-list ul li.active:before {
    background-color: #000;
}

.product-menu .products-menu-list ul li:hover:before {
    background-color: #000;
}

.product-menu .products-menu-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 59%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 7px;
    height: 7px;
    border: 1px solid #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.product-menu .products-menu-list ul li a {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
}

.product-menu .products-menu-list ul li a:hover {
    cursor: pointer;
}

.product-menu .products-menu-list ul li a.active-category {
    font-weight: 700;
}

.product-menu .products-menu-list ul li a:hover {
    text-decoration: underline;
}

.product-menu h4 span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.product-menu h4 span::before {
    content: "";
    width: 15px;
    height: 1px;
    background: #777;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    z-index: 10;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: auto;
}

.product-menu h4 span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: #777;
    top: 50%;
    right: -15px;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin: auto;
}

.product-menu h4 span.minus::after {
    content: "";
    background: #fff;
}

.products-right {
    display: inline-block;
    vertical-align: top;
    width: 1106px;
    padding-left: 50px;
    box-sizing: border-box;
}

.products-list {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: 35px;
    padding: 10px;
    background-color: #F8F7F5;
}

.products-list .prod {
    position: relative;
    width: 298px;
    padding: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #fff;
}

.products-list .prod .badge {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 50;
    padding: 5px 10px;
    background-color: #D9D9D9;
    font-size: 12px;
    text-transform: uppercase;
}

.products-list .prod:nth-of-type(3n) {
    margin-right: 0;
}

.products-list .prod:hover .media .first-image {
    opacity: 0;
}

.products-list .prod:hover .media .second-image {
    opacity: 1;
}

.products-list .prod:hover .media .first-image {
    opacity: 0;
}

.products-list .prod:hover .media .second-image {
    opacity: 1;
}

.products-list .prod .link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.products-list .prod .media {
    position: relative;
    margin-bottom: 40px;
}

.products-list .prod .media .first-image {
    display: block;
    max-width: 100%;
    opacity: 1;
    transition: opacity .2s ease;
}

.products-list .prod .media .second-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity .2s ease;
}

.products-list .prod .data .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.products-list .prod .data .top .name {
    font-size: 19px;
    font-weight: 400;
}

.products-list .prod .data .top .price {
    font-size: 16px;
    font-weight: 500;
}

.products-list .prod .data .bottom .name {
    font-size: 16px;
    font-weight: 500;
}

#filters {
    display: block;
    margin-top: 20px;
    border: 1px solid #efefef;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 20px 35px 20px;
}

.product-menu .filter-title {
    margin-bottom: 20px;
    margin-top: 10px;
}

.product-menu .filter-title img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.product-info .promo-title {
    display: block;
    font-weight: 500;
    color: #d93025;
    margin-bottom: 15px;
}

.product-menu .filter-title h3 {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 16px;
    text-transform: initial;
    border-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    padding-bottom: 0px;
}

.filters-left .filter-icon {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    margin-right: 40px;
}

.filters-left .filter-item {
    margin-bottom: 10px;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.filters-left .filter-item .apply-filters {
    display: block;
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    padding: 8px 0;
    border: 1px solid #000;
    margin-top: 25px;
}

.filters-left .filter-item .apply-filters:hover {
    cursor: pointer;
    background-color: #fff;
    color: #000;
}

.filters-left {
    position: relative;
}

.filters-left .filter-item span {
    font-size: 13px;
    vertical-align: middle;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #a39e9e;
    padding: 8px;
    cursor: pointer;
}

.filters-left .filter-item span img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 18px;
    transition: 0.3s all ease-in-out;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

#r-slider {
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    display: none;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    border-radius: 12px;
}

#l-slider {
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 20px 30px 20px;
    display: none;
    text-align: center;
    background: #fff;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    border-radius: 12px;
}

#length-left {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6875em;
    color: #000;
    text-align: center;
    width: 30px;
    border: 0;
    border-radius: 0;
}

#length-right {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6875em;
    color: #000;
    width: 40px;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

.open-filters #r-slider,
.open-filters #l-slider,
.open-filters #colour-filter,
.open-filters #material-filter,
.open-filters #delivery-filter {
    display: block;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
}

.open-filters img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: 0.3s all ease-in-out;
}

#colour-filter,
#material-filter {
    display: none;
}

#r-slider .r-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#l-slider .r-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#slider-range {
    background-color: #000;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #000;
}

.ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
}

#r-slider p {
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

#l-slider p {
    display: block;
    text-align: right;
    margin-bottom: 5px;
}

.ui-state-default {
    border: 1px solid #000 !important;
    background: #000 !important;
    font-weight: 400;
    margin-left: -1px;
}

.product-menu .filter-title-mobile {
    display: none;
}

.ui-slider .ui-slider-handle:focus {
    outline: none !important;
}

#colour-filter [type="checkbox"],
#material-filter [type="checkbox"],
#delivery-filter [type="checkbox"] {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

#colour-filter label,
#material-filter label,
#delivery-filter {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    color: #666;
}

[type="checkbox"]+label::before,
[type="checkbox"]+label::after {
    border-radius: 0;
}

#colour-filter [type="checkbox"]+label::before,
#material-filter [type="checkbox"]+label::before,
#delivery-filter [type="checkbox"]+label::before {
    background-color: #fff;
    border: 1px solid #444;
    box-sizing: content-box;
    content: "";
    color: #444;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#colour-filter ul li label,
#material-filter ul li label,
#delivery-filter ul li label {
    padding-left: 15px;
    display: block;
    line-height: 15px
}

#material-filter ul li {
    margin-bottom: 3px;
    padding-bottom: 2px;
    text-align: left;
}

#colour-filter [type="checkbox"]+label::after,
#material-filter [type="checkbox"]+label::after #delivery-filter [type="checkbox"]+label::after {
    background-color: #000;
    top: 41%;
    left: 1px;
    width: 7px;
    height: 7px;
    margin-top: calc(12px / -2 / 2 * 0.8);
    transform: scale(0);
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

[type="checkbox"]:hover+label::before {
    border-color: #000;
    cursor: pointer;
}

[type="checkbox"]:active+label::before {
    transition-duration: 0;
}

[type="checkbox"]+label {
    position: relative;
    user-select: none;
    padding-left: 0;
}

[type="checkbox"]+label::before {
    background-color: #fff;
    border: 1px solid #444;
    box-sizing: content-box;
    content: "";
    color: #000;
    margin-right: 6px;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
}

[type="checkbox"]+label::after {
    box-sizing: content-box;
    content: "";
    background-color: #000;
    position: absolute;
    top: 71%;
    left: 0px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    transform-origin: 50%;
    transition: transform 0ms ease-out;
    -webkit-transition: transform 0ms ease-out;
    -moz-transition: transform 0ms ease-out;
    -ms-transition: transform 0ms ease-out;
    -o-transition: transform 0ms ease-out;
}

[type="checkbox"][disabled]+label::before {
    animation: none;
    box-shadow: none;
    border: 1px solid rgba(128, 128, 128, 0.5);
}

[type="checkbox"][disabled]:active+label::before,
[type="checkbox"][disabled]:focus+label::before,
[type="checkbox"][disabled]:hover+label::before {
    border-color: rgba(128, 128, 128, 0.5);
    filter: none;
    transition: none;
}

[type="checkbox"]+label::before,
[type="checkbox"]+label::after {
    border-radius: 0;
}

[type="checkbox"]+label:hover {
    cursor: pointer;
}

.valid:before {
    content: "";
    border: 2px solid #d93025 !important;
}

#colour-filter [type="checkbox"]:checked+label::after,
#material-filter [type="checkbox"]:checked+label::after,
#delivery-filter [type="checkbox"]:checked+label::after {
    content: "";
    transform: scale(1);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#delivery-filter [type="checkbox"]+label::after {
    top: 79%;
}

#colour-filter,
#material-filter,
#delivery-filter {
    z-index: 97;
    margin-top: 15px;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 30px 30px 20px;
    display: none;
    background: #fff;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
}

#colour-filter ul li:last-of-type,
#material-filter ul li:last-of-type {
    border-bottom: none;
}

#colour-filter ul li,
#material-filter ul li,
#delivery-filter ul li {
    margin-bottom: 12px;
    padding-bottom: 2px;
}

.filters-right h4 {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 15px;
}

#clearFilters {
    font-size: 13px;
    vertical-align: middle;
    color: #000;
    display: inline-block;
    margin-top: 0px;
    position: initial;
    text-decoration: underline;
}

.products-top {
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-top h1 {
    font-size: 35px;
    font-family: 'Cormorant Garamond', serif;
    text-align: center;
    font-weight: 500;
    flex: 1
}

.products-top .breadcrumbs {
    float: left;
    margin-bottom: 0px;
}

#r-slider .r-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#l-slider .l-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#slider-range {
    background-color: #000;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #000;
}

.ui-slider .ui-slider-handle {
    height: 20px;
    width: 20px;
}

#amount-left {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.6875em;
    color: #000;
    text-align: center;
    width: 38px;
    border: 0;
    border-radius: 0;
}

#amount-right {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6875em;
    color: #000;
    width: 50px;
    border: 0;
    border-radius: 0;
    text-align: center;
    padding: 0;
}

#r-slider p {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
}

#l-slider p {
    display: block;
    text-align: right;
    margin-bottom: 10px;
    font-size: 13px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 0px !important;
}

.ui-state-default {
    border: 1px solid #000 !important;
    background: #fff !important;
    font-weight: 400;
    margin-left: -1px;
}

.ui-slider .ui-slider-handle:focus {
    outline: none !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-slider {
    position: relative;
    text-align: center;
    width: 93%;
    margin: 0;
    margin-top: 9px;
}

.filter-selections {
    margin-bottom: 25px;
}

.filter-selections span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 500;
    margin-right: 30px;
    margin-bottom: 20px;
}

.filter-selections p {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin-right: 30px;
    position: relative;
    background-color: #F0F0F0;
    padding: 8px 10px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    margin-bottom: 20px;
}

.products-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.products-sort .products-quantity {
    font-size: 13px;
}

.price-box p:last-of-type {
    text-decoration: line-through;
}

.filter-selections p:last-of-type {
    background-color: #fff;
}

.filter-selections p a {
    display: inline-block;
    margin-left: 8px;
}

.filter-selections p img {
    width: 13px;
    opacity: 0.7
}

.sorting-options {
    cursor: pointer;
    position: relative;
}

.sorting-options .current-sort-method {
    position: relative;
    display: block;
    width: 170px;
    font-size: 13px;
    -webkit-appearance: none;
    appearance: none;
    background-image: none;
    border-radius: 0;
    text-indent: 5px;
    color: #000;
    border: none;
}

#pagination_products {
    width: 100%;
    margin: auto;
}

.pagination {
    text-align: center;
    margin-top: 25px;
}

.pagination li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.pagination li.active span {
    font-weight: 600;
}

.pagination li span.page-link {
    font-weight: 500;
    font-size: 17px;
    margin: 0 8px;
    color: #000000;
}

.pagination li a.page-link {
    font-weight: 400;
    font-size: 17px;
    margin: 0 8px;
    color: #666;
    text-decoration: none;
}

.pagination li.page-item:first-of-type span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/decors/arrow_prev.png) center center no-repeat;
    background-size: cover;
    font-size: 0;
    margin-right: 10px;
}

.pagination li.page-item:first-of-type a[rel~="prev"] {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/decors/arrow_prev.png) center center no-repeat;
    background-size: cover;
    font-size: 0;
    margin-right: 10px;
}

.pagination li.page-item:last-of-type a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/decors/arrow_next.png) center center no-repeat;
    background-size: cover;
    font-size: 0;
    margin-left: 10px;
}

.pagination li.page-item:last-of-type span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../img/decors/arrow_next.png) center center no-repeat;
    background-size: cover;
    font-size: 0;
    margin-left: 10px;
}

.pagination li a {
    color: #000
}

.sorting-options .current-sort-method img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    width: 17px
}

.sorting-options .current-sort-method.open-sorting img {
    transform: rotate(180deg)
}

.sorting-options .sorter-dropdown {
    position: absolute;
    background-color: #fff;
    top: 120%;
    right: 27px;
    z-index: 99;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0 1px 6px 1px rgba(202, 202, 202, 0.35);
    display: none
}

.sorting-options .sorter-dropdown .option {
    color: #000;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1);
    cursor: pointer;
    user-select: none;
    font-size: 13px
}

.sorting-options .sorter-dropdown .option:hover {
    cursor: pointer
}

.sorting-options .sorter-dropdown .option:last-of-type {
    margin-bottom: 0
}

.select-selected {
    background-color: #fff;
    width: 120px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    width: 17px;
    height: 17px;
    background: #fff url(../img/decors/arrow-down-2.png) no-repeat 97% 50%;
    background-size: cover;
}

.select-arrow-active::after {
    content: "";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    top: 22%;
}

.select-items div {
    color: #000000;
    padding: 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
}

.select-selected {
    color: #000000;
    padding: 8px 35px 8px 16px;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
    user-select: none;
    font-size: 13px;
    border: 1px solid #c5c2c2;
    border-radius: 12px;
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 31px;
    right: 5px;
    border-radius: 12px;
    z-index: 99;
    width: 200px;
    padding: 10px 0;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

#delivery-filter form {
    text-align: left;
    width: 100%;
    margin: auto;
}

.similar-products .single-slide {
    margin: 0 15px;
    position: relative;
    padding: 5px 0;
}

.similar-products .single-slide div a {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
    top: 0;
}

.similar-products .single-slide div .product-img-row img.second-image {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 215px;
    box-shadow: none;
}

.similar-products .single-slide .single-slide-item:hover>.product-img-row img.second-image {
    opacity: 1;
    visibility: visible;
}

.similar-products .single-slide .product-img-row {
    position: relative;
}

.similar-products .single-slide .product-img-row span.product-options {
    position: absolute;
    top: 1px;
    right: 13px;
    font-weight: 500;
    font-size: 13px;
    padding: 3px 12px 3px 18px;
    box-shadow: 0px 3px 3px 2px rgb(202 202 202 / 35%);
}

.similar-products .single-slide .product-img-row span.promo {
    position: absolute;
    top: 0;
    right: 107px;
    color: #fff;
    background: #F54E4E;
    font-weight: 500;
    font-size: 13px;
    padding: 5px 7px;
    border-radius: 15px;
}

.similar-products .single-slide .product-img-row span.product-options:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: 5px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.similar-products .single-slide .single-slide-item {
    box-shadow: 0 0 3px 2px rgb(202 202 202 / 35%);
    padding-bottom: 10px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.similar-products .single-slide .product-img-row img {
    width: 100%;
    transition: 0.3s all ease-in-out;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.similar-products .single-slide .product-slide-desc {
    margin-bottom: 10px;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.similar-products .single-slide .product-slide-desc h4 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
    margin-top: 12px;
    font-weight: 600;
}

.similar-products .single-slide .product-slide-desc p {
    font-size: 13px;
    line-height: 15px;
    display: block;
    margin-bottom: 25px;
    color: #000;
    min-height: 30px;
}

.similar-products .single-slide .product-slide-desc p.price {
    margin-bottom: 0px;
}

.similar-products .single-slide .product-slide-desc .price-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    margin: auto;
}

.similar-products .single-slide .product-slide-desc .price-row p {
    margin-bottom: 0px;
    min-height: auto;
    font-size: 16px;
}

.similar-products .single-slide .product-slide-desc .price-row p.old-price {
    text-decoration: line-through;
    font-weight: 400;
}

.similar-products .single-slide .product-slide-desc .price-row p.new-price {
    color: #F54E4E;
    margin-left: 10px;
}

.similar-products .single-slide a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.about-family {
    margin: 50px auto;
    border-top: 1px solid #b5b3b3;
    padding-top: 50px;
}

.about-family .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-family .about-left {
    max-width: 44%;
    padding-right: 100px;
    box-sizing: border-box;
}

.about-family .about-left span {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 16px;
    color: #777;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.about-family .about-left h3 {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    font-size: 42px;
    margin-bottom: 20px;
}

.about-family .about-left p {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
}

.about-family .about-right {
    max-width: 55%;
}

.about-family .about-right img {
    width: 100%;
}

.mobile-filters-btn {
    display: none;
}

.filter-mobile-close {
    display: none;
}

.mobile-apply,
#clearFilters.mobile-clear-filters {
    display: none;
}

#scroll_up_mobile {
    display: none;
}

@media all and (min-width: 1201px) and (max-width: 1399px) {
    .products-view {
        width: 1200px;
    }

    .product-menu {
        width: 240px;
    }

    .products-right {
        width: 955px;
    }

    .products-list .prod {
        width: 248px;
    }

    .single-product-view {
        width: 1200px;
    }

    .product-slider-column {
        width: 800px;
    }

    .product-info {
        width: 390px;
    }

    .products-row-wrapper .products-slider .prod {
        width: 252px;
    }

    .product-form input[type="submit"] {
        width: 280px;
    }
}

@media all and (max-width: 1200px) {
    .products-view {
        max-width: 95%;
        width: 95%;
    }

    .wrapper {
        margin-top: 80px;
    }

    .products-right {
        width: 100%;
        min-width: 100px;
        padding-left: 0;
    }

    .product-slider-column video {
        width: 100%;
    }

    .product-menu .filter-title-mobile {
        display: block;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
        background: #c5c5c5;
        height: 2px;
    }

    .filter-selections p {
        margin-right: 12px;
    }

    .products-top {
        justify-content: center;
    }

    .product-menu {
        width: 100%;
        margin-top: 0px;
    }

    .products-list .prod {
        width: 100%;
        padding: 10px;
        margin-right: 0;
    }

    .products-list .prod .badge {
        top: 10px;
        left: 10px;
    }

    .products-list .prod:hover .media .first-image {
        opacity: 1;
    }

    .products-list .prod:hover .media .second-image {
        display: none;
    }

    .products-list .prod .media {
        position: relative;
        margin-bottom: 40px;
    }

    .products-list .prod .data .top .name {
        font-size: 16px;
    }

    .products-list .prod .data .top .price {
        font-size: 14px;
    }

    .products-list .prod .data .bottom .name {
        font-size: 14px;
    }

    .product-menu h3 {
        text-align: center;
        font-family: 'Butler-regular';
        font-weight: 500;
        padding-bottom: 15px;
        border-bottom: 1px solid #a39e9e;
        text-transform: initial;
        font-size: 23px;
        margin-top: 10px
    }

    .filters-left .filter-item span.range-value {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        border-bottom: 0px;
        margin-left: 20px;
        font-size: 13px;
        color: #777;
        text-transform: initial;
        margin-top: 0;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #amount-left {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.6875em;
        color: #000;
        text-align: center;
        width: 70px;
        border: 0;
        border-radius: 0;
        border: 1px solid #000;
        padding: 2px 0;
        margin-right: 20px;
    }

    #amount-right {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.6875em;
        color: #000;
        text-align: center;
        width: 70px;
        border: 0;
        border-radius: 0;
        border: 1px solid #000;
        padding: 2px 0;
    }

    #length-left {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.6875em;
        color: #000;
        text-align: center;
        width: 70px;
        border: 0;
        border-radius: 0;
        border: 1px solid #000;
        padding: 2px 0;
        margin-right: 20px;
    }

    #length-right {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.6875em;
        color: #000;
        text-align: center;
        width: 70px;
        border: 0;
        border-radius: 0;
        border: 1px solid #000;
        padding: 2px 0;
    }

    #amount-left::-webkit-outer-spin-button,
    #amount-left::-webkit-inner-spin-button,
    #amount-right::-webkit-outer-spin-button,
    #amount-right::-webkit-inner-spin-button,
    #length-left::-webkit-outer-spin-button,
    #length-right::-webkit-inner-spin-button {
        -webkit-appearance: none;
        appearance: none;
    }

    #clearFilters {
        margin-left: 0;
    }

    .product-menu .filter-title img {
        width: 30px;
    }

    .product-menu .filter-title h3 {
        font-size: 19px;
    }

    .mobile-filters {
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 10000;
        background: #fff;
        padding: 10px;
        box-sizing: border-box;
        height: 100%;
        overflow: scroll;
        padding-bottom: 80px;
    }

    #colour-filter ul li,
    #material-filter ul li,
    #delivery-filter ul li {
        margin-bottom: 12px;
    }

    #colour-filter label,
    #material-filter label,
    #delivery-filter {
        font-size: 14px;
    }

    .sorting-options .current-sort-method {
        width: auto;
        font-size: 12px;
    }

    .sorting-options .current-sort-method img {
        width: 10px;
        margin-left: 10px;
    }

    .sorting-options {
        cursor: pointer;
        right: 0;
        display: block;
        position: fixed;
        bottom: 0;
        width: 50%;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        z-index: 50;
        border-top: 1px solid #a39e9e;
    }

    .product-form input[type="submit"] {
        width: 100%;
        box-sizing: border-box;
    }

    .filter-selections span {
        color: #5A41E5;
        display: block;
    }

    .product-menu .filter-title.filter-disable {
        display: none;
    }

    .mobile-filters-btn {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        background: #000;
        padding: 17px 0 18px 0;
        text-align: center;
        z-index: 50;
    }

    .mobile-filters-btn .filter-mobile-icon {
        width: 20px;
    }

    .mobile-filters-btn span {
        vertical-align: middle;
        margin: 0 20px;
        color: #fff;
        font-size: 13px;
    }

    .sorting-options .sorter-dropdown {
        top: -216px;
        right: 00px;
    }

    .mobile-filters-btn img {
        width: 15px;
        vertical-align: middle;
    }

    .filter-mobile-close {
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid #a39e9e;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .filter-mobile-close img {
        width: 30px;
    }

    .product-menu .filter-title {
        text-align: center;
        border-bottom: 1px solid #a39e9e;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .products-menu-list {
        box-shadow: none;
        border: 0;
        padding: 0;
    }

    #filters {
        margin-top: 12px;
        border: 0;
        border-radius: 12px;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        -o-border-radius: 12px;
        box-shadow: none;
        padding: 0;
    }

    .filters-left .filter-item span {
        vertical-align: middle;
        color: #000;
        justify-content: space-between;
        border-radius: 0;
        cursor: pointer;
        font-weight: 500;
        display: flex;
        margin-bottom: 0px;
        border: 0;
        text-transform: uppercase;
        font-size: 13px;
        text-align: left;
        margin-top: 12px;
        align-items: center;
        border-bottom: 1px solid #a39e9e;
        padding: 0;
        padding-bottom: 12px;
    }

    .product-menu .products-menu-list ul:first-of-type {
        display: none;
    }

    .product-menu .products-menu-list .inner-list {
        max-height: 185px;
    }

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 17px;
        height: 17px;
        border-radius: 50% !important;
        padding: 0px !important;
        margin-top: -2px !important;
    }

    .sorting-options .sorter-dropdown .option {
        padding: 12px 16px;
        font-size: 15px;
    }

    #colour-filter,
    #material-filter,
    #delivery-filter,
    #l-slider,
    #r-slider {
        padding: 0;
        box-shadow: none;
        max-height: 250px;
        overflow: scroll;
    }

    .close-view-desc {
        position: absolute;
        top: 30px;
        right: 20px;
        padding: 5px;
        cursor: pointer;
    }

    #l-slider,
    #r-slider {
        padding: 20px 0;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }

    .product-menu .filter-title-mobile {
        margin-top: 15px
    }

    .ui-slider .ui-slider-handle:hover {
        background-color: #000 !important;
    }

    .products-list {
        margin-top: 30px
    }

    #colour-filter .apply-filters,
    #material-filter .apply-filters,
    #delivery-filter .apply-filters,
    #r-slider .apply-filters,
    #l-slider .apply-filters {
        display: none;
    }

    .mobile-apply {
        display: block;
    }

    .view-desc .info-overlay .info-overlay-inside {
        display: inline-block;
        vertical-align: top;
        width: 90%;
        height: 80vh;
        overflow: scroll;
    }

    #clearFilters.mobile-clear-filters {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        border: 1px solid #000;
        text-align: center;
        padding: 20px 0;
        font-size: 15px;
        text-decoration: none;
        font-weight: 500;
        background-color: #fff;
    }

    .mobile-apply.apply-filters {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50%;
        background-color: #000;
        color: #fff;
        text-align: center;
        font-size: 15px;
        text-decoration: none;
        padding: 20px 0;
        border: 1px solid #000;
    }

    .mobile-apply.filters-left .filter-item .apply-filters:hover {
        cursor: pointer;
        background-color: #fff;
        color: #000;
    }

    .single-product-view {
        width: 100%;
    }

    .single-product-view .container {
        display: block;
    }

    .product-slider-column {
        width: 100%;
    }

    .product-page {
        margin-top: 0;
        padding-top: 66px;
    }

    .breadcrumbs-product {
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        margin: 20px auto 30px auto;
    }

    .breadcrumbs-product li:after {
        content: "/";
        display: block;
        font-size: 10px;
        margin: 3px 5px 0 5px;
    }

    .single-product-view {
        padding-top: 0;
    }

    .product-slider-column .product-slider::-webkit-scrollbar {
        display: none;
    }

    .product-slider-column .product-slider {
        scrollbar-width: none;
        border-bottom: 1px solid #f3f3f3;
    }

    .product-slider-column .product-slider:after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 2.5%;
        display: block;
        width: 18px;
        height: 18px;
        background: url(../img/decors/swipe-left.png) center center no-repeat;
        background-size: 18px;
    }

    .product-slider-column .product-slider {
        -ms-overflow-style: none;
    }

    .product-slider-column .product-slider {
        display: flex;
        flex-wrap: nowrap;
        gap: 10px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        width: 100%;
        background-color: #fff;
    }

    .product-slider-column .product-slider a {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-slider-column .product-slider a img {
        display: block;
        width: 100%;
        height: auto;
    }

    .product-info {
        width: 95%;
        margin-left: 0;
        padding: 20px 2.5%;
    }

    .product-info .product-name-price {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
    }

    .product-info .product-name-price .top {
        width: 100%;
    }

    .product-info .product-name-price .top .product-name {
        font-size: 27px;
        width: 60%;
    }

    .product-info .product-name-price .top #product_subname {
        font-size: 18px;
    }

    .product-info .product-name-price .price {
        width: 40%;
    }

    .product-info .product-name-price .price .product-price {
        font-size: 19px;
    }

    .product-info .design-info .cat-name {
        font-size: 17px;
    }

    .product-info .design-info .current-configuration .img {
        display: block;
        width: 80px;
    }

    .product-info .design-info .current-configuration .data {
        width: calc(100% - 80px - 10px);
        margin-left: 10px;
    }

    .product-info .design-info .current-configuration .data .selection {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .product-info .design-info .current-configuration .data .name {
        font-size: 16px;
    }

    .product-info .design-info .current-configuration .data .subname {
        font-size: 13px;
    }

    .product-form input[type="number"] {
        display: block;
        width: 40px;
        padding: 12px 10px 13px 10px;
    }

    .product-form input[type="submit"] {
        padding: 13px 15px 13px 15px;
        font-size: 15px;
        width: calc(100% - 40px - 30px);
    }

    .product-form .delivery-time {
        width: calc(100% - 40px - 30px);
        font-size: 15px;
    }

    .products-row-wrapper {
        padding: 40px 0 70px 0;
    }

    .products-row-wrapper .title {
        margin-bottom: 40px;
        font-size: 29px;
        color: #1D1C1C;
    }

    .products-row-wrapper .products-slider {
        position: relative;
        display: flex;
        justify-content: stretch;
        flex-wrap: wrap;
    }

    .products-row-wrapper .products-slider .prod {
        width: calc(50% - 15px);
        padding: 5px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .products-row-wrapper .products-slider .prod:nth-of-type(odd) {
        margin-right: 10px;
    }

    .products-row-wrapper .products-slider .prod .badge {
        top: 10px;
        left: 10px;
        font-size: 11px;
    }

    .products-row-wrapper .products-slider .prod .media {
        margin-bottom: 30px;
    }

    .products-row-wrapper .products-slider .prod .data .top .name {
        font-size: 14px;
    }

    .products-row-wrapper .products-slider .prod .data .top .price {
        font-size: 12px;
    }

    .products-row-wrapper .products-slider .prod .data .bottom .name {
        font-size: 13px;
        line-height: 15px;
    }

    .products-row-wrapper .products-slider .prod:hover .media .first-image {
        opacity: 1;
    }

    .products-row-wrapper .products-slider .prod:hover .media .second-image {
        display: none;
    }

    .products-row-wrapper .products-slider .prod:hover .media .first-image {
        opacity: 1;
    }

    .products-row-wrapper .products-slider .prod .media .second-image {
        display: none;
    }

    .products-row-wrapper .products-slider .prod .data .top .name {
        font-size: 17px;
    }

    .products-row-wrapper .products-slider .prod .data .top .price {
        font-size: 15px;
    }

    .products-row-wrapper .products-slider .prod .data .bottom .name {
        font-size: 14px;
        line-height: 17px;
    }

    .product-desc {
        margin-top: 40px;
    }

    .product-desc .prod-spec-mobile {
        display: block;
        margin-bottom: 50px;
        font-size: 39px;
        line-height: 43px;
        font-weight: 500;
    }

    .product-desc .textarea {
        display: none;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .product-desc .textarea .bold {
        font-weight: 500;
    }

    .product-desc .textarea a {
        color: #000;
        text-decoration: underline;
    }

    .product-desc .textarea p.margin {
        margin: 20px 0;
    }

    .product-desc .textarea p strong {
        font-weight: 500;
    }

    .product-desc li {
        margin-bottom: 20px;
        border-bottom: 1px solid #b5b3b3;
        padding-bottom: 20px;
        position: relative;
    }

    .product-desc li:after {
        content: "";
        width: 12px;
        height: 12px;
        position: absolute;
        top: 23%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        right: 0;
        background: url(../img/decors/plus.png) center center no-repeat;
        background-size: cover;
    }

    .product-desc li.active:after {
        background: url(../img/decors/minus.png) center center no-repeat;
        background-size: cover;
    }

    .product-desc h4 {
        margin-bottom: 0px;
        font-size: 22px;
    }

    .product-desc h4:hover {
        cursor: pointer;
    }

    .product-desc h4 span {
        margin-left: 5px;
    }

    .producter-info {
        margin: 20px 0;
    }

    .producter-info .fabric-ref {
        margin-bottom: 20px;
    }

    .producter-info .producer {
        font-weight: bold;
    }

    .producter-info p {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 300;
        ;
    }

    .producter-info p:last-of-type {
        margin-bottom: 0;
    }
}
