
@font-face {
    font-family: 'Josefin Sans';
    src: url('JosefinSans-Bold.eot');
    src: url('./assets/font/JosefinSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('./assets/font/JosefinSans-Bold.woff2') format('woff2'),
        url('./assets/font/JosefinSans-Bold.woff') format('woff'),
        url('./assets/font/JosefinSans-Bold.ttf') format('truetype'),
        url('./assets/font/JosefinSans-Bold.svg#JosefinSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('./assets/font/JosefinSans-Medium.eot');
    src: url('./assets/font/JosefinSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('./assets/font/JosefinSans-Medium.woff2') format('woff2'),
        url('./assets/font/JosefinSans-Medium.woff') format('woff'),
        url('./assets/font/JosefinSans-Medium.ttf') format('truetype'),
        url('./assets/font/JosefinSans-Medium.svg#JosefinSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('./assets/font/JosefinSans-SemiBold.eot');
    src: url('./assets/font/JosefinSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./assets/font/JosefinSans-SemiBold.woff2') format('woff2'),
        url('./assets/font/JosefinSans-SemiBold.woff') format('woff'),
        url('./assets/font/JosefinSans-SemiBold.ttf') format('truetype'),
        url('./assets/font/JosefinSans-SemiBold.svg#JosefinSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('./assets/font/JosefinSans-Light.eot');
    src: url('./assets/font/JosefinSans-Light.eot?#iefix') format('embedded-opentype'),
        url('./assets/font/JosefinSans-Light.woff2') format('woff2'),
        url('./assets/font/JosefinSans-Light.woff') format('woff'),
        url('./assets/font/JosefinSans-Light.ttf') format('truetype'),
        url('./assets/font/JosefinSans-Light.svg#JosefinSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Josefin Sans';
    src: url('./assets/font/JosefinSans-Regular.eot');
    src: url('./assets/font/JosefinSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('./assets/font/JosefinSans-Regular.woff2') format('woff2'),
        url('./assets/font/JosefinSans-Regular.woff') format('woff'),
        url('./assets/font/JosefinSans-Regular.ttf') format('truetype'),
        url('./assets/font/JosefinSans-Regular.svg#JosefinSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
  font-family: 'hmicon';
  src: url('./assets/font/hmicon.eot?19190416');
  src: url('./assets/font/hmicon.eot?19190416#iefix') format('embedded-opentype'),
       url('./assets/font/hmicon.woff2?19190416') format('woff2'),
       url('./assets/font/hmicon.woff?19190416') format('woff'),
       url('./assets/font/hmicon.ttf?19190416') format('truetype'),
       url('./assets/font/hmicon.svg?19190416#hmicon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'hmicon';
    src: url('./assets/font/hmicon.svg?82432898#hmicon') format('svg');
  }
}
*/
[class^="hmicon-"]:before, [class*=" hmicon-"]:before {
  font-family: "hmicon";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.hmicon-arrow:before { content: '\e800'; } /* '' */
.hmicon-sl-arrow:before { content: '\e801'; } /* '' */
.hmicon-star:before { content: '\e802'; } /* '' */
.hmicon-quote:before { content: '\e803'; } /* '' */
.hmicon-fb:before { content: '\e804'; } /* '' */
.hmicon-yt:before { content: '\e805'; } /* '' */
.hmicon-check:before { content: '\e806'; } /* '' */


:root{
    --primary: #EB6021;
    --secondary: #000008;
    --gray: #F4F4F4;
    --border: #D9D9D9;
}
html{
    scrollbar-width: none;
}
body{
    font-family: 'Josefin Sans';
    font-size: 16px;
    color: var(--secondary);
}
#page{
    overflow: hidden;
}
.ehf-header #masthead{
    z-index: 99999;
}
#page .hm-con-info ul li .elementor-icon-list-icon{
    width: 38px;
    height: 38px;
    background: var(--primary);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
#page .hm-con-info ul li .elementor-icon-list-icon svg{
    margin: 0;
    transform: scale(0.85);
}
#page .hm-navmenu li a{
    cursor: pointer;
}
#page .hm-navmenu .sub-menu::before{
    content: '';
    width: 0;
    height: 0;
    border-left: solid 9px transparent;
    border-right: solid 9px transparent;
    border-bottom: solid 12px;
    border-bottom-color: var(--primary);
    position: absolute;
    left: 10px;
    top: -10px;
}
#page .hm-navmenu .sub-menu{
    box-shadow: none;
    background: var(--primary);
}
#page .hm-navmenu .sub-menu li{
    border-color: #fff;
}
#page .hm-navmenu .sub-menu li a{
    font-size: 14px;
}
#page .hm-navmenu .sub-menu li a:hover,
#page .hm-navmenu .sub-menu li a:active{
    color: var(--secondary);
}
#page .sub-arrow i:before{
    content: '\e800';
    font-family: "hmicon";
    font-size: 7px;
    font-weight: 300;
    position: relative;
    top: -4px;
}
#page .hm-banner-content{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc4d1a+5,bc4d1a+40,ef7e4a+77,df5515+93 */
    background: linear-gradient(to bottom, rgb(188, 77, 26) 5%,rgb(188, 77, 26) 20%,rgb(235, 135, 88) 77%,rgb(223, 85, 21) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .hm-banner-border{
    position: relative;
}
#page .hm-banner-border::before{
    content: '';
    position: absolute;
    inset: 0;
    border: solid 2px #fff;
    border-right: 0;
    width: 42vw;
}
#page .hm-banner-img{
    position: static;
}
#page .hm-banner-img:before,
#page .hm-banner-img:after{
    content: '';
    width: 2px;
    height: 12px;
    background: #fff;
    position: absolute;
    left: 42vw;
    top: 0;
}
#page .hm-banner-img:after{
    top: auto;
    bottom: 0;
}
#page .hm-about-img-text{
    border: solid 1px;
    border-color: var(--border);
}
#page .hm-about-img-text .elementor-widget-text-editor{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: solid 1px;
    border-color: var(--border);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
#page .hm-about-card:hover .hm-about-img-text{
    border-color: transparent;
}
#page .hm-about-card:hover .hm-about-img-text .elementor-widget-text-editor{
    opacity: 100;
    visibility: visible;
}


#page .hm-partner-slider {
    display: flex;
    align-items: center;
    overflow: hidden;
}
#page .hm-partner-slider .slick-list{
    width: 150vw;
}
#page .hm-partner-item{
    padding: 0 10px;
}
#page .hm-partner-img{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    width: 180px;
    height: 60px;
    background: #fff;
    border: solid 1px var(--border);
    border-radius: 6px;
}


#page .hm-best-seller-inner,
#page .hm-interior-item,
#page .hm-tool-item,
#page .hm-professional-item,
#page .hm-tabs-product-item{
    padding: 10px;
}
#page .hm-offer-item,
#page .hm-new-item{
    padding: 10px 14px;
}
#page .hm-item-img-card{
    border: 1px solid var(--border);
    position: relative;
    transition: all 0.3s ease-in-out;
} 
#page .hm-item-header {
    display: flex;
    align-items: center;
    gap: 10px;
    position: absolute;
    left: 10px;
    top: 10px;    
}
#page .hm-brand-logo {
    max-height: 25px;
    width: auto;
}
#page .hm-label {
    color: var(--primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}
#page .hm-item-image {
    width: 100%;
    height: auto;
}
#page .hm-seller-badge,
#page .hm-seller-pr-name,
#page .hm-item-title,
#page .hm-offer-title,
#page .hm-brand .hm-product-name{
    font-size: 19px;
    font-weight: 400;
    color: var(--secondary);
    text-transform: uppercase;
    margin: 20px 0 0;
}
#page .hm-offer-title{
    margin-top: 15px;
}

#page .hm-item-inner:hover .hm-item-img-card{
    border-color: var(--primary);
}

#page .hm-slider .slick-arrow{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: var(--primary);
    font-size: 0;
    z-index: 1;
    left: -10px;
    
}
#page .hm-slider .slick-arrow:before{
    content: '\e801';
    font-family: "hmicon";
    font-size: 16px;
    color: #fff;
    opacity: 1;
}
#page .hm-slider .slick-arrow.slick-next{
    left: auto;
    right: -10px;    
}
#page .hm-slider .slick-arrow.slick-next:before{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}



#page .hm-offers-title{
    font-size: 22px;
    color: #e25a00;
    font-weight: 700;
    margin-bottom: 25px;
}
#page .hm-offer-card{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc4d1a+5,eb6021+40,ef7e4a+77,f5ad8c+93 */
    background: linear-gradient(to bottom,  rgba(188,77,26,1) 5%,rgba(235,96,33,1) 40%,rgba(239,126,74,1) 77%,rgba(245,173,140,1) 93%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    overflow: hidden;
    position: relative;
    /* padding: 120px 15px 15px; */
    padding: 0;
    border: solid 1px var(--border);
}
#page .hm-offers-slider .slick-list{
    overflow: visible;
}
#page .hm-offer-top {
    gap: 5px;
    padding: 10px 15px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
#page .hm-offer-top h4,
#page .hm-professional-name{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    width: auto;
}
#page .hm-offer-logo{
    max-height: 40px;
    width: auto;
}
#page .hm-offer-tag {
    background: #fff;
    color: var(--primary);
    font-size: 13px;
    font-weight: 600;
    padding: 1px 15px 0;
    height: 26px;
    position: absolute;
    line-height: 26px;
    top: 15px;
    right: 15px;
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}
#page .hm-offer-tag span{
    display: inline-block;
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
#page .hm-offer-image img {
    width: 100%;
    height: auto;
    display: block;
}





#page .hm-tabs-slider-wrap {
  margin: 0 auto;
  text-align: center;
}

#page .hm-tabs-nav,
#page .hm-small-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
#page .hm-small-tabs-nav{
    margin-bottom: 40px;
}
#page .hm-tab-btn,
#page .hm-small-tab-btn {
    font-size: 18px;
    padding: 15px 25px 12px;
    border: 1px solid var(--border);
    background: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0;
    color: var(--secondary);
    line-height: normal;
}

#page .hm-tab-btn.active,
#page .hm-small-tab-btn.active {
  background: #ff6600;
  color: var(--secondary);
  border-color: #ff6600;
}

#page .hm-tab-content,
#page .hm-small-tab-panel{
    display: none;
}
#page .hm-tab-content.active,
#page .hm-small-tab-panel.active{
    display: block;
}

#page .hm-tabs-card{
    background: var(--gray);
    padding: 20px 15px 0;
    position: relative;
}
#page .hm-tabs-card:after{
    content: '';
    background: #fff;
    position: absolute;
    inset: 0;
    top: auto;
    height: 70px;
    z-index: 1;
}
#page .hm-best-seller {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff6600;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 3px;
}

#page .hm-brand{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}
#page .hm-brand img {
  height: 25px;
  width: auto;
}
#page .hm-brand .hm-product-name{    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    text-transform: capitalize;
    margin: 0;
    padding-top: 4px;
}
#page .hm-brand img + .hm-product-name{
    padding-left: 10px;
    border-left: solid 1px var(--border);
}
#page .hm-product-img{
    border: solid 1px var(--border);
    position: relative;
    z-index: 2;
}
#page .hm-product-img img {
  width: 100%;
  height: auto;
}

#page .hm-tabs-slider-wrap .hm-slider .slick-arrow{
    left: -35px;
}
#page .hm-tabs-slider-wrap .hm-slider .slick-arrow.slick-next{
    left: auto;
    right: -35px;
}



#page .hm-product-tabs {
    width: 100%;
}
#page .hm-tabs-nav {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    gap: 10px;
    margin: 0 -15px 50px;
}
#page .hm-tabs-nav .slick-list{
    padding: 2px 15px 10px;
}
#page .hm-tab-btn {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    flex-shrink: 0; /* keeps button width stable */
}
#page .hm-tab-btn.active {
    background: #f15a24;
    color: #fff;
    border-color: #f15a24;
}
#page .hm-smals-tab-row{
    display: flex;
}
#page .hm-tabs-banner-section {
    width:65%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: url('./assets/img/small-pr-img.png') no-repeat 0 0;
    background-size: cover;
    height: 500px;
    text-align: center;
    position: relative;
}
#page .hm-tabs-banner-link{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
#page .hm-tabs-banner-link-text{
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #f15a24;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    pointer-events: none;
}
#page .hm-tabs-banner-content{
    height: 100%;
    padding-top: 50px;
}
#page .hm-tabs-banner-content .hm-tabs-banner-logo,
#page .hm-tabs-banner-content .hm-tabs-banner-heading{
    position: relative;
    z-index: 2;
}
#page .hm-tabs-banner-content .hm-tabs-banner-img{
    position: absolute;
    inset: 0;
    z-index: 1;
}
#page .hm-tabs-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#page .hm-tabs-banner-logo img {
    height: 34px;
}
#page .hm-tabs-banner-heading {
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0 25px;
    background: #fff;
    text-transform: uppercase;
    color: var(--primary);
    width: auto;
    display: inline-flex;
    padding: 15px 25px 12px;
}

#page .hm-small-products {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 20px;
}
#page .hm-small-products-item {
    position: relative;
    height: 240px;
    display: flex;
    border: solid 1px var(--border);
}
#page .hm-small-products-item img {
    width: 100%;
    display: block;
}
#page .hm-small-products-item h4{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondary);
    margin: 0;
    background: #fff;
    padding: 15px 35px 12px;
    line-height: normal;
}

#page .grey-gradient{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,7db9e8+100,ffffff+100&1+0,0+100 */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


#page .hm-tool-image {
    width: 100%;
    transition: all 0.3s ease;
}



#page .hm-interior-inner{
    padding: 20px 15px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bc4d1a+0,ffffff+100,7db9e8+100&1+0,0+100 */
    background: linear-gradient(to bottom,  rgba(188,77,26,1) 0%,rgba(125,185,232,0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page .hm-interior-name {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px;
    letter-spacing: 0.2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#page .hm-interior-image {
    width: 100%;
    display: block;
}


#page .hm-professional-inner {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ededed+0,ffffff+100,ebebeb+100 */
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(235,235,235,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 20px;
}
#page .hm-professional-name{
    padding: 12px 20px 8px;
    color: #fff;
    text-align: center;
    background: var(--primary);
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#page .hm-professional-image{
    margin: 0 -8px;
}
#page .hm-slider .slick-dots li{
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 5px;
}
#page .hm-slider .slick-dots li button{
    padding: 0;
    width: 10px;
    height: 10px;
    font-size: 0;
    background: var(--primary);
    opacity: 0.2;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}
#page .hm-slider .slick-dots li.slick-active button{
    width: 50px;
    opacity: 1;
}

#page .hm-testimonial-slider .slick-list{
    max-width: 780px;
    background: #FBFBFB;
    border: solid 1px #E3E3E3;
    border-radius: 12px;
    margin: 0 auto;
    padding: 0 50px;
}
#page .hm-testimonial-text{
    max-width: 540px;
    margin: 20px auto 50px;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    padding: 70px 0;
    position: relative;
}
#page .hm-testimonial-name{
    display: block;
    margin-top: 10px;
    font-style: italic;
    font-size: 21px;
}
#page .hm-testimonial-text:before,
#page .hm-testimonial-text:after{
    content: '\e803';
    font-family: 'hmicon';
    font-size: 34px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    left: -30px;
    top: 0;
    position: absolute;
}
#page .hm-testimonial-text:after{
    left: auto;
    top: auto;
    right: -60px;
    bottom: 0;
    transform: rotateY(180deg);
}
#page .hm-testimonial-slider .slick-dots{
    bottom: -40px;
}

#page .hm-acc{
    max-width: 1000px;
    margin: auto;
}
#page .hm-acc .e-n-accordion-item{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,ffffff+100,ffffff+100 */
    background: linear-gradient(to bottom,  rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border: solid 1px #e3e3e3;
    padding: 0 50px;
}
#page .hm-acc .e-n-accordion-item-title,
#page .hm-acc .e-n-accordion-item-title + .elementor-element{
    border: 0;
}
#page .hm-acc .e-n-accordion-item + .e-n-accordion-item{
    margin-top: 20px;
}
#page .hm-acc .e-n-accordion-item-title{
    padding: 22px 0;    
    position: relative;
}
#page .hm-acc .e-n-accordion-item-title-text{
    font-size: 19px;
}
#page .hm-acc .e-n-accordion-item p{
    color: var(--secondary);
    font-size: 15px;
    line-height: 150%;
    margin: 0;
}
#page .hm-acc .e-n-accordion-item-title + .elementor-element{
    border-top: solid 1px var(--primary);
    padding: 30px 0 40px;
}
#page .hm-acc .e-n-accordion-item-title:after{
    content: '\e800';
    font-family: 'hmicon';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 9px;
    transition: all 0.3s ease-in-out;
}
#page .hm-acc .e-n-accordion-item-title[aria-expanded="true"]:after{
    transform: rotateX(180deg);
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
}

#page .hm-form-field{
    margin-bottom: 20px;
}
#page .hm-form-field input,
#page .hm-form-field select,
#page .hm-form-field textarea{
    height: 48px;
    border: solid 1px #e0e0e0;
    border-radius: 0;
    padding: 10px 15px;
    background: #fff;
    outline: none;
}
#page .hm-form-field .wpcf7-checkbox{
    position: relative;
    z-index: 0;
    top: -10px;
    display: inline-block;
}
#page .hm-form-field .wpcf7-checkbox input{
    height: auto;
    display: none;
}
#page .wpcf7-checkbox .wpcf7-list-item{
    margin: 0;
}
#page .hm-form-field .wpcf7-form-control-wrap{
    display: block;
}
#page .hm-form-field .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 13px;
    color: #f00;
}
#page .wpcf7-checkbox .wpcf7-list-item-label{
    font-size: 13px;
    font-weight: normal;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
    cursor: pointer;
}
#page .wpcf7-checkbox .wpcf7-list-item-label:before{
    content: '\e806';
    font-family: 'hmicon';
    font-size: 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 0;
    color: var(--border);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
#page .hm-form-field .wpcf7-checkbox input:checked + .wpcf7-list-item-label:before{
    color: var(--primary);
}
#page .hm-form-field.hm-form-btn{
    padding-top: 10px;
}
#page .hm-form-field .wpcf7-submit{
    width: 100%;
    background: var(--primary);
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#page .wpcf7-checkbox .wpcf7-list-item-label:after{
    content: '';
    width: 78px;
    height: 24px;
    display: inline-block;
    background: url('./assets/img/wa.png') no-repeat 0 0;
    background-size: contain;
    position: relative;
    top: 7px;
    left: 5px;
}

#page .hm-form-field .iti__selected-country{
    border: 0;
    border-radius: 0;
    border-right-color: var(--border) !important;
}
#page .hm-form-field .iti__selected-country-primary{
    display: none;
}
#page .hm-form-field .iti__selected-dial-code{
    text-align: left;
    width: 60px;
    position: relative;
}
#page .hm-form-field .iti__selected-dial-code:before{
    content: '\e800';
    font-family: 'hmicon';
    font-size: 7px;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 5px;
    top: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page .hm-form-field .iti--allow-dropdown{
    margin: 0 !important;
}
#page .hm-form-field .iti--allow-dropdown .wpcf7-form-control{
    padding-left: 90px !important;
}
#page .hm-form-field p{
    margin: 0;
}

#page .hm-con-footer ul li .elementor-icon-list-icon{
    transform: scale(0.89);
    -webkit-transform: scale(0.89);
    -moz-transform: scale(0.89);
    -o-transform: scale(0.89);
    margin-right: 5px;
    margin-left: -2px;
}


#page .hm-banner-box{
    display: flex;
    max-width: 960px;
    margin-left: auto;
}
#page .hm-banner-text{
    flex-shrink: 1;
}
#page .hm-banner-img{
    flex-shrink: 1;
    min-width: 560px;
}

#page #content .sm-tabs-slider{
    padding: 0 15px;
}
#page #content .sm-tabs-slider .slick-arrow{
    left: 0;
    height: 50px;
    top: 1px;
    transform: none;
    border-radius: 0;    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,e5e5e5+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(255,255,255,1) 40%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page #content .sm-tabs-slider .slick-arrow.slick-next{
    left: auto;
    right: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+0,e5e5e5+100&1+0,0+100 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#page #content .sm-tabs-slider .slick-arrow::before{
    color: var(--secondary);
}







#page .hm-best-card {
    border: 1px solid var(--border);
    background: #fff;
    padding: 15px;
    text-align: left;
}
#page .hm-seller-badge {
    margin-top: 0;
    margin-bottom: 10px;
}
#page .hm-seller-badge span{
    color: var(--primary);
}
#page .hm-seller-product-img{
    border: solid 1px var(--border);
}
#page .hm-seller-product-img img {
    width: 100%;
    height: auto;
}

.best-sellers{
    display: none !important;
}


#page .wpcf7 form .wpcf7-response-output {
  margin: -20px 0 20px;
  font-size: 14px;
  padding: 15px 15px 12px;
  line-height: normal;
}
#page .wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  color: #33943b;
}
#page .wpcf7 form.invalid .wpcf7-response-output,
#page .wpcf7 form.unaccepted .wpcf7-response-output,
#page .wpcf7 form.payment-required .wpcf7-response-output{
    border-color: #ff2020;
    color: #f00;
}

#page .wpcf7-spinner{
    left: 50%;
    transform: translateX(-50%);
    margin: 10px 0 0;
}

#page .back-top {
    position: fixed;
    bottom: -10px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#page .back-top.show{
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}
#page .back-top a {
    padding: 0;
    background: none;
    width: 28px;
    height: 28px;
}
#page .back-top a svg{
    fill: var(--primary);
    width: 26px;
    height: 26px;
}



@media screen and (max-width: 1499px) {
    #page .hm-banner-img{
        min-width: 500px;
    }
    #page .hm-banner-text h1{
        font-size: 24px;
    }
    #page .hm-banner-text h4{
        font-size: 16px;
    }
}

@media screen and (max-width: 1299px) {
    #page .hm-banner-img {
        min-width: 430px;
    }
}

@media screen and (max-width: 1199px) {
    #page .hm-banner-img {
        min-width: 360px;
    }
    #page .hm-banner-img img{
        transform: scale(1.25);
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -o-transform: scale(1.25);
        margin-top: 40px;
    }

    #page .hm-seller-badge,
    #page #content h4,
    #page .best-sellers h2{
        font-size: 16px;
        font-weight: 600;
    }
    #page .hm-offer-item,
    #page .hm-new-item{
        padding: 10px;
    }
    #page .best-sellers > div > div > div:first-child .elementor-widget-image img{
        max-width: 16px;
        margin-top: -8px;
    }

    #page .hm-tab-btn, #page .hm-small-tab-btn {
        font-size: 16px;
        padding: 12px 20px 9px;
    }
    #page #content .sm-tabs-slider .slick-arrow{
        display: none !important;
    }
    #page #content .sm-tabs-slider{
        padding: 0;
    }

    #page .hm-small-tabs-nav{
        margin-left: -20px;
        margin-right: -20px;
        padding: 0 20px;
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        justify-content: flex-start;
        gap: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #page .hm-banner-border::before,
    #page .hm-banner-img::before,
    #page .hm-banner-img::after{
        display: none;
    }
    #page .hm-banner-img img{
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        margin: 0;
    }
    #page .hm-banner-img{
        min-width: 0;
    }
    #page .hm-tabs-slider-wrap .hm-slider .slick-arrow.slick-prev {
       left: -10px;
    }
    #page .hm-tabs-slider-wrap .hm-slider .slick-arrow.slick-next{
        right: -10px;
    }
    #page .hm-tabs-nav{
        margin: 0 -15px 10px;
    }
    #page .hm-acc .e-n-accordion-item{
        padding: 0 30px;
    }
}

@media screen and (max-width: 880px) {
    #page .hm-about-img-text .elementor-widget-text-editor{
        position: static;
        opacity: 1;
        visibility: visible;
        border: 0;
        padding: 0;
        text-align: left;
    }
    #page .hm-about-img-text{
        border: 0;
        display: flex;
        flex-direction: column-reverse;
        position: static;
    }
    #page .hm-smals-tab-row{
        flex-direction: column;
    }
    #page .hm-tabs-banner-section{
        width: 100%;
        height: auto;
        padding: 50px 0;
    }
    #page .hm-small-products{
        width: 100%;
        padding: 30px 0 0;
        flex-direction: row;
        gap: 30px;
    }
    #page .hm-about-card {
        padding-left: 50%;
        position: relative;
        min-height: 230px;
    }
    #page .hm-about-img-text .elementor-widget-image {
        position: absolute;
        inset: 0;
        right: auto;
        width: 50%;
        padding: 25px;
    }
    #page .hm-about-img-text .elementor-widget-image img{
        border: solid 1px var(--border);
    }
    #page .hm-tabs-banner-logo img {
        height: auto;
        max-width: 220px;
    }
}

@media screen and (max-width: 767px) {
    #page .hm-testimonial-slider .slick-list{
        padding: 0 25px;
    }
    #page .hm-testimonial-text{
        font-size: 16px;
        padding: 40px 0;
        margin: 20px auto;
    }
    #page .hm-testimonial-name{
        font-size: 19px;
    }
    #page .hm-testimonial-text::before, #page .hm-testimonial-text::after{
        font-size: 24px;
        width: 40px;
        height: 40px;
        left: -10px;
    }
    #page .hm-testimonial-text::after{
        left: auto;
        right: -10px;
    }
    #page .hm-acc .e-n-accordion-item{
        padding: 0 20px;
    }
    #page .hm-acc .e-n-accordion-item-title {
        padding: 15px 0;
    }
    #page .hm-acc .e-n-accordion-item-title-text {
       font-size: 16px;
       padding-right: 30px;
    }
    #page .hm-acc .e-n-accordion-item-title + .elementor-element{
        padding: 25px 0;
    }

    #page header .hm-con-info ul li .elementor-icon-list-text{
        display: none;
    }
    #page .hm-con-info ul li,
    #page .hm-con-info ul li .elementor-icon-list-icon{
        margin: 0;
    }
    #page .hm-header .hm-con-info ul li{
        margin-left: 15px;
    }
    #page .hm-header{
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 80;
        box-shadow: 0 5px 12px rgba(0,0,0,0.07);
    }
    #page #masthead + #content{
        padding-top: 85px;
    }
    #page .hm-footer-copyright{
        text-align: center !important;
    }



    /*mobile menu css*/

    #page .hm-header .hfe-dropdown{
        position: fixed;
        inset: 0 !important;
        height: 100vh;
        right: auto;
        width: 260px !important;
        background: #fff;
        opacity: 100;
        visibility: visible;
        display: block;
        pointer-events: auto;
        transition: all 0.3s ease-in-out;
        transform: translateX(-260px);
        -webkit-transform: translateX(-260px);
        z-index: 99;        
    }
    #page .hm-header .hfe-dropdown.menu-is-active{
        opacity: 100;
        visibility: visible;
    }
    #page .hm-header .hfe-dropdown.menu-is-active{
        transform: translateX(-0);
        -webkit-transform: translateX(0);
    }
    #page .hm-header .hfe-nav-menu__toggle.hfe-active-menu > span{
        position: fixed !important;
        width: 100%;
        height: 100%;
        inset: 0;
        z-index: 99;
        background: rgba(0,0,0,.5);
        clip: inherit;
        clip-path: inherit;
        clip-rule: inherit;
    }
    #page .hm-header .hfe-dropdown .hfe-nav-menu{
        display: block;
        opacity: 1;
        visibility: visible;
    }
    
    #page .hm-header .hfe-nav-menu ul > li{
        padding: 0;
    }
    #page .hm-header .hfe-nav-menu ul > li a{
        display: flex;
        padding: 15px;
    }
    #page .hm-header .hfe-nav-menu ul > li > a:after{
        margin-left: 0;
        display: none;
    }
    #page .hm-header .hfe-nav-menu ul.sub-menu{
        background: #fff;
    }
    #page .hm-header .hfe-nav-menu ul.sub-menu li:first-child{
        border-top: solid 1px var(--border);
        padding-top: 10px;
    }
    #page .hm-header .hfe-nav-menu ul.sub-menu li:last-child{
        padding-bottom: 10px;
    }
    #page .hm-header .hfe-nav-menu ul.sub-menu li a{
        padding: 10px 15px;
    }
    #page .hm-header .hfe-nav-menu ul.sub-menu li a:before{
        content: "-";
    }
    #page .hm-header .hfe-nav-menu__toggle{
        padding: 0;
        width: 34px;
        height: 34px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #page .hm-header .hfe-nav-menu-icon{
        width: 100%;
        height: 2px;
        background: var(--secondary);
        position: relative;
        width: 22px;
    }
    #page .hm-header .hfe-nav-menu-icon:before,
    #page .hm-header .hfe-nav-menu-icon:after{
        content: "";
        display: block;
        position: absolute;
        inset: 0;
        background: var(--secondary);
        transform: translateY(-8px);
    }
    #page .hm-header .hfe-nav-menu-icon:after{
        transform: translateY(8px);
    }
    #page .hm-header .hfe-nav-menu-icon{
        padding: 0;
    }
    #page .hm-header .hfe-nav-menu-icon svg{
        display: none;
    } 
    #page .hm-header .hfe-nav-menu__toggle{
        display: flex;
        position: fixed;
        right: 20px;
        top: 30px;
    }
    #page .hm-header .hm-con-info{
        top: 15px;
    }
    #page .hm-navmenu .sub-menu:before{
        display: none;
    }

    #page #masthead + #content{
        padding-top: 85px;
    }
    #page .hm-header .hfe-nav-menu__toggle{
        top: 25px;
    }
    #page .bg-none-mobile{
        background: none;
    }
}

@media screen and (max-width: 575px) {
    #page .hm-about-card{
        padding: 50% 15px 15px;
    }
    #page .hm-about-card h3{
        margin-top: 40px;
    }
    #page .hm-about-img-text .elementor-widget-image{
        width: 100%;
        padding: 15px;
    }
    #page .hm-tabs-banner-heading{
        font-size: 14px;
        padding: 15px 15px 12px;
    }
    #page .hm-tabs-banner-img img{
        max-width: 100%;
    }
    #page .hm-small-products{
        flex-direction: column;
    }
    #page .hm-tab-btn, #page .hm-small-tab-btn {
        font-size: 14px;
        padding: 10px 12px 7px;
    }
    #page .hm-offers-slider{
        width: 80vw;
    }
    #page .hm-small-products{
        padding-top: 20px;
        gap: 20px
    }

    #page .hm-offers-slider,
    #page .hm-interior-solutions-slider.hm-slider,
    #page .hm-tools-gadgets-slider.hm-slider,
    #page .hm-product-slider.hm-slider,
    #page .hm-best-seller-slider.hm-slider,
    #page .hm-new-arrivals-slider.hm-slider{
        max-width: 75%;
        padding: 0 10px;
    }
    #page .hm-interior-solutions-slider.hm-slider .slick-list,
    #page .hm-tools-gadgets-slider.hm-slider .slick-list,
    #page .hm-product-slider.hm-slider .slick-list,
    #page .hm-best-seller-slider.hm-slider .slick-list,
    #page .hm-new-arrivals-slider.hm-slider .slick-list{
        overflow: visible;
    }
    #page .hm-slider .slick-arrow{
        width: 36px;
        height: 36px;
        left: 10px;
    }
    #page .hm-slider .slick-arrow.slick-next{
        left: 100vw;
        right: auto;
        margin-left: -46px;
    }
    #page .hm-tabs-slider-wrap .hm-slider .slick-arrow.slick-prev{
        left: 0;
    }
    #page .hm-tabs-slider-wrap .hm-slider .slick-arrow.slick-next {
        right: auto;
        left: 100vw;
        margin-left: -66px;
    }

    #page .hm-small-products-item{
        flex-direction: column;
        height: auto;
    }
    #page .hm-small-products-item h4{
        position: static;
        text-align: center;
    }
    #page .hm-partner-img{
        padding: 10px;
        width: 120px;
        height: 40px;
    }
    
}



@media screen and (min-width: 1700px) {
    #page .hm-banner-border:before{
        width: 640px;
    }
    #page .hm-banner-img:before,
    #page .hm-banner-img:after{
        left: 640px;
    }
    
}