html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background: #fafafa !important;
  font-family: 'HelveticaNowTextRegular';
  font-weight: normal;
}
body.logged-in article.status-private {
    display:inline-flex !important;
}
body article.status-private {
    display:none !important;
}
#wrapper #main h1:not(.elementor-heading-title), 
#wrapper #main h2:not(.elementor-heading-title) {
	font-family: 'HelveticaNowDisplayBold';
}
.gm-navbar #menu-item-10556 {
  display:none;
}
@media (max-width:768px) {
  .header-search-wrapper {
    display:none;
  }
  .gm-mobile-menu-container #menu-item-mobile-10556 {
    display:block;
    border-top: 1px solid #fff;
    margin-top: 55px;
    padding-top: 20px;
  } 
  .gm-mobile-menu-container #menu-item-mobile-10556 span.gm-menu-item__txt {
    font-size: 30px;
    text-transform: capitalize;
  }
}
@media (min-width: 569px) {
    .gm-navbar .gm-dropdown-menu .gm-menu-item__link {
        padding-left: 10px !important;
    }
}
.single_product_main {
  padding-top: 40px;
}
.single_product_tp_inn {
  width: 100%;
}
.single_product_title h2 {
  font-family: 'HelveticaNowDisplayBold';
  font-size: 45px;
  color: #000;
  line-height: 52px;
  margin: 0 0 6px;
}
.single_product_sub_title {
  font-size: 16px;
  color: #666;
  line-height: 24px;
  margin-bottom: 0;
}
.single_product_txt {
  font-size: 17px;
  color: #000;
  line-height: 23px;
}
.full-bio {
  display: none;
}
.sgl_prod_features {
  padding-top: 35px;
}
#wrapper .sgl_prod_features h3 {
  margin: 0 0 8px;
  font-size: 15px;
  font-family: 'HelveticaNowTextMedium';
}
.sgl_prod_features ul {
  padding-left: 0;
  margin: 0;
}
.sgl_prod_features ul li::before {
  content: "";
  background: #000;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 100%;
  left: 0;
  top: 13px;
}

.sgl_prod_features ul li {
  display: block;
  padding-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
.sgl_prod_features {
  padding-top: 28px;
}
.sgl_prod_buttons {
  padding-top: 35px;
  padding-bottom:80px;
}
.sgl_prod_btn {
  display: inline-block;
  vertical-align: top;
  max-width: 140px;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sgl_prod_btn a {
  color: #000;
  background: #f2f2f1;
  border: 1px solid #999;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'HelveticaNowTextMedium';
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 9px 8px;
}
.sgl_prod_btn a:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}
.bio-read-more {
  display: block;
}
.single_product_txt i {
  color: #000;
  cursor: pointer;
  margin-top: 8px;
  display: block;
  margin-bottom: 5px;
}
.single_product_txt i::before {
  content: "";
  width: 16px;
  height: 9px;
  display: block;
  background-repeat: no-repeat;
}
.single_product_txt .fa-regular.fa-chevron-down::before {
  background-image: url(/wp-content/uploads/2023/04/arrow_down-1.png);
}
.single_product_txt .fa-regular.fa-chevron-up::before {
  background-image: url(/wp-content/uploads/2023/04/arrow_up.png);
}
.single-product .fusion-breadcrumbs span.fusion-breadcrumb-item:first-child {
  display: none;
}
.single-product .fusion-breadcrumbs span.fusion-breadcrumb-sep:nth-child(2) {
  display: none;
}
.single-product .fusion-breadcrumbs span.fusion-breadcrumb-item:nth-child(3) {
  display: none;
}
.single-product .fusion-breadcrumbs span.fusion-breadcrumb-sep:nth-child(4) {
  display: none;
}
.single-product #main .fusion-row {
  /*max-width:96%;*/
  max-width:80%;
}
.single-product .product  {
  /*display: flex;*/
  flex-wrap: wrap;
  padding: 0 0 20px;
  min-height:800px;
}
.single-product .product .avada-product-images-global,
.single-product .product .avada-product-images-global .woocommerce-product-gallery,
.single-product .product .entry-summary .summary-container {
  float:none;
  width:100%;
  max-width:100%;
}
.single-product .product .avada-product-images-global,
.single-product .product .summary.entry-summary {
  flex: 0 0 calc(50% - 20px);
  width: 100%;
  height:100%;
  display:inline-block;
  position: relative;
  /*overflow: hidden;*/
}
.single-product .product .summary.entry-summary {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.single-product .product .avada-product-images-global {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product .woocommerce-product-gallery__wrapper::-webkit-scrollbar {
  display: none;
}

.product .zoomed-parent .woocommerce-product-gallery__wrapper {
  max-height: 100%;
  /*height: 100% !important;*/
  overflow:scroll;
  height:100vh !important;
}
.product .woocommerce-product-gallery__wrapper {
  /*max-height: 95vh;
  overflow:hidden;
  max-height:85vh;*/
  overflow: scroll;
}
/*.product.hovered .woocommerce-product-gallery__wrapper {
  overflow: scroll;
}*/
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
  /*opacity:0;
  height:0;*/
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a.active {
  display:block;
  position:relative;
}
.product .zoomed-parent .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a.active:after {
  content: '';
  display:block;
  background: url('https://www.hklighting.com/wp-content/uploads/2024/04/x-close.svg') center center no-repeat;
  background-size:cover;
  width:50px;
  height:50px;
  /*position:absolute;
  top:15%;
  right:0;*/
  position: fixed;
  top: calc(15% - 10px); /* Adjust the 10px value as needed */
  right: calc(15% - 10px);
  z-index:1;
  cursor:pointer;
}
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child {
  padding-bottom:150px;
}
 /*
.product.hovered .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
 opacity:1;
  height:100vh;
}
.product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:first-child {
  opacity:1;
  height:100vh;
}*/
.avada-product-gallery .woocommerce-product-gallery__image,
.single-product .avada-product-gallery .woocommerce-product-gallery__image.flex-active-slide {
  position:relative;
}
.zoomed-parent .avada-product-gallery .woocommerce-product-gallery__image {
  max-width: 1100px;
  margin: 0 auto;
}
.zoomed-parent .woocommerce-product-gallery figure,
.avada-product-images-global .woocommerce-product-gallery img {
  width: 100%;
}

.single-product .fusion-footer {
  position:relative;
  z-index:99999;
}

@media (max-height: 900px) {
  .avada-product-images-global.zoomed-parent .woocommerce-product-gallery img {
      width: 80%;
  }
}

.single-product .product .avada-product-images-global.zoomed-parent {
  /*flex: 0 0 calc(100% - 0px);  */
  background-color: #fafafa;
  position:absolute;
  top:0;
  left:0;
  right:0;
  z-index:999;
  /*overflow:hidden;
  position: relative;
  z-index: 9999;
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.zoomed-parent .woocommerce-product-gallery figure {
  margin:0 auto;
  text-align:center;
}
.avada-product-gallery .woocommerce-product-gallery__image p {
  color:#ababab;
  font-size:14px;
  position: relative;
  z-index: 9;
  padding-left:50px;
  padding-bottom:100px;
}
.zoomed-parent .avada-product-gallery .woocommerce-product-gallery__image p {
  font-size:17px;
  text-align:left;
  padding-bottom:100px;
}
.single-product .product .avada-product-images-global.zoomed-parent p {
  padding-left:0;
  padding-bottom:100px;
}
.single-product .avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs, 
.single-product .avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs {
  align-self: flex-start;
}
.single-product .avada-product-images-thumbnails-left .avada-product-gallery .flex-viewport {
  width:100%;
  height:500px;
}

.product.type-product {
  display: flex;
}
.scroll-button-container {
  position: fixed;
  left: 30px;
  top: 40%;
  opacity:1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.scroll-button-container.sticky {
  opacity:0;
}
.hovered .scroll-button-container {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.scroll-button-container .scroll-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  margin: 0 5px;
  display: block;
}
.scroll-button-container .scroll-button.active::after {
  color: #000;
}
.scroll-button-container .scroll-button::after {
  content: '⬤';
  font-size: 8px;
  color: #aaa;
  position: relative;
  top: -5px;
  left: -2px;
}
.avada-single-product-gallery-wrapper {
  flex: 1;
}
.single-product .product .summary.entry-summary {
  width: 50%;
  position:static;
  opacity:1;
  margin-left:0;
  padding-top:50px;
  padding-left:70px;
  /*
  height: 1000px;
  position: absolute;
  position: static;
  top: 0;
  right: -10px;
  bottom: auto;
  opacity:1;
  padding-top:60px;
  margin:0;
  padding:0;*/
}
.single-product .product .summary.entry-summary.fadeout {
  opacity:0;
}
/*
.single-product .product.hovered .summary.entry-summary {
  position: absolute;  
}
.single-product .product.hovered .summary.entry-summary.fixed {
  position: fixed !important;
  top:116px;
  right: -10px;
}
.ua-chrome #main .product .summary.entry-summary.fixed {
  top: 148px;
}*/
.single-product .product .summary.entry-summary.bottom {
  top: auto;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
    .single-product #boxed-wrapper #main {
      padding-top: 0;
    }
    .single-product #main .fusion-row {
      max-width: 100%;
    }
    .single-product .product .avada-product-images-global, 
    .single-product .product .summary.entry-summary,
    .single-product .product .summary.entry-summary.fixed {
      flex:none !important;
      position:relative !important;
      margin-bottom:0;
    }
    .single-product .product .woocommerce-product-gallery {
      margin-bottom:0;
    }
    .single-product .product .summary.entry-summary {
      height:100%;
      padding-top:0;
    }
    .product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child {
      padding-bottom:0;
    }
    .avada-product-gallery .woocommerce-product-gallery__image:after {
      content:'';
      display:block;
      width:100%;
      height:100%;
      position:absolute;
      top:0;
      left:0;
    }
    .avada-product-images-global .woocommerce-product-gallery figure {
      margin: 0;
      width: 100%;
      height: 100% !important;
      overflow-x: auto;
      white-space: nowrap;
    }
    .avada-product-gallery .woocommerce-product-gallery__image {
      max-width: unset;
      width: auto;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      padding-bottom:30px;
    }
    .avada-product-gallery .woocommerce-product-gallery__image p {
      font-size: 14px;
      position:relative;
      top:10px;
      padding-left:0;
    }
    .single-product .product .summary.entry-summary.fixed {
      top: 0 !important;
      padding-top: 0;
    }
    .scroll-button-container {
      position: absolute;
      left: auto;
      top: auto;
      right: 0;
      bottom: 60px;
    }
    .scroll-button-container .scroll-button {
      display: inline-block;
      margin: 0;
      padding: 0 4px;
    }
    .single_product_tp_inn .sgl_prod_features ul li {
      line-height:1.3;
      padding-bottom:7px;
    }
}
.single-product .single_product_tp_inn {
  max-width: 600px;
}
.single_product_acce {
  width:100%;
  padding: 0;
}
.sgl_prod_acce_filter ul {
  padding: 0 0 32px;
  margin: 0;
}
.sgl_prod_acce_filter ul li {
  display: inline-block;
  padding-right: 30px;
}
.sgl_prod_acce_filter ul li.active a {
  font-family: 'HelveticaNowTextBold';
  color: #000;
}
.sgl_prod_acce_filter ul li a {
  color: #666666;
  font-size: 15px;
  font-family: 'HelveticaNowTextMedium';
  text-transform: uppercase;
}
.sgl_prod_acce_filter ul li a:hover {
  color: #000;
}
.sgl_prod_acce_content {
  margin-left: -17.3px;
  margin-right: -17.3px;
}

.sgl_prod_acce_bx {
  float: left;
  width: 25%;
  padding: 10px 17px 40px;
}
.sgl_prod_acce_img img {
  width:100%;
  max-width: 100%;
}
#wrapper .sgl_prod_acce_title h3 {
  margin: 7px 0 0;
  text-transform: uppercase;
  font-size: 14px !important;
  line-height: 23px !important;
}
.sgl_prod_acce_title h3 a {
  color: #000;
  font-size: 14px;
  display: inline-block;
  font-family: 'HelveticaNowTextBold';
}
.sgl_prod_acce_title h3 a:hover {
  color: #666;
}
.sgl_prod_acce_sub_title {
  color: #666;
  font-size: 14px;
  line-height: 17px;
}
/*.sgl_prod_acce_bx:nth-child(6n+1) {
  clear: left;
}*/
.product-border.fusion-separator.sep-none {
    display: none;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
    border: 1px solid #000;
}
.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs, .avada-product-images-thumbnails-right .avada-product-gallery .flex-control-thumbs {
    align-self: end;
}
.entry-summary .summary-container .avada-availability {
  margin: 0 !important;
  display: block !important;
}
#btnATFWooFilterReset {
  position:relative;
}
#btnATFWooFilterReset:before {
  content: 'Reset';
  display: inline-block;
  color: #141617;
  font-size: 16px;
  position: absolute;
  top: -3px;
  left: -50px;
}
#wrapper #main .summary.entry-summary h1 {
  font-size: 45px !important;
  line-height: 48px !important;
  padding-bottom: 5px;
}

.sgl_prod_acc_title {
  font-size: 28px;
  color: #000;
  line-height: 33px;
  cursor:pointer;
}
.sgl_prod_acce_toggle_cont {
  padding-top: 38px;
}
.sgl_prod_acc_head {
  position: relative;
}
.acc_toggle_icon {
  position: absolute;
  right: 12px;
  top: 3px;
  cursor: pointer;
  background-image: url(/wp-content/uploads/2023/05/HK_Web_Icons_Plus-ai.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  background-position: center center;
}
.avada-page-titlebar-wrapper .fusion-page-title-bar {
  height: auto;
}
.fusion-breadcrumbs span.fusion-breadcrumb-sep {
  padding: 0 14px;
}
.fusion-breadcrumb-item span.breadcrumb-leaf {
  color: #000;
  font-family: 'HelveticaNowTextMedium';
}
#main {
  background: transparent !important;
}
#wrapper {
  background: transparent !important;
}
.acc_toggle_icon .fa-solid.fa-minus {
  font-size: 0;
}
.sgl_prod_acc_head.active .acc_toggle_icon {
  background-image: url(/wp-content/uploads/2023/05/HK_Web_Icons_Minus-ai.svg);
}
.accessories_loadmore_button {
  clear: both;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 32px;
}
.accessories_loadmore_button a {
  display: inline-block;
  padding: 5px;
}
.accessories_loadmore_button a:hover {
  opacity: 0.5;
}
.accessories_loadmore_button img {
  display: block;
}


.sgl_prod_acce_content {
    position:relative;
}
.sgl_prod_content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    text-align: center;
    display: flex;
    align-items: center;
    opacity:0;
    visibility:hidden;
}
.sgl_prod_content_overlay_text {
    font-size: 25px;
    width: 100%;
}
.sgl_prod_content_overlay.active {
    opacity:1;
    visibility:visible;
}


#wrapper .avada-page-titlebar-wrapper {
  padding: 32px 0 0 175px;
}
#wrapper a {
  text-decoration: none !important;
}
#wrapper .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-right {
  position: relative;
  z-index: 9998;
  margin-left: 20px;
}

/*** For Mobile Headings ***/

.single_product_mobile_heading {
  display: none;
  padding-bottom: 30px;
}
.single_product_title_mobile {
  font-size: 60px;
  color: #000;
  line-height: 58px;
  font-family: HelveticaNowDisplayBold;
  padding-bottom: 8px;
}
.single_product_sub_title_mobile {
  color: #666;
  font-size: 25px;
  line-height: 30px;
  font-family: 'HelveticaNowTextRegular';
  padding-bottom: 15px;
}

/*** End Mobile Headings style ***/

#wrapper .blog_tp_title h1.title-heading-left {
  padding-bottom: 30px;
}
#wrapper .fusion-blog-layout-large .fusion-post-large {
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
#wrapper .fusion-blog-layout-large .fusion-post-slideshow {
  width: 57.596%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
#wrapper .fusion-blog-layout-large .fusion-post-content.post-content {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-left: 55px;
}
#wrapper .fusion-blog-layout-large .fusion-post-content-container {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  line-height: 25px;
  display:none;
}
#wrapper .fusion-blog-layout-large .insights_custom_subheading {
    font-family: 'HelveticaNowTextRegular';
    font-size: 18px;
    line-height: 25px;
}
#wrapper .fusion-blog-layout-large .blog-shortcode-post-title.entry-title a:hover {
  color: #666;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .blog-shortcode-post-title.entry-title {
  height: auto;
  margin-bottom: 10px;
}

#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper a:hover {
  color: #666;
}
#wrapper .fusion-blog-layout-grid img.wp-post-image {
  height: 400px;
  object-fit: cover;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper {
  padding: 20px 0 0 !important;
}
#wrapper .fusion-blog-layout-grid .fusion-post-grid {
  padding-bottom: 10px;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content-container {
  font-size: 16px;
  font-family: 'HelveticaNowTextRegular';
  line-height: 22px;
  display:none;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .insights_custom_subheading {
    font-size: 16px;
    font-family: 'HelveticaNowTextRegular';
    line-height: 22px;
}
#wrapper .fusion-post-grid .fusion-post-wrapper {
  border: none !important;
}

#wrapper .contact_page_section .fusion-builder-row.fusion-row {
  max-width: 1120px !important;
}
#wrapper .contact_page_left .fusion-column-wrapper {
  padding: 15px 0 0 20px;
  max-width: 455px;
  width: 100%;
}
.fusion-text.contact_info_bx {
  padding-bottom: 20px;
}
#wrapper .contact_emails_bx a {
  text-decoration: underline !important;
}
.contact_address_bx strong {
  font-weight: 400;
  font-family: 'HelveticaNowTextMedium';
}
#wrapper .contact_address_bx a {
  text-decoration: underline !important;
}
#wrapper .contact_address_bx a:hover {
  color: #666 !important;
}
#wrapper .fusion-text.contact_info_bx a:hover {
  color: #666 !important;
}
#wrapper .contact_page_form .fusion-column-wrapper::after {
  content: "";
  border-bottom: 5px solid #000;
  position: absolute;
  left: 4px;
  bottom: -5px;
  right: -5px;
}
#wrapper .contact_page_form .fusion-column-wrapper::before {
  content: "";
  border-right: 5px solid #000;
  position: absolute;
  top: 4px;
  right: -5px;
  bottom: 0;
}
#wrapper .contact_page_form .fusion-column-wrapper {
  background: #fff;
  border: 1px solid #000;
  position: relative;
  padding: 40px 30px 25px;
}
.contact_form_heading {
  font-family: 'HelveticaNowDisplayRegular';
  font-size: 34px;
  line-height: 38px;
}
.contact_form_field .wpcf7-form-control.wpcf7-text {
  padding: 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  font-weight: 400;
  font-family: 'HelveticaNowTextLight';
  color: #000;
  height: 45px;
  margin-top: 8px;
}
.contact_form_textarea .wpcf7-form-control.wpcf7-textarea {
  padding: 15px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-size: 20px;
  font-weight: 400;
  font-family: 'HelveticaNowTextLight';
  color: #000;
  height: 200px;
  margin-top: 20px;
}
.contact_form_wrapper ::-webkit-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.contact_form_wrapper ::-moz-placeholder {
  color: #000 !important; 
  opacity: 1 !important;
}
.contact_form_wrapper :-ms-input-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
.contact_form_wrapper :-moz-placeholder {
  color: #000 !important;
  opacity: 1 !important;
}
#wrapper .contact_form_button .wpcf7-form-control.wpcf7-submit {
  font-family: 'HelveticaNowTextMedium';
  font-weight: 400;
  text-transform: uppercase;
  padding: 9px 24px 10px;
  margin: 25px 0 30px;
}
#wrapper .contact_form_button .wpcf7-form-control.wpcf7-submit:hover {
  background: #666;
}
.contact_form_button .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 18px;
}
.contact_form_button {
  text-align: right;
}
.invalid .fusion-alert.alert.custom.alert-custom.fusion-alert-center.wpcf7-response-output.alert-dismissable.error.fusion-danger {
  display: none !important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
}
.contact_page_form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background-color: transparent;
  border: none;
  color: #000;
}
.fusion-body .wpcf7-form .fusion-slider-loading {
  display:none !important;
}
#wrapper .contact_page_form.contact_form_message .fusion-column-wrapper {
  min-height: 574px;
}
.contact_form_message .fusion-text {
  font-family: 'HelveticaNowTextLight';
  font-size: 29px;
  color: #666;
  line-height: 38px;
  max-width: 370px;
  margin: 0 auto;
  width: 100%;
}

.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs li {
  padding-right: 10px;
  margin: 0 0 0 2px;
  padding-bottom: 7px;
  max-width: 90px;
  width: 100%;
}
.sgl_prod_acce_inner {
  border-top: 1px solid #ccc;
  padding: 25px 0 25px;
  border-bottom: 1px solid #ccc;
}

.product.type-product .woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}
.fusion-post-large .flexslider .slides img {
  height: 470px;
  width: auto;
  object-fit: cover;
}
#wrapper .fusion-blog-layout-grid .fusion-post-grid li {
    padding-right: 1.06px;
}

.woocommerce-products-header {
  max-width: 835px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 0;
}
.term-description {
  text-align: center;
  font-size: 18px;
  font-family: 'HelveticaNowTextLight';
  color: #000;
  line-height: 26px;
}


/*** Single Post style ***/

.single-post #wrapper .post-content {
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.single-post #wrapper #main .post-content h2.title-heading-left {
  font-size: 28px;
  font-weight: 400;
  font-family: 'HelveticaNowDisplayRegular';
  line-height: 32px;
  margin-bottom: 40px !important;
}
body.single-post {
  background: #fff !important;
}
.single-post #content article.post .fusion-flexslider.flexslider {
  max-width: 1210px;
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}
.single-post .single-navigation.clearfix {
  border: none;
  padding: 40px 0 0;
  margin: 0 0 -75px;
}
.single-post .single-navigation.clearfix a:first-child::before {
  content: "";
  transform: unset;
  top: 0;
  background-image: url(/wp-content/uploads/2023/05/HK_Web_Icons_Arrow_Left.svg);
  width: 38px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -18px;
}
.single-post .single-navigation.clearfix a {
  font-size: 0;
  width: 38px;
  margin: 0;
  height: 15px;
}
.single-post .single-navigation.clearfix a:last-child::after {
  content: "";
  background-image: url(/wp-content/uploads/2023/05/HK_Web_Icons_Arrow_Right.svg);
  transform: unset;
  top: 0;
  width: 38px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -18px;
}
.single-post .single-navigation.clearfix a[rel="next"] {
  float: right;
}
.single-post .single-navigation.clearfix a[rel="prev"] {
  float: left;
}
.single-post .single-navigation.clearfix a:hover {
  opacity: 0.5;
}
.single-post #wrapper #main .post-content .fusion-title.title {
  margin-top: 0;
}
.single-post .post-content .fusion-text p {
  margin-bottom: 32px;
}
.single-post .post-content .fusion-text {
  font-size: 26px;
  line-height: 36px;
  color: #000;
  font-family: 'HelveticaNowTextLight';
}
.single-post .post-content .fusion-text p strong,
.single-post .post-content .fusion-text strong {
  font-family: 'HelveticaNowDisplayBold';
}
.single-post .post-content img.img-responsive {
  margin-bottom: 55px;
}
.single-post .post-content .fusion-text.post_center_txt_bx {
  font-size: 32px;
  font-family: 'HelveticaNowDisplayBold';
  line-height: 42px;
  max-width: 635px;
  margin: 0 auto;
  width: 100%;
  padding: 50px 0;
}
.single-post #wrapper #main .post-content h3.title-heading-left {
  font-size: 26px;
  font-family: 'HelveticaNowTextBold';
  line-height: 33px;
  margin-top: 40px !important;
}
.single-post .post-content .fusion-text.img_caption_txt {
  font-size: 14px;
  font-family: "HelveticaNowMicroRegular";
  margin-bottom: 25px;
}
.single-post .post-content .image_with_capt img.img-responsive {
  margin-bottom: 10px;
}
.single-post #wrapper #main .post-content .fusion-text a {
  text-decoration: underline !important;
}
.single-post #wrapper #main .post-content .fusion-text a:hover {
  text-decoration: none !important;
}
.single_post_products {
  padding-top: 205px;
}
.single_post_prod_box::before {
  content: "";
  background: #fafafa;
  position: absolute;
  left: -500px;
  right: -500px;
  top: 0;
  bottom: 0;
}
.single_post_prod_box {
  background: #fafafa;
  position: relative;
  padding: 60px 0 46px;
}
.single_post_prod_inn {
  position: relative;
}
#wrapper #main .single_post_prod_title h2 {
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 40px;
}
.single_post_find_sec {
  padding: 80px 0 0;
}
.single_post_prod_bx {
  float: left;
  width: 33.3%;
  padding-bottom: 15px;
  max-width:413px;
}
.sgl_post_prod_title {
  font-family: 'HelveticaNowTextBold';
  font-size: 18px;
  line-height: 26px;
  padding-top: 24px;
  padding-bottom: 3px;
}
.sgl_post_prod_title a {
  color: #000;
}
.sgl_post_prod_title a:hover {
  color: #666;
}
.sgl_post_prod_txt {
  font-family: HelveticaNowTextRegular;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
.sgl_post_prod_comp {
  font-family: HelveticaNowTextRegular;
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
.single_post_find_txt {
  font-family: 'HelveticaNowDisplayBold';
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 28px;
}
.single_post_find_arrow a:hover {
  opacity: 0.5;
}
.single-post section#content {
  padding-top: 38px;
}

/*** End Single Post style ***/

html:not(.avada-has-site-width-percent) #main {
  padding-left: 25px;
  padding-right: 25px;
}
#wrapper .our_story_banner .fusion-column-wrapper.fusion-content-layout-column {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
#wrapper .about_txt_box.fusion-layout-column {
  padding-left: 62px;
}
#wrapper .about_txt_box .fusion-column-wrapper {
  max-width:430px;
  width: 100%;
}
#wrapper .about_txt_box h2.title-heading-left {
  font-size: 32px;
  line-height: 38px;
}
#wrapper .about_txt_box h2.title-heading-left strong {
  font-family: HelveticaNowDisplayBold;
  font-weight: 400;
}
#wrapper .story_products_sec .about_txt_box .fusion-column-wrapper {
  max-width: 500px;
}
#wrapper .about_craft_sec .about_txt_box .fusion-column-wrapper {
  max-width: 500px;
}
#wrapper .about_left_txt_col .about_txt_box.fusion-layout-column {
  padding-left: 25px;
}
#wrapper .about_full_space_img .about_txt_box.fusion-layout-column {
  padding-left: 75px;
}
#wrapper .about_lifelong_sec .about_txt_box .fusion-column-wrapper {
  max-width: 500px;
}
#wrapper .about_full_space_img .fusion-builder-row.fusion-row {
  max-width: 1366px !important;
}
#wrapper .about_testing_sec .about_txt_box .fusion-column-wrapper {
  max-width: 500px;
}
#wrapper .about_timeless_sec .about_txt_box .fusion-column-wrapper {
  max-width: 500px;
}
#wrapper .story_newsletter_sec .fusion-builder-row.fusion-row {
  max-width: 1030px !important;
  margin-left: auto !important;
  margin-right:auto !important;
}


.story_newsletter_sec .fusion-text.story_form_big_txt {
  font-family: "HelveticaNowDisplayLight";
  font-size: 36px;
  line-height: 40px;
  max-width: 930px;
  width: 100%;
  margin-bottom: 75px;
}
#wrapper .story_newsletter_sec h2.title-heading-left {
  font-family: 'HelveticaNowTextBold' !important;
  font-size: 46px !important;
  line-height: 50px !important;
  margin-bottom: 20px !important;
}
#wrapper .story_newsletter_sec .fusion-text a {
  font-size: 18px;
  font-family: 'HelveticaNowTextMedium';
  text-decoration: underline !important;
}
#wrapper .story_newsletter_sec .fusion-text a:hover {
  text-decoration: none !important;
}
#wrapper .story_newsletter_sec h3.title-heading-left {
  font-family: 'HelveticaNowTextBold' !important;
  font-size: 27px !important;
  line-height: 32px !important;
}
.story_newsletter_sec .fusion-text.fusion-text-2 {
  line-height: 30px;
}
.story_newsletter_sec .fusion-text {
  font-family: 'HelveticaNowDisplayLight';
  font-size: 20px;
  line-height: 27px;
}
.newsletter_form {
  display: table;
  width: 100%;
  max-width: 705px;
  padding-top: 7px;
}
.newsletter_form_field {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.newsletter_form_field .wpcf7-form-control.wpcf7-text {
  background: transparent;
  border-left: none;
  padding: 0;
  border-bottom: 1px solid #abadac;
  border-top: none;
  border-right: none;
  border-radius: 0;
  color: #666;
  font-family: 'HelveticaNowDisplayRegular';
  font-size: 26px;
  height: 54px;
}
.newsletter_form p {
  margin: 0;
}
.newsletter_form_btn {
  display: table-cell;
  vertical-align: top;
  padding-left: 26px;
  padding-top: 14px;
}
#wrapper .newsletter_form_btn .wpcf7-form-control.wpcf7-submit {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: 'HelveticaNowTextMedium';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
  padding: 8px 23px;
}
#wrapper .newsletter_form_btn .wpcf7-form-control.wpcf7-submit:hover {
  background: #000;
  color: #fff;
}
#wrapper .story_testim_section .fusion-builder-row.fusion-row {
  max-width: 760px !important;
  width: 100%;
}
.story_newsletter input[type="email"] {
  background: transparent;
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  color: #666 !important;
  padding: 0px !important;
  border-bottom: 1px solid #abadac;
  font-family: 'HelveticaNowDisplayRegular';
  font-size: 26px;
}
#wrapper .story_newsletter input[type="submit"] {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-family: 'HelveticaNowTextMedium';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  height: 40px;
  padding: 8px 23px;
  margin: 10px 5px 0 27px;
}
#wrapper .story_newsletter input[type="submit"]:hover {
  background: #000;
  color: #fff;
}
.story_newsletter a.button.ctct-button {
  display: none;
}
.story_newsletter .ctct-label-top label {
  display: none !important;
}
.story_newsletter .ctct-form-field-email {
  float: left;
  width: 60%;
}
.story_newsletter .ctct-form-field-submit {
  float: left;
  width: 40%;
}
.story_newsletter ::-webkit-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}
.story_newsletter ::-moz-placeholder {
  color: #666666 !important; 
  opacity: 1 !important;
}
.story_newsletter :-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}
.story_newsletter :-moz-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}
.story_full_width_img .fusion-imageframe.imageframe-none {
  width: 100%;
}
.story_full_width_img img.img-responsive {
  width: 100%;
}
.story_slider_sec .slick-dots {
  display: none !important;
}
.slick-slide .story_slider_img img {
  width: 100%;
  display: inline-block;
  height: 100%;
  object-fit: cover;
}
.story_slider_bx {
  position: relative;
}
.story_slider_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 9;
}
.story_slider_title {
  color: #fff;
  font-family: 'HelveticaNowTextMedium';
  font-size: 51px;
  line-height: 60px;
  padding-bottom: 20px;
}
.story_slider_txt {
  color: #fff;
  font-size: 18px;
}
.story_slider_inn {
  max-width: 1130px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.story_slider_sec {
  position: relative;
}
.story_slider_sec .story_slider_bx {
  height:100vh;
}
.story_slider_sec .slick-prev.slick-arrow {
  left: 50px;
}
.story_slider_sec .slick-next.slick-arrow {
  right: 50px;
  background-image: url(/wp-content/uploads/2023/05/arrow_right.png);
}
.story_slider_sec .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  font-size: 0;
  border: none;
  background-color: transparent;
  width: 38px;
  height: 38px;
  background-image: url(/wp-content/uploads/2023/05/arrow_left.png);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.5;
  cursor: pointer;
}
.story_slider_sec .slick-arrow:hover {
  opacity: 1;
}
.archive.tax-product_cat .fusion-breadcrumbs span:nth-child(3) {
  display: none;
}
.archive.tax-product_cat .fusion-breadcrumbs span:nth-child(4) {
  display: none;
}
.fusion-page-title-bar .fusion-page-title-row {
  max-width: none;
}
#wrapper #main .custom_category_title h1 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 50px;
  line-height: 50px;
}
.woocommerce-products-header .term-description p {
  margin-top: 0;
}


.gallery-slider .slick-list.draggable {
  padding: 0 52.5px !important;
}
#main .gallery_top_slider .fusion-row {
  max-width: 1125px;
  width: 100%;
}
@media (min-width:1340px){
#main .gallery_top_slider .fusion-row {
  max-width: 75%;
  width: 100%;
}
.slick-slide .gallery_slide_img img {
    height: auto !important;
    object-fit: cover;
    width: 100%;
    padding: 0 8px;
}
}
.gallery-slider .slick-list.draggable {
  padding: 0 52.5px !important;
  overflow: visible;
}
#main .gallery_top_slider .gallery-slider {
  overflow: visible;
}
.gallery_top_slider .slick-dots {
  display: none !important;
}
/* SET AS COMMENT BY MARK */
/* .gallery_slide_bx.slick-slide.slick-active {
  margin-top: 0;
}
.gallery_slide_bx.slick-slide {
  margin-top: 30px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
} */

/* ADDED BY MARK */
.gallery_slide_bx.slick-slide.slick-active {
  transform: translateY(-50px);
  transition: transform 0.5s ease 0.5s !important;
}

.gallery_slide_bx.slick-slide.slick-active .gallery_slide_content {
  transition: opacity 0.5s ease 0.5s !important;
}

.gallery_slide_bx.slick-slide.slick-active img {
  transition: filter 0.5s ease 0.5s !important;
  filter: brightness(100%);
}

.gallery_slide_bx.slick-slide {
  transform: translateY(0px);
  transition: transform 0.5s ease 0.5s !important;
}

.gallery_slide_bx.slick-slide .gallery_slide_content {
  transition: opacity 0.5s ease 0.5s !important;
}

.gallery_slide_bx.slick-slide img {
  transition: filter 0.5s ease 0.5s !important;
  filter: brightness(55%);
}
/* ========================== */
.slick-slide .gallery_slide_img img {
  height: 642px;
  object-fit: cover;
}
.gallery_slide_content {
  position: absolute;
  bottom: 25px;
  background: #000;
  left: 25px;
  max-width: 385px;
  width: 100%;
  padding: 35px 30px;
  z-index: 9;
  opacity: 0;
}
.gallery_slide_title {
  color: #fff;
  font-family: 'HelveticaNowDisplayBold';
  font-size: 44px;
  line-height: 45px;
  margin-bottom: 15px;
}
.gallery_slide_sub_title {
  color: #fff;
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  line-height: 27px;
}
.slick-active .gallery_slide_content {
  opacity: 1;
}
.gallery_grid_sec {
  padding: 92px 0 0;
}
.gallery_grid_title {
  float: left;
}
.gallery_grid_title h2 {
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 40px;
}
.gallery_grid_filter {
  float: right;
  position: relative;
}
.gallery_grid_content {
  float: left;
  width: 100%;
}
.gallery_grid_bx {
  float: left;
  width: 50%;
  padding: 0 20px 75px;
}
.gallery_grid_cont_inn {
  margin-left: -20px;
  margin-right: -20px;
}
.gallery_grid_head {
  padding-bottom: 7px;
}
.gallery_grid_fil_icon {
  margin-top: 16px;
}
.gallery_grid_bx_title {
  font-family: 'HelveticaNowTextRegular';
  font-size: 20px;
  color: #000;
  line-height: 28px;
  margin-top: 13px;
}
.gallery_grid_bx_title a {
  color: #000;
}
.gallery_grid_bx_title a:hover {
  color: #666;
}
.gallery_grid_loc {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  color: #666;
  line-height: 25px;
}
.gallery_grid_fil_icon {
  margin-top: 16px;
}
.gallery_grid_fil_cont::before {
  content: "";
  background: #000;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -7px;
  height: 5px;
}
.gallery_grid_fil_cont.active {
  opacity: 1;
  visibility: visible;
}
.gallery_grid_fil_cont {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  right: -52px;
  background: #fff;
  width: 340px;
  border: 2px solid #000;
  top: -18px;
}
.gallery_grid_cross {
  text-align: right;
  padding: 35px 55px 0 0;
}
.gallery_grid_fil_list ul {
  padding: 10px 52px 38px;
  margin: 0;
}
.gallery_grid_fil_list ul li {
  display: block;
  padding-bottom: 2px;
}
.gallery_grid_fil_list ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  border: 1px solid #666;
  position: absolute;
  left: 0;
  top: 11px;
}
.gallery_grid_fil_list ul li a {
  color: #666666;
  font-size: 20px;
  font-family: 'HelveticaNowTextRegular';
  padding-left: 25px;
  position: relative;
  display: block;
}
.gallery_grid_fil_list ul li a:hover {
  color: #000;
}
.gallery_grid_fil_list ul li a:hover::before {
  border: 1px solid #000;
  background: #000;
}
.gallery_grid_fil_list ul li.active a::before {
  border: 1px solid #000;
  background: #000;
}
body.page-template-template-gallery {
  background: #fff !important;
}
.gallery_top_slider .slick-arrow.slick-next {
  right: -500px;
  left: unset;
  width: 49%;
}
.gallery_top_slider .slick-arrow {
  display: block !important;
  position: absolute;
  left: -500px;
  right: 0;
  width: 48%;
  z-index: 9;
  top: 30px;
  bottom: 0;
  cursor: pointer;
  border: none;
  border-radius: 0;
  font-size: 0;
  background: transparent;
  outline: none;
}
#wrapper #main .single_gallery_title h1 {
  font-size: 48px;
  margin: 0 0 8px;
  line-height: 50px;
}
.single_gallery_sub_title {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  color: #666;
  line-height: 26px;
  padding-bottom: 35px;
}
.single_gallery_info_sec p {
  margin-top: 0;
}
.single_gallery_info_left .fusion-text {
  font-family: 'HelveticaNowTextLight';
  font-size: 27px;
  line-height: 34px;
  padding-right: 48px;
  padding-top: 12px;
}
#wrapper .single_gallery_info_right .fusion-column-wrapper::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 5px;
  bottom: -4px;
  background: #000;
  width: 4px;
}
#wrapper .single_gallery_info_right .fusion-column-wrapper::before {
  content: "";
  position: absolute;
  left: 5px;
  right: -1px;
  bottom: -4px;
  background: #000;
  height: 4px;
}
#wrapper .single_gallery_info_right .fusion-column-wrapper {
  border: 1px solid #000;
  position: relative;
  margin-left: 0;
  padding: 24px 55px 35px;
}
.single_gallery_info_right .fusion-text {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0 17px;
}
.single_gallery_info_right .fusion-text p {
  margin: 0;
}
.single_gallery_info_right .fusion-text strong {
  font-family: 'HelveticaNowTextBold';
  font-weight: 400;
  font-size: 14px;
}
#wrapper #main .single_gallery_info_right .fusion-text a {
  text-decoration: underline !important;
}
#wrapper #main .single_gallery_info_right .fusion-text a:hover {
  text-decoration: none !important;
}
.single-projects #wrapper .fusion-row {
  max-width: 1245px;
}
.single_gallery_info_right .fusion-text:last-child {
  border-bottom: none;
}
#wrapper .single_gallery_txt_bx h2.title-heading-left {
  font-size: 41px !important;
  line-height: 48px;
  letter-spacing:0.5px;
  padding-bottom: 8px;
}
#wrapper .single_gallery_txt_bx .fusion-builder-row.fusion-row {
  max-width: 900px !important;
}
#wrapper .single_gallery_txt_bx .fusion-text a {
  text-decoration: underline !important;
}
#wrapper .single_gallery_txt_bx .fusion-text a:hover {
  text-decoration: none !important;
}
#wrapper .single_gallery_txt_bx .fusion-text {
  font-size: 18px;
  font-family: 'HelveticaNowTextRegular';
  line-height: 26px;
}
#wrapper #main .sgl_gall_prod_title h2 {
  font-size: 30px !important;
  line-height: 38px;
  padding-bottom: 8px;
  margin-bottom: 22px;
}
.sgl_gallery_prod_inn {
  margin-left: -3px;
  margin-right: -3px;
}
.sgl_gallery_prod_bx {
  float: left;
  width: 33.3%;
  padding: 0 2px 35px;
}
.slick-slide .sgl_gallery_prod_img img {
  width: 100%;
  height: 412px;
  object-fit: cover;
}
.single_gallery_products {
  padding-top: 70px;
  padding-bottom: 85px;
}
.single_gallery_next::before {
  content: "";
  background: #fafafa;
  position: absolute;
  left: -500px;
  right: -500px;
  top: 0;
  bottom: 0;
}
.single_gallery_next {
  background: #fafafa;
  position: relative;
  padding-top: 72px;
}
.single_gallery_next_inn {
  position: relative;
}
.single-projects #main {
  padding-bottom: 0;
}
#wrapper .sgl_gallery_prod_title a {
  font-family: 'HelveticaNowTextBold';
  color: #000;
  font-size: 18px;
  margin-top: 12px;
  display: block;
  margin-bottom: 2px;
}
#wrapper .sgl_gallery_prod_title a:hover {
  color: #666;
}
.sgl_gallery_prod_txt {
  font-family: 'HelveticaNowTextRegular';
  font-size: 14px;
  color: #666;
  line-height: 22px;
}
.sgl_gallery_next_proj {
  padding-bottom: 60px;
}
#wrapper .sgl_gallery_next_proj a {
  font-size: 20px;
  text-transform: uppercase;
  font-family: 'HelveticaNowDisplayBold';
}
#wrapper .sgl_gallery_next_proj a:hover {
  color: #666;
}
#wrapper #main .sgl_gall_next_title h2 {
  font-size: 48px;
  line-height: 50px;
  margin-bottom: 10px;
}
.sgl_gall_next_subtitle {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  color: #666;
  padding-bottom: 45px;
}
.fusion-text.img_btm_cap {
  font-size: 15px;
}
#wrapper .fusion-text.img_btm_cap a {
  text-decoration: underline !important;
}
#wrapper .fusion-text.img_btm_cap a:hover {
  text-decoration: none !important;
}
.sgl_gall_next_img img {
  height: 231px;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
#wrapper #main .sgl_gall_next_title h2 a {
  color: #000;
}
#wrapper #main .sgl_gall_next_title h2 a:hover {
  color: #666;
}
.gallery_main {
  padding-top: 60px;
}
.page-id-1073 .hamburger-inner,
.page-id-1073 .hamburger-inner::after,
.page-id-1073 .hamburger-inner::before {
	background: #fff !important;
}
/*.page-id-1073 .gm-logo img {*/
/*	content: url('/wp-content/uploads/2023/05/hkl-logo-white.svg');*/
/*}*/
.contact_page_form .fusion-alert.alert.custom.alert-custom.fusion-alert-center.wpcf7-response-output.wpcf7-display-none.alert-dismissable {
  display: none !important;
}
.single-projects .fusion-layout-column.fusion_builder_column {
  margin-bottom: 20px;
}
.single_gallery_main {
  padding-top: 60px;
}

.sub_cat_product_slider ul.slick-dots {
  display: none !important;
}
.sub_cat_product_slider .slick-prev.slick-arrow {
  display: none !important;
}
/*.subcat_slide_bx.slick-slide {*/
/*  padding-right: 12px;*/
/*}*/
/*.subcat_slide_bx.slick-slide img {*/
    
/*}*/
.sub_cat_product_slider.slick-slider {
  margin-top: 12px;
  padding-right: 0;
  opacity:0;
  height:0;
  visibility:hidden;
  transition-delay: 1s;
  transition: none;
  /*height: 90px;*/
  overflow-y: hidden;
}
.sub_cat_product_slider.slick-slider .slick-slide {
  width:auto !important;
}
.sub_cat_product_slider.slick-slider .slick-slide.slick-cloned img,
.sub_cat_product_slider.slick-slider .slick-slide.slick-current.slick-active img,
.sub_cat_product_slider.slick-slider .slick-slide.slick-active img {
    object-fit: cover;
    padding: 0;
    padding-bottom: 1px;
    margin-right: 5px;
    /*width: 80px !important;*/
}

/*.sub_cat_product_slider.slick-slider .slick-slide.slick-current.slick-active img,*/
/*.sub_cat_product_slider.slick-slider .slick-slide.slick-active img {*/
/*    width: 80px;*/
/*    height: 80px;*/
/*}*/
.sub_cat_product_slider.slick-slider .slick-slide.slick-current.slick-active {
  border-bottom: 3px solid #000;
  width:auto !important;
}
.sub_cat_product_slider.slick-slider .slick-list.draggable .slick-track {
    width: 100%;
}

.products li.product.product-grid-view:hover .sub_cat_product_slider.slick-slider {
  opacity:1;
  height:auto;
  visibility:visible;
  transition-delay: 0.5s;
  transition: all 0.5s ease;
  z-index:999;
}
.sub_cat_product_slider .slick-next.slick-arrow {
  border: none;
  font-size: 0;
  background-color: transparent;
  background-image: url(/wp-content/uploads/2023/05/next_arrow.png);
  width: 12px;
  height: 17px;
  position: absolute;
  right: 18px;
  top: 41%;
  transform: translateY(-50%);
  cursor: pointer;
}

.products li.product.product-grid-view:hover::after {
  content: "";
  position: absolute;
  left: -15px;
  right: -15px;
  top: -15px;
  /*bottom: -190px;
  bottom:-150px;*/
  bottom:-130px;
  background: #fff;
  /*border: 2px solid #000;*/
  border: 1px solid #999;
  z-index: 99;
  animation: fadeinafter 0.5s;
}
.term-flood-wall-wash .products li.product.product-grid-view:first-child:hover:after,
.term-accent_landscape .products li.product.product-grid-view:first-child:hover:after,
.term-accent_landscape .products li.product.product-grid-view:nth-child(2):hover:after,
.term-accent_landscape .products li.product.product-grid-view:nth-child(3):hover:after,
.term-accent_landscape .products li.product.product-grid-view:nth-child(4):hover:after,
.term-accent_landscape .products li.product.product-grid-view:nth-child(5):hover:after,
.term-ceiling-mount .products li.product.product-grid-view:first-child:hover:after,
.term-ceiling-mount .products li.product.product-grid-view:nth-child(2):hover:after,
.term-ceiling-mount .products li.product.product-grid-view:nth-child(3):hover:after,
.term-hanging-catenary .products li.product.product-grid-view:hover:after,
.term-image-projector .products li.product.product-grid-view:first-child:hover:after,
.term-path-bollard .products li.product.product-grid-view:first-child:hover:after,
.term-path-bollard .products li.product.product-grid-view:nth-child(2):hover:after,
.term-path-bollard .products li.product.product-grid-view:nth-child(3):hover:after,
.term-sign-pole-mount .products li.product.product-grid-view:first-child:hover:after,
.term-sign-pole-mount .products li.product.product-grid-view:nth-child(2):hover:after,
.term-sign-pole-mount .products li.product.product-grid-view:nth-child(3):hover:after,
.term-step-in-grade .products li.product.product-grid-view:first-child:hover:after,
.term-step-in-grade .products li.product.product-grid-view:nth-child(2):hover:after,
.term-wall-mount .products li.product.product-grid-view:first-child:hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(2):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(3):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(4):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(5):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(6):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(7):hover:after,
.term-wall-mount .products li.product.product-grid-view:nth-child(8):hover:after {
  border: 1px solid #000;
}
/*
.products li.product.product-grid-view:hover::before {
  content: "";
  background: #000;
  top: -9px;
  bottom: -154px;
  left: -9px;
  right: -19px;
  position: absolute;
  z-index: 9;
  animation: fadeinbefore 2s;
}*/
@keyframes fadeinafter {
    from {
        opacity:0;
        transition: background 0;
    }
    to {
        opacity:1;
        transition: background 0.5s;
    }
}
@keyframes fadeinbefore {
    from {
        opacity:0;
        transition-delay: 0s;
        transition: background 0;
    }
    to {
        opacity:1;
        transition-delay: 2s;
        transition: background 1s;
    }
}



ul.products {
  display: flex;
  flex-wrap: wrap; /* Allow the columns to wrap to the next line */
  gap: 20px;
  margin: 0 -2.02px 60px;
  padding: 20px;
}
ul.products li.product {
  flex: 0 0 calc(33.33% - 20px); 
  width: 100%;
  height:100% !important;
  display:block !important;
  position: relative;
  overflow: hidden;
  transition: height 0.7s linear 0.7s;
  padding: 0 2.5px 47px;
}
ul.products li .grid__content {
  position:relative;
}
ul.products li .grid__content a.title_link:before {
  display:none !important; 
}

@media (min-width: 800px) {
    ul.products li.product.product-grid-view:hover {
      overflow:visible;
    }
    ul.products li.product.product-grid-view:hover .grid__content_inner {
      width:100%;
      position:absolute;
      top:0;
      left:0;
      z-index:9;
    }
    ul.products li.product.product-grid-view:hover .fusion-product-wrapper {
      position: relative;
      z-index: 999;
    }
    /*ul.products li.product.product-grid-view:hover:last-child::after {
      bottom:-220px;
    }*/
     
    .term-accessories ul.products li.product.product-grid-view:last-of-type:hover {
      margin-bottom:53.5px;
    }
    .term-wall-mount ul.products li.product.product-grid-view:last-of-type:hover,
    .term-accent_landscape ul.products li.product.product-grid-view:last-of-type:hover,
    .term-flood-wall-wash ul.products li.product.product-grid-view:last-of-type:hover,
    .term-products ul.products li.product-category.product.product-grid-view:last-child:hover {
      margin-bottom:157.5px;
    }
    .term-zxf-series ul.products li.product.product-grid-view:last-of-type:hover {
      margin-bottom:136.5px;
    }
    .term-products ul.products li.product-category.product.product-grid-view:hover:first-child:after {
     bottom:-255px;
    }
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(6):after,
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(8):after,
    .term-products ul.products li.product-category.product.product-grid-view:hover:last-child:after {
      bottom:-220px;
    }
    .term-products ul.products li.product-category.product.product-grid-view:hover::after {
      bottom:-220px;
    }
    ul.products li.product-category.product.product-grid-view:hover::after {
      bottom:-306px;
    }
}
@media (max-width: 1790px) {
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(8):after {
      bottom:-240px;
    }
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(2):after,
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(4):after,
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(5):after,
    .term-products ul.products li.product-category.product.product-grid-view:hover:nth-child(9):after {
      bottom:-220px;
    }
}
@media (max-width: 1690px) {
    ul.products li.product .sub_cat_short_desc {
      font-size:16px;
    }
}
@media (max-width: 1500px) {
    ul.products li.product {
      flex: 0 0 calc(50% - 20px); 
    }
}
@media (max-width: 800px) {
    ul.products {
        padding:0;
    }
    ul.products li.product {
      flex: 0 0 100%;
      border: 1px solid #aaa;
    }
    ul.products li.product.product-category {
      border: 1px solid #333;
    }
    ul.products li.product.product-grid-view {
      padding:0 20px 20px;
    }
    ul.products li.product.product-grid-view.active-grid::after {
      display:none;
    }
    ul.products li.product.product-grid-view .product_spec_sheet_download {
      opacity:1;
      text-align:center;
    }
    .term-products .title_link {
      margin-bottom:0;
    }
}
#wrapper #main .products li.product.product-grid-view h2 {
  font-family: 'HelveticaNowTextBold';
  font-size: 21px;
  padding: 0;
  margin: 18px 0 5px;
}
.sub_cat_short_desc {
  color: #666;
  font-size: 17.5px;
  line-height: 22px;
  padding-bottom: 5px;
  opacity:0;
  height:0;
  visibility:hidden;
  transition-delay: 0s;
  transition: none;
}

.term-hanging-catenary ul.products li.product-category.product.product-grid-view .sub_cat_short_desc {
  font-size: 17px;
}

.products li.product.product-grid-view:hover .sub_cat_short_desc {
  opacity:1;
  height:auto;
  visibility:visible;
  transition-delay: 0.5s;
  transition: all 0.5s ease;
}
.cat_name_size {
  color: #666;
  font-size: 16px;
}
.cat_name_size span:nth-child(1) {
  text-transform: uppercase;
  padding-right: 8px;
}
.cat_name_size span:nth-child(2) {
  padding-left: 8px;
}
.cat_name_size .wattage-voltage span {
  text-transform: none;  
}
.products li.product.product-grid-view:hover .cat_name_size {
  border-top: 1px solid #e7e7e7;
  margin-top: 9px;
  padding-top: 9px;
}
.sub_cat_input_wattage {
  color: #666;
  font-size: 16px;
  line-height: 22px;
}
.sub_cat_input_wattage span:nth-child(1) {
  text-transform: uppercase;
  padding-right: 8px;
}
.sub_cat_input_wattage span:nth-child(2) {
  padding-left: 8px;
}
.sub_cat_light_source {
  color: #666;
  font-size: 16px;
  line-height: 22px;
  opacity:0;
  height:0;
  visibility:hidden;
  transition-delay: 0s;
  transition: none;
}
.archive.tax-product_cat .products_inner_boxes {
  transition: width 0.2s linear 0.2s;
}
.products li.product.product-grid-view:hover .sub_cat_light_source {
  opacity:1;
  visibility:visible;
  height:auto;
  transition-delay: 0.5s;
  transition: all 0.5s ease;
}
.products li.product.product-grid-view .fusion-product-wrapper {
  border: none !important;
}
.products .product .fusion-content-sep.sep-double.sep-solid {
  display: none;
}
.products .product a.show_details_button {
  display: none;
}
.product .product-buttons {
  margin-top: 0 !important;
}
.sub_cat_product_slider .slick-track {
  margin: 0;
  display: inline-flex;
}
.fusion-product-wrapper .fusion-product-content {
  padding-top: 13px;
}
.product-details-container {
  min-height: auto;
}
.product-details-container h3.product-title {
  line-height: 22px;
  margin-top: 0;
}
.product-details-container h3.product-title a {
  font-size: 16px;
  font-family: 'HelveticaNowTextBold';
  display: inline-block;
  vertical-align: top;
}
.product-details-container h3.product-title a:hover {
  color: #666;
}
.product .product-buttons {
  padding-top: 0;
}
.product_category_size_text {
  font-size: 13px;
  color: #666;
  line-height: 21px;
}
.product_wattage_text {
  color: #666;
  font-size: 13px;
  line-height: 21px;
}
.product_input_light_text {
  color: #666;
  font-size: 13px;
  line-height: 21px;
}
.product_spec_sheet_download {
  opacity:0;
  text-align: center;
  padding-top: 16px;
  transition: all 0.5s ease;
}
.products li.product.product-grid-view:hover .product_spec_sheet_download {
  opacity:1;
}
#wrapper .product_spec_sheet_download a {
  padding-left: 0;
  float: none;
  max-width: none;
  display: inline-block;
  font-size: 14px;
}
#wrapper .product_spec_sheet_download a img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  width: 31px;
  height: 25px;
}

.custom_filter_icon {
  text-align: right;
  margin-top: 0px;
  padding-bottom: 15px;
}
.products li.product.product-grid-view .fusion-product-wrapper > a img {
  width: 100%;
  transition: all 0.2s linear 0.2s;
}
.woocommerce_sidebar_active li.product.product-grid-view:hover::after {
  left: -7px;
  right: -7px;
  top: -8px;
}
.woocommerce_sidebar_active li.product.product-grid-view:hover::before {
  top: 2px;
  left: 2px;
  right: -11px;
}

.woocommerce_sidebar_active li.product.product-grid-view {
  padding: 0 2.17px 52px;
}
.woocommerce_sidebar_active {
    margin: 0 -1.99px;
}
.woocommerce_sidebar_active .sub_cat_short_desc {
  font-size: 14px;
}
.woocommerce_sidebar_active .cat_name_size {
  font-size: 14px;
}
.custom-category-short-description.custom_category_description {
  display:none;
}
.custom_category_description {
  text-align: center;
  max-width: 835px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'HelveticaNowTextLight';
  color: #000;
  line-height: 26px;
}
.custom_category_description p {
  margin-top: 0;
}
.custom_category_title {
  width: 100%;
}
.custom_filter_icon img {
    max-width: 110px;
}
.woocommerce_sidebar_active .custom_category_title,
.woocommerce_sidebar_active .custom_category_description {
    position: relative;
    right: 1px;
}
.products_inner_boxes.withSideBar .custom_filter_icon {
    position: relative;
    right: 2px;
}
.gallery_grid_fil_icon img {
    width: 29px;
}
.gallery_grid_cross img {
    width: 20px;
}
.single_post_find_arrow img {
    width: 43px;
}
.single_gallery_products .slick-arrow {
  display: none !important;
}
.single_gallery_products .slick-dots {
  display: none !important;
}
.single_gallery_main {
    max-width: 100%;
    display: block;
}

.gallery_grid_img a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.gallery_grid_img a:hover:after {
    background: rgba(0,0,0,0);
}
.gallery_grid_img a {
    position: relative;
    display:inline-block;
}
div#wpfBlock_1[data-label="readymade"] .wpfFilterTitle {
    display: none;
}
div#wpfBlock_8[data-label="readymade"] .wpfFilterTitle {
    display: none;
}

.custom_readymade_badge {
    max-width: 37px;
    height: auto;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index:9;
}
.custom_readymade_badge img {
    height: 37px !important;
    width: 37px !important;
    object-fit: unset !important;
    max-width: 100%;
}
.wpfCheckboxHier ul.wpfSwitchFilter.wpfFilterVerScroll span.wpfDisplay {
    float: left;
    padding-right: 10px;
    line-height: 30px;
    font-size:16px;
}
.wpfCheckboxHier ul.wpfSwitchFilter.wpfFilterVerScroll span.wpfDisplay * {
    padding-left: 0 !important;
}
.wpfMainWrapper .wpfFilterButtons {
    /*position: absolute;
    top: 10px;
    right: 0;
    min-width: 0;
    z-index: 99999;*/
}
.wpfFilterButtons button.wpfClearButton.wpfButton {
    text-indent: 10000px;
    background: url(/wp-content/uploads/2023/05/Filter-Reset-Icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px !important;
    line-height: 20px;
    display: block;
    padding: 0;
    min-height: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 0;
    min-width: 0;
    z-index: 99999;
}
div#wpfBlock_1[data-label="readymade"] .wpfFilterContent {
    max-width: 160px;
}
.site_address_area.fusion-text a {
  color: #ccc;
}
.site_address_area.fusion-text a:hover {
  color: #fff;
}
#wrapper #copy_right p,
#wrapper #copy_right a {
  color: #fff !important;
  font-family: 'HelveticaNowMicroRegular';
}
@media (max-width:800px){
#wrapper #copy_right a {
  color: #ccc !important;
}    
}
#wrapper #copy_right a:hover {
  color: #ccc !important;
}
.fusion-fullwidth.fullwidth-box.site_footer_sec {
  padding-bottom: 40px;
}
#footer-right-widget-area .widget_nav_menu li.hv_tp_space {
  margin-top: 28px;
}
#footer-right-widget-area .widget_nav_menu li {
  margin-bottom: 4px;
}

/*.parent_category_page .custom_filter_icon {
    display: none;
}
.parent_category_page aside#sidebar {
    display: block !important;
}
.archive.tax-product_cat aside#sidebar {
    display: none;
}*/
.mobile_products_filter .wpfMainWrapper {
    padding-bottom: 55px;
}
.mobile_products_filter .wpfFilterButtons button.wpfFilterButton.wpfButton {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #000000;
    color: #fff;
    font-size: 14px;
    font-family: 'HelveticaNowTextLight';
    border: none;
    border-radius: 0 !important;
    padding: 9px 15px !important;
    margin: 0 !important;
    min-height: 0;
    width: 120px;
    letter-spacing: 1.2px;
}
.gallery_slide_bx a.gallery_link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}
.wpfCheckboxHier ul > li > ul {
    padding-left: 10px !important;
}
#wrapper .full_width_container .fusion-builder-row.fusion-row {
  max-width: 1600px !important;
}


.woocommerce_sidebar_active .accessories_pg_section_main .products li.product.product-grid-view:hover::after {
  left: -7px;
  right: -7px;
  top: -8px;
  bottom: 0;
}
.woocommerce_sidebar_active .accessories_pg_section_main .products li.product.product-grid-view:hover::before {
  top: 2px;
  left: 2px;
  right: -11px;
  bottom: -4px;
}
.woocommerce_sidebar_active .accessories_pg_section_main .products li.product.product-grid-view {
  height: auto;
  padding: 0 2.17px 50px;
}

.accessories_pg_section_main .products li.product.product-grid-view {
  padding: 0 2.5px 40px;
  height: auto;
}
#wrapper #main .accessories_pg_section_main h1.title-heading-left {
  font-size: 40px;
  line-height: 44px;
  padding-bottom: 15px;
}
.accessories_pg_section_main ul.wpfHideParent.wpfHideAllParent {
  padding-left: 0;
}
.accessories_pg_section_main .wpfFilterButtons {
  padding-bottom: 32px;
  border-bottom: 1px solid #c9c9c9;
}
.accessories_pg_section_main .wpfFilterButtons button.wpfClearButton.wpfButton {
  top: 0;
}
.accessories_pg_section_main .wpfFilterWrapper[data-filter-type] {
  padding: 5px 0 10px !important;
}
.accessories_pg_section_main .wpfFilterWrapper ul.wpfFilterVerScroll {
  padding-bottom: 10px;
}
.accessories_pg_section_main .wpfFilterWrapper .wpfCheckbox label {
  width: 12px !important;
  height: 12px !important;
  top: -2px;
}

.woocommerce_sidebar_active .accessories_page_sidebar_filter {
  display: block;
}
.accessories_page_sidebar_filter {
  float: left;
  width: 25%;
  min-height: 1px;
  display: none;
  padding-right: 40px;
}
.accessories_page_products_section {
  padding-left: 0;
}
.woocommerce_sidebar_active .accessories_page_products_section {
  padding-left: 1.78px;
}
.custom_category_description {
  text-align: center;
}
.tax-product_cat.term-accessories.term-620.parent_category_page .custom_filter_icon {
    display: block;
}
.tax-product_cat.term-accessories.term-620 .desktop_products_filter {
    display: none;
}
.tax-product_cat.term-accessories.term-620 .accessories_page_filter {
    display: block !important;
}
.woocommerce_sidebar_active.tax-product_cat.term-accessories.term-620.parent_category_page aside#sidebar {
  display: block !important;
}

.accessories_page_filter ul.wpfHideParent.wpfHideAllParent {
  padding-left: 0;
}
.accessories_page_filter .wpfFilterButtons {
  padding-bottom: 32px;
  border-bottom: 1px solid #c9c9c9;
}
.accessories_page_filter .wpfFilterButtons button.wpfClearButton.wpfButton {
  top: 0;
}
.accessories_page_filter .wpfFilterWrapper[data-filter-type] {
  padding: 5px 0 10px !important;
}
.accessories_page_filter .wpfFilterWrapper ul.wpfFilterVerScroll {
  padding-bottom: 10px;
}
.accessories_page_filter .wpfFilterWrapper .wpfCheckbox label {
  width: 12px !important;
  height: 12px !important;
  top: -2px;
}
#bbpress-forums .bbp-pagination .bbp-pagination-links .current, .fusion-pagination .current, .page-links>.page-number, .pagination .current, .woocommerce-pagination .current {
    background: #000;
}

.atfcfp-rep-items:hover .phone a, .atfcfp-rep-items:hover .fax a, .atfcfp-rep-items:hover .website a {
    color:#fff;
}

.product_spec_sheet_download p:nth-child(2),
.product_spec_sheet_download p:nth-child(3) {
    display: none !important;
}
.product_spec_sheet_download a:nth-child(2),
.product_spec_sheet_download a:nth-child(3){
    display: none !important;
}
.product_spec_sheet_download p {
    margin: 0;
}
.term-glare-shields #wrapper #main .custom_category_title h1,
.term-mounting #wrapper #main .custom_category_title h1,
.term-optical #wrapper #main .custom_category_title h1,
.term-transformers #wrapper #main .custom_category_title h1,
.child_category_page #wrapper #main .custom_category_title h1 {
    text-align: left;
}

.atfcfp-rep-items {
    position: relative;
}
.atfcfp-rep-items a.website_box_link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.insi_feature_post_inn {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  padding-bottom: 60px;
}
.insi_featu_post_lft {
  width: 57.596%;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.insi_featu_post_lft img {
  height: 470px;
  width: auto;
  object-fit: cover;
}
.insi_featu_post_rgt {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  padding-left: 55px;
}
#wrapper .insi_featu_title h2 {
  font-size: 42px;
  line-height: 45px;
  font-weight: 400;
  margin-bottom: 25px;
}
#wrapper .insi_featu_title h2 a {
  color: #000;
}
#wrapper .insi_featu_title h2 a:hover {
  color: #666;
}
#wrapper .insi_featu_txt  {
  font-family: 'HelveticaNowTextRegular';
  font-size: 18px;
  line-height: 25px;
}
.insi_posts_boxes_inn {
  margin-left: -31px !important;
  margin-right: -31px !important;
}
.insi_post_bx {
  padding: 31px 31px 10px;
  float: left;
  width: 50%;
}
#wrapper #main .insi_post_bx_title h2 {
  height: auto;
  line-height: 28px !important;
  font-size: 22px !important;
  margin-bottom: 10px;
}
#wrapper #main .insi_post_bx_title h2 a {
  display: inline-block;
  font-family: HelveticaNowTextBold;
  color: #000;
}
#wrapper #main .insi_post_bx_title h2 a:hover {
  color: #666;
}
.insi_post_bx_txt {
  font-size: 16px;
  font-family: 'HelveticaNowTextRegular';
  line-height: 22px;
}
.insi_post_bx_img img {
  height: 400px;
  object-fit: cover;
}
.insi_post_bx_title {
  padding-top: 20px;
}
.insi_post_bx:nth-child(2n+1) {
  clear: left;
}





#prodcat_slider.hm_products_cat_slider {
  padding-left: 60px !important;
  padding-right: 60px !important;
}
#wrapper .hm_products_cat_slider .fusion-column-wrapper {
  max-width: 1040px;
  width: 100%;
  position: unset;
}
#wrapper .hm_products_cat_slider .fusion-layout-column.fusion_builder_column {
  position: relative;
}
.hm_products_cat_slider .owl-carousel .owl-item img {
  height: 375px;
}
.hm_products_cat_slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
.hm_products_cat_slider .owl-stage-left-reset {
  padding-left: 0 !important;
}
.hm_products_cat_slider .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 38px;
  width:100%;
}
.hm_products_cat_slider .owl-carousel.owl-theme {
  position: unset;
}
.hm_products_cat_slider .owl-theme .owl-dots .owl-dot span {
  width: 120px !important;
  transition: background .2s ease .2s;
}
.hm_products_cat_slider .owl-carousel .item .title {
  top: 50px;
  left: 30px;
  font-size: 17px;
  font-weight: 400;
}
.sgl_prod_acce_toggle_cont .sgl_prod_acce_content:before, 
.sgl_prod_acce_toggle_cont .sgl_prod_acce_content:after{
    content: " ";
    display: table;
}
.sgl_prod_acce_toggle_cont .sgl_prod_acce_content:after{
    clear: both;
}

#sidebar .widget h4.open::after {
  content: "\f077";
}
.sub_cat_main_slider img {
  width: 100%;
  transition: height 0.2s linear 0.2s;
}

.withSideBar .products_inner_wrapper ul.products {
    margin: 0 -1.99px;
}
.subcat_slide_bx.slick-slide img {
  height: 80px;
  object-fit: cover;
  width: 80px;
  margin-right:5px;
}
/*.withSideBar .subcat_slide_bx.slick-slide img {*/
/*  height: 60px;*/
/*}*/

.products_inner_boxes.withSideBar .slick-next.slick-arrow {
  top: 41px;
}

.products_inner_boxes.withSidebar .sub_cat_product_slider.slick-slider {
    top: 22px;
}

@media (max-width: 1400px) {
#feat_slider .content_right {
  margin: 0px;
}
}
@media (max-width: 1200px) {
.hm_products_cat_slider .owl-theme .owl-dots .owl-dot span {
  width: 85px !important;
}
}
@media (max-width: 1100px) {

.subcat_slide_bx.slick-slide img {
  height: 60px;
}
.withSideBar .subcat_slide_bx.slick-slide img {
  height: 45px;
}
#feat_slider .feat_cont_0 {
  background-size:100%;
  background-color: #efeeee;
}
#feat_slider .content_right {
  padding: 20px 40px;
  max-width: 450px;
}
}
@media (max-width: 1024px) {
#prodcat_slider.hm_products_cat_slider {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-bottom: 125px;
}
}
@media (max-width: 1000px) {
    body.home #insights_section .slide-content-container {
        bottom:22%;
    }
}
@media (max-width: 900px) {
.hm_products_cat_slider .owl-carousel .owl-item img {
  height: 265px;
}
.hm_products_cat_slider .owl-dots {
  position: unset;
  transform: unset;
  padding-top: 15px;
}
#prodcat_slider.hm_products_cat_slider {
  padding-bottom: 65px;
}
#wrapper .hm_products_cat_title {
  padding-top: 45px;
}
#feat_slider .feat_cont_0 {
  background-size: cover;
  background-color: #efeeee;
}
}
@media (max-width: 856px) {
.subcat_slide_bx.slick-slide img {
  height: 80px;
}
#feat_slider .content_right h2 {
  font-size:40px;
}
#feat_slider .feat_cont_0 .content_right, 
#feat_slider .feat_cont_0 .content_center, 
#feat_slider .feat_cont_0 .content_left {
  position: absolute;
  top: unset;
  transform: unset;
  float: none;
  padding: 40px;
  z-index: 99;
  width: 100vw;
  bottom: 20px;
  margin: auto;
  max-width: unset;
}
#feat_slider .feat_cont_0 {
  background-position: 8% -68px;
}
}

@media (max-width: 568px) {
    aside.gm-navigation-drawer--mobile .gm-dropdown-menu .gm-menu-item__txt-wrapper {
        pointer-events: none;
    }
    .gm-dropdown-menu.gm-dropdown-menu--lvl-1 {
        
    }
}
@media (max-width: 640px) {
.hm_products_cat_slider .owl-carousel .item .title {
  top: 20px;
  left: 30px;
  position: absolute;
}
.home .hm_products_cat_slider .owl-carousel .owl-item img {
  height: 375px !important;
}
.hm_products_cat_slider .owl-dots {
  padding-top: 0;
}
#wrapper .hm_products_cat_title h2.title-heading-left {
  padding-bottom: 15px;
}
.subcat_slide_bx.slick-slide img {
  height: 55px;
}
#content #feat_slider, 
#content #feat_slider .slick-slide, 
#content #feat_slider .slick-list {
    max-height: 740px;
}
.custom_readymade_badge {
    left: -3px;
}
}
@media (max-width: 580px) {

.subcat_slide_bx.slick-slide img {
  height: 80px;
}
}
@media (max-width: 500px) {
.home .hm_products_cat_slider .owl-theme .owl-dots .owl-dot span {
  width: 100% !important;
  height: 4px !important;
}
.hm_products_cat_slider .owl-theme .owl-dots .owl-dot {
  width: 11%;
}
.hm_products_cat_slider .owl-dots {
  margin-top: 0 !important;
  position: relative;
  left: 0;
  top: -8px;
}
#content #feat_slider, 
#content #feat_slider .slick-slide, 
#content #feat_slider .slick-list {
    max-height: 700px;
}
#wrapper .hm_products_cat_title {
  padding-top: 55px !important;
}
.home #main-header {
  background-size: contain !important;
  background-position: center top !important;
}
}
@media (max-width: 400px) {
    .home #main-header {
        width: 100vw !important;
        height: 100% !important;
        aspect-ratio: 9 / 16;
      /*min-height: 605px;*/
    }
    
    .subcat_slide_bx.slick-slide img {
      height: 60px;
    }
}
/*@media (max-width: 375px) {*/
/*    .home #main-header {*/
/*        width: 100vw !important;*/
/*        min-height: 100vh !important;*/
/*    }*/
/*}*/
/*@media (max-width: 360px) {*/
/*    .home #main-header {*/
/*        width: 100vw !important;*/
/*        min-height: 87vh !important;*/
/*    }*/
/*}*/
/* @media (max-width: 353px) {*/
/*    .home #main-header {*/
/*        width: 100vw !important;*/
/*        min-height: 84vh !important;*/
/*    }*/
/*}*/
/*********/

#wrapper #main .fusion-text p a {
    text-decoration: underline !important;
} 

#wrapper #main p a {
    text-decoration: underline;
}
#wrapper #main .fusion-text p a:hover, #wrapper #main p a:hover {
    text-decoration: none;
}




/***** Accessories Products Section Style *****/
.woocommerce_sidebar_active .products.products-4 li.product.product-grid-view .fusion-product-wrapper > a img {
  height: 240px;
}
/*.products.products-4 li.product.product-grid-view .fusion-product-wrapper > a img {
  height: 308px;
}*/
#wrapper .product_spec_sheet_download a img {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  width: 31px;
  height: 25px;
}
.products.products-4 li.product.product-grid-view {
  /*height: 420px;*/
  padding: 0 2.76px 52px;
}

.woocommerce_sidebar_active .products.products-4 li.product.product-grid-view {
  height: 364px;
  padding: 0 2.39px 52px;
}
/*.accessories_page_filters {
    margin-top: 25px;
}*/
.atf_filter_reset.accessories_reset_button {
    text-align: right;
}
.accessories_reset_button div#btnATFWooFilterReset {
    display: inline-block;
    width: 116px;
    height: 22px;
    background-size: 16px;
    background-position: right 4px;
    padding-right: 25px;
}
.accessories_reset_button div#btnATFWooFilterReset:before {
    content: '';
    left: -99px;
}
ul.categories_filter_list {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.2s linear 0.1s;
}
ul.categories_filter_list .active a {
    font-family: 'HelveticaNowTextBold';
    color: #000;
}
ul.categories_filter_list li:nth-child(2) {
    display:none;
}
.accessories_filter_list h4.open + ul.categories_filter_list, 
.products_categories_filter h4.open + ul.categories_filter_list {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: all 0.2s linear 0.1s;
}

.accessory_categories {
    padding-top: 2px;
}
.accessory_categories .parent_category_name{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    color:#666;
}
.accessory_categories .current_category_name {
    font-size: 14px;
    line-height: 18px;
    color:#666;
}
li.accessory_link a {
    font-family: HelveticaNowDisplayRegular;
    font-weight: 400;
    font-size: 16px;
}

/***** End Accessories Products Section Style *****/

/***** Accessories Products Mobile Filter Style *****/

@media (max-width: 1023px) {
.products.products-4 li.product.product-grid-view {
  height: 330px;
}
.woocommerce_sidebar_active .products.products-4 li.product.product-grid-view {
  height: 272px;
}
}
@media (max-width: 928px) {
.products.products-4 li.product.product-grid-view {
  height: 370px;
  padding: 0 2.76px 52px;
}
.woocommerce_sidebar_active .products.products-4 li.product.product-grid-view {
  height: 300px;
}
}
@media (max-width: 855px) {
.products.products-4 li.product.product-grid-view {
  height: auto;
  padding: 0 2.76px 25px;
}
.woocommerce_sidebar_active .products.products-4 li.product.product-grid-view {
  height: auto;
  padding: 0 2.39px 20px;
}
}
.sub_cat_product_slider .slick-next.slick-arrow {
  opacity:0;
  visibility:hidden;
}
@media (min-width: 801px){
  .mobile_apply_button { display:none; }
  /*
  .term-products .custom_individual_products li.product-category:nth-child(6) .slick-next.slick-arrow,
  .term-products .custom_individual_products li.product-category:nth-child(8) .slick-next.slick-arrow,
  .term-products .custom_individual_products li.product-category:nth-child(9) .slick-next.slick-arrow,
  .term-products .custom_individual_products li.product-category:nth-child(10) .slick-next.slick-arrow, 
  .term-accent_landscape .custom_individual_products li.product-category:nth-child(3) .slick-next.slick-arrow,
  .term-hanging-catenary .custom_individual_products li.product-category:nth-child(4) .slick-next.slick-arrow,
  .term-hanging-catenary .custom_individual_products li.product-category:nth-child(5) .slick-next.slick-arrow,
  .term-sign-pole-mount .custom_individual_products li.product-category:nth-child(2) .slick-next.slick-arrow {
      opacity:1;
      visibility:visible;
  }*/
}
@media (max-width: 800px) {
.accessories_filter_list {
  padding: 0;
  margin: 0;
}
.accessories_filter_list h4::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  right: 5px;
  top: 17px;
}
.accessories_filter_list h4.open::after {
  content: "\f077";
}
.accessories_filter_list h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  font-family: 'HelveticaNowDisplayBold';
  border-top: 1px solid #cfcfcf;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
}
.accessories_filter_list ul.categories_filter_list {
  padding: 0;
}
.categories_filter_list li:last-child {
  padding-bottom: 15px;
}
.categories_filter_list li {
  margin-bottom: 2px !important;
}
.categories_filter_list li input[type="radio"] + span::after {
  top: 6px;
}
.categories_filter_list li input[type="radio"] + span::before {
  top: 5px;
}
.categories_filter_list li label span {
  padding-left: 25px;
}
.atf_filter_reset.accessories_reset_button {
  padding-bottom: 12px;
}
.mobile_apply_button {
  border-top: 1px solid #cfcfcf;
  padding-top: 25px;
}
.mobile_apply_button a {
  background: #000;
  color: #fff;
  font-family: HelveticaNowDisplayRegular;
  text-transform: uppercase;
  display: inline-block;
  padding: 6px 30px 5px;
  letter-spacing: 1px;
}
body .mobile_products_filter .mobile_filter_close img {
  max-width: 21px;
}
body .mobile_products_filter .mobile_filter_close {
  margin-bottom: 30px;
  margin-top: 0px;
}
body #btnATFWooFilterReset {
  width: 21px;
  height: 21px;
}
.products_inner_boxes.withSideBar {
    width: 100% !important;
}
}

/***** End Accessories Products Mobile Filter Style *****/

.subcat_slide_bx img{
    cursor:pointer;
}
.slick-current.slick-active:after {
    content: "";
    display: block;
    /* height: 3px; */
    background: #000;
    margin-top: 0;
}




@media (min-width: 1600px) {
.slick-slide .story_slider_img img {
  height: 100%;
}
}

@media (max-width: 1200px) {

.story_slider_inn {
  padding: 40px 15px 80px;
}
.story_slider_sec .slick-prev.slick-arrow {
  left: 25px;
}
.story_slider_sec .slick-next.slick-arrow {
  right: 25px;
}
.story_slider_title {
  font-size: 42px;
  line-height: 48px;
  padding-bottom: 20px;
}
.story_slider_txt {
  font-size: 16px;
}
.gallery_slide_img {
  padding: 0 7px;
}
.gallery_top_slider .slick-arrow {
  width: 11%;
  left: -40px;
}
.gallery_top_slider .slick-arrow.slick-next {
  width: 11%;
  right: -40px;
}

.products li.product.product-grid-view {
  padding: 0 2.5px 30px;
}

.sub_cat_short_desc {
  font-size: 14px;
}
.cat_name_size {
  font-size: 14px;
}
.sub_cat_input_wattage {
  font-size: 15px;
}
}
@media (max-width: 1100px) {
.sgl_prod_features {
  padding-top: 15px;
}
.sgl_prod_buttons {
  padding-top: 20px;
}
#wrapper .story_testim_section {
  padding-bottom: 110px;
  padding-top: 170px;
}
#wrapper .story_newsletter_sec {
  padding-top: 100px;
}
#wrapper .story_newsletter_form_sec.story_newsletter_sec {
  padding-top: 0;
  padding-bottom: 70px;
}
.story_newsletter_sec .fusion-text.story_form_big_txt {
  margin-bottom: 40px;
}
#wrapper .about_full_space_img .about_txt_box.fusion-layout-column {
  padding-left: 25px;
}
#wrapper .about_txt_box.fusion-layout-column {
  padding-left: 25px;
}
#wrapper .about_testing_sec {
  padding-bottom: 90px;
  padding-top: 75px;
}
#wrapper .about_exper_sec {
  padding-top: 55px;
  padding-bottom: 70px;
}
#wrapper .about_founder_sec {
  padding-bottom: 80px;
  padding-top: 75px;
}
/*#wrapper .our_story_banner {
  max-height:500px;
  padding-top: 180px;
  padding-bottom: 140px;
}*/
.slick-slide .story_slider_img img {
  height: 100%;
}
.slick-slide .gallery_slide_img img {
  height: 575px;
}
.gallery_grid_sec {
  padding: 65px 0 0;
}
.single_gallery_info_left .fusion-text {
  font-size: 23px;
  line-height: 30px;
  padding-right: 0;
}

.products li.product.product-grid-view {
  height: 480px;
}


.products li.product.product-grid-view.type-product:hover::before {
  bottom: -49px;
}


}
@media (max-width: 1023px) {
#wrapper .avada-page-titlebar-wrapper {
  padding: 32px 0 0 155px;
}
#wrapper .fusion-blog-layout-grid img.wp-post-image {
  height: 300px;
}
#wrapper .contact_page_left .fusion-column-wrapper {
  padding: 15px 0 0;
}
#wrapper .contact_page_section {
  padding-top: 20px;
}

.insi_post_bx_img img {
  height: 300px;
}
}
@media (max-width: 900px) {
.story_slider_sec .story_slider_bx {
  height: auto;
}
.story_slider_sec .story_slider_title {
  font-size: 30px;
  line-height: 38px;
}
.sgl_prod_acce_bx {
  width: 33.333%;
  padding: 0 8px 25px;
}
/*
.sgl_prod_acce_bx:nth-child(5n+1) {
  clear: left;
}
.sgl_prod_acce_bx:nth-child(6n+1) {
  clear: none;
}
.sgl_prod_acce_bx {
  width: 20%;
  padding: 0 8px 25px;
}*/
.product .avada-product-images-global {
  margin-right: 0;
  margin-bottom: 35px;
}
.single-product .avada-product-images-global .woocommerce-product-gallery {
  width: 100%;
}
.ltr .product .summary.entry-summary {
  margin-left: 0;
  float: left;
  width: 100%;
}

/*** For Mobile Headings ***/

.single_product_mobile_heading {
  display: block;
}
#wrapper #main .summary.entry-summary h1 {
  display: none;
}
.single-product .summary.entry-summary .single_product_sub_title {
  display: none;
}
.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs {
  display: none;
}

/*** End Mobile Headings style ***/

#wrapper .blog_tp_title h2.title-heading-left {
  padding-bottom: 20px;
  font-size: 38px !important;
}
#wrapper .blog_tp_title {
  padding-bottom: 25px;
}
#wrapper .fusion-blog-layout-large .fusion-post-content.post-content {
  padding-left: 30px;
}
#wrapper .story_testim_section .fusion-builder-row.fusion-row {
  max-width: 560px !important;
}
.story_testim_section .fusion-text.story_testi_big_txt {
  font-size: 42px;
  line-height: 55px;
}
.story_testim_section .fusion-text {
  font-size: 19px;
}
#wrapper .story_newsletter_sec h2.title-heading-left {
  font-size: 36px !important;
  line-height: 40px !important;
}
.story_newsletter_sec .fusion-text.story_form_big_txt {
  font-size: 28px;
  line-height: 37px;
}
#wrapper .story_slider_main {
  padding-left: 12px;
  padding-right: 12px;
}
#wrapper .about_txt_box h2.title-heading-left {
  font-size: 21px !important;
  line-height: 26px !important;
}
#wrapper .about_craft_sec {
  padding-bottom: 55px;
}
#wrapper .story_products_sec {
  padding-bottom: 70px;
  padding-top: 65px;
}

#wrapper .our_story_banner .fusion-column-wrapper.fusion-content-layout-column {
  max-width: 620px;
}
.fusion-post-large .flexslider .slides img {
  height: 300px;
}
.slick-slide .gallery_slide_img img {
  height: 450px;
}
.gallery_slide_sub_title {
  font-size: 15px;
  line-height: 24px;
}
.gallery_slide_title {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 10px;
}
.gallery_slide_content {
  padding: 30px 30px 32px;
}
#wrapper .single_gallery_info_right .fusion-column-wrapper {
  padding: 15px 28px 20px;
}

.sub_cat_product_slider.slick-slider {
  margin-top: 4px;
  padding-right: 35px;
}
.sub_cat_product_slider .slick-next.slick-arrow {
  right: 12px;
}
.cat_name_size span:nth-child(1) {
  padding-right: 5px;
}
.cat_name_size span:nth-child(2) {
  padding-left: 5px;
}
.sub_cat_input_wattage span:nth-child(1) {
  padding-right: 5px;
}
.sub_cat_input_wattage span:nth-child(2) {
  padding-left: 5px;
}
.insi_featu_post_lft img {
  height: 300px;
}
.insi_featu_post_rgt {
  padding-left: 30px;
}
}
@media (max-width: 856px) {

.sub_cat_product_slider.slick-slider {
  display: block;
  opacity:1;
  height:auto;
  visibility:visible;
  transition-delay: 0.5s;
  transition: all 0.5s ease;
}

.sub_cat_light_source {
  display: none !important;
}
.custom_filter_icon {
  margin-top: 0;
  padding-top: 5px;
}
.product_spec_sheet_download {
  display: block;
  text-align: left;
  padding-top: 8px;
}
}
@media (max-width: 800px) {

.child_category_page.woocommerce_sidebar_active {
    overflow: hidden;
}
.desktop_products_filter {
    display: none;
}
.woocommerce_sidebar_active .mobile_products_filter {
    display: block !important;
}
.mobile_products_filter .mobile_filter_close {
    text-align: right;
    margin-bottom: 40px;
}
.mobile_products_filter .mobile_filter_close img {
    max-width: 24px;
    display: inline-block;
}
.mobile_products_filter {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999999;
    padding: 40px 25px;
    overflow-y: scroll;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    width: 100%;
}

 
    
.sgl_prod_acce_bx {
  width: 25%;
}
.sgl_prod_acce_bx:nth-child(4n+1) {
  clear: left;
}
.sgl_prod_acce_bx:nth-child(5n+1) {
  clear: none;
}
#wrapper #main .single_product_title h1 {
  font-size: 60px;
  line-height: 62px;
}
.single_product_sub_title {
  font-size: 25px;
  line-height: 32px;
}
.single_product_tp_inn {
  max-width: none;
}
.single_product_txt {
  font-size: 22px;
  line-height: 23px;
}
.single_product_txt a {
  margin-top: 8px;
}
#wrapper .sgl_prod_features h3 {
  font-size: 21px !important;
}
.sgl_prod_features ul li {
  padding-bottom: 12px;
  font-size: 20px;
}
.sgl_prod_btn a {
  font-size: 17px;
  padding: 15px 8px;
}
.sgl_prod_btn {
  max-width: 165px;
  margin-right: 15px;
}
.avada-product-images-thumbnails-left .avada-product-gallery .flex-control-thumbs {
  display: none;
}
.avada-has-woo-gallery-disabled .product .entry-summary .summary-container {
  margin-top: 0;
}
.ltr .product .summary.entry-summary {
  padding-left: 0;
}
.fusion-page-title-row {
  min-height: auto !important;
}
.fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-right {
  min-height: auto !important;
  height: auto !important;
}
.fusion-page-title-bar-right .fusion-page-title-secondary {
  text-align: left;
}

.term-products .fusion-breadcrumbs {
  display: none;
}
#wrapper .avada-page-titlebar-wrapper {
  padding: 88px 0 0;
}
.fusion-page-title-bar-right .fusion-page-title-secondary {
  margin: 0;
}
#wrapper .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-right {
  padding-left: 25px;
  padding-right: 25px;
}
#wrapper .fusion-blog-layout-grid img.wp-post-image {
  height: 220px;
}
#wrapper .fusion-post-large h2.blog-shortcode-post-title.entry-title {
  font-size: 27px !important;
  margin-bottom: 18px;
}
#wrapper .contact_page_left .fusion-title.title.fusion-title-size-one {
  margin-top: 0 !important;
}
.single_product_txt i {
  margin-top: 15px;
  margin-bottom: 15px;
}
.fusion-breadcrumbs span {
  font-size: 16px;
}
.single-product #main {
  padding-left: 25px !important;
  padding-right: 25px !important;
  padding-top: 30px;
}
.sgl_prod_acce_content {
  margin-left: -8px;
  margin-right: -8px;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .blog-shortcode-post-title.entry-title {
  font-size: 22px !important;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content-container {
  font-size: 20px;
  line-height: 26px;
}
#wrapper .fusion-blog-layout-large .fusion-post-content-container {
  font-size: 20px;
  line-height: 28px;
}
.sgl_prod_acc_title {
  font-size: 22px;
  line-height: 30px;
}
.sgl_prod_acce_inner {
  padding: 15px 0;
}
.acc_toggle_icon {
  width: 18px;
  height: 20px;
  top: 6px;
  right: 4px;
}


/*** Single Post style ***/

.single-post .single-navigation.clearfix {
  display: none;
}
.single-post #content article.post .fusion-flexslider.flexslider {
  padding: 0;
  margin: 0;
}
.single-post .fusion-flexslider.fusion-post-slideshow .slides {
  margin-left: -30px;
  margin-right: -30px;
}
.single-post #wrapper #main h1.entry-title.fusion-post-title {
  margin: 70px auto 6px;
}
.single-post #wrapper #main .post-content h2.title-heading-left {
  margin-bottom: 59px !important;
}
.single_post_prod_bx {
  width: 100%;
}
.single_post_prod_box::before {
  left: -30px;
  right: -30px;
}
.single-post section#content {
  padding-top: 52px;
}
.single-post .post-content img.img-responsive {
  margin-bottom: 70px;
}
.single-post .post-content .fusion-text.post_center_txt_bx {
  font-size: 31px;
  line-height: 41px;
  padding: 40px 0 45px;
}
.single_post_products {
  padding-top: 85px;
}
.single_post_prod_box {
  padding: 70px 0 58px;
}
.single_post_find_sec {
  padding: 108px 0 35px;
}

/************/

.story_newsletter.newsletter .ctct-form-field-email {
  width: 70%;
}
.story_newsletter.newsletter .ctct-form-field-submit {
  width: 30%;
}

.gallery_grid_bx {
  padding: 0 10px 55px;
}
.gallery_grid_cont_inn {
  margin-left: -10px;
  margin-right: -10px;
}
#wrapper #main .single_gallery_title h1 {
  font-size: 32px;
  margin: 0 0 5px;
  line-height: 38px;
}
.single_gallery_sub_title {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 18px;
}
.single_gallery_info_left .fusion-text {
  font-size: 16px;
  line-height: 24px;
  padding-top: 0;
}
.single_gallery_info_right .fusion-text {
  font-size: 14px;
  line-height: 22px;
  padding: 8px 0 12px;
}
.single_gallery_info_right .fusion-text strong {
  font-size: 12px;
}
#wrapper .single_gallery_txt_bx h2.title-heading-left {
  font-size: 28px !important;
  line-height: 36px;
  padding-bottom: 0;
}
#wrapper .single_gallery_txt_bx .fusion-text {
  font-size: 15px;
  line-height: 23px;
}
#wrapper .single_gallery_txt_bx {
  padding-top: 25px;
  padding-bottom: 20px;
}
#wrapper .padd_btm_small {
  padding-bottom: 5px;
}
.fusion-text.img_btm_cap {
  font-size: 13px;
}
.single_gallery_products {
  padding-top: 5px;
  padding-bottom: 25px;
}
.single_gallery_next {
  padding-top: 55px;
}
.sgl_gallery_next_proj {
  padding-bottom: 25px;
}
#wrapper .sgl_gallery_next_proj a {
  font-size: 15px;
}
#wrapper #main .sgl_gall_next_title h2 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 2px;
}
.sgl_gall_next_subtitle {
  font-size: 14px;
  padding-bottom: 25px;
}
.single_gallery_image {
  margin-left: -25px;
  margin-right: -25px;
}
.single-projects #main {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.single_gallery_main {
  padding-top: 35px;
}

.has-sidebar #content, .woocommerce-container {
  margin-top: 0;
}
.single_gallery_next::before {
  left: -30px;
  right: -30px;
}
.slick-slide .sgl_gallery_prod_img img {
  height: 220px;
}

#wrapper .insi_featu_title h2 {
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 18px;
}
.insi_post_bx_img img {
  height: 220px;
}
.accessories_filter_list .series_list li span {
    padding-left:20px;
}
}
@media (max-width: 712px) {
#wrapper .fusion-blog-layout-large .fusion-post-slideshow {
  width: 100%;
  padding-bottom: 20px;
}
#wrapper .fusion-blog-layout-large .fusion-post-large {
  margin-bottom: 35px;
  padding-bottom: 10px;
}
#wrapper .fusion-blog-layout-grid img.wp-post-image {
  height: auto;
}
#wrapper .blog_tp_title h2.title-heading-left {
  padding-bottom: 15px;
  font-size: 28px !important;
}
#wrapper .blog_tp_title h2.title-heading-left br {
  display:none;
}
#wrapper .fusion-blog-layout-large .fusion-post-content.post-content {
  padding-left: 0;
  width: 100%;
}
#wrapper .contact_page_section .fusion-layout-column.fusion_builder_column {
  width: 100%;
}
#wrapper .fusion-layout-column.contact_page_left {
  padding-bottom: 40px;
}
#wrapper .contact_page_section h1.title-heading-left {
  font-size: 71px !important;
}
#wrapper .fusion-text.contact_tp_txt {
  font-family: 'HelveticaNowTextLight';
  font-size: 33px;
  line-height: 38px;
}
#wrapper .contact_page_left .fusion-column-wrapper {
  padding: 0 10px;
  max-width: none;
}
.fusion-text.contact_info_bx {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 31px;
}
.fusion-text.contact_address_bx {
  font-size: 22px;
  font-family: 'HelveticaNowTextLight';
  line-height: 31px;
}
#wrapper .contact_page_section {
  padding-top: 0;
}
#wrapper .contact_page_form {
  padding: 0 12px;
}
#wrapper .contact_page_form .fusion-column-wrapper {
  margin: 0;
}
#wrapper .fusion-layout-column.contact_page_left {
  padding: 35px 20px 22px;
}
.fusion-post-large .flexslider .slides img {
  height: auto;
}

.insi_featu_post_rgt {
  padding-left: 0;
  width: 100%;
}
.insi_featu_post_lft {
  width: 100%;
  padding-bottom: 20px;
}
.insi_featu_post_lft img {
  height: auto;
}
.insi_feature_post_inn {
  margin-bottom: 8px;
  padding-bottom: 10px;
}
.insi_post_bx_img img {
  height: auto;
}
.insi_post_bx {
  width: 100%;
}

.sgl_prod_acce_bx {
  width: 50%;
}
}
@media (max-width: 640px) {
#wrapper .contact_page_form.contact_form_message .fusion-column-wrapper {
  min-height: auto;
}
.single-post .post-content .fusion-text.img_caption_txt {
  text-align: right;
}
#wrapper .about_txt_box.fusion-layout-column {
  padding: 50px 25px 0;
}
#wrapper .about_left_txt_col .about_txt_box {
  order: 2;
}
#wrapper .about_full_space_img {
  padding-right: 0;
}
#wrapper .about_full_space_img .about_txt_box.fusion-layout-column {
  padding: 45px 55px 58px;
}
#wrapper .story_slider_main {
  padding-left: 0;
  padding-right: 0;
}
.story_slider_sec .slick-arrow {
  display: none !important;
}
.story_slider_content {
  position: static;
  transform: unset;
  width: 100%;
  background: #333;
}

.story_slider_sec .slick-dots {
  display: block !important;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 9;
  text-align: center;
  top: -65px;
}
.story_slider_sec .slick-dots li {
  display: inline-block;
  padding: 0 5px;
}
.story_slider_sec .slick-dots li button {
  border: none;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #b8b8b8;
}
.story_slider_sec .slick-dots li.slick-active button {
  background: #000;
}
#wrapper .story_newsletter_sec {
  padding: 45px 45px 60px;
}
.slick-slide .story_slider_img img {
  height: 100%;
}
.fusion-breadcrumbs span {
  font-size: 12px;
}
#wrapper .fusion-page-title-bar.fusion-page-title-bar-none.fusion-page-title-bar-right {
  margin-left: 0 !important;
}
.child_category_page #wrapper #main .custom_category_title h1 {
    text-align:left;
}
#wrapper #main .custom_category_title h1 {
  font-size: 36px;
  line-height: 38px;
}
.term-description p {
  margin-top: 12px;
}
.term-description {
  font-size: 14px;
  line-height: 19px;
}
.archive.tax-product_cat #main {
  padding-top: 28px;
}

.gallery_slide_img {
  padding: 0;
}
.gallery-slider .slick-list.draggable {
  padding: 0 !important;
}
.gallery_top_slider {
  margin-left: -30px;
  margin-right: -30px;
}
.gallery_slide_bx.slick-slide {
  margin-top: 0;
}
.gallery_slide_content {
  padding: 30px 20px 32px;
  max-width: 270px;
}
.gallery_grid_bx {
  width: 100%;
  padding: 0 10px 45px;
}
.gallery_grid_bx_title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 10px;
}
.gallery_grid_loc {
  font-size: 15px;
  line-height: 23px;
}
.gallery_grid_title h2 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 31px;
}
.gallery_grid_fil_icon {
  margin-top: 9px;
}
.gallery_grid_sec {
  padding: 38px 0 0;
}
.gallery-slider .slick-dots {
  display: block !important;
  padding: 2px 25px 0 0;
  margin: 0;
  position: relative;
  text-align: right;
}
.gallery-slider .slick-dots li {
  display: inline-block;
  padding: 0 4px;
}
.gallery-slider .slick-dots li.slick-active button {
  background: #000;
}
.gallery-slider .slick-dots li button {
  border: none;
  font-size: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #b8b8b8;
  cursor: pointer;
}
.gallery_top_slider .slick-arrow {
  display: none !important;
}
#wrapper .single_gallery_info_sec {
  padding-top: 35px;
  padding-bottom: 20px;
}
#wrapper .fusion-layout-column.single_gallery_info_right {
  padding-left: 13px;
  padding-right: 3px;
}
.sgl_gallery_prod_bx {
  width: 100%;
  padding: 0 2px 25px;
}
.sgl_gall_next_img {
  margin-left: -25px;
  margin-right: -25px;
}
#wrapper .padd_btm_small {
  padding-bottom: 0;
}
.sgl_gall_next_img img {
  height: 125px;
}
.custom_category_description {
  font-size: 14px;
  line-height: 19px;
}
}
@media (max-width: 580px) {
.gallery_main {
  padding-top: 30px;
}
.sgl_prod_acce_bx {
  width: 50%;
}
.sgl_prod_acce_bx:nth-child(3n+1) {
  clear: left;
}
.sgl_prod_acce_bx:nth-child(4n+1) {
  clear: none;
}
.sgl_prod_acce_filter ul li {
  padding-right: 15px;
  padding-bottom: 8px;
}
.sgl_prod_acce_filter ul li a {
  font-size: 14px;
}
.sgl_prod_acce_filter ul {
  padding: 0 0 20px;
}
.sgl_prod_acce_content {
  margin-left: -8px;
  margin-right: -8px;
}
.sgl_prod_btn a {
  font-size: 13px;
}
.sgl_prod_btn {
  max-width: 125px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.sgl_prod_buttons {
  padding-top: 25px;
}
.single_product_sub_title {
  margin-bottom: 0;
}
.fusion-breadcrumbs span {
  margin-bottom: 3px;
}
.fusion-breadcrumbs span.fusion-breadcrumb-sep {
  padding: 0 8px;
}

.sub_cat_product_slider.slick-slider {
  padding-right: 0;
}
.fusion-product-content {
  padding-bottom: 0 !important;
}
.sgl_gallery_prod_inn.slick-slider::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 22px;
  top: 0;
  bottom: 0;
  left: -25px;
  display: block;
  z-index: 9;
}
.single_gallery_products {
  position: relative;
}
.sgl_gallery_prod_inn.slick-slider .slick-list.draggable {
  overflow: visible;
}
.sgl_gallery_prod_inn.slick-slider {
  max-width: 280px;
  width: 100%;
  position: static;
}
.slick-slide .sgl_gallery_prod_img img {
  height: 255px;
}
.single_gallery_products .slick-dots li.slick-active button {
  background: #000;
}
.single_gallery_products .slick-dots li button {
  border: none;
  font-size: 0;
  background: #ddd;
  height: 4px;
  width: 100%;
  cursor: pointer;
}
.single_gallery_products .slick-dots li {
  display: table-cell;
  width: 25%;
  height: 5px;
  vertical-align: top;
}
.single_gallery_products .slick-dots {
  display: table !important;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 50px;
}
.single_gallery_products {
  padding-top: 30px;
  padding-bottom: 60px;
}
.home .owl-carousel .item .title {
  text-transform: capitalize !important;
  position: absolute;
  top: 25px;
  font-weight: 500;
  left: 30px;
}
.home .owl-carousel .owl-item .item {
  position: relative;
}
#wrapper .hm_products_cat_title h2.title-heading-left {
  font-size: 26px !important;
  line-height: 32px;
  padding-bottom: 15px;
}
.home #main-header {
  background-color: #fafafa;
}
#wrapper .hm_products_cat_title {
  background: #fafafa;
}
#wrapper .hm_products_cat_slider {
  background: #fafafa;
}
.home #wrapper .lightbutton {
  background: rgb(0, 0, 0) !important;
  border: 1px solid #4b4b4b !important;
  padding: 10px 25px;
}
.home #wrapper .lightbutton:hover {
  background: #4b4b4b !important;
}
#product_highlight .fusion-text p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 0;
}
.hm_bottom_boxes_sec .fusion-text p {
  font-size: 16px;
  line-height: 24px;
}
#wrapper .hm_bottom_boxes_sec h1.title-heading-center {
  font-size: 24px !important;
  line-height: 32px;
}
.feature_mobile_img img {
  height: 360px;
  object-fit: cover;
}
#wrapper .hm_rgt_bx_txt .fusion-column-wrapper {
  /*padding-top: 10px;*/
  margin-top: -2px;
  padding:34px 20px 44px !important;
}
.text-wrap-adjustment .fusion-column-wrapper {
  margin-top: 34px !important;
}
}
@media (max-width: 500px) {
#wrapper #main .summary.entry-summary h1 {
  font-size: 42px !important;
  line-height: 50px !important;
}
.single_product_sub_title {
  font-size: 17px;
  line-height: 25px;
}
.single_product_txt {
  font-size: 17px;
  line-height: 23px;
}
.single_product_txt a {
  margin-top: 0;
}
.sgl_prod_features ul li {
  padding-bottom: 10px;
  font-size: 15px;
}
.sgl_prod_btn a {
  padding: 12px 8px;
}
#wrapper .sgl_prod_features h3 {
  font-size: 15px !important;
}
.sgl_prod_btn {
  max-width: 108px;
  margin-right: 4px;
}
.sgl_prod_btn a {
  padding: 9px 5px;
  font-size: 12px;
}
#wrapper .about_txt_box .about-cm h2.title-heading-left {
  font-size:20px !important;
}
#wrapper .about_txt_box .about-cm h2.title-heading-left strong {
  display:block;
  margin-bottom:5px;
}
#wrapper .about_txt_box .about-cm h2.title-heading-left br{
  display:none;
}
#wrapper .about_txt_box .fusion-column-wrapper {
  padding:0 !important;
}
#wrapper #feat_slider .slick-dots {
  display: none !important;
}
}
@media (max-width: 500px) {
    .home #our_story_block2.fusion-layout-column {
        height:500px;
    } 
    .home #resource_block2.fusion-layout-column {
        height:550px;
    }
    .home #our_story_block2.fusion-layout-column .fusion-column-wrapper {
        top:-25px;
    } 
    .home #resource_block2.fusion-layout-column .fusion-column-wrapper {
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-inner-bg .fusion-column-anchor .fusion-column-inner-bg-image {
      background-size: 100% auto;
      /*background-color: #f1eff0;*/
    }
    .fusion-flex-container .fusion-row .fusion-builder-column-16.fusion-flex-column .fusion-column-inner-bg .fusion-column-anchor .fusion-column-inner-bg-image {
      background-size: 120% auto;
      /*background-color: #ececec;*/
    }
    .fusion-flex-container .fusion-row .fusion-builder-column-17.fusion-flex-column .fusion-column-inner-bg .fusion-column-anchor .fusion-column-inner-bg-image {
      background-position:0 0px;
      /*background-color: #ececec;*/
    }
    .fusion-flex-container .fusion-row .fusion-builder-column-16.fusion-flex-column .fusion-column-wrapper,
    .fusion-flex-container .fusion-row .fusion-builder-column-17.fusion-flex-column .fusion-column-wrapper {
      position: relative;
      top: 38px;
      padding-left: 0;
      padding-right: 0; 
    }
    .fusion-flex-container .fusion-row .fusion-builder-column-16.fusion-flex-column .fusion-column-wrapper .fusion-text,
    .fusion-flex-container .fusion-row .fusion-builder-column-17.fusion-flex-column .fusion-column-wrapper .fusion-text {
      padding-left: 25px !important;
      padding-right: 25px !important; 
    }
    .fusion-flex-container .fusion-row .fusion-builder-column-17.fusion-flex-column .fusion-column-wrapper .fusion-title {
      /*background: #ececec;*/
      background-color: var(--awb-inner-bg-color);
      margin-bottom: 0 !important;
      padding-top: 16px;
      padding-bottom: 5px;
    }
    .fusion-column-wrapper br {
      display:none;
    }
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-inner-bg {
      top: 40px;
    }
    .fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
      /*padding-bottom: 48px; */
      padding-bottom:0;
    }
    .fusion-builder-row-5.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column,
    .fusion-builder-row-10.fusion-flex-container .fusion-row .fusion-flex-column.fusion-builder-column-12 .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column,
    .fusion-builder-row-7.fusion-flex-container .fusion-row .fusion-flex-column.fusion-builder-column-7 .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
      margin-bottom: -2px;
      padding-bottom:0;
    }
    
    .home .fusion-builder-column-9 .fusion-column-wrapper,
    .home .fusion-builder-column-14 .fusion-column-wrapper {
      padding-bottom:0 !important;
      margin-bottom:-2px;
    }
}

/*** For Mobile Headings ***/

.single_product_title_mobile {
  font-size: 40px;
  line-height: 42px;
}
.single_product_sub_title_mobile {
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 5px;
}
/*
.sgl_prod_acce_bx {
  width: 50%;
}
.sgl_prod_acce_bx:nth-child(2n+1) {
  clear: left;
}
.sgl_prod_acce_bx:nth-child(3n+1) {
  clear: none;
}*/

/*** End Mobile Headings style ***/


#wrapper .contact_page_left .fusion-column-wrapper {
  padding: 0;
}
#wrapper .contact_page_section h1.title-heading-left {
  font-size: 45px !important;
}
.fusion-text.contact_info_bx {
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 23px;
}
.fusion-text.contact_address_bx {
  font-size: 14px;
  line-height: 23px;
}
#wrapper .fusion-text.contact_tp_txt {
  font-size: 20px;
  line-height: 29px;
}
#wrapper .contact_page_form {
  padding: 0;
}
.contact_form_heading {
  font-size: 27px;
  line-height: 31px;
  margin-bottom:12px;
}
#wrapper .contact_page_form .fusion-column-wrapper {
  padding: 25px 20px 15px;
}

.contact_form_message .fusion-text {
  font-size: 21px;
  line-height: 30px;
}

/*** Single Post style ***/

.single-post #wrapper #main h1.entry-title.fusion-post-title {
  width:100%;
  max-width:851px;
  font-size: 50px;
  font-family: 'HelveticaNowDisplayBold';
  font-weight:400;
  /*line-height: 49px;*/
  line-height:1.3;
  margin: 65px auto 17px;
}
.single-post #wrapper #main .post-content h2.title-heading-left {
  margin-bottom: 55px !important;
  font-size: 25px;
  line-height: 38px;
  letter-spacing: 0.8px;
}
.single-post .post-content .fusion-text {
  font-size: 22px;
  line-height: 32px;
}
.single-post .post-content .fusion-text p {
  margin-bottom: 20px;
}
.single-post .post-content .fusion-text.post_center_txt_bx {
  font-size: 22px;
  line-height: 28px;
  padding: 15px 0;
}
.single-post #wrapper #main .post-content h3.title-heading-left {
  font-size: 25px;
  line-height: 28px;
  margin-top: 15px !important;
}
.single-post .post-content .fusion-text.img_caption_txt {
  margin-bottom: 10px;
}
.single_post_products {
  padding-top: 35px;
}
.single_post_find_txt {
  font-size: 24px;
  line-height: 34px;
}
.single-post .post-content img.img-responsive {
  margin-bottom: 30px;
}
.single_post_find_sec {
  padding: 70px 0 0;
}
.single-post section#content {
  padding-top: 35px;
  margin-bottom: 0;
}
.single_post_prod_box {
  padding: 50px 0 30px;
}
#wrapper #main .single_post_prod_title h2 {
  margin-bottom: 25px;
  font-size: 26px;
  line-height: 32px;
}
.single-post .post-content .fusion-text.img_caption_txt {
  font-size: 12px;
}

/*****************/
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .blog-shortcode-post-title.entry-title {
  margin-bottom: 7px;
  line-height: 24px !important;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper .fusion-post-content-container {
  font-size: 14px;
  line-height: 23px;
}
#wrapper .fusion-blog-layout-grid .fusion-post-wrapper .fusion-post-content-wrapper {
  padding: 12px 0 0 !important;
}
#wrapper .fusion-blog-layout-grid .fusion-post-grid {
  /*padding-top: 18px;*/
  padding:41px 33px !important;
}
#wrapper #main .fusion-blog-shortcode .entry-title, .fusion-blog-shortcode .entry-title a {
    line-height:1.4;
}
#wrapper .fusion-blog-layout-large .fusion-post-large {
  margin-bottom: 48px;
}
#wrapper .fusion-blog-layout-large .fusion-post-content-container {
  font-size: 14px;
  line-height: 23px;
}
#wrapper .fusion-post-large h2.blog-shortcode-post-title.entry-title {
  margin-bottom: 10px;
}
.contact_form_field .wpcf7-form-control.wpcf7-text {
  font-size: 14px;
  height: 47px;
  margin: 0 0 10px;
}
.contact_form_field p {
  margin-bottom: 12px;
}
.contact_form_textarea .wpcf7-form-control.wpcf7-textarea {
  padding: 6px 12px;
  font-size: 14px;
  height: 150px;
  margin-top: 18px;
}
#wrapper .contact_page_section {
  padding-bottom: 5px;
}
#wrapper .our_story_banner {
  height:100vh;
}

#wrapper #main .our_story_banner h1 {
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  line-height: 1.2em !important;
}

#wrapper .about_txt_box h2.title-heading-left {
  font-size: 28px;
  line-height: 33px;
}

.story_newsletter_sec .fusion-text.story_form_big_txt {
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 30px;
}
#wrapper .story_newsletter_sec h2.title-heading-left br {
  display: none;
}
#wrapper .story_newsletter_sec h2.title-heading-left {
  font-size: 32px !important;
  line-height: 37px !important;
}
#wrapper .story_newsletter_sec .fusion-text a {
  font-size: 16px;
}
.story_newsletter_sec .fusion-text.fusion-text-2 {
  line-height: 26px;
}
.story_newsletter_sec .fusion-text-3.fusion-text br {
  display: none;
}
.story_newsletter_sec .fusion-text {
  font-size: 18px;
  line-height: 25px;
}
#wrapper .story_newsletter_sec h3.title-heading-left {
  font-size: 23px !important;
  line-height: 29px !important;
}
.story_newsletter.newsletter .ctct-form-field-email {
  width: 100%;
}
.story_newsletter.newsletter .ctct-form-field-submit {
  width: 100%;
}
#wrapper .story_newsletter input[type="submit"] {
  margin: 3px 5px 0 15px;
}
.story_newsletter input[type="email"] {
  font-size: 20px;
  height: 42px;
}
#wrapper .story_testim_section .fusion-builder-row.fusion-row {
  max-width: 300px !important;
}
.story_testim_section .fusion-text.story_testi_big_txt {
  font-size: 32px;
  line-height: 40px;
}
.slick-slide .story_slider_img img {
  height: 100%;
}

.gallery_slide_title {
  font-size: 27px;
  line-height: 30px;
  margin-bottom: 5px;
}
.gallery_slide_sub_title {
  line-height: 20px;
}
.gallery_slide_content {
  padding: 22px 20px 22px;
  max-width: 228px;
}

.gallery_grid_fil_list ul {
  padding: 0 30px 25px;
}
.gallery_grid_fil_cont {
  width: 300px;
  right: -40px;
}
.gallery_grid_fil_list ul li a {
  font-size: 18px;
  padding-left: 22px;
}
.gallery_grid_cross {
  padding: 25px 35px 0 0;
}
#wrapper .fusion-layout-column.single_gallery_info_right {
  padding-left: 7px;
  padding-right: 3px;
}
/*#wrapper .single_gallery_txt_bx .fusion-builder-row.fusion-row {
  max-width: 335px !important;
}
#wrapper .single_gallery_txt_bx h2.title-heading-left {
  font-size: 25px !important;
  line-height: 30px;
  padding-bottom: 0;
}*/
#wrapper .single_gallery_txt_bx .fusion-text {
  font-size: 14px;
  line-height: 21px;
}
#wrapper #main .sgl_gall_prod_title h2 {
  font-size: 23px !important;
  line-height: 32px;
  padding-bottom: 0;
  margin-bottom: 16px;
}
#wrapper .sgl_gallery_prod_title a {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 0px;
}
.sgl_gallery_prod_txt {
  font-size: 12px;
  line-height: 20px;
}

#wrapper .insi_featu_txt {
  font-size: 14px;
  line-height: 23px;
}
#wrapper #main .insi_post_bx_title h2 {
  line-height: 24px !important;
  font-size: 19px !important;
  margin-bottom: 3px;
}
.insi_post_bx_title {
  padding-top: 12px;
}
.insi_post_bx_txt {
  font-size: 14px;
  line-height: 23px;
}
.insi_post_bx {
  padding-top: 15px;
}
.insi_feature_post_inn {
  margin-bottom: 18px;
}
}
@media (max-width: 400px) {
#wrapper #main .summary.entry-summary h1 {
  font-size: 32px !important;
  line-height: 38px !important;
  margin: 0;
}
#wrapper .fusion-layout-column.contact_page_left {
  padding: 35px 10px 22px;
}
.story_newsletter_sec .fusion-text.story_form_big_txt {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 15px;
}
#wrapper .story_newsletter_sec {
  padding: 30px 30px 50px;
}
#wrapper #main .single_gallery_title h1 {
  font-size: 28px;
  line-height: 35px;
}
.single_gallery_sub_title {
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 17px;
}
#wrapper #main .sgl_gall_next_title h2 {
  font-size: 26px;
  line-height: 33px;
}

.slick-track {
    width: 100%;
}

}
.custom_individual_products .fusion-product-wrapper {
  position:relative;
}
.custom_individual_products.no-items:after {
  content: 'Sorry, no matches found. \APlease try adjusting your filters.';
  white-space: pre;
  display:block; 
  font-size: 30px;
  font-family: 'HelveticaNowTextLight';
  color: #888;
  line-height: 1.3;
  margin: 12% auto 12%;
}




/*.term-accent_landscape .products li.product.product-grid-view:hover:after { 
  border: 1px solid #999;
} */


.hamburger-box {
  width: 35px;
  height: 25px !important;
  overflow:visible;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hamburger-box span {
  display: block;
  position: absolute;
  /*height: 2px !important;*/
  border-top:1.3px solid #000;
  border-bottom:1.3px solid #000;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .50s ease-in-out;
  -moz-transition: .50s ease-in-out;
  -o-transition: .50s ease-in-out;
  transition: .50s ease-in-out;
}

.hamburger-box  span:nth-child(1) {
  top: 4px;
}

.hamburger-box  span:nth-child(2) {
  top: 10px;
}

.hamburger-box  span:nth-child(3) {
  top: 16px;
}
.hamburger-box.open  span {
  width: 13px;  
}
.hamburger-box.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -o-transform: rotate(315deg);
  transform: rotate(315deg);
}

.hamburger-box.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger-box.open span:nth-child(3) {
  top: 4px;
  -webkit-transform: rotate(-315deg);
  -moz-transform: rotate(-315deg);
  -o-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

.accessories_products ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Equal width for each column */
  grid-gap: 16px;
  padding: 16px;
}

.accessories_products ul:before {
  display:none;
}

.accessories_products ul .product-grid-view {
  width:100%;
}
.accessories_products ul .product-grid-view img {
  height:100%;
}

.term-accessories .sub_cat_product_slider,
.term-accessories .cat_name_size {
  display:none;
}

.accessories_filter_list .active a {
  font-family: 'HelveticaNowTextBold';
  color: #000;
}
.term-accessories .products li.product.product-grid-view {
  padding-bottom:30px;
}
.term-accessories ul.products li.product.product-grid-view:hover::after {
  top: -15px;  
  left: -14px;
  right: -14px;
  bottom: -50px;
}
.term-accessories ul.products li.product.product-grid-view.type-product:hover::after {
  bottom: -100px;
}
#boxed-wrapper #footer-right-widget-area .widget-title {
  font-family: 'HelveticaNowTextBold';
}
@media (min-width: 1600px) {
  .term-accessories .withSideBar .products li.product.product-grid-view {
    height: 100%;
  }
}
@media (max-width: 570px) {
  .hamburger-box {
    margin:0;
  }
}
.fusion-builder-row-4.maxHeight760 {
    max-height: 810px !important;
}
.hm_products_cat_slider {
    padding-bottom:120px;
}
.custom-product-cat-slider.swiper-container {
    width: 100%;
    margin-top: 40px;
    padding-bottom:100px;
}
.custom-product-cat-slider .swiper-slide {
    width: auto; 
    margin-right: 8px; 
    overflow: hidden;
}
.custom-product-cat-slider .swiper-slide .title {
    color:#000;
    position:absolute;
    top: 20px;
    left: 30px;
    z-index:9;
    font-size: 17px;
    font-weight: 400;
    font-family: 'HelveticaNowDisplayBold';
    text-transform:capitalize;
    transition: all 0.5s ease;
}
.custom-product-cat-slider .swiper-slide img {
    max-width: 100%; 
    height: auto;
    transition: transform 0.5s ease-in-out;
}
.custom-product-cat-slider .swiper-slide:hover img {
    transform: scale(1.05);
}
.custom-product-cat-slider .swiper-scrollbar {
    bottom: 46px;
    max-width: 700px;
    z-index: 999999;
    height: 2px;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 0;
    cursor: grab;
    transition: height 0.5s ease !important;
}
.custom-product-cat-slider:hover .swiper-scrollbar {
    height:11px;
}
.custom-product-cat-slider .swiper-scrollbar-drag {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 0;
    position:relative;
}

.custom-product-cat-slider .swiper-scrollbar-drag:after {
    top:2px;
}
.custom-product-cat-slider .swiper-scrollbar-drag:after {
    color: #fff;
    content: "|||||";
    position: absolute;
    left: calc(50% - 0.5125rem);
    -webkit-transition: opacity .25s cubic-bezier(.215,.61,.355,1);
    transition: opacity .25s cubic-bezier(.215,.61,.355,1);
    line-height: 0;
    height: 7px;
    overflow: hidden;
}
.specification-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 10px;
    align-items: start;
    padding:20px 0 30px;
}

.specification-inner .specification {
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 5px 0;
    line-height: 1.2;
}
.sgl_prod_acce_inner.specs {
    border-bottom: none;
}
.specification h3 {
    font-size:20px;
    font-family: 'HelveticaNowTextBold';
    font-weight:400;
    margin-bottom:0;
}
.specification p {
    font-size:16px;
    margin:10px 0 0;
}
@media (max-width: 768px) {
    .specification-inner {
        grid-template-columns: 1fr;
        grid-column-gap: 40px;
        grid-row-gap: 10px;
    }
    .sub_cat_short_desc {
        display: block;
        height: auto;
        width: auto;
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .custom-product-cat-slider .swiper-slide .title {
        opacity:1 !important;
    }
}
@media (max-width: 570px) {
    .custom-product-cat-slider.swiper-container {
        padding-bottom: 0;
    }
    .custom-product-cat-slider .swiper-scrollbar {
        height: 5px;
        bottom: 11px;
        max-width: 316px;
    }
    .custom-product-cat-slider:hover .swiper-scrollbar {
        height:5px;
    }
    .custom-product-cat-slider.swiper-container {
        margin-top: 10px;
    }
    .custom-product-cat-slider .swiper-scrollbar-drag:after {
        display:none;
        /*content: "|||";
        left: calc(50% - 0.4125rem);*/
    }
    .products li.product.product-grid-view:hover::after,
    .products li.product.product-grid-view.type-product:hover::after {
        display:none;
    }
    
}
#post-1073 .story_slider_inn {
    padding: 0 30px 0 100px;
}
#post-1073 .fusion-no-small-visibility {
    display:block !important;
}

.no_products_found {
    font-size: 30px;
    font-family: 'HelveticaNowTextLight';
    color: #888;
    line-height: 1.3;
    margin: 12%  auto 12%;
}

.custom_individual_products:empty::before {
    content: "Sorry, no matches found. Please try adjusting your filters.";
    display: block;
    font-size: 30px;
    font-family: 'HelveticaNowTextLight';
    color: #888;
    line-height: 1.3;
    margin: 12%  auto 12%;
}

@media (max-width: 481px) {
    #post-1073 .story_slider_inn {
        padding: 40px 15px 80px 25px;
    }
    .no_products_found {
        font-size: 22px;
        margin-top: 20px;
    }
}
.sgl_prod_acce_bx {
    border: 1px solid #d2d2d2;
}    
.nav-filter {
    position:relative;
}
.nav-filter .swiper-button {
    color:#000;
    top: -51px;
}
.nav-filter .swiper-button:after {
    font-size:25px;
}
.nav-filter .swiper-button-prev {
    left: auto;
    right: 45px;
}
.swiper-pagination-horizontal.swiper-pagination-bullets,
.term-transformers .custom_individual_products li.product-category {
    display:none !important;
}
.custom-video-series {
    padding:0;
}
.custom-video-series .fusion-column-wrapper {
    margin:0;
}
.custom-video-series .fusion-text {
    position: absolute;
    top: 15%;
    right: 13%;
    max-width: 500px;
}
.custom-video-series h3 {
    font-size:50px;
    font-family: 'HelveticaNowDisplayBold';
    font-weight:normal;
    margin-bottom:20px;
}
.custom-video-series p {
    font-size:20px;
}
.custom-video-series .video-wrapper {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position:relative;
}
.custom-video-series .video-wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}
.single-post #wrapper .tag-full-width .post-content {
    max-width:100%;
}
.ctct-form-wrapper .ctct-message .ctct-dismiss-ajax-notice {
    margin-top: -8px !important;
    border: 0;
}
.ctct-form-wrapper .ctct-message.ctct-success {
    border-color: #fff !important;
    color: #fff !important;
}
.tag-full-width .single_post_find_sec,
/*.category-insights:not(.tag-full-width),*/
.blog-insight-list .category-insights.tag-full-width {
    /*display:none;*/
}
body.logged-in article.status-private,
.fusion-blog-shortcode #blog-1-post-9685 {
    display:none !important;
}
.custom_breadcrumbs .container {
    width:100%;
}
.dealers-form-wrap {
    position:relative;
    background: rgba(233, 233, 233, 0.5);
    max-width: 640px;
    margin: 0 auto;
}

.dealers-form-wrap .wpcf7 {
    max-width: 450px;
    margin: 0 auto;
}
.dealers-form-wrap .contact_form_heading {
    font-size: 24px;
    font-family: 'HelveticaNowTextLight';
    margin-bottom: 20px;
}
.dealers-form-wrap .contact_form_field .wpcf7-form-control.wpcf7-text {
    font-size: 20px;
    height: 60px;
    background: transparent;
}
.dealers-form-wrap .contact_form_textarea .wpcf7-form-control.wpcf7-textarea {
    font-size: 20px;
}
.dealers-form-wrap .contact_form_button {
    margin-top: 20px;
}
.dealers-form-wrap .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    background-color: rgb(255 255 255 / 10%);
    border: 1px solid #000000;
    color: #000000;
}
.attributes_filter_list label {
    position:relative;
}
.attributes_filter_list input[type="checkbox"][value="120-277V_input-voltage"]:after {
    content: '120V-277V';
    display: block;
    font-size: 15px;
    font-family: 'HelveticaNowTextRegular';
    background: #fafafa;
    color: #000;
    width: 100%;
    font-weight: 100;
    position: absolute;
    top: 1px;
    left: 24px;
}
.custom_pagination.loading_pulse {
    background: url(https://staginghk.wpengine.com/wp-content/uploads/2025/02/hk_logo_loading.gif) center center no-repeat;
    background-size: contain;  /* Ensures the whole GIF is shown without distortion */
    width: 130px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    /*top: 27%;*/
    top:600px;
    left: calc(50% - -120px);
    z-index: 99999;
    opacity:0.3;
    filter: contrast(110%) brightness(105%);
    image-rendering: optimizeQuality;  /* Ensures better quality rendering */
    image-rendering: -webkit-optimize-contrast;  /* High quality for WebKit browsers */
    image-rendering: crisp-edges;
}
/*.single-projects .fusion-animated {
    visibility: visible;
}*/
body.has-sidebar #content {
    width:100% !important;
}
.div_readymade {
    visibility:visible !important;
}
@media (min-width: 768px) {
    .elementor-page #main.width-100 {
        padding-left:0 !important;
        padding-right:0 !important;
    }
}
@media (max-width: 768px) {
    .custom-video-series .fusion-text {
        position: static;
        max-width: 500px;
        margin: 0 auto 50px;
    }
    .custom-video-series .video-wrapper {
        height: 50vh;
    }
    .custom-video-series h3 {
        font-size:30px;
    }
    .custom-video-series p {
        font-size:16px;
    }
    .dealers-form-wrap .wpcf7 {
        padding: 0 25px;
    }
    .dealers-form-wrap .contact_form_heading {
        font-size: 20px;
    }
}
@media (max-width: 481px) {
    .custom-video-series .video-wrapper {
        height: 30vh;
    }
    .custom-video-series .fusion-text {
        max-width: 350px;
    }
}
/*Homepage Product Category Slider
.custom-product-cat-slider {
        overflow-x: auto;
        white-space: nowrap;
        display: flex;
        width: calc(100% - 60px);
        margin: 0 auto;
        cursor: grab;
        scroll-behavior: smooth;
    }

.custom-product-cat-slider .custom_item {
        flex: 0 0 calc((100% / 3.25) - 15px);
        margin-right: 15px;
        transition: transform 0.3s ease;
    }

@keyframes bounce {
        0% { transform: translateY(0); }
        50% { transform: translateY(0); }
        100% { transform: translateY(0); }
    }

    .custom-product-cat-slider.bounce {
        animation: bounce 0.2s ease; 
    } */
    
button.search-icon-trigger {
    position: fixed;
    top: 28px;
    right: 3%;
    z-index: 999999;
    border: none;
    background: transparent;
    cursor:pointer;
}
.search-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: #fff;
  z-index: 10000;
  transform: translateY(-100%);
  transition: transform 0.4s ease;
  overflow-y: auto;
  padding: 40px 20px;
  display: none;
}

.search-overlay.open {
  transform: translateY(0);
  max-height:350px;
  display: block;
}

.search-overlay-inner {
  max-width: 800px;
  margin: 0 auto;
}

.search-form-expanded {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-overlay #custom-search-input {
  font-family: HelveticaNowDisplayLight;
  flex: 1;
  font-size: 20px;
  padding: 14px 18px;
  border-radius: 999px;
  background: #f2f2f2;
  border: none;
}

.cancel-btn {
  background: none;
  border: none;
  text-decoration: underline;
  font-size: 16px;
  cursor: pointer;
}
/* Center Fusion Slider content vertically + horizontally */
.fusion-slider-sc-zgla1-shields .slide-content-container {
  display: flex !important;
  align-items: center !important;      /* vertical center */
  justify-content: flex-end !important;  /* horizontal center */
  height: 100% !important;
  
}
.fusion-slider-sc-zgla1-shields .slide-content {
  margin: 0 !important;
  max-width: 1200px; /* optional: control text width */
  text-align: center; /* optional */
  margin-right:18% !important;
}
.feature_mobile_img img {
  width:100%;
}
.fusion-slider-sc-trace-series .slide-content .heading,
.fusion-slider-sc-zgla1-shields .slide-content .heading {
  font-family: 'HelveticaNowDisplayBold';
  font-weight:400;
  text-align:left;
}
.fusion-slider-sc-zgla1-shields .slide-content .caption  {
  text-align:left;
}
.fusion-slider-sc-trace-series .slide-content *,
.fusion-slider-sc-zgla1-shields .slide-content * {
  color:#fff;
}
#wrapper .fusion-slider-sc-trace-series .slide-content a,
#wrapper .fusion-slider-sc-zgla1-shields .slide-content a {
  color:#fff;
  text-decoration:underline !important;
}
.fusion-slider-sc-trace-series .slide-content a:hover,
.fusion-slider-sc-zgla1-shields .slide-content a:hover {
  color:#ccc;
}

.fusion-slider-sc-trace-series .slide-content-container {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  height: 100% !important;
}
.fusion-slider-sc-trace-series .slide-content {
  margin: 0 !important;
  max-width: 1200px; /* optional: control text width */
  text-align: center; /* optional */
  margin-left: 8% !important;
}
.fusion-slider-sc-trace-series .slide-content-container .with-bg .fusion-title-sc-wrapper {
  padding:3px 0;
  background: none !important;
}
.fusion-slider-sc-trace-series .slide-content .caption{
  text-align: left;
  max-width: 400px;
}
.trace-heading-mobile h2 {
  margin-bottom:5px !important;
}
.trace-heading-mobile br {
  display:block !important;
}
/* Popular searches */
.popular-searches ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.popular-searches li {
  margin: 6px 0;
}

.popular-searches a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

/* Live AJAX results area */
.search-live-results {
  margin-top: 30px;
}

/* Overwrite Breadcrumbs on mobile */
@media (max-width: 767px) {
  #breadcrumbs p {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  /* Home / Insights part */
  #breadcrumbs p > a,
  #breadcrumbs p > .dvr {
    white-space: nowrap;
  }

  /* Page title text node */
  #breadcrumbs p {
    line-height: 1.4;
  }

  /* Force the title to its own line */
  #breadcrumbs p::after {
    content: "";
    flex-basis: 100%;
  }
}