.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-bottom:20px;}.elementor-element{--widgets-spacing:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*custom scroll bar*/
::-webkit-scrollbar{
    width: 0.7vw; 
    background: #999; 
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#2f4e75); 
    background: linear-gradient(transparent,#2f4e75); 
    border-radius: 25px;
}
::-webkit-scrollbar{
    width: 0.7vw; 
    background: #999; 
}
::-webkit-scrollbar-thumb{
 background: red;
 border-radius: 20px;
}
::-webkit-scrollbar-thumb{
 background: -webkit-linear-gradient(transparent,#2f4e75);
 background: linear-gradient(transparent,#2f4e75);
 border-radius: 20px;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(#2f4e75,transparent);
    background: linear-gradient(#2f4e75,transparent);
    border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover{
 background: -webkit-linear-gradient(transparent,#98bdfe);
 background: linear-gradient(transparent,#98bdfe); 
}
/*Firefox Support*/
html{
 scrollbar-width: thin;
 scrollbar-color: red black;
}

.woodmart-nav-link {
    padding: 0 10px !important;
}
    
.mw > .elementor-container{
    max-width: 1360px;
}    

.smooth-img-edges::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: inset 0 0 18px 12px #fff;
  box-shadow: inset 0 0 18px 12px #fff;
}

.hex3 {
    /*min-height: 0;*/
    /*width: 12vw;*/
    /*padding-bottom: 12vw;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.hex3:before {
  content: '';
  width: 96%;
  height: 96%;
  position: absolute;
  top: 2%;
  left: 2%;
  background: red;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

.hex4 {
  /*background: aqua;*/
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

/*.poligon {*/
/*  display: inline-block;*/
/*  position: absolute; top:50px; right:50px;*/
/*  width: 300px;*/
/*  height: 300px;*/
/*  background: red;*/
/*  box-sizing: border-box;*/
/*  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);*/
/*}*/

.poligon {
  display: flex;
  margin: 15px;
  width: 300px;
  height: 300px;
  /*background: red;*/
  box-sizing: border-box;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.5s ease-out;
}

.poligon:hover {
    transform: translateY(-10px);
    transition: all 0.5s ease-out;
}/* End custom CSS */