.wrapper {
    margin-top:186px;
}
.single-product-view {
    padding-top:40px;
    max-width:1200px;
    margin-left:auto;
    margin-right: auto;
}

.product-slider-column {
    display: inline-block;
    vertical-align: top;
    width:70%;
    position: relative;
}
.product-slider-column .product-slider {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top:10px;
}
.product-slider-column .product-slider a {
    display: block;
    width: 49%;
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    margin-bottom: 2%;
}
.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 {
    display: inline-block;
    vertical-align: top;
    width:29%;
    box-sizing: border-box;
    padding-left: 60px;
}
.product-info .ref {
    display: block;
    font-size:11px;
    color: #777;
    margin-bottom: 12px;
    font-weight: 500;
    margin-top:8px;
}
.product-info .product-name {
    font-size: 37px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 5px;
    font-weight: 600;
}
.product-info .design-info {
    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 35px 20px;
    margin-top:25px;
}
.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 {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-top: 30px;
}
.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-form {
    margin-top:20px;
    margin-bottom: 20px;
}
.product-form span {
    margin-bottom: 30px;
    display: block;
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.product-form input[type="number"] {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0px 10px 10px;
    text-align: center;
    width: 50px;
    padding-left: 13px;
    background: none;
    border: 0;
    border: 1px solid #000;
    border-radius: 12px;
}
.product-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    padding: 12px 15px 12px;
    margin-top: 30px;
    font-size: 13px;
    border-radius: 12px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border: none;
    border: 1px solid #000;
    text-align: center;
    width: 244px;
    text-transform: uppercase;
    font-weight: 600;
}
.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;
}
.product-form input[type="submit"]:hover {
    background: none;
    color: #000;
}
.product-desc {
    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 5px 20px;
    margin-top: 25px;
}
.product-desc h4.desc-title {
    font-weight: 500;
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 15px;
    text-align: left;
    margin-top: 5px;
}
.product-desc li {
    margin-bottom: 20px;
    border-bottom: 1px solid #b5b3b3;
    padding-bottom: 20px;
    position: relative;
}
.product-desc li:after {
    content: "";
    width: 15px;
    height: 15px;
    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/arrow-right-2.png) center center no-repeat;
    background-size: cover;
}
.product-desc li:last-of-type {
    border-bottom: 0px;
}
.product-desc h4 {
    font-size:13px;
    color: #000;
    cursor: pointer;
    font-weight: 500;
}
.product-desc h4 span {
    margin-left:5px;
}
.producter-info {
    margin: 20px 0;
}
.producter-info .ean {
    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 {
    display: inline-block;
    vertical-align: middle;
    width: 30.3%;
    margin: 2%;
}
.main-products-list .single-product div {
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
    padding: 15px 20px;
    border-radius: 15px;
    overflow: hidden;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.main-products-list .single-product h4 {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}
.main-products-list .single-product p {
    display: block;
    margin-bottom: 35px;
    text-align: left;
    margin-top:5px;
    min-height: 24px;
    line-height: 15px;
}
.main-products-list .single-product p.price {
    margin-bottom: 10px;
    font-size: 16px;
    letter-spacing: 0;
    display: block;
    text-align: left;
}
.products-list.main-products-list  .single-product div img {
    box-shadow: none;
}
.products-list .single-product div img.second-image {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.products-list .single-product div:hover > img.second-image {
    opacity: 1;
    visibility: visible;
}
.products-list .single-product:nth-of-type(3n + 1) {
    margin-left:0;
}
.products-list .single-product:nth-of-type(3n + 0) {
    margin-right:0;
}
.products-list .single-product div {
    position: relative;
}
.products-list .single-product div  img {
    box-shadow: 0px 1px 6px 1px rgb(202 202 202 / 35%);
}

.products-list .single-product div img {
    width: 100%;
    transition: 0.3s all ease-in-out;
}
.products-list .single-product a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.products-list .single-product .product-info {
    position: absolute;
    top: 0px;
    left: 0;
    margin-top: 0px;
}
.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 {
    max-width:1200px;
    margin:30px auto;
    width:90%;
}
.product-menu {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    min-width: 230px;
    margin-top: 30px;
}
.products-menu-list {
    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 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: 79%;
    min-width: 800px;
    padding-left: 50px;
    box-sizing: border-box;
}
.products-list {
    margin-bottom: 35px;
}
.products-list .single-product {
    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin: 1%;
}
.products-list .single-product div {
    position: relative;
}
.products-list .single-product .product-info {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    width: auto;
}
#filters {
    display: block;
    margin-top:20px;
    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 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%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    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;
    border-radius: 10px;
    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;
}

.main-products-list .single-product .price-box p {
    display: inline-block!important;
    vertical-align: middle!important;
    margin:0;
    margin-right:15px;
    font-size:13px;
    color: #777

}
.main-products-list .single-product .price-box {
    padding: 0;
    border: 0;
    box-shadow: none;
}
.main-products-list .single-product .price-box p.old-price {
    text-decoration: line-through;
    font-size:16px;
    color:#000;
    padding-left: 3px;

}
.main-products-list .single-product .price-box p.new-price {
    color:#d93025;
    font-size:16px;
    font-weight: 500;
    text-decoration: none;
}
.price-box p:last-of-type {
    text-decoration: line-through;
}
.products-list .single-product .badges {
    position: absolute;
    top: 0px; left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    box-shadow: none;
    overflow:auto;
    width: auto;
}
.products-list .single-product .badges span.promo {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    background: #952626;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 17px;
    border-radius: 15px;
    z-index: 1000;
}
.products-list .single-product .badges span.out-of-stock-badge {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #d3d3d3;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 17px;
    border-radius: 15px;
    z-index: 1000;
}
.products-list .single-product .badges span.new {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    background: #96ACBA;
    font-weight: 500;
    font-size: 11px;
    padding: 13px 17px;
    border-radius: 15px;
    z-index: 1000;
}
.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 {
    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: #5A41E5;
}
.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 (max-width: 1200px) {
    .products-view {
        max-width: 95%;
        width:95%;
    }
    .wrapper {
        margin-top:89px;
    }
    .products-right {
        width:100%;
        min-width: 100px;
        padding-left:0;
    }
    .products-list .single-product {
        width:47%;
    }
    .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;
    }
    .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:16px;
    }
    .sorting-options {
        cursor: pointer;
        right: 0;
        display: block;
        position: fixed;
        bottom: 0;
        width: 50%;
        background: #fff;
        padding: 20px 0;
        text-align: center;
        z-index: 10;
        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:16px 0;
        text-align: center;
        z-index: 10;
    }
    .mobile-filters-btn .filter-mobile-icon {
        width:30px;
    }
    .mobile-filters-btn span {
        vertical-align: middle;
        margin: 0 20px;
        color: #fff;
        font-size: 16px;
    }
    .sorting-options .sorter-dropdown {
        top: -215px;
        right: 10px;
    }
    .mobile-filters-btn img {
        width:20px;
        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;
    }
    .product-slider-column {
        width: 100%;
    }
    .product-info {
        width:95%;
        padding-left: 0px;
        margin:auto;
        margin-top:20px;
        display: block;
    }
    .product-slider-column .product-slider {
        display: flex;
        overflow: scroll;
        flex-wrap: nowrap;
    }
    .product-slider-column .product-slider a {
        width:280px;
        margin:2%;
    }
    .product-slider-column .product-slider a img {
        max-width:280px;
    }
    .product-info .select-box div {
        width:100%;
    }
    .product-form input[type="number"] {
        display: block;
        padding-right: 15px;
    }
    .view-desc .info-overlay {
        width: 100%;
        border-bottom-left-radius:0px;
        border-top-left-radius: 0px;
    }
    .product-info select {
        color: #000;
    }
    .similar-products .single-slide div .product-img-row img.second-image {
        max-height: auto;
    }
    .similar-products {
        max-width: 90%;
    }
    .product-menu h4 {
        font-size:15px;
        margin-top:16px;
        padding-bottom:13px;
    }
    .filters-left .filter-item span {
        font-size: 15px;
        margin-top:16px;
        padding-bottom:13px;
    }
    .product-menu .products-menu-list ul li {
        margin-bottom: 15px;
    }
    .product-menu .products-menu-list ul li.active a {
        font-weight: 500;
    }
    .product-menu .products-menu-list ul li a {
        font-size: 14px;
        font-weight: 400;
    }
    #scroll_up_mobile {
        display: none;
        position: fixed;
        right:8px;
        bottom:70px;
    }
    #scroll_up_mobile img {
        width:50px;
    }
    #slider-r, #slider-l {
        display: none;
    }
}
@media all and (max-width: 600px) {
    .products-list .single-product {
        width:97%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 25px;
    }
    .products-list .single-product:nth-of-type(3n + 1) {
        margin-left: auto;
        margin-bottom: 25px;
    }
    .products-list .single-product:nth-of-type(3n + 0){
        margin-right: auto;
    }
}
