.general_page {
    padding-bottom: clamp(40px, 2vw, 130px);
}
.general_page .intro {
    padding: clamp(20px, 4vw, 56px) 0;
}
.general_page .intro h1 {
    font-size: clamp(20px, 4vw, 40px);
    line-height: clamp(28px, 4vw, 38px);
}

.section {
    border-top:  1px solid rgba(0, 0, 0, 0.10);
    padding: 20px 0;
}
.section-title {
    max-width: 330px;
}
.section-title h3 {
    font-size: clamp(18px, 1vw, 20px);
    line-height: clamp(24px, 1vw, 27px);
    margin-bottom: 10px;
}
.two-columns-container .section-content {
    padding: 0 clamp(20px, 4vw, 30px);
    padding-right: 0;
    box-sizing: border-box;
    width: 70%;
    font-size: clamp(14px, 4vw, 18px);
    line-height: clamp(22px, 4vw, 27px);
}
.two-columns-container .section-content p {
    margin-bottom: clamp(20px, 2vw, 40px);
}
.two-columns-container .section-content p:last-child {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .two-columns-container {
        flex-wrap: wrap;
    }
    .section-title {
        max-width: 100%;
    }
    .two-columns-container .section-content,
    .two-columns-container .section-title  {
        width: 100% !important;
        padding: 0;
    }
    .two-columns-container .section-title {
        margin-bottom: 20px;
    }
    .results_list .item {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr;
        row-gap: 15px;
        column-gap: 0;
    }
}

.catalogs_list {
    margin-bottom: 60px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.catalogs_list .catalog {
    max-width: 283px;
    margin: 0 20px 60px 20px;
}
.catalogs_list .catalog img {
    width: 100%;
    height: auto;
    object-fit: contain;
    vertical-align: bottom;
}
.catalogs_list .catalog .image-container {
    margin-bottom: 35px;
    position: relative;
    border: 1px solid #c9c9c9;
    background: #fff;
}
.catalogs_list .catalog-name {
    font-size: 30px;
    line-height: 27px; 
    font-family: 'museo_sans700';
}
.catalogs_list .catalog-name span {
    color: #929292;
    font-size: 20px;
    line-height: 27px; 
    font-family: 'museo_sans300';
}

.catalogs_list .catalog .image-container:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    left: 1px;
    z-index: -1;
    display: block;
    border: 1px solid #c9c9c9;
    background: #fff;
}
.catalogs_list .catalog .image-container:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3px;
    left: 3px;
    z-index: -1;
    display: block;
    border: 1px solid #c9c9c9;
}
.catalogs_list .catalog .hover-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 100px 30px 30px 30px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.catalogs_list .catalog:hover .hover-overlay {
    display: block;
}
.catalogs_list .catalog:hover .catalog-name {
    color: #F45656;
}
.hover-overlay a {
    font-family: 'museo_sans500';
}
.hover-overlay a:hover {
    color: #F45656 !important;
}

.contacts_list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: clamp(20px, 4vw, 30px);
        grid-row-gap: 0px;
}
.contacts_list .contact,
.showrooms .contact {
    font-size: 16px;
    line-height: 22px;
    font-family: 'museo_sans300';
    color: #383838;
}
.showrooms .contact {
    margin-bottom: 30px;
}
.contacts_list h4,
.showrooms h4 {
    color: #000;
    font-size: 20px;
    line-height: 27px;
    font-family: 'museo_sans500';
    min-height: 60px;
}
.contacts_list .contact .description ,
.showrooms .contact .description{
    margin-bottom: 20px;
    display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
   overflow: hidden;
   text-overflow: ellipsis;
}
.contacts_list .contact .phone,
.showrooms  .contact .phone{
    min-height: 44px;
}
.contacts_list .contact a ,
.showrooms .contact a {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
@media (max-width: 1024px) {
    .contacts_list {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 50px;
    }
}

@media (max-width: 560px) {
    .contacts_list {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 50px;
    }
}
.showrooms_list {
    color: #fff;
    background: #383838;
}
.showrooms_list .intro {
    padding: 30px 0;
}
.showrooms_list .section-content {
    padding: 30px 0 0 0;
}
.showrooms {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.showrooms .contact {
    max-width: 480px;
    padding-right: 30px;
}
.showrooms .contact .button {
    display: flex;
    border-color: #fff;
}
.showrooms .contact .description {
    max-width: 270px;
}
.showrooms .actions {
    padding: 10px 0 30px 0;
}
@media (max-width: 768px) {
    .showrooms_list .section-content {
       padding: 0;
    }
    .showrooms .actions {
        flex-wrap: wrap;
    }
    .showrooms .contact {
        max-width: 100%;
        padding-right: 0;
    }
    .showrooms .contact .description {
        max-width: 100%;
    }
    .showrooms .actions .button {
        margin:  0 20px 20px 0 !important;
        
    }
}
.awards-list {
    padding-top: 30px;
}
.awards-list > div {
    padding-bottom: clamp(20px, 2vw, 60px);
}
.awards-list .section-content h3 {
    font-size: 30px;
    margin-bottom: 5px;
}
.awards_banner {
    padding-top:  clamp(30px, 10vw, 58px);
    padding-bottom: clamp(50px, 20vw, 300px);
    background: url(../images/awards_banner.png) no-repeat center;
    background-size: cover;
    margin-bottom: 60px;
}
.awards_banner h1 {
    font-family: "Droid Serif";
    font-size: clamp(24px, 4vw, 40px);
    line-height: clamp(28px, 4vw, 38px);
}
@media (max-width: 768px) {
    .awards_page .awards-list .two-columns-container {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .awards_page .two-columns-container .section-title {
        width: auto !important;
        padding-right: 30px;
        box-sizing: content-box;
        margin-bottom: 0;
    }
    .awards_page .two-columns-container .section-content {
        width: auto;
    }
    .awards-list .section-content h3 {
        font-size: 22px;
    }
}

.create_account .intro {
    padding: clamp(20px, 4vw, 64px) 0 clamp(20px, 4vw, 36px);
}

.create_account .intro h1 {
        font-size: clamp(24px, 4vw, 40px);
        line-height: clamp(28px, 4vw, 38px);
        margin-bottom: clamp(10px, 1.5vw, 20px);
}
.create_account .intro span {
    font-size: clamp(12px, 1.5vw, 20px);
    line-height: clamp(16px, 1.5vw, 27px);
}
.create_account .section {
    padding: 30px 0;
}
.create_account .section-title {
    max-width: 400px;
}

.create_account .section-title h3{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 34px;
}
.create_account .section-title p {
    font-size: 14px;
}
@media (max-width: 600px) {
    .create_account form .input-wrapper.w-50 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .create_account form .input-wrapper .w-50 {
        width: 100%;
    }
}

.mission_page .mission_banner {
    padding-top:  clamp(30px, 10vw, 58px);
    padding-bottom: clamp(50px, 20vw, 200px);
    background-size: cover;
    margin-bottom: 60px;
}
.mission_page.mission_abroad .mission_banner {
    background: url(../images/mission_abroad.jpg) no-repeat center;
    background-size: cover;
}
.mission_page.mission_home .mission_banner {
    background: url(../images/mission_at_home.png) no-repeat center;
    background-size: cover;
}
.mission_page .mission_banner h1,
.brands_we_work_with .brands_banner h1  {
    font-family: "Droid Serif";
    font-size: clamp(24px, 4vw, 40px);
    line-height: clamp(28px, 4vw, 38px);
}
.mission_page .centered_content {
    max-width: 700px;
    margin: 0 auto;
}
.mission_page .centered_content p {
    margin-bottom: clamp(20px, 2vw, 40px);
    font-size: 16px;
    line-height: 26px;
}

.brands_we_work_with .brands_banner{
    padding-top:  clamp(30px, 10vw, 58px);
    padding-bottom: clamp(50px, 20vw, 300px);
    background: url(../images/brands_banner.png) no-repeat center;
    background-size: cover;
    margin-bottom: 60px;
}
.brands_we_work_with p {
    margin-bottom: clamp(20px, 2vw, 40px);
    font-size: 16px;
    line-height: 26px;
}
.brands_we_work_with .brands_gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.brands_we_work_with .brands_gallery li {
    vertical-align: middle;
    margin: 0 30px 45px;
}
@media (max-width:1024px){
    .brands_we_work_with .w-50 {
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
}

.shipping_policy .shipping_charges_us .charge_value {
    width: 120px;
    flex-grow: 1;
}

.dining_table_customization .intro {
   padding-bottom: 0px;
   margin-bottom: 85px;   
}

.dining_table_customization .intro p {
   max-width: 445px;
   padding-top: 30px;   
}

.dining_table_customization .dtc_container {
   display: flex;
   flex-direction: row;
   margin-bottom: 85px;
   align-items: center;
   justify-content: space-between;
}

.dining_table_customization .dtc_image {
   width: 60%;
   max-width: 834px;
   align-self: flex-start;
}

.dining_table_customization .dtc_content {
   width: 40%;
   padding-left: clamp(20px, 8vw, 120px);
   box-sizing: border-box;
   font-family: 'museo_sans500';
   font-size: 14px;
   line-height: 22px;
}

.dining_table_customization .dtc_content h2 {
   font-family: "Droid Serif";
   font-size: 40px;
   line-height: 47px;
   margin-bottom: 30px;
}

.dining_table_customization .dtc_content:first-child {
   width: 40%;
   padding-left: 0px;
   padding-right: clamp(20px, 8vw, 120px);
   box-sizing: border-box;
}

.dining_table_customization .dtc_image img {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
}

.dining_table_customization .dtc_full {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
}

.dining_table_customization .dtc_full img {
   position: relative;
   display: block;
   width: 100%; 
   height: auto;
}

.dining_table_customization .dtc_full div {
   position: absolute;
   display: block;
   width: 100%;
   max-width: 875px;
   height: auto;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: #ffffff;
   font-family: "Droid Serif";
   font-size: 22px;
   line-height: 37px;
   text-align: center;
   padding: 0px 20px 0px 20px;
   box-sizing: border-box;
}

.dining_table_customization .dtc_full div a {
   color: #ffffff;
   text-decoration: none;
   border-bottom: 2px solid #F45656;
}

.dining_table_customization .dtc_full div a:hover {
   color: #F45656;
}

.table_leg_upgrades .intro {
   padding-bottom: clamp(20px, 4vw, 30px);   
}

.table_leg_upgrades .intro p {
   max-width: 550px;
   padding-top: 30px;   
}

.table_leg_upgrades .section {
   padding: 40px 0px;
}

.table_leg_upgrades .tlu_image {
   padding-left: 0px;
   max-width: 550px;
}
   
.table_leg_upgrades .tlu_image img {
   max-width: 550px;
}

.table_leg_upgrades .tlu_info {
   position: relative;
   display: flex;
   flex-direction: column;
   flex: 1;
}

.table_leg_upgrades .tlu_info .tlu_title {
   font-size: 26px;
   line-height: 35px;
   margin-bottom: auto;
}

.table_leg_upgrades .tlu_info ul {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-top: auto;
   max-width: 600px;
}

.table_leg_upgrades .tlu_info ul  li {
   width: 170px;
   padding-top: 20px;
   margin-right: 30px;
}
         
.table_leg_upgrades .tlu_info ul  li img {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
   max-height: 170px;
   mix-blend-mode: multiply;
}

.table_leg_upgrades .tlu_info ul  li span {
   position: relative;
   display: block;
   font-family: 'museo_sans700';
   font-size: 12px;
   line-height: 18px;
}

.table_leg_upgrades .tlu_info ul  li span.sku {
   position: relative;
   display: block;
   font-family: 'museo_sans300';
   font-size: 12px;
   line-height: 18px;
}

.table_leg_upgrades .tlu_price {
   position: absolute;
   top: 0px;
   right: 0px;
   text-align: right;
   font-family: 'museo_sans500';
   font-size: 26px;
   line-height: 35px;
   color: #F45656;
}

@media (max-width:1160px){
   .table_leg_upgrades .tlu_price {
      position: relative;
      top: auto;
      right: auto;
      text-align: left;
      margin-bottom: 10px;
   }
   
   .dining_table_customization .dtc_content {
      width: 50%;
   }

   .dining_table_customization .dtc_image {
      width: 50%;
   }

   .dining_table_customization .dtc_content h2 {
      font-size: 32px;
      line-height: 41px;
   }

   .dining_table_customization .dtc_full div {
      font-size: 18px;
      line-height: 30px;
   }
}

@media (max-width:850px){
   .table_leg_upgrades .section {
      display: block;
   }
   
   .table_leg_upgrades .tlu_image {
      max-width: auto;
   }
   .table_leg_upgrades .tlu_image img {
      width: auto;
      height: auto;
      max-width: 100%;
   }
   
   .table_leg_upgrades .tlu_info {
      text-align: left;
      padding-top: 30px;
   }
   
   .dining_table_customization .dtc_container {
      flex-direction: column;
   }

   .dining_table_customization .dtc_content {
      width: 100%;
      padding-left: 0px;
      padding-top: 50px;
   }

   .dining_table_customization .dtc_content:first-child {
      width: 100%;
      padding-rigth: 0px;
   }
   
   .dining_table_customization .dtc_image {
      width: 100%;
   }
   
   .dining_table_customization .rev {
      flex-direction: column-reverse;
   }
   
   .dining_table_customization .intro {
      margin-bottom: 50px;
   }

   .dining_table_customization .dtc_full {
      width: 100%;
      height: 150px;
      overflow: hidden;
   }
   
   .dining_table_customization .dtc_full img {
      height: 100%;
      width: auto;
   }
   
   .dining_table_customization .dtc_full div {
      font-size: 12px;
      line-height: 20px;
   }
}

@media (max-width:600px){
    .shipping_policy .shipping_charges_us .charge_value {
        width: 100px;
    }
}
.shipping_policy .shipping_charges_us .flex>div:first-child {
    flex-grow: 3;
}

.shipping_policy .note {
    background: #e3e3e3;
}
.shipping_policy .note p {
    line-height: 20px;
}

.header_wood_species {
   background: url(../images/header_wood-species.jpg) no-repeat center;
}

.header_stone_colors {
   background: url(../images/header_stone-colors.jpg) no-repeat center;
}

.header_elements_materials {
   background: url(../images/header_elements-materials.jpg) no-repeat center;
}

.header_wood_finishes {
   background: url(../images/header_wood-finishes.jpg) no-repeat center;
}

.custom_page_banner {
    padding-top:  clamp(50px, 15vw, 240px);
    padding-bottom: clamp(20px, 10vw, 43px);
    background-size: cover;
}

.custom_page_banner .container_max > div {
    max-width: 610px;
}

.custom_page_banner h1 {
 font-size: clamp(24px, 3.5vw, 40px);
 line-height: clamp(32px, 4.5vw, 48px);
}

.cp_box_holder {
   padding-top: clamp(20px, 4vw, 60px);
   padding-bottom: clamp(20px, 4vw, 60px);
}

.cp_box {
   width: 49%;
   max-width: 685px;
   margin-bottom: clamp(40px, 4vw, 80px);
}

.cp3 .cp_box {
   width: 32%;
   max-width: 447px;
}

.cpb_top {
   position: relative;
   display: block;
}

.cpb_top img {
   position: relative;
   display: block;
   width: 100%;
   height: auto;
}

.cpb_top::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  background: linear-gradient(to top, rgba(0,0,0,0.2), rgba(255,255,255,0));
  pointer-events: none;
}

.cpb_top > div {
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: space-between;
   left: 0px;
   bottom: 20px;
   width: 100%;
   padding-left: 20px;
   padding-right: 20px;
   box-sizing: border-box;
   z-index: 1;
}

.cpb_top h2 {
   font-family: "Droid Serif";
   color: #ffffff;
   font-size: clamp(24px, 2.5vw, 36px);
   line-height: clamp(32px, 2.5vw, 48px);
   margin-right: 10px;
}

.cp3 .cpb_top h2 {
   font-size: clamp(18px, 2.5vw, 26px);
   line-height: clamp(32px, 2.5vw, 48px);
}

.cpb_top .button {
   border-color: #ffffff;
   text-wrap: nowrap;
}

.cpb_top .button:hover {
   border-color: rgba(255, 255, 255, 0.7);
}

.cpb_top .button:hover span { 
   color: rgba(255, 255, 255, 0.7);
}

.cpb_copy {
   padding-top: clamp(15px, 4vw, 30px);
   padding-right: clamp(15px, 4vw, 30px);
   font-size: clamp(14px, 2vw, 18px);
   line-height: clamp(22px, 2vw, 27px);
}

.w-chips .cpb_copy {
   margin-bottom: clamp(20px, 4vw, 40px);
   min-height: 220px;
}

.cpb_bottom {
   font-size: clamp(12px, 2.5vw, 14px);
   line-height: clamp(20px, 2.5vw, 27px);
}

.cpb_chips {
   display: flex;
   gap: 10px;
   flex-wrap: wrap;
   padding-top: 10px;
   padding-right: 10px;
   max-width: 500px;
}

.cpb_chips a,
.cpb_chips span {
   color: #ffffff;
   font-size: 14px;
   line-height: 27px;
   padding-left: 20px;
   padding-right: 20px;
   text-wrap: nowrap;
   border-radius: 9999px;
   text-decoration: none;
}

.cpb_chips a:hover {
   color: rgba(255, 255, 255, 0.5);
}

.chip-natural {background-color: #B9996E;}
.chip-gray-stone {background-color: #7B7B7B;}
.chip-bleached {background-color: #D5C49D;}
.chip-weathered-gray {background-color: #C5C0B1;}
.chip-perfect-brown {background-color: #A68B7A;}
.chip-ebony {background-color: #776457;}
.chip-midnight-black {background-color: #000000;}
.chip-burnt-edge {background-color: #5C5C5C;}
.chip-black-bleached {background-color: #4A4A4A;}

.chip-chamcha-wood {background-color: #B9996E;}
.chip-teak-wood {background-color: #7F6D55;}

@media (max-width:1070px){
   .cpb_top .button  {
      font-size: 12px;
      line-height: 30px;
      height: 30px;
      padding-left: 15px;
      padding-right: 15px;
   }
}

@media (max-width:900px){
   .cp3 .cp_box {
      width: 49%;
   }

}

@media (max-width:685px){
   .cp3 .cp_box_holder {
      justify-content: center;
   }
   
   .cp3 .cp_box {
      width: 100%;
   }

   .cp_box_holder {
      justify-content: center;
   }
   .cp_box {
       width: 100%;
   }
   .w-chips .cpb_copy {
      min-height: auto;
   }
}

