.woocommerce div.product div.images, .woocommerce-page div.product div.images{
    width: 100% !important;
    max-width: 100% !important;
}
.woocommerce-product-gallery__wrapper .owl-carousel .owl-item img{
    max-height: 60vh;
    border: 0 !important;
    
}
.woocommerce-product-gallery__wrapper .owl-carousel .owl-item img{
    max-width: 60%;
    border: 0 !important;
    margin: auto;
    object-fit: contain;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{
    overflow: hidden;
}
.woocommerce div.product div.summary, .woocommerce-page div.product div.summary{
    float: left !important;
    width: 50% !important;
}
.woocommerce-product-gallery__wrapper .owl-prev{
    margin-left: 50px;
}
.woocommerce-product-gallery__wrapper .owl-next{
    margin-right: 50px !important;
}
.woocommerce-product-gallery__wrapper img:hover{
    cursor: zoom-in;
}
.single-product .row{
    width: 100%;
    max-width: 100%;
}
.sub-bar{
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.back-link a{
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    display: inline-flex;
    align-items: center;
}
.back-link a img{
    display: inline-flex;
    margin-right:5px ;
    
}
.back-link a:hover{
    text-decoration: none;
}
.slider-counter{
    display: inline-block;
    text-align: right;
    /* position: absolute;
    z-index: 9;
    right: 0; */
}
.woocommerce-product-gallery__wrapper  .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.room-slide{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 40px;
}
.room-slide .owl-carousel .owl-stage-outer{
    overflow: visible ;
}
.room-slide  .owl-nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    width: 100%;

}
.room-slide .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    width: 100%;
    object-fit: scale-down;
}
.woocommerce-product-gallery__wrapper .owl-prev,.room-slide .owl-prev{
    
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff !important;
    border: 0.0625rem solid #cfcfcf !important;
    border-radius: 50%;
    z-index: 2;
    transition: opacity .25s ease,border .25s ease;
}
.room-slide.owl-prev{
    
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff !important;
    border: 0.0625rem solid #cfcfcf !important;
    border-radius: 50%;
    z-index: 2;
    transition: opacity .25s ease,border .25s ease;
    margin-left: 50px;
}
.room-slide .owl-stage{
    padding-left: 0 !important;
}
.woocommerce div.product div.images img, .woocommerce-page div.product div.images img{
    border: none !important;
}
.woocommerce-product-gallery__wrapper  .owl-nav button span,.room-slide .owl-nav button span{
    font-size: 20px;
    line-height: 20px;
}
.woocommerce-product-gallery__wrapper .owl-next,.room-slide .owl-next{
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff !important;
    border: 0.0625rem solid #cfcfcf !important;
    border-radius: 50%;
    z-index: 2;
    transition: opacity .25s ease,border .25s ease;
    margin-right: 50px;
    
}
.woocommerce-product-gallery__wrapper .owl-nav button span{
    font-size: 35px;
    line-height: 25px;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline;
}
.room-slide .owl-next{
    line-height: 15px !important;
}
.owl-prev.disabled{
    visibility: hidden;
}
.owl-next.disabled{
    visibility: hidden;
}
.room-slide .owl-next{
    transform: rotate(180deg);
}
img.back-arrow{
    display: inline !important;
    max-width: 12px !important;
    height: 12px !important;
    border: none !important;
    line-height: 12px;
    vertical-align: baseline;
}
.main-single{
    padding-right: 65px;
    padding-left: 65px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 0.0625rem solid #c3c2bc !important;
    padding-top: 90px;
}
.main-single .col-md-6{
    /* max-width: 40%; */
}
.single-product .content-right{
    /* margin-top: 95px; */
    padding: 0;
	text-align:right;
}
.single-product div.product .product_title{
    font-size: 1.5rem;
    line-height: 1.2083333333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 10px;
    margin-bottom: 24px;
}
.price-custom{
    text-align: right;
    margin-bottom: 25px;
}
.price-custom .price_min{
    font-size: .875rem;
    color: #73726e;
}
.price-custom bdi{
    /* font-size: 12px; */
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: .9px;
    line-height: 1.0833333333;
}
.group-cart{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}
.group-cart .woocommerce-variation-add-to-cart{
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
}
.group-cart .yith-wcwl-add-button>a i{
    margin: 0;
}
.group-cart .yith-wcwl-add-to-wishlist{
    display: inline-flex;
    margin-top: 0;
}
.group-cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a{
    border: 0.0625rem solid #222;
    padding:13px 16px;
    width: 100%;
    height: 2.875rem;
}
.group-cart .cl_single_btn{
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    height: 3rem;
    width: 100%;
    max-width: 100%;
    border-radius: 0 !important;
    /* margin-left: 10px !important; */
    font-size: .6875rem;
    font-weight: 600 !important;
    transition: all .3s ease;
    letter-spacing: .125rem;
    text-transform: uppercase;
}
.woocommerce a.added_to_cart{
   
    display: none;
}
.btn-advise{
    margin-top: 10px;
    display: inline-block;
    padding: 1.125rem 1.5625rem;
    border: 0.0625rem solid #222;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appereance: none;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: .6875rem;
    font-weight: 600;
    transition: all .3s ease;
    letter-spacing: .125rem;
    padding: 1.125rem 3.4375rem;
    width: 100%;
    text-transform: uppercase;
    border: 0.0625rem solid #222;
}
.single_variation_wrap{
    display: none !important;
}
.woocommerce div.product.product-type-simple form.cart, .woocommerce-page div.product.product-type-simple form.cart{
	display:none;
}
.single-product.woocommerce div.product form.cart .variations td.label label, .single-product.woocommerce-page div.product form.cart .variations td.label label{
    font-size: 1rem;
    line-height: 1.2083333333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    
}
.woocommerce.single-product div.product div.summary table.variations .value{
    padding: 15px 0;
}
.woocommerce div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td{
    padding: 15px 0;
}
.single-product.woocommerce div.product form.cart .variations td{
    display: flex;
    width: 50%;
    max-width: 50%;
}
.single-product.woocommerce div.product form.cart .variations td.value {
    order: 3;
    width: 100% !important;
}
.single-product.woocommerce div.product form.cart .variations td.label_list_all{
    order: 2;
}
.single-product.woocommerce div.product form.cart .variations td.label{
    text-align: left !important;
    order: 1;
}

.label_list_all span:not(:first-child){
    padding-left: 5px;
}
.label_list_all span{
    text-transform: capitalize;
    display: contents;
}
.single-product.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name{
    color: #73726e;
    font-weight: 400;
}
.single-product .variations tr{
    display: flex;
    flex-wrap: wrap;
}
.single-product .variations td.label{
    width: 50% !important;
    max-width: 50% !important;
}
.policy{
    margin: 10px auto;
    margin-top: 0.5rem;
    color: #aaa;
    text-align: center;
}
.policy *{
    color: #aaa;
    text-align: center;
    font-size: .8125rem;
    line-height: 1.7692307692;
    letter-spacing: .0384615385em;
    margin: 0;
}
.policy a{
    text-decoration: underline;
}
.single-product.woo-variation-swatches .main-single .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){
    width: 62px !important;
    height: 30px !important;
}
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span{
    line-height: 1.2;
}
.single-product.woo-variation-swatches .main-single .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span, 
.single-product.woo-variation-swatches .main-single .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img{
    border-radius: 5px !important;
	border: 1px solid #404040;
    
}

.single-product.woo-variation-swatches .main-single .variable-items-wrapper .variable-item:not(.radio-variable-item){
    margin:10px 0 10px 9px;
}
.single-product.woocommerce div.product form.cart .variations td.label,.single-product.woocommerce-page div.product form.cart .variations td.label{
    display: inline-block !important;
}
.single-product .variations tr:not(:last-child){
    border-bottom: 0.0625rem solid #c3c2bc !important;
}
.single-product.woocommerce .product_meta, .woocommerce-page .product_meta{
    border: 0 ;
}
.single-product .shop_attributes{
   display: flex;
   flex-flow: row wrap;
   border-bottom: 0.0625rem solid #c3c2bc !important;
   border-top: 0.0625rem solid #c3c2bc !important;
   max-height: 48px;
   padding: 3px 0;
  
}
.woocommerce div.product form.cart .reset_variations, .woocommerce-page div.product form.cart .reset_variations{
	display:none !important;
}
.product_status{
    width: 50%;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
}
.wrap_dimensions{
   width: 50%;
   font-weight: 600;
   font-size: 1rem;
   text-transform: uppercase;
	padding-left:10px;
}
.product_dimensions{
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    color: #73726e;
    text-transform: none;
}
.product_dimensions span{
    font-size: 0.875rem;
    font-weight: 400;
    display: block;
    color: #73726e;
    text-transform: none;
}
.single-product.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item){
    pointer-events: all;
}
.row-flex{
    display: flex;
    flex-flow: row wrap;
}
.info-product-container{
    padding: 65px 65px 0 65px;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-between;
}
.product-info__content{
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 0px;
}
.woocommerce-tab {
    flex-basis: 50%;
    max-width: 600px;
    /* padding-left:72px; */
}
#tab-download{
    margin-top: 20px;
}
.product-info__headline {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
}
.product-description{
    font-size: 1.25rem;
    letter-spacing: .0384615385em;
}
.woocommerce .woocommerce-tabs ul.tabs{
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 30px !important;

}
.single-product.woocommerce div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel,.woocommerce-page .woocommerce-tabs .panel{
    background: #fff ;
    border: 0 ;
}

.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page .woocommerce-tabs ul.tabs li{
    background: #fff;
    border: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li,.woocommerce-page  .woocommerce-tabs ul.tabs li{
    position: relative;
    margin: 0;
    padding: 0.5rem 3rem;
    overflow: visible;
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: #73726e;
    transition: color .2s ease;
    width: auto;
    font-size: .875rem;
    line-height: 1.2857142857;
    color: #73726e;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a,.single-product.woocommerce  .woocommerce-tabs ul.tabs li a{
    color: #73726e;
    font-size: .875rem;
    line-height: 1.2857142857;
    font-weight: 400;
    letter-spacing: .04em;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,.single-product.woocommerce .woocommerce-tabs ul.tabs li{
    background: #fff ;
    border: none ;
    border-bottom: 1px solid ;
    border-bottom-color: #000 ;
    color: #000;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page .woocommerce-tabs ul.tabs li.active{

    color: #000;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel, .single-product.woocommerce-page div.product .woocommerce-tabs .panel,.single-product.woocommerce-page .woocommerce-tabs .panel{
    padding: 0;
}
.pro_details{
    overflow: hidden;
    position: relative;
}
.group_detail h3{
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 1.2142857143;
    color: #222;
    margin-bottom: 0.5rem;
}
.group_detail p,.group_detail li{
    color: #222;
    letter-spacing: .2px;
}
.group_detail li{
    color: #222;
    letter-spacing: .2px;
    list-style-type: none;
}
.group_detail ul{
    padding: 0;
}
#dimensions_and_weight ul{
    columns: 2;
    list-style: none;
    padding: 0;
}
#dimensions_and_weight ul li{
    color: #73726e;
    padding: 0;
    font-size: .875rem;
    letter-spacing: .2px;
    line-height: 2;
}
#dimensions_and_weight ul li strong{
    color: #000;
    font-weight: 400;
}
.group_detail:not(:last-child){
    margin: 0;
    margin-bottom: 32px;
}
.slide-read-more{
    overflow:hidden;
}
.slide-read-more-button{
    cursor: pointer;
    display: none;
    color: #666;
    text-decoration: underline;
    margin-top: 1rem;
    text-align: left;
    padding: 0;
    background: 0 0;
    border: 0;
    font-size: .8125rem;
}
.slide-read-more-button.view-less{
    margin-top: .5rem;
}

.product-quotes{
    margin: auto;
}
.blockquote-block{
    margin: 0 auto;
    max-width: 50rem;
    /* padding: 4.5rem 1.5rem 0; */
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 6.5rem;
}
.blockquote-nav__headline{
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .16em;
    line-height: 1.2727272727;
    color: #73726e;
    margin: 0;
}
.blockquote-nav__content blockquote {
    border: 0;
    background: transparent;
    padding: 0;
}
.blockquote-block blockquote p{
    font-size: 2.5rem;
    padding: 0.5em 0;
    line-height: 1.2;
    letter-spacing: .04em;
    font-family: Baskerville WGL4 BT;
    
}
.blockquote-nav__actions{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(260px,1fr));
    grid-gap: 0.625rem;
    max-width: 50rem;
    width: 100%;
}
.cl-btn{
    display: inline-block;
    padding: 1.125rem 1.5625rem;
    border: 0.0625rem solid #222;
    background-color: transparent;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appereance: none;
    cursor: pointer;
    outline: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: .6875rem;
    font-weight: 600;
    transition: all .3s ease;
    letter-spacing: .125rem;
    text-decoration: none;
    padding: 1.125rem 3.4375rem;
}

.btn-discover{
    text-transform: uppercase;
    border: 0.0625rem solid #222;
    color: #000;
    text-decoration: none;
}
.btn-discover:hover{
    background: #000;
    text-decoration: none;
    color: #fff;
}
.btn-book{
    text-transform: uppercase;
    background-color: #222;
    color: #fff!important;
    border: 0.0625rem solid #222;
}
.btn-book:hover{
    background-color: #fff;
    color: #000!important;
    border: 0.0625rem solid #222;
    text-decoration: none;
}
#product-meet-designer{
    display: flex;
    /* flex-flow: row wrap; */
    padding-left: 72px;
    padding-top: 72px;
    align-items: flex-end;
}
.nav-module__content{
    padding-right: 6rem;
}
.nav-module__headline {
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .15em;
    margin-bottom: 1.5rem;
}
.nav-module__bodytext {
    font-size: 1.25rem;
    font-family: Baskerville WGL4 BT;
    margin-bottom: 1.5rem;
}
.btn-disco{
    text-transform: uppercase;
    background-color: #222;
    color: #fff!important;
    border: 0.0625rem solid #222;
}
.woocommerce .fl-content{
    padding: 0;
}
.nav-module__media,.nav-module__content{
    flex-basis: 50%;
    max-width: 50%;
}
.recently-view{
    display: block;
    width: 100%;
    max-width: 100%;
    padding-left: 4.5rem;
    /* padding-bottom: 4.5rem; */
    padding-top: 4.5rem;
}
.recently-view .owl-stage{
    display: flex ;
}
.recently-view .woocommerce[class*=columns-] ul.products li.product{
    width: 100% !important;
    max-width: 100% !important;
}
.recentview-title{
    
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .16em;
    line-height: 1.2727272727;
    color: #73726e;
    padding-bottom: 1rem;
    margin: 0;
}
.recently-view .owl-item{
    height: auto;
    padding-bottom: 0.5rem;
    box-sizing: border-box;
    border: 0.0625rem solid #c3c2bc;
    background-color: #fff;
   
}
.recently-view .owl-item:not(:first-child){
    border-left: none;
}
.single_list-cate{
    padding: 4.5rem 0 4.5rem 4.5rem;
    display: block;
    width: 100%;
}
.single_list-cate .list-cat{
    columns: 6;
    padding: 0;
    list-style: none;
}
.single_list-cate .list-cat li {
    padding-bottom: 0.5rem;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    display: block;
}
.single_list-cate .list-cat li a{
    font-size: .75rem;
    line-height: 1.1;
    font-weight: 500;
}
.single-cate-title{
    font-size: .6875rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .16em;
    line-height: 1.2727272727;
}
/* .owl-carousel .owl-nav button.owl-prev{
    line-height: 0 !important;
} */
.cl-row{
    max-width: 100%;
    width: 100%;
}
.cl-product-content{
    text-align: left;
}
.slide-product-top{
    margin-top: 50px;
}
body.archive .slide-product-top .cl-product-thumb{
    position: relative !important;
}
.product-main{
    width:calc(100% - 275px );
    max-width: calc(100% - 275px );
    float: left;
}
.owl-stage{
    display: flex;
}
.tax-product_cat .primary-content{
    width: 100% !important;
}
@media (max-width:1280px){
    .product-info__headline,.nav-module__headline,.blockquote-block blockquote p{
        font-size: 2.1rem;
    }
    .label_list_all span{
        font-size: 14px;
    }
}
.woo-variation-swatches .variable-items-wrapper li.variable-item:last-child .variable-item-contents::after,
.woo-variation-swatches .variable-items-wrapper li.variable-item:last-child .variable-item-contents::after{display: none;}