/* 
Theme Name: Pool lighting theme
Author: 
Author URI: 
Version: 1.0 
*/
@font-face {
  font-family: OpenSans-Bold;
  src: url(fonts/open-sans/OpenSans-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(fonts/open-sans/OpenSans-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-Medium;
  src: url(fonts/open-sans/OpenSans-Medium.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(fonts/open-sans/OpenSans-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: OpenSans-Light;
  src: url(fonts/open-sans/OpenSans-Light.ttf);
  font-display: swap;
}
/* FONTS */
/* COLORS */
/*Added by Rubo*/
/*flexes*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#wpadminbar {
  position: fixed !important;
}

html {
  scroll-behavior: smooth;
}

div.site {
  min-height: calc(100svh - var(--wp-admin--admin-bar--height, 0px));
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
  -ms-flex-pack: initial;
      justify-content: initial;
  -ms-flex-align: initial;
      align-items: initial;
}
div.site footer {
  margin-top: auto;
}

body {
  overflow-x: hidden;
  word-break: break-word;
}
body img {
  max-width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: flex;
}
body ul li {
  list-style: none;
}
body .accordion .accordion_item {
  border: 1px solid rgba(22, 7, 23, 0.05);
  margin-top: 10px;
}
body .accordion .accordion_item .accordion_item_title {
  padding: 20px 40px;
  gap: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  body .accordion .accordion_item .accordion_item_title {
    padding: 20px 20px;
  }
}
body .accordion .accordion_item .accordion_item_title:hover span.title {
  color: #FF5100;
}
body .accordion .accordion_item .accordion_item_title:hover span.dashicons::before {
  color: #FF5100;
  border-color: #FF5100;
}
body .accordion .accordion_item .accordion_item_title span.title {
  font-family: OpenSans-SemiBold;
  display: inline-block;
  margin-right: 25px;
  color: #160717;
}
body .accordion .accordion_item .accordion_item_title span.dashicons {
  min-width: 24px;
  min-height: 24px;
}
body .accordion .accordion_item .accordion_item_title span.dashicons::before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #160717;
  background-color: #ffffff;
  border: 1px solid rgba(22, 7, 23, 0.2);
}
body .accordion .accordion_item .active_accordion_item span.title {
  color: #FF5100;
}
body .accordion .accordion_item .active_accordion_item span.dashicons::before {
  color: #FF5100;
  border: 2px solid #FF5100;
}
body .accordion .accordion_item .accordion_item_content {
  padding: 0 40px 25px 88px;
  display: none;
  color: #160717;
}
@media all and (max-width: 768px) {
  body .accordion .accordion_item .accordion_item_content {
    padding: 0 40px 25px 68px;
  }
}

/* global classes  */
.content h2:not(:last-child),
.content h3:not(:last-child),
.content h4:not(:last-child),
.content h5:not(:last-child),
.content h6:not(:last-child),
.content p:not(:last-child),
.content ul:not(:last-child),
.content ol:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h2:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h3:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h4:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h5:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container h6:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container p:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container ul:not(:last-child),
.elementor-widget-text-editor > .elementor-widget-container ol:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor h2:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor h3:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor h4:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor h5:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor h6:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor p:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor ul:not(:last-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor ol:not(:last-child),
.accordion_item_content h2:not(:last-child),
.accordion_item_content h3:not(:last-child),
.accordion_item_content h4:not(:last-child),
.accordion_item_content h5:not(:last-child),
.accordion_item_content h6:not(:last-child),
.accordion_item_content p:not(:last-child),
.accordion_item_content ul:not(:last-child),
.accordion_item_content ol:not(:last-child) {
  padding-bottom: 15px;
  margin: 0;
}
.content ul li,
.elementor-widget-text-editor > .elementor-widget-container ul li,
.elementor-widget-theme-post-content .elementor-widget-text-editor ul li,
.accordion_item_content ul li {
  list-style-position: inside;
}
.content ul li:not(:first-child),
.elementor-widget-text-editor > .elementor-widget-container ul li:not(:first-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor ul li:not(:first-child),
.accordion_item_content ul li:not(:first-child) {
  margin-top: 5px;
}
.content ol li,
.elementor-widget-text-editor > .elementor-widget-container ol li,
.elementor-widget-theme-post-content .elementor-widget-text-editor ol li,
.accordion_item_content ol li {
  list-style-position: inside;
}
.content ol li:not(:first-child),
.elementor-widget-text-editor > .elementor-widget-container ol li:not(:first-child),
.elementor-widget-theme-post-content .elementor-widget-text-editor ol li:not(:first-child),
.accordion_item_content ol li:not(:first-child) {
  margin-top: 5px;
}
.content a,
.elementor-widget-text-editor > .elementor-widget-container a,
.elementor-widget-theme-post-content .elementor-widget-text-editor a,
.accordion_item_content a {
  text-decoration: underline;
}

/*Slick Slider global styles */
body:not(.elementor-editor-active) .slider {
  opacity: 0;
  transition: opacity 0.3s;
}

body.elementor-editor-active .slider .slide_column:not(:first-child) {
  display: none !important;
}

.slider_arrows:has(span.slick-hidden) {
  display: none;
}

.slider_arrows {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
@media all and (max-width: 1024px) {
  .slider_arrows {
    margin-top: 40px;
  }
}
.slider_arrows span {
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #ffffff;
  cursor: pointer;
  border-radius: 50px;
  margin: 0 3px;
}
.slider_arrows span:hover::before {
  background-color: #ffffff;
  color: #160717;
}
.slider_arrows span::before {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  transition: 0.3s;
  border-radius: 50px;
}

.smart_glow_slider .slide_column,
.glow_pro_light_slider .slide_column {
  overflow: hidden;
  border-radius: 5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.smart_glow_slider_nav,
.glow_pro_light_slider_nav {
  overflow-x: hidden;
  margin-top: 15px;
}
.smart_glow_slider_nav .slick-list,
.glow_pro_light_slider_nav .slick-list {
  margin-left: -5px;
  margin-right: -5px;
}
.smart_glow_slider_nav .slide_column,
.glow_pro_light_slider_nav .slide_column {
  margin: 0 5px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.smart_glow_slider_nav .slide_column::after,
.glow_pro_light_slider_nav .slide_column::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.smart_glow_slider_nav .slide_column img,
.glow_pro_light_slider_nav .slide_column img {
  width: 100%;
}
.smart_glow_slider_nav .slide_column.slick-current::after,
.glow_pro_light_slider_nav .slide_column.slick-current::after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* Testimonials Slider */
.testimonials_slider {
  overflow-x: hidden;
}
.testimonials_slider .slick-list {
  margin-left: -14px;
  margin-right: -14px;
}
.testimonials_slider .testimonial_column {
  border: 1px solid #DFDFDF;
  margin: 0 15px;
  padding: 20px 15px;
  text-align: center;
}
.testimonials_slider .testimonial_column .rating_col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 5px;
}
.testimonials_slider .testimonial_column span.dashicons {
  color: #F0AD4E;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  height: auto;
}
.testimonials_slider .testimonial_column span.dashicons::before {
  font-size: 27px;
}
.testimonials_slider .testimonial_column div.user_name {
  font-family: OpenSans-Bold;
  font-size: 22px;
  line-height: 26px;
  color: #160717;
  margin-top: 10px;
}
.testimonials_slider .testimonial_column .content_column {
  color: #160717;
  margin-top: 20px;
}

body.home .site-header {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  width: 100%;
  z-index: 999;
}

body.elementor-editor-active .site-header {
  position: static;
}

body:not(.home) .site-header {
  background-color: #160717;
}

.site-header {
  font-family: OpenSans-Regular !important;
  position: sticky;
  top: var(--wp-admin--admin-bar--height, 0px);
  left: 0;
  width: 100%;
  z-index: 999;
}
.site-header a.book_btn {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  min-width: 230px;
  text-decoration: none;
  border: 1px solid #979797;
  padding: 5px 20px;
  border-radius: 7px;
  transition: 0.3s;
}
.site-header a.book_btn:hover {
  background-color: #FF5100;
  border-color: #FF5100;
}
.site-header .pay_button a.book_btn {
  min-width: 120px;
  background-color: #FF5100;
  transition: 0.3s;
}
.site-header .pay_button a.book_btn:hover {
  background-color: #160717;
  border-color: white;
}

.fixed_header {
  background-color: #160717;
}
.fixed_header div.mobile_dropdown_container {
  border-top: 1px solid #ffffff;
}
.fixed_header .header_section {
  min-height: auto;
}

.header_section {
  background-color: transparent;
  padding: 20px 40px;
  transition: min-height 0.3s;
}
@media all and (max-width: 1200px) {
  .header_section {
    display: none;
  }
}
.header_section .header_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  gap: 30px;
}
.header_section .header_container .logo_col {
  width: 100%;
  max-width: 180px;
  min-width: 180px;
}
.header_section .header_container .menu_col {
  width: 100%;
  max-width: 100%;
}
.header_section .header_container .menu_col ul li a {
  color: #ffffff;
}
.header_section .header_container .menu_col ul.header_menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 30px;
}
.header_section .header_container .menu_col ul.header_menu > li > a {
  text-transform: uppercase;
  position: relative;
}
.header_section .header_container .menu_col ul.header_menu > li > a:hover::after {
  width: 100%;
  opacity: 1;
}
.header_section .header_container .menu_col ul.header_menu > li > a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #160717;
  position: absolute;
  top: calc(100% - 10px);
  left: 0;
  opacity: 0;
  transition: 0.5s;
}
.header_section .header_container .menu_col ul.header_menu > li.current-menu-item > a::after {
  opacity: 1;
  width: 100%;
}
.header_section .header_container .menu_col ul.header_menu li {
  position: relative;
}
.header_section .header_container .menu_col ul.header_menu li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px 0;
  text-decoration: none;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children:hover > ul.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible !important;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children:hover > ul.sub-menu ul.sub-menu {
  top: calc(100% - 55px);
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children:hover > a span.dashicons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children:hover > a span.dashicons::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: transform 0.5s;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children > a {
  gap: 0 5px;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children span.dashicons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children span.dashicons::before {
  font-size: 16px;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition: transform 0.5s;
}
.header_section .header_container .menu_col ul.header_menu li.menu-item-has-children > ul.sub-menu {
  padding-top: 26px;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  position: absolute;
  top: 180%;
  left: 0;
  min-width: 350px;
  max-width: 350px;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s, opacity 0.3s;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li {
  background-color: #ffffff;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li:hover {
  background-color: #160717;
  transition: background-color 0.5s;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li:hover a {
  color: #ffffff;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li a {
  color: #160717;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 7.5px 20px;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li.current-menu-item {
  background-color: #FF5100;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu li.current-menu-item a {
  color: #ffffff;
}
.header_section .header_container .menu_col ul.header_menu ul.sub-menu ul.sub-menu {
  left: 100%;
  top: calc(100% - 72px) !important;
}
.header_section .header_container .buttons_col {
  width: 100%;
  max-width: 440px;
  min-width: 440px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

/* Mobile header styles */
.mobile_header_section {
  display: none;
  position: relative;
}
@media all and (max-width: 1200px) {
  .mobile_header_section {
    display: block;
  }
}
.mobile_header_section a.book_btn {
  background-color: #160717;
  margin-top: 30px;
  min-width: auto;
}
.mobile_header_section a.book_btn:hover {
  background-color: #FF5100;
  transition: 0.3s;
  border-color: #FF5100;
}

body.home div.mobile_header_container {
  background-color: transparent;
}

div.mobile_header_container {
  background-color: #160717;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
  padding: 20px 40px;
}
@media all and (max-width: 1024px) {
  div.mobile_header_container {
    padding: 20px;
  }
}
div.mobile_header_container .logo_col img {
  width: 118px;
}
div.mobile_header_container div.mobile_menu_btn {
  padding: 10px;
  min-width: 32px;
  min-height: 32px;
}
div.mobile_header_container .nav-icon {
  width: 25px;
  height: 28px;
  position: relative;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
div.mobile_header_container .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
div.mobile_header_container .nav-icon span.first_item {
  top: 4px;
}
div.mobile_header_container .nav-icon span.second_item {
  top: 13px;
}
div.mobile_header_container .nav-icon span.third_item {
  top: 22px;
}
div.mobile_header_container .menu_open span.first_item {
  top: 13px;
  -ms-transform: rotate(135deg);
      transform: rotate(135deg);
}
div.mobile_header_container .menu_open span.second_item {
  opacity: 0;
  left: -45px;
}
div.mobile_header_container .menu_open span.third_item {
  top: 13px;
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
}

div.mobile_dropdown_container {
  background-color: #ffffff;
  padding: 15px 40px 30px 40px;
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
}
@media all and (max-width: 1024px) {
  div.mobile_dropdown_container {
    padding: 15px 20px 30px 20px;
  }
}
div.mobile_dropdown_container ul.header_menu {
  padding-bottom: 10px;
  border-bottom: 1px solid #160717;
}
div.mobile_dropdown_container ul.header_menu li a {
  color: #160717;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 20px;
  padding: 7.5px 0;
  position: relative;
  text-decoration: none;
}
div.mobile_dropdown_container ul.header_menu li a:hover::after {
  background-color: #160717;
  width: 100%;
  opacity: 1;
  transition: width 0.3s;
}
div.mobile_dropdown_container ul.header_menu li a::after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #160717;
  position: absolute;
  left: 0;
  bottom: 5px;
  opacity: 0;
  transition: width 0.3s;
}
div.mobile_dropdown_container ul.header_menu li a span.dashicons {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  right: -30px;
}
div.mobile_dropdown_container ul.header_menu li a span.dashicons::before {
  font-size: 17px;
  -ms-transform: rotate(0);
      transform: rotate(0);
  transition: 0.5s;
}
div.mobile_dropdown_container ul.header_menu li a span.rotate::before {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  transition: 0.5s;
}
div.mobile_dropdown_container ul.header_menu li ul.sub-menu {
  display: none;
  padding-left: 15px;
}
div.mobile_dropdown_container ul.header_menu li.current-menu-item > a::after {
  width: 100%;
  opacity: 1;
}

footer {
  background-color: #160717;
  padding: 20px 40px;
  font-family: OpenSans-Regular;
}
@media all and (max-width: 1024px) {
  footer {
    padding: 20px;
  }
}
footer .footer_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  content-visibility: auto;
}
footer .footer_container * {
  color: #ffffff;
}
footer .footer_container ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 10px 10px;
}
footer .footer_container ul li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
footer .footer_container ul li:not(:first-of-type)::before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

/* Form global */
.contact_form_wrapper form fieldset div.frm_fields_container label {
  color: #979797;
  font-weight: 600;
}
.contact_form_wrapper form fieldset div.frm_fields_container input, .contact_form_wrapper form fieldset div.frm_fields_container textarea {
  background-color: transparent;
  border: 1px solid #979797;
  color: #ffffff !important;
}
.contact_form_wrapper form fieldset div.frm_fields_container input:focus, .contact_form_wrapper form fieldset div.frm_fields_container textarea:focus {
  background-color: transparent !important;
  border-color: #69727d !important;
}
.contact_form_wrapper form fieldset div.frm_fields_container input:-ms-input-placeholder, .contact_form_wrapper form fieldset div.frm_fields_container textarea:-ms-input-placeholder {
  color: #979797;
  font-weight: 600;
  opacity: 1; /* Firefox */
}
.contact_form_wrapper form fieldset div.frm_fields_container input::placeholder, .contact_form_wrapper form fieldset div.frm_fields_container textarea::placeholder {
  color: #979797;
  font-weight: 600;
  opacity: 1; /* Firefox */
}
.contact_form_wrapper form fieldset div.frm_fields_container div.ss-main {
  background-color: transparent;
  height: 59px;
  padding: 6px 20px;
}
.contact_form_wrapper form fieldset div.frm_fields_container div.ss-main:focus {
  box-shadow: unset;
}
.contact_form_wrapper form fieldset div.frm_fields_container div.ss-values .ss-single {
  color: #979797;
}

form.frm-show-form fieldset div.frm_fields_container div.frm_form_field div.frm_submit {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
form.frm-show-form fieldset div.frm_fields_container div.frm_form_field div.frm_submit button.frm_button_submit {
  box-shadow: unset !important;
  margin-left: auto;
  margin-right: auto;
}

div.frm_message {
  text-align: center;
}

div.ss-content {
  background-color: transparent;
}
div.ss-content div.ss-list div.ss-option {
  color: #ffffff;
  background-color: transparent !important;
  padding: 6px 20px;
}
div.ss-content div.ss-list div.ss-option:hover {
  background-color: #ffffff !important;
  color: #7B7B7B;
}
div.ss-content div.ss-list div.ss-option.ss-selected {
  background-color: #160717 !important;
}

.blog_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.blog_container a.blog_column {
  width: 100%;
  max-width: calc((100% - 40px) / 2);
}
.blog_container a.blog_column:first-child {
  max-width: 100%;
  -ms-flex-direction: row;
      flex-direction: row;
  gap: 10px 20px;
}
@media all and (max-width: 991px) {
  .blog_container a.blog_column:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.blog_container a.blog_column:first-child .img_block {
  width: 100%;
  max-width: 65%;
}
@media all and (max-width: 991px) {
  .blog_container a.blog_column:first-child .img_block {
    max-width: 100%;
  }
}
.blog_container a.blog_column:first-child .info_block {
  width: 100%;
  max-width: 35%;
}
@media all and (max-width: 991px) {
  .blog_container a.blog_column:first-child .info_block {
    max-width: 100%;
  }
}
.blog_container a.blog_column:first-child .info_block .date {
  margin: 0;
}
.blog_container a.blog_column:first-child .info_block h3 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
}
@media all and (max-width: 575px) {
  .blog_container a.blog_column {
    width: 100%;
    max-width: 100%;
  }
  .blog_container a.blog_column:first-child .info_block h3, .blog_container a.blog_column .info_block h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
  }
}

a.blog_column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-decoration: none;
}
a.blog_column:hover img {
  -ms-transform: scale(1.05) !important;
      transform: scale(1.05) !important;
  transition: transform 0.3s;
}
a.blog_column * {
  color: initial;
}
@media all and (max-width: 991px) {
  a.blog_column {
    max-width: 100%;
  }
}
a.blog_column .img_block {
  border-radius: 6px;
  overflow: hidden;
}
a.blog_column .img_block img {
  -ms-transform: scale(1);
      transform: scale(1);
  transition: 0.3s;
}
a.blog_column img {
  width: 100%;
}
a.blog_column div.date {
  font-size: 14px;
  line-height: 20px;
  color: rgba(65, 60, 65, 0.7);
  margin-top: 10px;
}
a.blog_column h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 10px;
}

.blog_popular_container a {
  margin-bottom: 30px;
  display: block;
}
.blog_popular_container a .date {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(65, 60, 65, 0.7);
}
.blog_popular_container a:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #413C41;
          text-decoration-color: #413C41;
}
.blog_popular_container a:not(:first-child) {
  margin-top: 30px;
}
.blog_popular_container a * {
  color: #413C41;
}
.blog_popular_container a h3 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

body:not(.elementor-editor-active) .sticky_sidebar.elementor-element {
  position: sticky !important;
  top: calc(var(--wp-admin--admin-bar--height, 0px) + 100px);
}
@media all and (max-width: 768px) {
  body:not(.elementor-editor-active) .sticky_sidebar.elementor-element {
    position: static !important;
  }
}

/* Blog single page styles */
body.single-blog {
  font-family: OpenSans-Regular;
}
body.single-blog .single_blog_container {
  padding: 60px 40px;
  border-bottom: 1px solid rgba(65, 60, 65, 0.2);
}
@media all and (max-width: 1024px) {
  body.single-blog .single_blog_container {
    padding: 60px 20px;
  }
}
body.single-blog .single_blog_container h1 {
  font-size: 34px;
  line-height: 40px;
  font-family: OpenSans-SemiBold;
}
body.single-blog .single_blog_container .post_image {
  margin-top: 40px;
}
body.single-blog .single_blog_container .post_image img {
  width: 100%;
}
body.single-blog .single_blog_container .single_blog_row {
  width: 100%;
  max-width: 815px;
  margin: 0 auto;
}
body.single-blog .single_blog_container .date {
  font-size: 14px;
  line-height: 20px;
  color: rgba(65, 60, 65, 0.7);
  margin-top: 40px;
}
body.single-blog .single_blog_container .content {
  margin-top: 40px;
  color: #413C41;
  font-size: 20px;
  line-height: 165%;
}
body.single-blog .single_blog_container .content h2, body.single-blog .single_blog_container .content h3, body.single-blog .single_blog_container .content h4, body.single-blog .single_blog_container .content h5, body.single-blog .single_blog_container .content h6 {
  font-family: OpenSans-Medium;
}
body.single-blog .single_blog_container .content h2:not(:last-child),
body.single-blog .single_blog_container .content h3:not(:last-child),
body.single-blog .single_blog_container .content h4:not(:last-child),
body.single-blog .single_blog_container .content h5:not(:last-child),
body.single-blog .single_blog_container .content h6:not(:last-child) {
  padding-bottom: 20px;
  margin: 0;
}
body.single-blog .single_blog_container .content p:not(:last-child),
body.single-blog .single_blog_container .content ul:not(:last-child),
body.single-blog .single_blog_container .content ol:not(:last-child),
body.single-blog .single_blog_container .content blockquote {
  padding-bottom: 40px;
  margin: 0;
}
body.single-blog .single_blog_container .content ul li {
  list-style-position: inside;
}
body.single-blog .single_blog_container .content ul li:not(:first-child) {
  margin-top: 5px;
}
body.single-blog .single_blog_container .content ol li {
  list-style-position: inside;
}
body.single-blog .single_blog_container .content ol li:not(:first-child) {
  margin-top: 5px;
}
body.single-blog .single_blog_container .content a {
  text-decoration: underline;
}
body.single-blog .single_blog_container .content blockquote {
  font-size: 28px;
  line-height: 34px;
  padding-left: 40px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 20px;
}
@media all and (max-width: 768px) {
  body.single-blog .single_blog_container .content blockquote {
    font-size: 24px;
    line-height: 30px;
    padding-left: 20px;
  }
}
body.single-blog .single_blog_container .content blockquote::before {
  content: "";
  display: inline-block;
  width: 37px;
  min-width: 37px;
  height: 63px;
  background-image: url("images/blockquote-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.single-blog .single_blog_container .content img {
  margin: 0 auto;
}

.share_btns_container {
  margin-top: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.share_btns_container .share_btns_heading {
  color: rgba(65, 60, 65, 0.7);
}
.share_btns_container .share-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}
.share_btns_container .share-buttons img {
  width: 32px;
  height: 32px;
}
.share_btns_container .share-buttons img:hover {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(4%) hue-rotate(320deg) brightness(96%) contrast(104%);
}

/* Blog related posts slider */
section.blog_related_posts_section {
  padding: 60px 40px;
}
@media all and (max-width: 1024px) {
  section.blog_related_posts_section {
    padding: 60px 20px;
  }
}
section.blog_related_posts_section div.blog_related_posts_container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}
section.blog_related_posts_section div.blog_related_posts_container h2 {
  font-size: 34px;
  line-height: 40px;
  font-family: OpenSans-Medium;
}
section.blog_related_posts_section .blog_related_posts_slider {
  margin-top: 40px;
}
section.blog_related_posts_section .blog_related_posts_slider .slick-list {
  margin-left: -20px;
  margin-right: -20px;
}
@media all and (max-width: 1024px) {
  section.blog_related_posts_section .blog_related_posts_slider .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
section.blog_related_posts_section .blog_related_posts_slider a.blog_column {
  margin: 0 20px;
}
@media all and (max-width: 1024px) {
  section.blog_related_posts_section .blog_related_posts_slider a.blog_column {
    margin: 0 10px;
  }
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block button, .wc-block-components-address-form button, .wp-block-woocommerce-checkout-order-summary-cart-items-block button, .wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link), .wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button, .wc-download-instruction-popup .frm_style_formidable-style.with_frm_style .frm_submit button, #wc-add-to-cart.cart button, .woocommerce-notices-wrapper .woocommerce-message .button {
  margin-left: 20px;
  border-radius: 6px;
  background: #FF5100;
  padding: 12px 16px;
  font-family: OpenSans-Bold;
  font-size: 16px;
  transition: 0.3s;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block button:hover, .wc-block-components-address-form button:hover, .wp-block-woocommerce-checkout-order-summary-cart-items-block button:hover, .wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:hover:not(.is-link), .wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .wc-download-instruction-popup .frm_style_formidable-style.with_frm_style .frm_submit button:hover, #wc-add-to-cart.cart button:hover, .woocommerce-notices-wrapper .woocommerce-message .button:hover {
  background-color: #160717;
  outline: 1px solid white;
}

.wc-products-info .wc-products-info-inner .wc-desc-block p, .wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_description p, .wc-contact-us .wc-book .wc-book-description {
  font-family: OpenSans-Regular;
  font-size: 20px;
  line-height: 26px;
  color: #413C41;
  margin: 10px auto 0;
}

.wc-container, .woocommerce-order, .wc-block-checkout, .woocommerce-notices-wrapper {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.wc h1, .wc h2, .wc h3 {
  font-family: OpenSans-Bold;
  color: #160717;
}
.wc h1 {
  font-size: 38px;
  line-height: 62px;
}
.wc h2 {
  font-size: 30px;
  line-height: 50px;
}
.wc h3 {
  font-size: 28px;
  line-height: 46px;
}
.wc h4 {
  font-family: OpenSans-Light;
  font-size: 20px;
  line-height: 33px;
  font-weight: normal;
  color: #413C41;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #FF5100;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #FF5100;
}
.woocommerce-notices-wrapper .woocommerce-message .button {
  color: white;
}

.wc-banner-wrap {
  background-size: cover;
  background-position: bottom center;
  padding: 140px 20px 0;
}
.wc-banner-wrap .wc-details {
  border-radius: 12px 12px 0 0;
  background-color: white;
  max-width: 960px;
  margin: auto;
  padding: 40px 40px 0px;
  text-align: center;
}
.wc-banner-wrap .wc-details .wc-second-img {
  margin: -90px auto 15px;
}
.wc-banner-wrap .wc-details .wc-decsription {
  font-family: OpenSans-Regular;
  font-size: 18px;
  line-height: 26px;
  color: #413C41;
  margin: 10px auto 0;
}
.wc-banner-wrap .wc-details strong {
  display: inline-block;
  margin-bottom: 8px;
}

.wc-installation-structure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin: 20px auto;
}
.wc-installation-structure p {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 6px;
  padding: 8px 24px 8px 24px;
  border: 1px solid #000000;
  font-family: OpenSans-Bold;
  color: #1b1b1b;
  transition: 0.3s;
}
.wc-installation-structure p:hover {
  background-color: #FF5100;
  color: white;
  border-color: white;
}
.wc-installation-structure p:hover svg path {
  fill: white;
}
.wc-installation-structure p svg {
  margin-right: 10px;
}

.wc-second-title {
  text-align: center;
  margin: 50px auto;
  padding-left: 20px;
  padding-right: 20px;
}

ul.wc-products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto 15px;
}
ul.wc-products li {
  list-style-type: none;
  max-width: 360px;
  width: 100%;
  padding: 0 20px;
}
ul.wc-products li a {
  color: #160717;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}

.wc-commercial-product-link::after {
  content: "";
  max-width: 235px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgba(22, 7, 23, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#wc-add-to-cart {
  padding-top:0px;
  max-width: 235px;
  width: 100%;
  margin: 0 auto 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(22, 7, 23, 0.2);
}
#wc-add-to-cart input {
  height: 100%;
}

.quantity-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 6px;
  border: 1px solid rgba(22, 7, 23, 0.2);
}
.quantity-wrapper .minus span {
  display: block;
  width: 10px;
  height: 2px;
  background-color: black;
}
.quantity-wrapper .plus span {
  display: block;
  width: 12.5px;
  height: 2px;
  background-color: black;
}
.quantity-wrapper .plus span:first-child {
  -ms-transform: translate(50%);
      transform: translate(50%);
}
.quantity-wrapper .plus span:last-child {
  width: 12px;
  -ms-transform: rotate(90deg) translate(0, 5.5px);
      transform: rotate(90deg) translate(0, 5.5px);
}
.quantity-wrapper .minus, .quantity-wrapper .plus {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 30px;
}
.quantity-wrapper .quantity .qty {
  width: 30px;
}
.quantity-wrapper .quantity input {
  padding: 7px;
  border-left: 1px solid rgba(22, 7, 23, 0.2);
  border-right: 1px solid rgba(22, 7, 23, 0.2);
  border-top: none;
  border-bottom: none;
  background: rgba(22, 7, 23, 0.2);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.price {
  margin: 20px auto;
}
.price span {
  font-size: 22px;
  font-family: OpenSans-Bold;
  line-height: 36px;
}

.wc-block-components-totals-item .wc-block-components-formatted-money-amount {
  font-size: 22px;
  font-family: OpenSans-Bold;
  line-height: 36px;
}

ul.wc-product-attributes li {
  max-width: 320px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  color: #413C41;
  margin-bottom: 30px;
  min-height: 85px;
}
ul.wc-product-attributes li .wc-attribute-desc {
  font-family: OpenSans-Regular;
  font-weight: normal;
}
ul.wc-product-attributes li .wc-attribute-desc strong {
  color: #160717;
}
ul.wc-product-attributes li .wc-attribute-desc p {
  line-height: 21px !important;
}

.wc-download-instruction-popup {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.wc-download-instruction-popup .wc-popup-form-wrap {
  position: relative;
}
.wc-download-instruction-popup .close {
  margin: 0;
  position: absolute;
  right: 10px;
  top: 20px;
}
.wc-download-instruction-popup .close span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: white;
  cursor: pointer;
}
.wc-download-instruction-popup .close span:first-child {
  -ms-transform: translate(0) rotate(45deg);
      transform: translate(0) rotate(45deg);
}
.wc-download-instruction-popup .close span:last-child {
  -ms-transform: translate(0, -2px) rotate(-45deg);
      transform: translate(0, -2px) rotate(-45deg);
}
.wc-download-instruction-popup > div {
  border-radius: 6px;
  max-width: 370px;
  background-color: #0D0D0D;
  padding: 20px 20px 0;
  position: absolute;
  width: 368px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 33%;
}
.wc-download-instruction-popup form .frm_form_fields {
  font-family: OpenSans-Regular;
}
.wc-download-instruction-popup form .frm_form_fields .frm_description p {
  color: white;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
.wc-download-instruction-popup form .frm_form_fields .form-field {
  margin-bottom: 10px;
}
.wc-download-instruction-popup form .frm_form_fields .form-field input {
  border-radius: 6px;
  border: 1px solid #FFF;
  background-color: #3D3D3D;
  color: white;
  outline: none;
  min-height: 44px;
}
.wc-download-instruction-popup form .frm_form_fields .form-field input:-ms-input-placeholder {
  color: white;
}
.wc-download-instruction-popup form .frm_form_fields .form-field input::placeholder {
  color: white;
}
.wc-download-instruction-popup form .frm_form_fields .form-field input:focus {
  background-color: #3D3D3D !important;
  border: none !important;
  color: white !important;
  box-shadow: none !important;
}
.wc-download-instruction-popup fieldset {
  padding-bottom: 0;
}
.wc-download-instruction-popup .frm_style_formidable-style.with_frm_style .frm_submit {
  text-align: center;
}
.wc-download-instruction-popup .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 20px auto 0;
  border: 0;
  box-shadow: none;
  padding-left: 24px;
  padding-right: 24px;
}

.wc-contact-us {
  background-color: #160717;
  padding: 20px 20px 20px 100px;
  margin: 70px auto;
  border-radius: 12px;
}
.wc-contact-us * {
  color: white;
}
.wc-contact-us .wc-book {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wc-contact-us .wc-book .wc-left {
  width: 60%;
  padding-right: 50px;
}
.wc-contact-us .wc-book .wc-right {
  width: 40%;
  border-radius: 12px;
  background: rgba(253, 79, 27, 0.21);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 20px;
  cursor: pointer;
}
.wc-contact-us .wc-book .wc-right .wc-right-inner {
  background: rgb(253, 79, 27);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  padding: 40px 20px;
  text-align: center;
}
.wc-contact-us .wc-book .wc-right img {
  width: 65px;
  margin: 0 auto 20px;
}
.wc-contact-us .wc-book .wc-book-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 70px;
  color: white;
}
.wc-contact-us .wc-book .wc-book-description {
  color: white;
  font-family: OpenSans-Light;
  line-height: 29px;
}

.wc-contact-us-form {
  background-image: url("images/luxury-pool.webp");
  padding: 75px 20px;
  text-align: center;
  background-size: cover;
}
.wc-contact-us-form * {
  color: white;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_fields_container {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_form_title {
  color: white;
  max-width: 770px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 70px;
  text-align: center;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_description p {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field input, .wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field textarea {
  border-radius: 6px;
  border: 1px solid #FFF;
  background: var(--Other-Outline, rgba(255, 255, 255, 0.2));
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
  font-family: OpenSans-Regular;
  font-weight: normal;
  color: white;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field input:-ms-input-placeholder, .wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field textarea:-ms-input-placeholder {
  color: white;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field input::placeholder, .wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field textarea::placeholder {
  color: white;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field input:focus, .wc-contact-us-form .frm_style_formidable-style.with_frm_style .form-field textarea:focus {
  background: var(--Other-Outline, rgba(255, 255, 255, 0.2)) !important;
  -webkit-backdrop-filter: blur(1px) !important;
          backdrop-filter: blur(1px) !important;
  color: white !important;
  box-shadow: none !important;
  border-color: white !important;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit {
  text-align: center;
}
.wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_submit button {
  margin: 0 auto;
  border: 0;
  box-shadow: none;
  padding-left: 24px;
  padding-right: 24px;
}
.wc-contact-us-form .frm_error_style, .wc-contact-us-form .frm_error_style p, .wc-contact-us-form .frm_error, .wc-contact-us-form .frm_error p {
  color: #F04438 !important;
}

.wc-products-info .wc-products-info-inner {
  background: #F5FBFF;
  padding: 40px;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
}
.wc-products-info .wc-products-info-inner .wc-img-block {
  min-width: 200px;
  margin-right: 40px;
}
.wc-products-info .wc-products-info-inner .wc-desc-block h2 {
  font-size: 22px;
}
.wc-products-info .wc-products-info-inner .wc-desc-block p {
  color: #160717;
  line-height: 33px;
}

.wc-before-title {
  color: #ED5D2A;
  margin-top: 20px;
  text-align: center;
  font-family: OpenSans-Regular;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 165%; /* 26.4px */
	min-height:80px;
}

ul.wc-products li .wc-fixed {
  padding-top: 10px;
  transition: 0.3s;
  position: sticky;
  top: 140px;
  background: white;
  -ms-flex-align: start;
   align-items: flex-start;
  padding-left: 90px;
  min-height: 180px;
}
ul.wc-products li .wc-fixed.wc-commercial-product-link::after {
  max-width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
ul.wc-products li .wc-fixed img {
  position: absolute;
  left: 0;
  width: 80px;
}
ul.wc-products li .wc-fixed .wc-before-title {
  font-size: 12px;
	text-align:left;
}
ul.wc-products li .wc-fixed h2.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 24px;
}
ul.wc-products li .wc-fixed .price {
  margin: 0;
}
ul.wc-products li .wc-fixed .price span {
  font-size: 14px;
  font-family: OpenSans-Regular;
  font-weight: normal;
}
ul.wc-products li .wc-cart-fixed {
  transition: 0.3s;
  position: sticky;
  top: 315px;
  background: white;
  margin: 0 !important;
  max-width: 100% !important;
  padding-top: 20px;
}
ul.wc-products li .wc-cart-fixed button {
  padding: 6px 12px !important;
  font-size: 12px !important;
}

.accordion {
  background-color: #ECF2F3;
  padding: 40px 20px;
}

.accordion_title {
  color: #160717;
  text-align: center;
  margin-bottom: 40px;
}

.accordion_item {
  background-color: white;
}

.testimonial-in-products {
  padding: 0 40px 40px;
}

.testimonial-block .testimonial-title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  margin: 40px auto;
  color: #160717;
}

/*CART*/
.wp-block-product-new, .wc-block-components-product-metadata, .wp-block-woocommerce-empty-cart-block h2:not(.with-empty-cart-icon), .wp-block-woocommerce-cart-order-summary-coupon-form-block, .wc-block-cart__totals-title {
  display: none !important;
}

.wc-block-cart {
  padding: 0 20px;
  max-width: 720px;
  width: 100%;
  margin: 40px auto !important;
  background-color: #ECF2F3;
}
.wc-block-cart .wc-block-cart__main, .wc-block-cart .wc-block-cart__sidebar {
  width: 100%;
}
.wc-block-cart .wc-block-components-main {
  width: 100% !important;
  padding-right: 0 !important;
}
.wc-block-cart .wc-block-components-product-metadata__description {
  display: none;
}
.wc-block-cart table.wc-block-cart-items {
  border-bottom: none !important;
}
.wc-block-cart table.wc-block-cart-items tbody .wc-block-cart-items__row {
  position: relative;
}
.wc-block-cart table.wc-block-cart-items tbody .wc-block-cart-items__row td {
  border: none !important;
}
.wc-block-cart table.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-components-product-name {
  color: #160717;
  font-size: 18px;
  font-family: OpenSans-Regular;
}
.wc-block-cart .wc-block-cart-item__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.wc-block-cart .wc-block-cart-item__remove-link {
  position: absolute;
  left: 20px;
  bottom: 0;
  color: #FF5100 !important;
}
.wc-block-cart .wc-block-cart__submit-container {
  text-align: center;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link) {
  transition: 0.3s;
  width: -webkit-max-content;
  width: max-content;
  margin: 0 auto;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link) span {
  color: white;
  font-family: OpenSans-Regular;
  font-size: 18px;
}
.wc-block-cart .wc-block-cart__submit-container .wc-block-components-button:not(.is-link):hover {
  background-color: #000;
  text-decoration: none;
}

.wc-block-components-totals-shipping__change-address__link {
  background-color: #FF5100 !important;
  font-size: 16px;
  font-family: OpenSans-Bold;
  text-decoration: none !important;
  border-radius: 6px;
  padding: 12px 16px !important;
  transition: 0.3s;
}
.wc-block-components-totals-shipping__change-address__link:hover {
  background-color: #160717 !important;
  border-color: white !important;
}

.wc-block-checkout {
  margin: 0 auto !important;
  padding: 20px 20px;
}
.wc-block-checkout input, .wc-block-checkout select, .wc-block-checkout textarea {
  border-radius: 10px !important;
  border: 1px solid #CCC !important;
  background: #FFF;
}
.wc-block-checkout .wc-blocks-components-select .wc-blocks-components-select__container {
  border: none;
}
.wc-block-checkout .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
  font-size: 16px;
  font-family: OpenSans-Bold;
}

.wp-block-woocommerce-checkout-order-summary-coupon-form-block button, .wc-block-components-address-form button, .wp-block-woocommerce-checkout-order-summary-cart-items-block button {
  padding: 12px 16px !important;
  margin: 0 0 20px 0 !important;
  font-family: OpenSans-Bold;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block button:hover, .wc-block-components-address-form button:hover, .wp-block-woocommerce-checkout-order-summary-cart-items-block button:hover {
  font-family: OpenSans-Bold;
}

.wc-block-checkout__actions_row button {
  border: none;
}

h2.wc-block-components-title {
  font-family: OpenSans-Bold;
  font-size: 25px !important;
  font-style: normal;
  font-weight: 700 !important;
  color: #160717 !important;
}

.woocommerce-checkout p, .woocommerce-cart p {
  font-family: OpenSans-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #160717;
}
.woocommerce-checkout .wc-block-components-totals-item__label, .woocommerce-checkout .wc-block-components-product-name, .woocommerce-cart .wc-block-components-totals-item__label, .woocommerce-cart .wc-block-components-product-name {
  font-family: OpenSans-Regular;
  color: #160717;
  font-size: 18px;
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal;
}

.woocommerce-checkout .price {
  margin: 0;
}
.woocommerce-checkout .price .wc-block-components-order-summary-item__individual-price {
  font-size: 16px;
}

.woocommerce-order {
  margin-top: 50px;
  font-family: OpenSans-Regular;
  padding: 20px;
}
.woocommerce-order .woocommerce-notice--success {
  padding: 20px;
  background: #ECFDF3;
  color: #027A48;
  margin-bottom: 20px;
}

.p-CardNumberInput input {
  border-radius: 10px !important;
  border: 1px solid #CCC !important;
  background: #FFF;
}

@media (max-width: 1000px) {
  /*  .wc-fixed {
      top: 88px!important;
    }
    .wc-cart-fixed {
      top: 220px!important;

    }*/
  .wc-contact-us {
    width: calc(100% - 40px);
  }
  .wc-contact-us .wc-book .wc-book-title {
    font-size: 30px;
    line-height: 44px;
  }
  .wc-contact-us .wc-book .wc-book-description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .wc-container .wc-attribute-title, .woocommerce-notices-wrapper .wc-attribute-title, .wc-block-checkout .wc-attribute-title, .woocommerce-order .wc-attribute-title, .wc-container .wc-attribute-desc, .woocommerce-notices-wrapper .wc-attribute-desc, .wc-block-checkout .wc-attribute-desc, .woocommerce-order .wc-attribute-desc {
    font-size: 16px;
  }
  .wc-block-cart .wc-block-cart-item__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .wc-block-cart .wc-block-cart-item__wrap .price {
    margin: 0;
  }
  .is-small table.wc-block-cart-items .price, .is-medium table.wc-block-cart-items .price {
    margin: 0;
  }
  .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed) {
    padding-top: 10px;
    background: white;
   /* -ms-flex-align: start;
        align-items: flex-start;*/
    padding-left: 0px;
    min-height: 265px;
    position: relative;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed).wc-commercial-product-link::after {
    max-width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed).wc-commercial-product-link {
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed) img {
    /*position: absolute;*/
    left: 0;
    width: 80px;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed) h2.woocommerce-loop-product__title {
    font-size: 16px;
    line-height: 24px;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed) .price {
    margin: 0;
  }
  ul.wc-products li .woocommerce-loop-product__link:not(.wc-fixed) .price span {
    font-size: 14px;
    font-family: OpenSans-Regular;
  }
  #wc-add-to-cart {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    max-width: initial;
    margin-top: 20px;
  }
  #wc-add-to-cart.cart button {
    margin-left: 0;
    height: 40px;
    margin-top: 10px;
    width: 100%;
    padding: 0 10px;
  }
  #wc-add-to-cart input {
    width: 100%;
  }
  .quantity-wrapper {
    width: 100%;
  }
  .quantity-wrapper > div {
    -ms-flex: 1;
        flex: 1;
    height: 34px;
  }
  .quantity-wrapper .quantity .qty {
    width: 100%;
    background: white;
    border-top: none;
    border-bottom: none;
  }
  .wc-contact-us {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .wc-banner-wrap h1 {
    font-size: 28px;
    line-height: 36px;
  }
  .wc-banner-wrap .wc-details .wc-decsription {
    font-size: 16px;
    line-height: 24px;
  }
  .wc-container .wc-product-attributes > li, .woocommerce-notices-wrapper .wc-product-attributes > li, .wc-block-checkout .wc-product-attributes > li, .woocommerce-order .wc-product-attributes > li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .wc-container .woocommerce-loop-product__link h2, .woocommerce-notices-wrapper .woocommerce-loop-product__link h2, .wc-block-checkout .woocommerce-loop-product__link h2, .woocommerce-order .woocommerce-loop-product__link h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .wc-container .woocommerce-loop-product__link .wc-before-title, .woocommerce-notices-wrapper .woocommerce-loop-product__link .wc-before-title, .wc-block-checkout .woocommerce-loop-product__link .wc-before-title, .woocommerce-order .woocommerce-loop-product__link .wc-before-title {
    font-size: 14px;
  }
  .wc-container .woocommerce-loop-product__link .price, .woocommerce-notices-wrapper .woocommerce-loop-product__link .price, .wc-block-checkout .woocommerce-loop-product__link .price, .woocommerce-order .woocommerce-loop-product__link .price {
    margin: 10px;
  }
  .wc-container .woocommerce-loop-product__link .price span, .woocommerce-notices-wrapper .woocommerce-loop-product__link .price span, .wc-block-checkout .woocommerce-loop-product__link .price span, .woocommerce-order .woocommerce-loop-product__link .price span {
    font-size: 16px;
  }
  .wc-container h4, .woocommerce-notices-wrapper h4, .wc-block-checkout h4, .woocommerce-order h4 {
    font-size: 16px;
  }
  .wc-container #wc-add-to-cart.cart button, .woocommerce-notices-wrapper #wc-add-to-cart.cart button, .wc-block-checkout #wc-add-to-cart.cart button, .woocommerce-order #wc-add-to-cart.cart button {
    padding: 6px 10px;
    font-size: 12px;
  }
  .wc-container .wc-attribute-desc span, .woocommerce-notices-wrapper .wc-attribute-desc span, .wc-block-checkout .wc-attribute-desc span, .woocommerce-order .wc-attribute-desc span, .wc-container .wc-attribute-desc strong, .woocommerce-notices-wrapper .wc-attribute-desc strong, .wc-block-checkout .wc-attribute-desc strong, .woocommerce-order .wc-attribute-desc strong {
    font-size: 16px !important;
  }
  .wc-installation-structure p {
    font-size: 14px;
  }
  .wc h2 {
    font-size: 22px;
  }
  .wc-contact-us {
    padding-left: 20px;
  }
  .wc-contact-us .wc-book {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .wc-contact-us .wc-book .wc-left, .wc-contact-us .wc-book .wc-right {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .wc-contact-us .wc-book .wc-right {
    margin-top: 20px;
  }
  .wc-products-info .wc-products-info-inner {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
  .wc-products-info .wc-products-info-inner .wc-img-block {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  ul.wc.wc-products li .woocommerce-loop-product__link {
    padding-left: 0px;
	  min-height:200px !important;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link img {
    width: 50px;
	  position:relative;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link .wc-before-title {
    margin-top: 0;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link h2.woocommerce-loop-product__title {
    font-size: 13px;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link.wc-fixed {
    min-height: 70px;
	  align-items:center;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link.wc-commercial-product-link:not(.wc-fixed)::after {
    bottom: 0;
  }
  ul.wc.wc-products li .wc-cart-fixed {
    top: 348px !important;
    padding-top: 0;
  }
	ul.wc-products li .wc-fixed span {
		text-align:center !important;
	}
  .wc-contact-us-form .frm_style_formidable-style.with_frm_style .frm_form_title {
    font-size: 30px;
    line-height: 45px;
  }
  .testimonial-block .testimonial-title {
    margin: 20px auto;
    font-size: 22px;
    line-height: 36px;
  }
  .accordion {
    padding: 20px;
  }
  .accordion_title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 36px;
  }
}
@media (max-width: 425px) {
  .wc-banner-wrap h1 {
    font-size: 22px;
    line-height: 26px;
  }
  .wc-banner-wrap .wc-details .wc-decsription {
    font-size: 16px;
    line-height: 24px;
  }
  .wc-container .woocommerce-loop-product__link img, .woocommerce-notices-wrapper .woocommerce-loop-product__link img, .wc-block-checkout .woocommerce-loop-product__link img, .woocommerce-order .woocommerce-loop-product__link img {
    width: 100px;
  }
  .wc-container .woocommerce-loop-product__link h2, .woocommerce-notices-wrapper .woocommerce-loop-product__link h2, .wc-block-checkout .woocommerce-loop-product__link h2, .woocommerce-order .woocommerce-loop-product__link h2 {
    font-size: 15px;
    line-height: 26px;
  }
  .wc-container .woocommerce-loop-product__link .wc-before-title, .woocommerce-notices-wrapper .woocommerce-loop-product__link .wc-before-title, .wc-block-checkout .woocommerce-loop-product__link .wc-before-title, .woocommerce-order .woocommerce-loop-product__link .wc-before-title {
    font-size: 14px;
  }
  .wc-container .woocommerce-loop-product__link .price, .woocommerce-notices-wrapper .woocommerce-loop-product__link .price, .wc-block-checkout .woocommerce-loop-product__link .price, .woocommerce-order .woocommerce-loop-product__link .price {
    margin: 10px;
  }
  .wc-container .woocommerce-loop-product__link .price span, .woocommerce-notices-wrapper .woocommerce-loop-product__link .price span, .wc-block-checkout .woocommerce-loop-product__link .price span, .woocommerce-order .woocommerce-loop-product__link .price span {
    font-size: 16px;
  }
  .wc-container h4, .woocommerce-notices-wrapper h4, .wc-block-checkout h4, .woocommerce-order h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .wc-container #wc-add-to-cart.cart, .woocommerce-notices-wrapper #wc-add-to-cart.cart, .wc-block-checkout #wc-add-to-cart.cart, .woocommerce-order #wc-add-to-cart.cart {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .wc-container #wc-add-to-cart.cart button, .woocommerce-notices-wrapper #wc-add-to-cart.cart button, .wc-block-checkout #wc-add-to-cart.cart button, .woocommerce-order #wc-add-to-cart.cart button {
    margin-left: 0;
    margin-top: 10px;
  }
  .wc-container .wc-attribute-desc span, .woocommerce-notices-wrapper .wc-attribute-desc span, .wc-block-checkout .wc-attribute-desc span, .woocommerce-order .wc-attribute-desc span, .wc-container .wc-attribute-desc strong, .woocommerce-notices-wrapper .wc-attribute-desc strong, .wc-block-checkout .wc-attribute-desc strong, .woocommerce-order .wc-attribute-desc strong {
    font-size: 12px !important;
  }
  .wc-installation-structure p {
    font-size: 14px;
  }
  .wc h2 {
    font-size: 22px;
  }
  .woocommerce-checkout .wc-block-components-totals-item__label, .woocommerce-checkout .wc-block-components-product-name {
    font-size: 14px;
  }
  .quantity-wrapper {
    -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
  }
  .price span, .wc-block-components-totals-item .wc-block-components-formatted-money-amount {
    font-size: 18px;
  }
  .wc-block-cart table.wc-block-cart-items tbody .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  ul.wc.wc-products li .woocommerce-loop-product__link {
    padding-left: 0;
    -ms-flex-align: center;
        align-items: center;
  }
  ul.wc.wc-products li .woocommerce-loop-product__link img {
    position: static;
    width: 80px;
  }
  ul.wc.wc-products li .wc-cart-fixed {
    top: 255px !important;
  }
}
.app-buttons {
  max-width: 960px;
  margin: 0px auto;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
}

.instruction-buttons {
  max-width: 1120px;
  display: -ms-flexbox;
  display: flex;
  margin: 0px auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media all and (max-width: 400px) {
  .instruction-buttons {
    gap: 10px;
    padding: 0 10px;
  }
}
.instruction-buttons div {
  margin: 0px;
}
.instruction-buttons div p {
  padding: 8px 11px 8px 11px;
  font-size: 12px;
}
@media all and (max-width: 400px) {
  .instruction-buttons div p {
    line-height: 18px;
  }
}
.instruction-buttons div p a {
  text-decoration: none;
  color: #000;
}
.instruction-buttons div p:hover a {
  color: #fff;
}

header .wc-installation-structure svg {
  display: none;
}

li.product {
  border-bottom: 1px solid #d0cdd1;
}

.product-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  max-width: 960px;
  margin: 55px auto 0;
  gap: 15px;
}
.wc-banner-wrap .wc-details {
	background-color:transparent; /*rgba(0,0,0,.3)*/
	padding-bottom:25px;
}
.wc-banner-wrap .wc-details h1,
.wc-banner-wrap .wc-details p {
	color:#ffffff;
}
header .wc-installation-structure {display:none;}
.custom_book_btn {
	color: #fff !important;
    min-width: 120px;
    background-color: #FF5100;
    transition: 0.3s;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 15px;
    border-radius: 8px;
    text-decoration: none !important;
    font-size: 16px;
    text-align: center;
    margin-left: 20px;
}
/*# sourceMappingURL=style.css.map */
ul.wc-products .attachment-woocommerce_thumbnail {
	max-width:195px !important;
}