* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 2px;
}

::-webkit-scrollbar-thumb {
    background-color: gray;
}

html,
.menu_fix_mobile {
    scrollbar-width: thin;
    scrollbar-color: gray;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*! font-family: var(--font-body-family); */
    /*! font-weight: 600; */
    /*! margin: 10px 0; */
    padding: 0;
    color: #717173;
}

table {
    width: 100%;
}

table,
th,
td {
    font-size: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding-left: 10px;
    
}

tr {
    margin-bottom: 10px;
}

td {
    vertical-align: central;
    padding: 5px !important;
    border-color: #ddd;
}

ul li {
    list-style: none;
    position: relative;
}

p {
    padding: 0;
    margin: 0;
}

body {
    font-family: var(--font-body-family);
    background-color: #fff !important;
    color: #353535;
}

img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

a {
    text-decoration: none;
    /*! font-family: var(--font-body-family); */
    color: #444;
}

ol,
ul {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #dc8c02;
}

html {
    scroll-behavior: smooth;
}
.slick-slide {
    height: unset;
}




.desc-content-footer .icon-list-items-header-top {
    width: 100%;
}

ul.pagination {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}


.wrapper.home {
    background: #000;
    position: relative;
}
section.garden-decor .wdt-content-title h5 {
    color: #fff;
    font-size: 16px;
}
section.Decor {
    padding: 50px 0px 50px 0px;
    position: relative;
}

.line-text-decor p {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-variant: all-small-caps;
    font-weight: 600;
    color: #dd7210;
    font-size: 22px;
}

.line-text-decor h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    font-family: "Philosopher", sans-serif;
}

.content-decor-hub p {
    color: #cdcdcd;
    font-size: 17px;
}

.content-decor-hub {
    padding-bottom: 50px;
}

.box-images-decor-hub {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.line-text-decor {
    padding-bottom: 15px;
}
.content-decor-right {
    margin-top: 35px;
}

.content-decor-right span {
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    /* font-family: "Philosopher", sans-serif; */
    display: inline-block;
    margin-bottom: 10px;
    font-size: 16px !important;
    !i;!;
}

.content-decor-right p {
    font-size: 18px;
    color: #a9a9a9;
}

.elementor-icon-list-items-decor ul li span svg {
    width: 15px;
    height: 15px;
    fill: #dd7210;
}

.elementor-icon-list-items-decor ul li {
    padding-bottom: 17px;
}

span.elementor-icon-list-text {
    color: #a9a9a9;
    margin-left: 10px;
    font-size: 17px;
}

.elementor-icon-list-items-decor {
    margin-top: 20px;
}
.box-right-hub-decors {
    padding-left: 50px;
}


.wdt-interactive-showcase-list-wrapper {
    padding: 75px 0px 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px 70px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.wdt-interactive-showcase-content-group {
align-items: center;
display: flex;
}

.wdt-interactive-showcase-content-group svg {
width: 70px;
height: 70px;
fill: #dd7210;
}

.wdt-content-title {font-size: 35px;font-family: "Philosopher", sans-serif;color: #fff;margin-bottom: 10px;}

ul.wdt-interactive-showcase-list {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;flex-wrap: wrap;gap: 40px 82px;width: 85%;margin: 0 auto;}

.wdt-interactive-showcase-content-group i {
margin-left: 20px;
}

.wdt-interactive-showcase-content-wrapper {
    padding: 0;
    grid-area: 1 / -1;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
section.cabinet {
    position: relative;
    overflow: hidden;
}


.wdt-interactive-showcase-content-wrapper img {
    filter: brightness(0.3);
}
.wdt-interactive-showcase-content-wrapper > div {
    position: absolute;
}
.wrapper.home:before {
    content: "";
    position: absolute;
    background: url("https://wdtteapoy.wpengine.com/wp-content/uploads/2024/05/body-bg.png");
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* z-index: 9; */
}
section.collection {
    position: relative;
    padding-top: 50px;
}

.hedding-collection {
    text-align: center;
}

.hedding-collection {
    padding: 20px 0px;
}

.hedding-collection span {
    color: #dd7210;
}

.hedding-collection h2 {
    color: #fff;
    font-size: 60px;
    font-family: "Philosopher", sans-serif;
    font-weight: 300;
}


/* tabs  */
.tabs{
    display:flex;
    padding-bottom: 30px;
  }
  .tablinks {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1rem;
    font-size: 13px;
    text-transform: uppercase;
    font-weight:600;
    transition: 0.2s ease;
  }
  .tablinks:hover{
    background:blue;
    color:#fff;
  }
  /* Tab active */
  .tablinks.active {
    background:blue;
    color:#fff;
  }
  /* tab content */
  .tabcontent {
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    height: 0px;
  }
  /* Text*/
  .tabcontent p {
    color: #333;
    font-size: 16px;
  }
  /* tab content active */
  .tabcontent.active {
    opacity: 1;
    overflow: unset;
    visibility: visible;
    height: unset;
  }

/* end tabs  */

.box-tabs-collection .tabs .tablinks.active {
    background: none;
    text-decoration: underline;
    color: #fff;
}

.box-tabs-collection .tabs .tablinks {
    font-size: 15px;
    /* font-family: "Philosopher", sans-serif; */
    font-weight: 700;
    padding: 1rem 23px;
    position: relative;
    color: #a9a9a9;
}

.box-tabs-collection .tabs .tablinks p {
    font-size: 12px;
    color: #a9a9a9;
    position: absolute;
    right: 4px;
    top: 9px;
    font-family: unset;
}

.box-tabs-collection .tabs .tablinks:hover {
    background: none;
    color: #fff;
}
.box-tabs-collection .tabs {
    justify-content: center;
}






.box-images-member {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.box-images-member img.images-hover {
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.box-products-keper {
    position: relative;
    padding: 10px;
}

.icon-itemp-products a svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.icon-itemp-products {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
}

.icon-itemp-products a {
    display: flex;
    justify-content: center;
    height: 40px;
    background: #2b2b2b;
    margin-bottom: 20px;
    border-radius: 100%;
    width: 40px;
    line-height: 40px;
}

.icon-itemp-products a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.icon-itemp-products a svg path {
    fill: #fff;
}

.box-hedding-name-products {
    text-align: center;
    padding: 20px;
}

.box-hedding-name-products span {
    color: #a9a9a9;
    /* text-transform: uppercase; */
}

.list-blog-rights .images-left-blog img {
    height: 160px;
}
.list-blog-rights .desc-keyper-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}
.content-oderblog-bottom a:hover {
    color: #de7310;
}
.box-images-main-left .desc-keyper-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: none;
    overflow: hidden;
    text-overflow: ellipsis;
}
.box-hedding-name-products h2 {
    font-size: 24px;
    color: #fff;
    padding: 10px 0px;
    font-family: "Philosopher", sans-serif;
}
.box-hedding-name-products a h2:hover {
	color: #dd7210
}

.box-price-products span {
    color: #fff;
    display: inline-block;
    padding: 0px 7px;
    font-size: 18px;
}

.box-products-keper:hover .icon-itemp-products {
    opacity: 1;
    transition: 0.5s ease;
}

.box-products-keper:hover .box-images-member img {
    opacity: 0;
}

.box-products-keper:hover .box-images-member .images-hover{
    opacity:1;
    transition:0.5s ease;
}
.box-products-collection .slick-dots li button {
    width: 5px;
    height: 5px;
    background: #a9a9a9;
    border-radius: 100%;
}

.box-products-collection .slick-dots li {
    width: 15px;
    height: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.box-products-collection .slick-dots li button:before {
    content: "";
}

.box-products-collection .slick-dots li.slick-active {
    background: none;
    border: 1px solid #a9a9a9;
}

.box-products-collection .slick-dots li.slick-active button {
    background: #dd7210;
}

.hedding-title-queries span {
    color: #dd7210;
}

section.queries {
    position: relative;
    padding: 40px 0px;
    background: #2b2b2b99;
}

.hedding-title-queries h2 {
    font-size: 52px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
}

.hedding-title-queries {
    margin-bottom: 30px;
}

.item-top-ecos p {
    color: #dd7210;
    font-size: 23px;
    font-family: "Philosopher", sans-serif;
}

span.icon-ecos svg {
    width: 30px;
    height: 30px;
    transform: rotate(180deg);
    cursor: pointer;
}

span.icon-ecos svg path {
    fill: #fff;
}

.item-top-ecos {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.send-item-ecos p {
    color: #a9a9a9;
    font-size: 16px;
}

.send-item-ecos {
    padding-bottom: 30px;
}

.item-cauhois {
    margin-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}

.box-images-services-products img {
    border-radius: 10px;
    overflow: hidden;
}

.box-images-services-products {
    padding: 30px;
    position: relative;
}

.list-ground-options ul li svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

.list-ground-options ul li a {
    display: inline-flex;
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    border: 1px solid #fff;
    border-radius: 25px;
}

.list-ground-options ul li {
    display: inline-block;
    width: max-content;
    margin-bottom: 20px;
    margin-right: 20px;
}

.list-ground-options {
    position: absolute;
    bottom: 60px;
    left: 60px;
}

.list-ground-options ul li a p {
    margin-right: 10px;
}

.list-ground-options ul {
    display: flex;
    flex-wrap: wrap;
}

.list-ground-options ul li a:hover {
    background: #dd7210;
    border: 1px solid #dd7210;
    transition: 0.5s ease;
}
.item-cauhois:last-child .send-item-ecos {
    border-bottom: none;
}
section.stylish {
    position: relative;
    padding-top: 30px;
}

.box-stylist-tops {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-aptent {
    width: 45%;
    color: #a9a9a9;
    font-size: 18px;
}

.witert-images-box > img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
}

.box-images-stylist-products {
    position: relative;
}

.list-item-steel-chair.wilet-1 {
    position: absolute;
    left: 19%;
    right: auto;
    top: 33%;
    bottom: auto;
}

.list-item-steel-chair i {
    width: 40px;
    height: 40px;
    background: #de7310;
    border-radius: 100%;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    position: relative;
}

.list-item-steel-chair.wilet-1 .witert-images-box {
    position: absolute;
    left: 100%;
    width: 245px;
    background: #000;
    padding: 10px;
    bottom: 100%;
    border-radius: 5px;
}

.witert-images-box {
    display: flex;
}

.box-name-products {
    padding-left: 15px;
}

.box-name-products span {
    color: #fff;
    font-size: 20px;
}

.box-name-products p {
    color: #a9a9a9;
}

.list-item-steel-chair i:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: none;
    border: 2px solid #de731094;
}

.list-item-steel-chair.wilet-2 {
    position: absolute;
    left: 62%;
    right: auto;
    top: 43%;
    bottom: auto;
}

.list-item-steel-chair.wilet-2 .witert-images-box {
    position: absolute;
    left: 100%;
    width: 245px;
    background: #000;
    padding: 10px;
    bottom: 100%;
    border-radius: 5px;
}

.list-item-steel-chair.wilet-3 {
    left: 71%;
    right: auto;
    top: 68%;
    bottom: auto;
    position: absolute;
}

.list-item-steel-chair.wilet-3 .witert-images-box {
    position: absolute;
    left: 100%;
    width: 245px;
    background: #000;
    padding: 10px;
    bottom: 100%;
    border-radius: 5px;
}

.list-item-steel-chair 
 .witert-images-box {
    display: none;
}
.list-item-steel-chair.active .witert-images-box {
    display: flex;
}

.list-item-steel-chair.active i {
    transform: rotate(45deg);
    transition: 0.5s ease;
}
section.garden-decor {
    position: relative;
    padding: 40px 0px;
}

.garden-decor .wdt-content-icon i svg {
    fill: #fff;
    width: 80px;
    height: 80px;
}

.garden-decor .wdt-content-title h5 a {
    font-size: 20px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-weight: 200;
}

.garden-decor .wdt-content-icon span:before {
    content: '';
    width: 72px;
    height: 72px;
    background: rgba(221, 114, 16, 0.3);
    position: absolute;
    top: 5%;
    left: 24%;
    border-radius: 100%;
}

.garden-decor .wdt-content-icon span {
    position: relative;
    display: inline-block;
}

.garden-decor .wdt-content-media-group {
    padding: 30px;
    text-align: center;
}
section.testimonial {
    position: relative;
    background: #2b2b2b99;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-hedding-testimonial {
    text-align: center;
}

.title-hedding-testimonial span {
    color: #dd7210;
    text-transform: uppercase;
}

.title-hedding-testimonial h2 {
    font-size: 54px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-weight: 200;
}

.star-customer ul {
    display: flex;
    justify-content: center;
}

.star-customer ul li {
    margin-right: 6px;
    color: #dd7210;
}

.customers-testimonial {
    margin-top: 20px;
}

.desc-item-slick-custum {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.avatar-slick-custum img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin: 0 auto;
}

.avatar-slick-custum {
    text-align: center;
}
.avatar-slick-custum span {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    font-family: "Philosopher", sans-serif;
}

.avatar-slick-custum p {
    display: block;
    color: #a9a9a9;
    font-size: 18px;
    line-height: 1;
}
section.blog-section {
    position: relative;
    padding: 30px;
}

.images-left-blog img {
    border-radius: 10px;
    height: 160px;
}

.content-oderblog-bottom {
    padding-top: 20px;
}

.entry-date p {
    color: #dd7210;
    font-size: 16px;
    text-transform: uppercase;
}

.entry-date span {
    color: #fff;
}

.content-oderblog-bottom a {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
}

.desc-keyper-content p {
    color: #a9a9a9;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-blog-rights .box-images-main-left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.images-left-blog {
	position: relative;
    overflow: hidden;
}
.images-left-blog::before{
	content: "";
	padding-top: calc((540 / 838) * 100%);
	display: block;
}
.images-left-blog a img {
    height: 100%;
	width: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
@media (max-width: 1400px){
	.images-left-blog::before{
	    padding-top: calc((700 / 838)* 100%);
	}
}
.list-blog-rights .images-left-blog {
    width: 30%;
}

.list-blog-rights .content-oderblog-bottom {
    width: 68%;
    padding-top: 0px;
}

.list-blog-rights .content-oderblog-bottom a {
    font-size: 22px;
}
.content-item-maskan {
    text-align: center;
    background: #2b2b2b;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

section.maskan-new {
    padding: 50px 0px;
}

.item-maskan-news {
    padding: 1px;
}

.content-item-maskan h2 {
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-size: 23px;
    font-weight: 200;
    position: relative;
    z-index: 999;
}
.item-images-hover-maskan {
    filter: brightness(0.5);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    transform: translateX(-1000px);
}


.content-item-maskan:hover .item-images-hover-maskan {
    width: 100%;
    transition: 0.7s ease;
    height: 100%;
    transform: translateX(0px);
}

section.transforming {
    position: relative;
    padding: 180px 0px;
    background-position: center !important;!i;!;
    !i;!;
    background-repeat: no-repeat !important;!i;!;
    background-size: cover !important;!i;!;
}

.comfort-transforming {
    text-align: center;
    width: 54%;
    margin: 0 auto;
    position: relative;
}

.comfort-transforming p {
    color: #dd7210;
    font-size: 16px;
    text-transform: uppercase;
}

.comfort-transforming h2 {
    font-size: 60px;
    color: #fff;
    font-family: "Philosopher", sans-serif;
    font-weight: 200;
}

.form-contact-spaces {
    width: 75%;
    margin: 30px auto 0px;
    position: relative;
}

.form-contact-spaces input {
    padding: 18px;
    border-radius: 35px;
    border: 1px solid #cdcdcd;
    background: none;
    width: 100%;
    color: #fff;
}

button.spaces-button-transforming {
    padding: unset;
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

button.spaces-button-transforming svg {
    width: 25px;
    height: 25px;
}

button.spaces-button-transforming svg {
    fill: #000;
}

button.spaces-button-transforming svg path {
    fill: #000;
}
section.transforming:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000085;
    top: 0;
}
section.box-protocol {
    position: relative;
    padding: 7rem 0px;
    background: #2b2b2b99;
}

.item-protocols svg {
    width: 100px;
    height: 100px;
    fill: #dd7210;
}



.wdt-content-icon span {
    position: relative;
    display: inline-block;
}

.wdt-content-icon span:before {
    content: '';
    width: 95px;
    height: 95px;
    background: #2b2b2b;
    top: 0;
    pointer-events: none;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.wdt-content-icon i {
    position: relative;
}

.wdt-content-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdt-content-detail-group h5 a {
    color: #fff;
    font-size: 25px;
    font-family: "Philosopher", sans-serif;
    font-weight: 200;
}

.wdt-content-description {
    color: #a9a9a9;
}

.item-protocols {
    padding: 0px 25px;
}

.wdt-content-detail-group {
    padding-left: 15px;
}

.item-protocols:hover span:before {
}
section.box-protocol .slick-slider {
    margin-bottom: 0px;
}
.wdt-interactive-showcase-content-group img {
    height: 38px;
    width: auto;
}
.layout-collection {
    padding-bottom: 0px;
    background-color: #fdfdfd;
}
.bread-crumb {
}
.bread-crumb-col:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    /* background-color: rgba(0, 0, 0, 0.49); */
    width: 100%;
    height: 38px;
}
.breadcrumb-col {
    justify-content: center;
    background-color: transparent;
    padding-left: unset;
    display: flex;
}

.breadcrumb {
    list-style: none;
    border-radius: 4px;
    margin-bottom: 0px;
}
.breadcrumb-col li {
    display: flex;
    align-items: center;
    color: #fff;
}
.breadcrumb-col li a {
    color: white;
    font-size: 19px;
}
.breadcrumb-col li svg {
    height: 11px;
    margin-right: 10px;
    margin-left: 10px;
}
.breadcrumb>li+li:before {
    content: "";
    padding: unset;
}

.breadcrumb>li+li:before {
    color: #ccc;
}
main.main.pd-section-bottom {
    position: relative;
}
.content-page p {
    color: #fff;
}
main.main {
    position: relative;
}
.page_news .news_item {
    margin-bottom: 20px;
}

.page_news .news_item {
    padding: 0px 7px;
}
.page_news .news_item .image {
    width: 100%;
}

.news_item .image {
    border-radius: 5px;
    margin-right: 10px;
}
.page_news .news_item .image img {
    object-fit: cover;
}

.news_item .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 05px;
}
.page_news .news_item .news_infor {
    width: calc(100% - 0px);
}
.ct-right ul li {
    list-style: disc;
    margin-left: 20px;
}
.news_item .news_infor {
    padding: 5px 0px 0px 0px;
    flex: 1;
}
.news_item .news_infor h3 {
    margin: 0 0px;
    line-height: 1.3;
    font-size: 15px;
    margin-left: 0px;
    font-weight: 500;
    color: black;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
}
.news_item .news_infor h3 a{
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.page_news .news_item .news_infor h3 a {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    line-height: 1.5;
    color: #fff;
}
.page_news .news_item .news_infor .desc {
    color: #a9a9a9;
    text-align: justify;
    font-size: 15px;
    margin: 5px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.see-more {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 0px 0px;
    border-radius: 5px;
    position: relative;
}
.see-more svg {
    height: 12px;
    fill: #ffffff;
    margin-left: 10px;
}

.list-products-tion .home-product-slider-wrap-body-item {
    margin-bottom: 15px;
}
.product-item .product-item-wrap {
    border-radius: 10px;
    transition: all .5s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.product-item .product-item-wrap .product-item-image {
    position: relative;
    overflow: hidden;
	border-radius: 10px;
}
.product-item .product-item-wrap .product-item-image::before{
	content: "";
	padding-top: calc((222 / 297) * 100%);
	display: block;
}

.product-item .product-item-wrap .product-item-detail {
    padding: 10px 10px 15px;
    text-align: center;
}
.product-item .product-item-wrap .product-item-image a {
    display: inline-block;
    overflow: hidden;
}
.product-item-image.hasThumbs.hasThumbsIcon a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product-item .product-item-wrap .product-item-action button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    transition: all .5s ease-in;
    background: #eee;
    border-radius: 10px;
    width: 32.5px;
    height: 32.5px;
    line-height: 1;
}
.product-item .product-item-wrap .product-item-action button svg {
    width: 17.5px;
    height: 17.5px;
}
.product-item .product-item-wrap .product-item-action button.shop-quickview-button {
    top: 55px;
    opacity: 0;
    visibility: hidden;
}

.product-item .product-item-wrap .product-item-action button {
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    box-shadow: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    transition: all .5s ease-in;
    background: #eee;
    border-radius: 10px;
    width: 32.5px;
    height: 32.5px;
    line-height: 1;
}
.product-item .product-item-wrap .product-item-action button svg {
    width: 17.5px;
    height: 17.5px;
}
.product-item .product-item-wrap .product-item-detail .product-item-detail-name {
    margin: 5px 0;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.product-item .product-item-wrap .product-item-detail .product-item-detail-name a {
    font-size: 18px;
    color: #fff;
}
.product-item .product-item-wrap .product-item-detail .product-item-detail-price span {
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-right: 10px;
}
.product-item .product-item-wrap:hover .product-item-action button {
    opacity: 1 !important;
    visibility: visible !important;
    background: #fdcc0d;
}
.product-item .product-item-wrap .product-item-action button.shop-addLoop-button {
    top: 100px;
    opacity: 0;
    visibility: hidden;
    background: #dc8c02;
}

.product-item .product-item-wrap:hover .product-item-action button {
    opacity: 1 !important;
    visibility: visible !important;
    background: #dd7210;
}
span.product-item-discount {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #dd7210;
    padding: 1px 7px;
    border-radius: 5px;
    color: #fff;
}
header.header-desk.header-bg {
    background: #000000c7;
}
.content-wrapper {
    position: relative;
}
main {
    position: relative;
}
.see-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: 0;
}
.box_news_detail {
    color: #fff;
}

.box_news_detail h1 {
    color: #fff;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.news_rale .title-headding .title {
    color: #fff;
    font-size: 23px;
    text-transform: uppercase;
}



.news_rale .news_item .image {
    width: 30%;
}

.news_rale .news_item .news_infor {
    width: 68%;
}

.news_item {
    display: flex;
    margin-bottom: 20px;
}

.news_rale .news_item .news_infor h3 a {
    color: #fff;
    font-size: 17px;
}

.clm.news_rale {
    border-left: 1px solid;
    padding-left: 40px;
}

.clm.col-right {
    padding-right: 50px;
}

.clm.news_rale .bg_img {
    margin-bottom: 20px;
}
.tags-news-post h2 {
    color: #fff;
    font-size: 23px;
}

.list-tags-post {
    margin-bottom: 10px;
    margin-top: 15px;
}

.list-tags-post ul {
    display: flex;
    flex-wrap: wrap;
}

.list-tags-post ul li {
    margin-right: 10px;
    padding: 7px 25px;
    border: 1px solid #a9a9a9;
    color: #ffffff;
    margin-bottom: 10px;
    border-radius: 25px;
}

.list-tags-post ul li a {
    color: #fff;
}

.tags-news-post {
    padding-top: 20px;
}
.image-qc-news-post {
    margin-top: 20px;
}
.title.title-img h2 {
    display: inline-block;
    color: #ffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.page_news.pd-section-bottom {
    padding-top: 30px;
}
.map iframe {
    width: 100%;
    height: 100% !important;
    border-radius: 10px 0px 0px 10px;
}
.ct-left, .ct-right {
    margin-top: 15px;
    margin-bottom: 15px !important;
    color: #ffffff;
    font-size: 15px;
}
.ct-right h1 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #ffffff;
}
.map {
    height: 100%;
}
.ct-left form input {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 0px;
    height: 45px;
    padding: 0 15px;
    margin-bottom: 15px;
    outline: 0;
    border-radius: 5px;
    background: #ffffff1f;
}
.ct-left form textarea {
    font-size: 14px;
    color: #717173;
    width: 100%;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 15px;
    margin-bottom: 10px;
    outline: 0;
    background: #ffffff1f;
}
.ct-left form button {
    font-size: 14px;
    color: #ffffff;
    border: none;
    height: 40px;
    width: 150px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #dd7210;
    background: #000;
}

.ct-left.ct-right p {
    margin-bottom: 20px;
}

.ct-left, .ct-right h3 {
    color: #fff;
}

.blog-group-lever2.blog-group {
    /* width: 64%; */
    /* margin: 0 auto; */
    /* border: 1px solid #686868; */
    /* border-radius: 10px; */
    /* margin-bottom: 20px; */
}
.product-item-detail-price del {
    color: #a9a9a9;
}
.product-item .product-item-wrap .product-item-action button svg path {
    fill: #fff;
}
.content-decor-right h2 {
    font-family: "Philosopher", sans-serif;
    color: #fff;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 28px;
}

.item-protocols .wdt-content-description h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
}

.item-protocols img {
    width: 90px;
    height: 90px;
    padding: 13px;
}
.list-ground-options ul li img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    border-radius: unset;
}
.item-cauhois .send-item-ecos {
    display: none;
}


.item-cauhois.active .icon-ecos {
    transform: rotate(180deg);
}

.item-cauhois.active .send-item-ecos {
    display: block;
}
.list-ground-options ul li a:hover img {
    filter: brightness(79.5);
}
.sale-products {
    position: absolute;
    top: 10px;
    left: 10px;
}

.sale-products span {
    display: inline-block;
    padding: 3px 10px;
    background: #dd7210;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
strike.price-cu {
    color: #fff;
    display: inline-block;
    padding: 0px 7px;
    font-weight: 300;
}.garden-decor .wdt-content-icon img {
    height: 70px;
    width: 70px;
    object-fit: cover;
    padding: 6px;
}
.garden-decor .wdt-content-icon:hover span:before {
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    left: 0;
    width: 100%;
    height: 100%;
    top: -5%;
    transition: 0.5s ease;
}
section.garden-decor .wdt-content-title {
    margin-top: 15px;
}
.text-hedding-brackhams {
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: max-content;
}

.images-brackham-details {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    background-position: center;
}
.images-brackham-details img {
	background-position: bottom
}

.text-hedding-brackhams h1 {
    font-size: 73px;
    color: #fff;
}

ul.wdt-interactive-showcase-list .wdt-content-title {
    color: #a9a9a9;
}

ul.wdt-interactive-showcase-list li.active .wdt-content-title {
    color: #fff;
}

.wdt-interactive-showcase-content-wrapper .active {
    z-index: 999;
}
.images-brackham-details {
}

.text-hedding-brackhams h1 {
    font-size: 40px;
}
.noi_dung_in {
	color: #fff;
}
.noi_dung_in p {
    padding-bottom: 10px;
}
.noi_dung_in img {
	padding: 5px 0;
}
.news_note {
    margin-bottom: 10px;
}
.breadcrumb-col li a {
    font-size: 14px;
}
.product-item-detail-price span {
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_news .news_item .news_infor:hover h3 a {color: #dd7210;}
@media(max-width:990px){
	.text-hedding-brackhams h1 {
    font-size: 24px;
}

.text-hedding-brackhams {
    width: 90%;
    bottom: -30px;
}

.breadcrumb-col {
    flex-wrap: wrap;
}
	
	.content-item-maskan h2 {
    font-size: 20px;
}
	section.collection .slick-dots {
    bottom: -15px;
}

.list-ground-options ul li a {
    font-size: 16px;
}

.list-ground-options ul li img {
    width: 22px;
    height: 22px;
}

.list-ground-options {
    bottom: 5px;
}
	section.collection .slick-dots {
    bottom: -15px;
}
	.item-protocols .wdt-content-description h3 {
    font-size: 15px;
    text-align: center;
}
    .content-pro.project .box-tabs-details {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }
    
    .box-scrol-details {
        overflow-x: scroll;
    }
    
    .noi_dung_in tbody tr td {
                width: 100% !important;
        display: block !important;
    }
    
    .clm.col-right {
        padding-right: 0px;
    }
    
    .clm.news_rale {
        padding-left: 0px;
        border-left: 0px;
    }

    .list-item-steel-chair.active .witert-images-box {
        display: flex;
        right: 100%;
        left: unset;
    }
    .witert-images-box img {
        min-height: 96px !important;
    }
    .box-tabs-collection .tabs .tablinks {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }
    
.box-images-services-products {
    padding: 0px;
}

.list-ground-options {
    left: 10px;
}
.box-stylist-tops {
    display: block;
}

.hedding-title-queries h2 {
    font-size: 35px;
}

.box-aptent {
    width: 100%;
    margin-bottom: 20px;
}

.box-aptent p {
    font-size: 14px;
}

.stylish .hedding-title-queries {
    margin-bottom: 10px;
}

    .box-tabs-collection .tabs {
        width: 100%;
        min-width: max-content;
        max-width: fit-content;
    }
    
    .box-scroll-tabs {
        overflow-x: scroll;
    }
    section.Decor {
        padding: 0px 0px 30px 0px;
    }
    
    .box-images-decor-hub {
        margin-bottom: 20px;
    }
    
    .wdt-interactive-showcase-media-group {
        height: 100%;
    }
    
    .wdt-content-image-wrapper {
        height: 100%;
    }
    
    .wdt-content-image {
        height: 100%;
    }

    .wdt-interactive-showcase-content-wrapper > div {
        height: 100%;
    }
    
    .wdt-interactive-showcase-content-wrapper img {
        height: 100%;
        object-fit: cover;
    }
    .box-hedding-name-products h2 {
        font-size: 20px;
    }

    .box-right-hub-decors {
        padding-left: 0px;
    }

    .wdt-content-item {
        display: block;
    }
    
    .wdt-content-detail-group h5 a {
        font-size: 22px;
    }
    
    .wdt-content-icon {
        text-align: center;
    }

    .title-hedding-testimonial h2 {
        font-size: 35px;
    }
    
    .blog-section .hedding-title-queries {
        text-align: center;
    }
    
    .box-images-main-left {
        margin-bottom: 30px;
    }
    
    .comfort-transforming h2 {
        font-size: 42px;
    }
    
    .comfort-transforming {
        width: 87%;
    }
    
    section.transforming {
        padding: 100px 0px;
    }
    .wdt-content-title {
        font-size: 25px;
    }
    
    .wdt-interactive-showcase-content-group img {
        height: 39px;
        width: auto;
    }
    
    .wdt-interactive-showcase-list-wrapper {
        padding: 20px 0px 20px;
    }
    
    .hedding-collection h2 {
        font-size: 35px;
    }
    
    .hedding-title-queries h2 {
        font-size: 40px;
    }
    .list-item-steel-chair.wilet-1 .witert-images-box {
        left: 100%;
    }
	.content-page td {
		width: 100% !important;
		display: block !important;
	}
}

@media(max-width:767px) {
	.images-brackham-details {
		height: 120px;
	}
	.content-decor-right span {
		text-align: left;
	}
	.line-text-decor h2 {
		font-size: 38px;
		line-height: 1.2;
	}
    .box-images-stylist-products {
        min-height: 500px;
    }
    
    .box-images-stylist-products img {min-height: 500px;}

    section.maskan-new {
        padding: 0px 0px;
    }
    .comfort-transforming h2 {
        font-size: 33px;
    }
    
    .comfort-transforming {
        width: 100%;
    }
    .item-protocols {
        padding: 0px 5px;
    }
    section.blog-section {
        padding: 30px 0px;
    }
    
    .hedding-title-queries h2 {
        font-size: 35px;
    }
    
    .content-oderblog-bottom a {
        font-size: 21px;
    }
    
    .entry-date p {
        font-size: 12px;
    }
    
    .desc-keyper-content p {
        font-size: 14px;
    }
    
    .list-blog-rights .content-oderblog-bottom a {
        font-size: 18px;
    }
    .desc-item-slick-custum {
        width: 100%;
        font-size: 14px;
    }
    
    .avatar-slick-custum img {
        width: 85px;
        height: 85px;
    }
    
    section.testimonial {
        padding-bottom: 5px;
    }
    
    .avatar-slick-custum span {
        font-size: 20px;
    }

    .garden-decor .wdt-content-media-group {
        padding: 8px;
    }

    .hedding-collection h2 {
        font-size: 26px;
    }
	
}   
@media(max-width:550px){
	.product-item-image.hasThumbs.hasThumbsIcon a img {
    height: unset;
}

.product-item .product-item-wrap .product-item-detail .product-item-detail-price span {
    font-size: 14px;
}

.product-item .product-item-wrap .product-item-detail .product-item-detail-name a {
    font-size: 17px;
}
	
.list-blog-rights .images-left-blog {
    width: 40%;
}

.list-blog-rights .content-oderblog-bottom {
    width: 57%;
}}
.cart-body-center{
	margin-bottom: 10px;
}
