/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
/* Body > General Styling */
html {
  overflow-x: hidden;
}
html body {
  background-color: #FFFFFF;
}
html body .site-branding,
html body .entry-header {
  display: none !important;
}
html body .post,
html body .page {
  margin: 0 !important;
}
a,
a:active,
a:visited,
a:focus,
a:hover {
  outline: 0 !important;
  text-decoration: none;
  color: #303030;
}
/* 404 > Main Style Code */
.error404 main#primary,
.search-no-results main#primary {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  padding: 56px 20px 140px;
  margin: 0 auto;
  text-align: center;
}
.error404 main#primary h1,
.error404 main#primary h2,
.error404 main#primary h3,
.error404 main#primary h4,
.error404 main#primary h5,
.error404 main#primary h6,
.search-no-results main#primary h1,
.search-no-results main#primary h2,
.search-no-results main#primary h3,
.search-no-results main#primary h4,
.search-no-results main#primary h5,
.search-no-results main#primary h6 {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.error404 main#primary p,
.search-no-results main#primary p {
  margin: 0 0 10px 0;
}
.error404 main#primary input,
.error404 main#primary textarea,
.error404 main#primary select,
.search-no-results main#primary input,
.search-no-results main#primary textarea,
.search-no-results main#primary select {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  padding: 13px 20px;
  border-radius: 0;
  border: 1px solid #303030;
  margin: 0 0 10px 0;
}
.error404 main#primary input,
.search-no-results main#primary input {
  height: 48px;
}
.error404 main#primary .widget.widget_recent_entries,
.error404 main#primary .widget.widget_categories,
.error404 main#primary .widget.widget_archive,
.search-no-results main#primary .widget.widget_recent_entries,
.search-no-results main#primary .widget.widget_categories,
.search-no-results main#primary .widget.widget_archive {
  display: none;
}
.error404 main#primary button,
.error404 main#primary input[type="button"],
.error404 main#primary input[type="reset"],
.error404 main#primary input[type="submit"],
.search-no-results main#primary button,
.search-no-results main#primary input[type="button"],
.search-no-results main#primary input[type="reset"],
.search-no-results main#primary input[type="submit"] {
  color: #FFFFFF;
  background-color: #303030;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.error404 main#primary button:hover,
.error404 main#primary input[type="button"]:hover,
.error404 main#primary input[type="reset"]:hover,
.error404 main#primary input[type="submit"]:hover,
.search-no-results main#primary button:hover,
.search-no-results main#primary input[type="button"]:hover,
.search-no-results main#primary input[type="reset"]:hover,
.search-no-results main#primary input[type="submit"]:hover {
  cursor: pointer;
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
/* Breadcrumbs > Main Style Code > Desktop */
#breadcrumbs,
#custom_breadcrumbs_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 47px auto 28px;
  display: flex;
  flex-direction: row;
}
#breadcrumbs a,
#custom_breadcrumbs_wrapper a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s;
}
#breadcrumbs a:visited,
#breadcrumbs a:active,
#custom_breadcrumbs_wrapper a:visited,
#custom_breadcrumbs_wrapper a:active {
  color: #303030;
}
#breadcrumbs a:hover,
#custom_breadcrumbs_wrapper a:hover {
  opacity: 0.5;
  transition: 0.2s;
}
#breadcrumbs .breadcrumb_last,
#custom_breadcrumbs_wrapper .breadcrumb_last {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 10px 0 20px;
  pointer-events: none;
}
#breadcrumbs span,
#custom_breadcrumbs_wrapper span {
  display: flex;
  align-items: center;
}
#breadcrumbs .img_separator,
#custom_breadcrumbs_wrapper .img_separator {
  content: url("/wp-content/themes/baldoyle_blinds/images/icons/down_arrow_a.svg");
  width: 14px;
  object-fit: contain;
  margin: 0 10px 0 20px;
  filter: brightness(0);
  transform: rotate(270deg);
}
#custom_breadcrumbs_wrapper .breadcrumbs_catalogue {
  cursor: pointer;
}
.woocommerce-breadcrumb {
  display: none;
}
/* Breadcrumbs > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #breadcrumbs,
  #custom_breadcrumbs_wrapper {
    display: none;
  }
}
/* Breadcrumbs > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  #breadcrumbs,
  #custom_breadcrumbs_wrapper,
  .woocommerce-breadcrumb {
    display: none;
  }
}
/* Case Study > Background > Main Style Code > Desktop */
.cs_stdy_tmpl_bg_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 90px;
  position: relative;
}
.cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper {
  position: absolute;
  top: 225px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  width: 833px;
  text-align: center;
}
.cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
/* Case Study > Background > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_bg_wrapper {
    width: 100%;
    height: 450px;
  }
  .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_title {
    font-size: 36px;
    line-height: 36px;
  }
  .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Case Study > Background > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_bg_wrapper {
    width: 100vw;
    height: 530px;
    margin-bottom: 50px;
  }
  .case_study_wrapper .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_img_overlay {
    opacity: 0.75;
  }
  .case_study_wrapper .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper {
    transform: translateY(-47.5%);
    top: 47.5%;
    left: 0;
    width: 100%;
    padding: 0 38px;
  }
  .case_study_wrapper .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .case_study_wrapper .cs_stdy_tmpl_bg_wrapper .cs_stdy_tmpl_bg_txt_ar_wrapper .cs_stdy_tmpl_bg_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Case Study > Problem > Main Style Code > Desktop */
.cs_stdy_tmpl_prb_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc((398px * 3) + 60px);
  margin: 0 auto 115px;
}
.cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar {
  display: flex;
  flex-direction: column;
  width: 392px;
  margin-left: 107px;
  color: #303030;
}
.cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar .cs_stdy_tmpl_prb_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar .cs_stdy_tmpl_prb_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_img {
  width: 612px;
  height: 580px;
  object-fit: cover;
}
/* Case Study > Problem > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_prb_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar {
    width: 50%;
    margin: 0 20px;
  }
  .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar .cs_stdy_tmpl_prb_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar .cs_stdy_tmpl_prb_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_img {
    width: 50%;
    height: 400px;
  }
}
/* Case Study > Problem > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_prb_wrapper {
    width: 100vw;
    margin-bottom: 60px;
    flex-direction: column;
  }
  .case_study_wrapper .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar {
    width: 100%;
    margin-left: 0;
    margin-bottom: 50px;
    text-align: center;
    padding: 0 21px;
  }
  .case_study_wrapper .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_txt_ar .cs_stdy_tmpl_prb_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .case_study_wrapper .cs_stdy_tmpl_prb_wrapper .cs_stdy_tmpl_prb_img {
    width: 100%;
    height: 440px;
  }
}
/* Case Study > Solution > Main Style Code > Desktop */
.cs_stdy_tmpl_sol_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: calc((398px * 3) + 60px);
  margin: 0 auto 180px;
}
.cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 612px;
  height: auto;
}
.cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper .cs_stdy_tmpl_sol_img {
  width: 301px;
  height: 300px;
  object-fit: cover;
  margin-bottom: 10px;
}
.cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar {
  display: flex;
  flex-direction: column;
  width: 398px;
  margin-right: 107px;
  color: #303030;
}
.cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar .cs_stdy_tmpl_sol_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar .cs_stdy_tmpl_sol_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Case Study > Solution > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_sol_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper {
    width: 50%;
  }
  .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper .cs_stdy_tmpl_sol_img {
    width: calc(50% - 5px);
    height: 175px;
  }
  .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar {
    width: 50%;
    margin: 0 20px;
  }
  .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar .cs_stdy_tmpl_sol_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar .cs_stdy_tmpl_sol_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Case Study > Solution > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_sol_wrapper {
    width: 100vw;
    flex-direction: column-reverse;
    margin-bottom: 60px;
  }
  .case_study_wrapper .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper {
    width: 100%;
    justify-content: center;
  }
  .case_study_wrapper .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper .cs_stdy_tmpl_sol_img {
    width: calc(50% - 8px);
    height: 187px;
    margin-bottom: 16px;
  }
  .case_study_wrapper .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_glry_wrapper .cs_stdy_tmpl_sol_img:nth-child(2n) {
    margin-left: 16px;
  }
  .case_study_wrapper .cs_stdy_tmpl_sol_wrapper .cs_stdy_tmpl_sol_txt_ar {
    width: 100%;
    padding: 0 21px;
    margin: 0 0 50px;
    text-align: center;
  }
}
/* Case Study > Outcome > Main Style Code > Desktop */
.cs_stdy_tmpl_otc_wrapper {
  display: flex;
  flex-direction: column;
  width: 952px;
  margin: 0 auto 100px;
  text-align: center;
  color: #303030;
}
.cs_stdy_tmpl_otc_wrapper .cs_stdy_tmpl_otc_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.cs_stdy_tmpl_otc_wrapper .cs_stdy_tmpl_otc_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Case Study > Outcome > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_otc_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cs_stdy_tmpl_otc_wrapper .cs_stdy_tmpl_otc_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cs_stdy_tmpl_otc_wrapper .cs_stdy_tmpl_otc_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Case Study > Outcome > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_otc_wrapper {
    width: 100vw;
    padding: 0 21px;
    margin-bottom: 50px;
  }
  .case_study_wrapper .cs_stdy_tmpl_otc_wrapper .cs_stdy_tmpl_otc_title {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 30px 0;
  }
}
/* Case Study > Closing Section > Main Style Code > Desktop */
.cs_stdy_tmpl_cl_sec_wrapper {
  display: flex;
  flex-direction: column;
  width: calc((398px * 3) + 60px);
  margin: 0 auto 97px;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_img {
  width: 100%;
  height: 598px;
  object-fit: cover;
  margin: 0 0 70px 0;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_txt_ar_wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 50px 107px 40px;
  background: #D7D2CB;
  color: #303030;
  opacity: 0.95;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_bd_txt {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_bd_txt:before {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/quote_icon.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 28px;
  margin-bottom: 30px;
  background-size: contain;
  background-position: center;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_name {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_role {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0;
}
/* Case Study > Closing Section > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_cl_sec_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_img {
    height: 450px;
  }
  .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_txt_ar_wrapper {
    padding: 40px;
  }
  .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_bd_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_name {
    font-size: 14px;
    line-height: 20px;
  }
  .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_role {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Case Study > Closing Section > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_cl_sec_wrapper {
    width: 100vw;
    margin-bottom: 60px;
  }
  .case_study_wrapper .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_img {
    height: 440px;
    margin-bottom: 80px;
  }
  .case_study_wrapper .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_txt_ar_wrapper {
    width: calc(100% - 21px * 2);
    margin: 0 auto;
    padding: 30px 44px 40px;
  }
  .case_study_wrapper .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_bd_txt {
    font-size: 15px;
  }
  .case_study_wrapper .cs_stdy_tmpl_cl_sec_wrapper .cs_stdy_tmpl_cl_sec_bd_txt:before {
    width: 16px;
    height: 15px;
    margin-bottom: 31px;
  }
}
/* Case Study > Appointment > Main Style Code */
.cs_stdy_tmpl_aptm_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px 0;
  padding: 79px;
  position: relative;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 56px 28px 50px 39px;
  box-sizing: border-box;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt p {
  margin: 0 0 22px 0;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper {
  display: flex;
  justify-content: center;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper .cs_stdy_tmpl_aptm_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper .cs_stdy_tmpl_aptm_btn:visited,
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper .cs_stdy_tmpl_aptm_btn:active {
  color: #FFFFFF;
}
.cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper .cs_stdy_tmpl_aptm_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Case Study > Appointment > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn_wrapper .cs_stdy_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Case Study > Appointment > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper {
    width: 100vw;
    min-height: 603px;
    margin-bottom: 0;
    padding: 50px 21px 44px;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper {
    padding: 30px 18px 30px;
    max-width: unset;
    width: 100%;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_bd_txt ul li {
    margin-bottom: 10px;
  }
  .case_study_wrapper .cs_stdy_tmpl_aptm_wrapper .cs_stdy_tmpl_aptm_txt_ar_wrapper .cs_stdy_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    min-width: unset;
    padding: 11px 20px;
  }
}
/* Commercial Ideas > Background > Main Style Code > Desktop */
.cm_ideas_tmpl_bg_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 90px;
  position: relative;
}
.cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 833px;
  text-align: center;
}
.cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
/* Commercial Ideas > Background > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_bg_wrapper {
    width: 100%;
    height: 450px;
  }
  .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_title {
    font-size: 36px;
    line-height: 36px;
  }
  .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Commercial Ideas > Inspiration > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_bg_wrapper {
    width: 100vw;
    height: 530px;
    margin-bottom: 60px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_img_overlay {
    opacity: 0.85;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper {
    transform: translateY(-50%);
    top: calc(50% + 30px);
    left: 0;
    width: 100%;
    padding: 0 27px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_bg_wrapper .cm_ideas_tmpl_bg_txt_ar_wrapper .cm_ideas_tmpl_bg_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Commercial Ideas > Inspired > Main Style Code > Desktop */
.cm_ideas_tmpl_insp_wrapper {
  width: 752px;
  margin: 0 auto 124px;
  text-align: center;
  color: #303030;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper {
  display: flex;
  justify-content: center;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: #303030;
  text-align: center;
  min-width: 291px;
  margin: 0;
  padding: 12px 36px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn:visited,
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn:active {
  color: #FFFFFF;
}
.cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Commercial Ideas > Inspired > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_insp_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_title {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Inspired > Main Style Code > Mobile*/
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_insp_wrapper {
    width: 100vw;
    padding: 0 20px;
    margin-bottom: 86px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_title {
    margin-bottom: 10px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_bd_txt {
    margin-bottom: 40px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_insp_wrapper .cm_ideas_tmpl_insp_btn_wrapper .cm_ideas_tmpl_insp_btn {
    margin: unset;
    width: 100%;
    padding: 11px 20px;
  }
}
/* Commercial Ideas > Ideas > Main Style Code */
.cm_ideas_tmpl_ideas_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 135px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single {
  width: 612px;
  height: 640px;
  position: relative;
  margin-bottom: 30px;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 29px;
  right: 26px;
  text-decoration: none;
  min-width: 198px;
  padding: 23px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 9px;
  transition: all 0.5s;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 27px;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn:hover .cm_ideas_tmpl_ideas_list_btn_title {
  color: #FFFFFF;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn:hover .cm_ideas_tmpl_ideas_list_btn_subtitle {
  color: #FFFFFF;
}
.cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn:hover .cm_ideas_tmpl_ideas_list_btn_subtitle:after {
  filter: none;
}
/* Commercial Ideas > Ideas > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_ideas_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single {
    width: calc(50% - 10px);
    height: 400px;
  }
  .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn {
    width: calc(100% - 20px * 2);
    min-width: unset;
    right: 20px;
    bottom: 20px;
  }
  .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Ideas > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_ideas_wrapper {
    width: 100vw;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn {
    width: calc(100% - 20px * 2);
    right: 20px;
    bottom: 20px;
    padding: 16px 20px;
    min-width: unset;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_ideas_wrapper .cm_ideas_tmpl_ideas_single .cm_ideas_tmpl_ideas_list_btn .cm_ideas_tmpl_ideas_list_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Testimonials > Main Style Code > Desktop */
.cm_ideas_tmpl_tstm_wrapper {
  width: 100%;
  height: 610px;
  margin: 0 0 209px;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track {
  height: 610px;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single {
  display: flex;
  flex-direction: column;
  position: relative;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_bg_img {
  width: 100%;
  height: 610px;
  object-fit: cover;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #D7D2CB;
  color: #303030;
  opacity: 0.95;
  padding: 0 100px;
  margin: 0 auto;
  width: 1040px;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_bd_txt {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_bd_txt:before {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/quote_icon.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: 30px auto 20px;
  width: 16px;
  height: 15px;
  background-size: contain;
  background-position: center;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_name {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_role {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.cm_ideas_tmpl_tstm_wrapper .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
  width: 13px;
  height: 23px;
  border: 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-prev {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/prev_arrow_d.svg");
  left: -490px;
  right: 490px;
}
.cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-next {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/next_arrow_d.svg");
  left: 490px;
  right: -490px;
}
.cm_ideas_tmpl_tstm_wrapper .slick-arrow:hover {
  cursor: pointer;
}
.cm_ideas_tmpl_tstm_wrapper .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  list-style: none;
  padding: 0;
}
.cm_ideas_tmpl_tstm_wrapper .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
}
.cm_ideas_tmpl_tstm_wrapper .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
/* Commercial Ideas > Testimonials > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper {
    width: 80%;
    padding: 0 50px;
  }
  .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_bd_txt {
    font-size: 16px;
    line-height: 24px;
  }
  .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_name {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_role {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-prev {
    left: 40px;
    right: auto;
  }
  .cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-next {
    left: auto;
    right: 40px;
  }
}
/* Commercial Ideas > Testimonials > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper {
    width: 100vw;
    height: 539px;
    margin-bottom: 59px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track {
    height: 539px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_bg_img {
    height: 539px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper {
    width: calc(100% - 28px * 2);
    padding: 0 37px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_bd_txt {
    font-size: 15px;
    margin-bottom: 48px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_bd_txt:before {
    margin: 30px auto;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-track .cm_ideas_tmpl_tstm_list_single .cm_ideas_tmpl_tstm_list_txt_wrapper .cm_ideas_tmpl_tstm_list_role {
    margin-bottom: 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-prev {
    left: 35px;
    right: unset;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-arrow.slick-next {
    left: unset;
    right: 37px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_tstm_wrapper .slick-dots {
    display: none !important;
  }
}
/* Commercial Ideas > Experts > Main Style Code */
.cm_ideas_tmpl_exp_wrapper {
  width: calc((398px * 3) - 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 170px;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 382px;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 30px 0;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper {
  display: flex;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 203px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn:visited,
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn:active {
  color: #FFFFFF;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper {
  width: 611px;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single {
  height: 260px;
  position: relative;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single:not(:last-child) {
  margin-bottom: 20px;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 279px;
  text-decoration: none;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn:hover .cm_ideas_tmpl_exp_rg_sd_btn_title {
  color: #FFFFFF;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn:hover .cm_ideas_tmpl_exp_rg_sd_btn_subtitle {
  color: #FFFFFF;
}
.cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn:hover .cm_ideas_tmpl_exp_rg_sd_btn_subtitle:after {
  filter: none;
}
/* Commercial Ideas > Experts > Main Style Code >Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_exp_wrapper {
    width: calc(100% - 40px * 2);
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper {
    margin: 0 20px 0 0;
    width: calc(45% - 20px);
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_title {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper {
    width: 55%;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single {
    height: 250px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Experts > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper {
    width: 100vw;
    flex-direction: column;
    margin-bottom: 61px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper {
    width: 100%;
    padding: 0 41px;
    margin-bottom: 50px;
    text-align: center;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_bd_txt {
    line-height: 22px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_lf_sd_wrapper .cm_ideas_tmpl_exp_lf_sd_btn_wrapper .cm_ideas_tmpl_exp_lf_sd_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper {
    width: 100%;
    padding: 0 21px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single {
    height: 240px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn {
    width: calc(100% - 20px * 2);
    min-width: unset;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_exp_wrapper .cm_ideas_tmpl_exp_rg_sd_wrapper .cm_ideas_tmpl_exp_rg_sd_single .cm_ideas_tmpl_exp_rg_sd_btn .cm_ideas_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Trade Team > Main Style Code > Desktop */
.cm_ideas_tmpl_trd_tm_wrapper {
  background-color: rgba(229, 225, 220, 0.5);
  padding: 144px 93px 112px;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 752px;
  margin: 0 auto 140px;
  text-align: center;
  color: #303030;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  max-width: 661px;
  margin: 0 auto 30px;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_bd_ext {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper {
  display: flex;
  justify-content: center;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn:visited,
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn:active {
  color: #FFFFFF;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn:hover {
  color: #303030;
  background: transparent;
  transition: all 0.5s;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 0 auto;
  color: #303030;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single {
  margin-bottom: 30px;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n-1),
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n) {
  margin-left: 30px;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 24px 0 10px 0;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_jb_rl {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Commercial Ideas > Trade Team > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_trd_tm_wrapper {
    padding: 100px 40px 70px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper {
    width: 100%;
    margin-bottom: 70px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_bd_ext {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper {
    width: 100%;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single {
    width: calc(100% / 3 - 10px);
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n-1),
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n) {
    margin-left: 0;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_img {
    height: 200px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_name {
    font-size: 16px;
    line-height: 24px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_jb_rl {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Commercial Ideas > Trade Team > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper {
    width: 100vw;
    padding: 50px 21px 30px;
    margin-bottom: 62px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper {
    width: 100%;
    margin-bottom: 41px;
    padding: 0 8px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_title {
    max-width: unset;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_bd_ext {
    line-height: 22px;
    margin-bottom: 32px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn_wrapper .cm_ideas_tmpl_trd_tm_tp_hlf_btn {
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 14px;
    margin: 0 12px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n-1),
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single:nth-child(3n) {
    margin-left: 0;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_img_name_rl {
    display: flex;
    flex-direction: row;
    margin: 0 0 20px 0;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_img_name_rl .cm_ideas_tmpl_trd_tm_btm_hlf_img {
    width: 145px;
    height: 100px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_img_name_rl .cm_ideas_tmpl_trd_tm_btm_hlf_name_rl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 85px 0 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_name {
    margin-bottom: 8px;
    margin: 0 0 8px 0;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_jb_rl {
    margin: 0;
    font-weight: normal;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_trd_tm_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_wrapper .cm_ideas_tmpl_trd_tm_btm_hlf_single .cm_ideas_tmpl_trd_tm_btm_hlf_txt_ar_bd_txt {
    line-height: 22px;
    margin-right: 18px;
  }
}
/* Commercial Ideas > Appointment > Main Style Code */
.cm_ideas_tmpl_aptm_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px 0;
  padding: 79px;
  position: relative;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 32px 28px 50px 39px;
  box-sizing: border-box;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt p {
  margin: 0 0 22px 0;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper {
  display: flex;
  justify-content: center;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper .cm_ideas_tmpl_aptm_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper .cm_ideas_tmpl_aptm_btn:visited,
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper .cm_ideas_tmpl_aptm_btn:active {
  color: #FFFFFF;
}
.cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper .cm_ideas_tmpl_aptm_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Commercial Ideas > Appointment > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_btn_wrapper .cm_ideas_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Commercial Ideas > Appointment > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper {
    width: 100vw;
    min-height: 623px;
    margin-bottom: 0;
    padding: 50px 21px 44px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper {
    padding: 20px 18px 30px;
    max-width: unset;
    width: 100%;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_bd_txt ul li {
    margin-bottom: 10px;
  }
  .commercial_ideas_wrapper .cm_ideas_tmpl_aptm_wrapper .cm_ideas_tmpl_aptm_txt_ar_wrapper .cm_ideas_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    min-width: unset;
    padding: 11px 20px;
  }
}
/* Contact Page > Body Text > Main Style Code > Desktop */
.con_pag_tmpl_bd_txt_wrapper {
  display: flex;
  flex-direction: column;
  width: 833px;
  margin: 50px auto 51px;
  text-align: center;
  color: #303030;
}
.con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
}
.con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
}
/* Contact Page > Body Text > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pag_tmpl_bd_txt_wrapper {
    width: calc(100% - 40px * 2);
  }
  .con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_title {
    font-size: 28px;
    line-height: 36px;
  }
  .con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_bd_txt {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Contact Page > Contact Form > Main Style Code > Desktop */
.con_pag_tmpl_con_form_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc((398px * 3) + 60px);
  margin: 0 auto 97px;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_bg_img {
  padding: 71px 0;
  object-fit: cover;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd {
  position: absolute;
  top: 0;
  left: 77px;
  background-color: #D7D2CB;
  padding: 20px 30px 35px 26px;
  max-width: 458px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_description,
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_required_legend {
  display: none;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield {
  display: flex;
  flex-direction: column;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .gfield_label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  margin: 0;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container input,
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container textarea {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgba(48, 48, 48, 0.75);
  border-radius: 0;
  border: none;
  padding: 15px 10px;
  width: 402px !important;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container input {
  margin: 0 0 20px 0;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container textarea {
  height: 140px;
  min-height: 140px;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_footer {
  margin: 40px 0 0 0;
  padding: 0;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd [id^=gform_submit_button] {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: solid 2px #303030;
  border-radius: 0;
  background-color: #303030;
  color: #FFFFFF;
  padding: 20px 40px;
  width: 100%;
  margin: 0;
  transition: all 0.5s;
}
.con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd [id^=gform_submit_button]:hover {
  background-color: transparent;
  color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
/* Contact Page > Contact Form > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .con_pag_tmpl_con_form_wrapper {
    width: 100%;
  }
  .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd {
    left: 40px;
    max-width: 375px;
  }
  .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container input,
  .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container textarea {
    width: 100% !important;
    font-size: 14px;
    line-height: 20px;
  }
  .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd [id^=gform_submit_button] {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Contact Page > Contact Form > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .contact_page_wrapper {
    display: flex;
    flex-direction: column;
  }
  .contact_page_wrapper #breadcrumbs {
    display: none;
  }
  .contact_page_wrapper .con_pag_tmpl_bd_txt_wrapper {
    width: 100vw;
    margin-top: calc(60px + 26px);
    margin-bottom: 30px;
    padding: 0 27px;
    color: #FFFFFF;
    z-index: 9;
  }
  .contact_page_wrapper .con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .contact_page_wrapper .con_pag_tmpl_bd_txt_wrapper .con_pag_tmpl_bd_txt_bd_txt {
    font-size: 18px;
    line-height: 26px;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper {
    width: 100vw;
    position: unset;
    margin-bottom: 50px;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_bg_img_overlay {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 480px;
    background: #9D958A;
    mix-blend-mode: multiply;
    opacity: 0.74;
    z-index: 1;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_bg_img {
    position: absolute;
    top: 0;
    padding: 0;
    height: 480px !important;
    width: 100vw;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd {
    position: relative;
    left: 0;
    padding: 0;
    width: calc(100vw - 21px * 2);
    margin: 0 auto;
    padding: 27px 20px 30px;
    z-index: 3;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container input,
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gfield .ginput_container textarea {
    padding: 11px 10px;
    width: 100% !important;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd [id^=gform_submit_button] {
    padding: 12px 20px;
  }
  .contact_page_wrapper .con_pag_tmpl_con_form_wrapper .con_pag_tmpl_con_form_shrtcd .gform_footer {
    margin-top: 30px;
  }
}
/* Contact Page > Map & Details > Main Style Code > Desktop */
.con_pag_tmpl_map_wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.con_pag_tmpl_map_wrapper .acf-map {
  width: 100%;
  height: 591px;
}
.con_pag_tmpl_map_wrapper .acf-map img {
  max-width: inherit !important;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det {
  position: absolute;
  right: 92px;
  top: 0;
  width: 359px;
  background-color: #FFFFFF;
  box-shadow: 0px 10px 20px #0000001A;
  padding: 39px 36px 44px 68px;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single {
  display: flex;
  flex-direction: row;
  position: relative;
  margin: 0 0 calc(10px + 12px) 0;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_icn {
  position: absolute;
  padding: 15px 24px;
  left: calc(-68px - (77px / 2));
  width: 77px;
  height: 60px;
  background-color: #D7D2CB;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_txt_ar {
  display: flex;
  flex-direction: column;
  color: #303030;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_txt_ar .con_pag_tmpl_map_det_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_txt_ar .con_pag_tmpl_map_det_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Contact Page > Map & Details > Main Style Code > Desktop */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact_page_wrapper .con_pag_tmpl_map_wrapper {
    height: auto;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .acf-map {
    height: 400px;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det {
    position: relative;
    right: 0;
    width: 100%;
    padding: 39px 23px 44px 112px;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_icn {
    left: calc(-68px - (96px / 2));
    padding-left: calc(24px + 19px);
    width: 96px;
  }
  .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_txt_ar .con_pag_tmpl_map_det_title {
    font-size: 14px;
    line-height: 20px;
  }
  .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_txt_ar .con_pag_tmpl_map_det_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Contact Page > Map & Details > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .contact_page_wrapper .con_pag_tmpl_map_wrapper {
    height: auto;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .acf-map {
    height: 400px;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det {
    position: relative;
    right: 0;
    width: 100%;
    padding: 39px 23px 44px 112px;
  }
  .contact_page_wrapper .con_pag_tmpl_map_wrapper .con_pag_tmpl_map_det .con_pag_tmpl_map_det_single .con_pag_tmpl_map_det_icn {
    left: calc(-68px - (96px / 2));
    padding-left: calc(24px + 19px);
    width: 96px;
  }
}
/* General Text > Body Text > Main Style Code > Desktop */
.page-template-default article.has-post-thumbnail .post-thumbnail {
  display: none;
}
.general_text_wrapper {
  width: 856px;
  margin: 0 auto;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper {
  margin: 0 0 157px 0;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper img {
  margin: 0 0 61px 0;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper h1,
.general_text_wrapper .gen_txt_bdy_txt_wrapper h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 40px 0 20px 0;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper h4,
.general_text_wrapper .gen_txt_bdy_txt_wrapper h5,
.general_text_wrapper .gen_txt_bdy_txt_wrapper h6 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 40px 0 20px 0;
}
.general_text_wrapper .gen_txt_bdy_txt_wrapper p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
/* General Text > Body Text > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .general_text_wrapper {
    width: calc(100% - 40px * 2);
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper {
    margin: 0 auto 120px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper img {
    margin-bottom: 30px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h1,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h4,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h5,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* General Text > Body Text > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .general_text_wrapper {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper {
    width: 100%;
    padding: 0 21px;
    margin: 0 0 30px 0;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper img {
    margin: 0;
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h1,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h2 {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h3 {
    font-size: 14px;
    line-height: 24px;
    margin-right: 41px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h4,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h5,
  .general_text_wrapper .gen_txt_bdy_txt_wrapper h6 {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .general_text_wrapper .gen_txt_bdy_txt_wrapper p {
    margin: 0 0 30px 0;
  }
}
/* General Text > Search & Navigation > Main Style Code > Desktop */
.gen_txt_src_nav_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 80px 0;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 50px 0;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd {
  margin: 0 0 50px 0;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form {
  position: relative;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-field {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #303030;
  width: 612px;
  padding: 13px 20px;
  border-radius: 0;
  border: 1px solid #303030;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-field:focus-visible {
  outline: none;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-submit {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/search_icon.svg") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border: none !important;
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-submit:hover {
  cursor: pointer;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single {
  width: calc((100%/3) - 25px);
  padding: 27px 37px 37px;
  background: rgba(215, 210, 203, 0.3);
  color: #303030;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_icn {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 0 15px 0;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 7px 0;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single:hover {
  background: #D7D2CB;
  transition: all 0.5s;
}
input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
/* General Text > Search & Navigation > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_title {
    font-size: 16px;
    line-height: 24px;
  }
  .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* General Text > Search & Navigation > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .general_text_wrapper .gen_txt_src_nav_wrapper {
    width: 100vw;
    margin-bottom: 60px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper {
    width: 100%;
    padding: 0 41px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_title {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd {
    width: 100%;
    margin-bottom: 30px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-field {
    width: 100%;
    padding: 13px 16px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_tp_hlf_wrapper .gen_txt_src_bar_shrtcd .search-form .search-submit {
    width: 18px;
    height: 18px;
    right: 18px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper {
    flex-direction: column;
    padding: 0 21px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single {
    width: 100%;
    margin-bottom: 12px;
    padding: 18px 40px 17px 41px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_icn {
    margin-bottom: 10px;
  }
  .general_text_wrapper .gen_txt_src_nav_wrapper .gen_txt_btm_hlf_wrapper .gen_txt_nav_boxs_single .gen_txt_nav_boxs_title {
    font-size: 13px;
    line-height: 15px;
    margin: 0;
  }
}
/* General Text > FAQ > Main Style Code > Desktop */
.gen_txt_faq_wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 0 140px 0;
}
.gen_txt_faq_wrapper .gen_txt_faq_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 60px 0;
}
.gen_txt_faq_wrapper .gen_txt_faqs {
  display: flex;
  flex-direction: column;
  color: #303030;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single {
  display: flex;
  flex-direction: column;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(48, 48, 48, 0.5);
  padding: 20px 0;
  margin: 0;
  position: relative;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:after  {
  transform: translate(-50%, -50%);
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:before,
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transition: transform 0.5s;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single.active .gen_txt_faqs_question:before,
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single.active .gen_txt_faqs_question:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(270deg);
  transition: transform 0.5s;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:hover {
  cursor: pointer;
}
.gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_answer {
  display: none;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 20px 0;
  margin: 0;
}
/* General Text > FAQ > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question {
    font-size: 16px;
    line-height: 24px;
  }
  .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_answer {
    font-size: 14px;
    line-height: 20px;
  }
}
/* General Text > FAQ > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .general_text_wrapper .gen_txt_faq_wrapper {
    width: 100vw;
    margin-bottom: 50px;
    padding: 0 21px;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faq_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px;
    padding: 0 19px;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single.active .gen_txt_faqs_question:after,
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single.active .gen_txt_faqs_question:before {
    right: 19px;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question {
    font-size: 15px;
    line-height: 22px;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:before {
    right: 19px;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_question:after {
    right: 19px;
    padding: 0;
  }
  .general_text_wrapper .gen_txt_faq_wrapper .gen_txt_faqs .gen_txt_faqs_single .gen_txt_faqs_answer {
    padding-right: 11px;
  }
}
/* Home Ideas > Inspiration > Main Style Code > Desktop */
.hm_ideas_tmpl_insp_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 90px;
  position: relative;
}
.hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 659px;
  text-align: center;
}
.hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
/* Home Ideas > Inspiration > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_insp_wrapper {
    width: 100%;
    height: 450px;
  }
  .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_title {
    font-size: 36px;
    line-height: 36px;
  }
  .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Home Ideas > Inspiration > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_insp_wrapper {
    width: 100vw;
    height: 530px;
    margin-bottom: 60px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_img_overlay {
    opacity: 0.85;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper {
    transform: translateY(-50%);
    top: calc(50% + 30px);
    left: 0;
    width: 100%;
    padding: 0 27px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_insp_wrapper .hm_ideas_tmpl_insp_txt_ar_wrapper .hm_ideas_tmpl_insp_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Home Ideas > Description > Main Style Code > Desktop */
.hm_ideas_tmpl_desc_wrapper {
  width: 752px;
  margin: 0 auto;
  text-align: center;
  color: #303030;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper {
  display: flex;
  justify-content: center;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: #303030;
  text-align: center;
  min-width: 291px;
  margin: 0;
  padding: 12px 36px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn:visited,
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn:active {
  color: #FFFFFF;
}
.hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Home Ideas > Description > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_desc_wrapper {
    width: calc(100% - 40px * 2);
  }
  .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_title {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Description > Main Style Code > Mobile*/
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_desc_wrapper {
    width: 100vw;
    padding: 0 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_title {
    margin-bottom: 10px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_bd_txt {
    margin-bottom: 40px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_desc_wrapper .hm_ideas_tmpl_desc_btn_wrapper .hm_ideas_tmpl_desc_btn {
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
  }
}
/* Home Ideas > Ideas > Main Style Code > Desktop */
.hm_ideas_tmpl_ideas_wrapper {
  display: flex;
  background: rgba(229, 225, 220, 0.6);
  margin: 429px 0 90px;
  padding-bottom: 70px;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas {
  width: calc((398px * 3) + 60px);
  margin: -320px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:first-child {
  width: 100%;
  height: 640px;
  margin-bottom: 40px;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:not(:first-child) {
  width: calc((100% / 3) - 20px);
  height: 358px;
  margin-bottom: 30px;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 29px;
  right: 26px;
  text-decoration: none;
  min-width: 198px;
  padding: 23px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 9px;
  transition: all 0.5s;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 27px;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn:hover .hm_ideas_tmpl_ideas_list_btn_title {
  color: #FFFFFF;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn:hover .hm_ideas_tmpl_ideas_list_btn_subtitle {
  color: #FFFFFF;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn:hover .hm_ideas_tmpl_ideas_list_btn_subtitle:after {
  filter: none;
}
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:nth-child(4n-1),
.hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:nth-child(4n) {
  margin-left: 30px;
}
/* Home Ideas > Ideas > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_ideas_wrapper {
    padding-bottom: 50px;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas {
    width: calc(100% - 40px * 2);
    margin: -250px auto 0;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:first-child {
    height: 500px;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:not(:first-child) {
    height: 276px;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:not(:first-child) .hm_ideas_tmpl_ideas_list_btn {
    width: calc(100% - 20px * 2);
    right: 20px;
    bottom: 20px;
    min-width: unset;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_title {
    font-size: 12px;
    line-height: 12px;
  }
  .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_subtitle {
    font-size: 12px;
    line-height: 12px;
  }
}
/* Home ideas > Ideas > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper {
    width: 100vw;
    margin: 59px 0 30px;
    padding: 0;
    background: transparent;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:first-child {
    height: 440px;
    margin-bottom: 50px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:first-child .hm_ideas_tmpl_ideas_list_btn {
    width: calc(100% - 40px * 2);
    left: 40px;
    right: unset;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single:not(:first-child) {
    width: calc(100% - 20px * 2);
    margin: 0 auto 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn {
    width: calc(100% - 20px * 2);
    left: 20px;
    right: unset;
    bottom: 20px;
    padding: 15px 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_title {
    margin-bottom: 8px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_ideas_wrapper .hm_ideas_tmpl_ideas .hm_ideas_tmpl_ideas_single .hm_ideas_tmpl_ideas_list_btn .hm_ideas_tmpl_ideas_list_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Our Catalogue > Main Style Code > Desktop */
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper {
  width: calc((398px * 3) + 60px);
  display: flex;
  flex-direction: column;
  margin: 0 auto 110px;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 36px;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 77px 0;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100% / 8);
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single.active,
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single:hover {
  cursor: pointer;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single.active .hm_ideas_tmpl_our_ctlg_prod_cat_img,
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single:hover .hm_ideas_tmpl_our_ctlg_prod_cat_img {
  padding: 19px 35px;
  border-width: 2px;
  background-color: #D7D2CB99;
  transition: background-color 0.2s;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single .hm_ideas_tmpl_our_ctlg_prod_cat_img {
  width: calc(76px + (36px * 2));
  height: calc(87px + (20px * 2));
  padding: 20px 36px;
  border: 1px solid #303030;
  object-fit: contain;
  transition: all 0.2s;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single .hm_ideas_tmpl_our_ctlg_prod_cat_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 21px 0 0;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods {
  flex-direction: row;
  align-content: flex-start;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 398px;
  height: 462px;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single:not(:first-child) {
  margin-left: 30px;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 37px;
  margin: 0 55px;
  width: calc(100% - (55px*2));
  text-decoration: none;
  color: #303030;
  background: #FFFFFF;
  padding: 16px 20px;
  transition: all 0.5s;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 10px;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn:hover .hm_ideas_tmpl_our_ctlg_prods_single_btn_subtitle:after {
  filter: none;
  transition: all 0.5s;
}
/* Home Ideas > Our Catalogue > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper {
    width: calc(100% - 40px * 2);
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_title {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single {
    margin-bottom: 20px;
    width: calc(100% / 4);
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single .hm_ideas_tmpl_our_ctlg_prod_cat_title {
    margin-top: 10px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single {
    width: calc(100% / 3 - 20px);
    height: 276px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn {
    width: calc(100% - 20px * 2);
    margin: 0 20px;
    bottom: 20px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Our Catalogue > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 36px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 26px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single {
    width: calc(100% / 2);
    margin-bottom: 16px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single:active .hm_ideas_tmpl_our_ctlg_prod_cat_img,
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single:hover .hm_ideas_tmpl_our_ctlg_prod_cat_img {
    padding: 15px 21px !important;
    border-color: #303030;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single .hm_ideas_tmpl_our_ctlg_prod_cat_title {
    width: 90%;
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
    letter-spacing: 0.22px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_list .hm_ideas_tmpl_our_ctlg_cat_single .hm_ideas_tmpl_our_ctlg_prod_cat_img {
    width: calc(76px + (22px * 2));
    height: calc(87px + (16px * 2));
    padding: 16px 22px;
    border-color: #D7D2CB;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods {
    top: 666px;
    width: 100%;
    flex-direction: column;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single {
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single:not(:first-child) {
    margin-left: 0;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn {
    width: calc(100% - (20px*2));
    padding: 15px 20px;
    margin: 0 20px;
    bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_our_ctlg_prod_cat_wrapper .hm_ideas_tmpl_our_ctlg_prods .hm_ideas_tmpl_our_ctlg_prods_single .hm_ideas_tmpl_our_ctlg_prods_single_btn .hm_ideas_tmpl_our_ctlg_prods_single_btn_subtitle {
    font-size: 14px;
  }
}
/* Home Ideas > Free Samples > Main Style Code > Desktop */
.hm_ideas_tmpl_fre_smpls_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 130px;
  position: relative;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper {
  position: absolute;
  top: 196px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  width: 659px;
  text-align: center;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
  padding: 0;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper {
  display: flex;
  justify-content: center;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  min-width: 198px;
  padding: 16px 35px;
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn:visited,
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn:active {
  color: #303030;
}
.hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
/* Home Ideas > Free Samples > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_fre_smpls_wrapper {
    height: 450px;
    width: 100%;
  }
  .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 40px * 2);
  }
  .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_title {
    font-size: 36px;
    line-height: 36px;
  }
  .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_subtitle {
    font-size: 20px;
    line-height: 20px;
  }
  .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Free Samples > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper {
    width: 100vw;
    height: 300px;
    margin-bottom: 60px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_img_overlay {
    opacity: 0.7;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper {
    top: 50%;
    transform: translate(-50%, -50%);
    width: 13.625rem;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_fre_smpls_wrapper .hm_ideas_tmpl_fre_smpls_txt_ar_wrapper .hm_ideas_tmpl_fre_smpls_btn_wrapper .hm_ideas_tmpl_fre_smpls_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
}
/* Home Ideas > More About Blinds > Main Style Code > Desktop */
.hm_ideas_tmpl_mr_abt_blds_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 130px;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 50px 0;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_inf_dtls_img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_inf_dtls_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  max-width: 323px;
  margin-top: 20px;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .slick-slide {
  margin: 15px;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .slick-prev {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/prev_arrow_c.svg");
  left: -36px;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .slick-next {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/next_arrow_c.svg");
  right: -36px;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 33px;
  border: 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.hm_ideas_tmpl_mr_abt_blds_wrapper .slick-arrow:hover {
  cursor: pointer;
}
/* Home Ideas > More About Blinds > Main Style Code > Desktop */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_mr_abt_blds_wrapper {
    width: calc(100% - 40px * 2);
  }
  .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 25px;
  }
  .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_inf_dtls_img {
    height: 200px;
  }
  .hm_ideas_tmpl_mr_abt_blds_wrapper .slick-list {
    width: 95%;
    margin: 0 auto;
  }
  .hm_ideas_tmpl_mr_abt_blds_wrapper .slick-prev {
    left: 0;
  }
  .hm_ideas_tmpl_mr_abt_blds_wrapper .slick-next {
    right: 0;
  }
}
/* Home Ideas > More About Blinds > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper {
    width: 100vw;
    margin-bottom: 60px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider {
    width: calc(100vw - 20px * 2);
    margin: 0 auto;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider .hm_ideas_tmpl_mr_abt_blds_single {
    margin-bottom: 30px;
    display: none;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider .hm_ideas_tmpl_mr_abt_blds_single .hm_ideas_tmpl_mr_abt_blds_inf_dtls_img {
    height: 190px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider .hm_ideas_tmpl_mr_abt_blds_single .hm_ideas_tmpl_mr_abt_blds_inf_dtls_bd_txt {
    max-width: unset;
    margin-top: 10px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider .hm_ideas_tmpl_mr_abt_blds_btn {
    display: block;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #303030;
    text-align: center;
    text-transform: uppercase;
    border: 1px solid #303030;
    background-color: transparent;
    margin-bottom: 60px;
    padding: 11px 20px;
    text-decoration: none;
    transition: all 0.5s;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_mr_abt_blds_wrapper .hm_ideas_tmpl_mr_abt_blds_slider .hm_ideas_tmpl_mr_abt_blds_btn:hover {
    color: #FFFFFF;
    background-color: #303030;
  }
}
/* Home Ideas > Experts > Main Style Code > Desktop */
.hm_ideas_tmpl_exp_wrapper {
  width: calc((398px * 3) + 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 140px;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 398px;
  margin-left: 107px;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 44px 0;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper {
  display: flex;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 203px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn:visited,
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn:active {
  color: #FFFFFF;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper {
  width: 611px;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single {
  height: 348px;
  position: relative;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single:first-child {
  margin-bottom: 20px;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 279px;
  text-decoration: none;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn:hover .hm_ideas_tmpl_exp_rg_sd_btn_title {
  color: #FFFFFF;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn:hover .hm_ideas_tmpl_exp_rg_sd_btn_subtitle {
  color: #FFFFFF;
}
.hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn:hover .hm_ideas_tmpl_exp_rg_sd_btn_subtitle:after {
  filter: none;
}
/* Home Ideas > Experts > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_exp_wrapper {
    width: calc(100% - 40px * 2);
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper {
    margin: 0 20px 0 0;
    width: calc(45% - 20px);
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_title {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper {
    width: 55%;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single {
    height: 250px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Experts > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper {
    width: 100vw;
    flex-direction: column;
    margin-bottom: 70px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper {
    width: 100%;
    margin: 0;
    padding: 0 40px;
    text-align: center;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper {
    margin-bottom: 50px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_lf_sd_wrapper .hm_ideas_tmpl_exp_lf_sd_btn_wrapper .hm_ideas_tmpl_exp_lf_sd_btn {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper {
    width: calc(100% - 20px * 2);
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single {
    height: 240px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn {
    min-width: unset;
    width: calc(100% - 20px * 2);
  }
  .home_ideas_wrapper .hm_ideas_tmpl_exp_wrapper .hm_ideas_tmpl_exp_rg_sd_wrapper .hm_ideas_tmpl_exp_rg_sd_single .hm_ideas_tmpl_exp_rg_sd_btn .hm_ideas_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Appointment > Main Style Code > Desktop */
.hm_ideas_tmpl_aptm_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px 0;
  padding: 79px;
  position: relative;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 56px 28px 50px 39px;
  box-sizing: border-box;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt p {
  margin: 0 0 22px 0;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper {
  display: flex;
  justify-content: center;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper .hm_ideas_tmpl_aptm_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper .hm_ideas_tmpl_aptm_btn:visited,
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper .hm_ideas_tmpl_aptm_btn:active {
  color: #FFFFFF;
}
.hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper .hm_ideas_tmpl_aptm_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Home Ideas > Appointment > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn_wrapper .hm_ideas_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Home Ideas > Appointment > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper {
    width: 100vw;
    min-height: 603px;
    margin-bottom: 0;
    padding: 50px 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper {
    padding: 30px 20px;
    max-width: unset;
    width: 100%;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_bd_txt ul li {
    margin-bottom: 10px;
  }
  .home_ideas_wrapper .hm_ideas_tmpl_aptm_wrapper .hm_ideas_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
    width: 100%;
    text-align: center;
    min-width: unset;
  }
}
/* Homepage > Banner Section > Main Style Code > Desktop */
.hm_tmpl_bnr_wrapper {
  display: flex;
  flex-direction: row;
}
.hm_tmpl_bnr_wrapper .slick-track {
  height: 660px;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_slide_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_img {
  width: 100vw;
  height: 660px;
  object-fit: cover;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  width: 866px;
  margin: 0 auto 20px;
  padding: 0;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0px;
  color: #FFFFFF;
  width: 624px;
  margin: 0 auto 64px;
  padding: 0;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link_wrapper {
  display: flex;
  justify-content: center;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  background: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  min-width: 214px;
  margin: 0;
  padding: 15px 40px;
  transition: all 0.5s;
  text-decoration: none;
}
.hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link:hover {
  color: #FFFFFF;
  background: #303030;
}
.hm_tmpl_bnr_wrapper .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 49px;
  height: 22px;
  border: 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.hm_tmpl_bnr_wrapper .slick-arrow.slick-prev {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/prev_arrow_a.svg");
  left: 112px;
}
.hm_tmpl_bnr_wrapper .slick-arrow.slick-next {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/next_arrow_a.svg");
  right: 112px;
}
.hm_tmpl_bnr_wrapper .slick-arrow:hover {
  cursor: pointer;
}
.hm_tmpl_bnr_wrapper .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 71px;
  list-style: none;
  padding: 0;
}
.hm_tmpl_bnr_wrapper .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
.hm_tmpl_bnr_wrapper .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
}
/* Homepage > Banner Section > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_tmpl_bnr_wrapper .slick-track {
    height: 450px;
  }
  .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_img {
    height: 450px;
  }
  .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper {
    width: 75%;
  }
  .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_title {
    width: 100%;
    font-size: 32px;
    line-height: 38px;
  }
  .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_subtitle {
    font-size: 18px;
    line-height: 24px;
    width: 75%;
    margin: 0 auto 20px;
  }
  .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_tmpl_bnr_wrapper .slick-arrow.slick-prev {
    left: 20px;
  }
  .hm_tmpl_bnr_wrapper .slick-arrow.slick-next {
    right: 20px;
  }
  .hm_tmpl_bnr_wrapper .slick-dots {
    bottom: 45px;
  }
}
/* Homepage > Banner Section > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .homepage_wrapper .hm_tmpl_bnr_wrapper {
    width: 100vw;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-track {
    height: 670px;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_img {
    height: 670px;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_title {
    width: 19.625rem;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_subtitle {
    width: 18.688rem;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-track .slick-slide .hm_tmpl_bnr_sldsh_txt_ar_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link_wrapper .hm_tmpl_bnr_sldsh_txt_ar_btn_link {
    padding: 11px 20px;
    min-width: 14.813rem;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-arrow {
    top: unset;
    transform: translateY(0);
    bottom: 89px;
    width: 39px;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-arrow.slick-prev {
    background: url("/wp-content/themes/baldoyle_blinds/images/icons/prev_arrow_e.svg");
    left: 8.5rem;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-arrow.slick-next {
    background: url("/wp-content/themes/baldoyle_blinds/images/icons/next_arrow_e.svg");
    right: 8.5rem;
  }
  .homepage_wrapper .hm_tmpl_bnr_wrapper .slick-dots {
    bottom: 34px;
  }
}
/* Homepage > Differentiation > Main Style Code > Desktop */
.hm_tmpl_diff_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 190px auto 0;
  padding: 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 90px 50px 47px;
  min-height: 595px;
  width: 535px;
  z-index: 10;
  color: #303030;
  background: #E5E1DC;
  text-align: left;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 30px 0;
  padding: 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_bd_txt p {
  margin: 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper {
  display: flex;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  min-width: 321px;
  padding: 15px 40px;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn:visited,
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn:active {
  color: #303030;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn:hover {
  color: #E5E1DC;
  background: #303030;
  transition: all 0.5s;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: -70px;
  width: 826px;
  height: 625px;
}
@media screen and (min-width: 1024px) {
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper {
    transform: translateX(100vw);
    transition: all 1.5s linear;
  }
  .hm_tmpl_diff_wrapper.view .hm_tmpl_diff_img_ar_wrapper {
    transform: translateX(0);
    transition: all 1.5s linear;
  }
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_img {
  width: 100%;
  height: 100%;
  max-width: unset;
  object-fit: cover;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFFFFF;
  transition: all 0.5s;
  text-decoration: none;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn:visited,
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn:active {
  color: #FFFFFF;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn:hover {
  transform: translateX(-30px);
  transition: all 0.5s;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn .hm_tmpl_diff_img_ar_btn_title {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  margin: 0 0 10px 0;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn .hm_tmpl_diff_img_ar_btn_subtitle {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn .hm_tmpl_diff_img_ar_btn_subtitle:after {
  content: "";
  display: block;
  margin-left: 30px;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* Homepage > Differentiation > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_tmpl_diff_wrapper {
    width: calc(100% - 40px * 2);
    margin: 150px auto 0;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper {
    width: 50%;
    padding: 40px;
    min-height: 625px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_title {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn {
    min-width: unset;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper {
    width: 80%;
    top: -50px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn .hm_tmpl_diff_img_ar_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn .hm_tmpl_diff_img_ar_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Homepage > Differentiation > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .homepage_wrapper .hm_tmpl_diff_wrapper {
    flex-direction: column-reverse;
    width: 100vw;
    margin-top: 50px;
    padding: 0 20px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper {
    text-align: center;
    padding: 29px 20px 40px;
    min-height: unset;
    width: 100%;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_bd_txt {
    font-size: 15px;
    line-height: 22px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_txt_ar_wrapper .hm_tmpl_diff_txt_ar_btn_wrapper .hm_tmpl_diff_txt_ar_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    padding: 11px 20px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper {
    position: relative;
    top: 0;
    width: 100%;
    height: 290px;
  }
  .homepage_wrapper .hm_tmpl_diff_wrapper .hm_tmpl_diff_img_ar_wrapper .hm_tmpl_diff_img_ar_btn {
    bottom: 20px;
    right: 25px;
  }
}
/* Homepage > Ideas Section > Main Style Code > Desktop */
.hm_tmpl_ideas_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #E5E1DC;
  margin-top: calc(216px + 231px);
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: -231px auto 50px;
  width: calc((398px * 3) + 60px);
}
@media screen and (min-width: 1024px) {
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single {
    transform: translateY(100vw);
  }
  .hm_tmpl_ideas_wrapper.view .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single {
    transform: translateY(0);
  }
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(1),
.hm_tmpl_ideas_wrapper.view .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(1) {
  transition: all 1.5s linear;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(2),
.hm_tmpl_ideas_wrapper.view .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(2) {
  transition: all 2.0s linear;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3),
.hm_tmpl_ideas_wrapper.view .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3) {
  transition: all 2.5s linear;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single {
  width: 398px;
  height: 462px;
  position: relative;
  margin-bottom: 30px;
  display: none;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3n-1),
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3n) {
  margin-left: 30px;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 35px;
  left: 0;
  width: calc(100% - 110px);
  margin: 0 55px;
  text-decoration: none;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn:hover .hm_tmpl_ideas_tp_hlf_ideas_list_btn_title,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn:hover .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle {
  color: #FFFFFF;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn:hover .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle:after {
  filter: none;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper {
  width: 398px;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #303030;
  margin-bottom: 97px;
  padding: 15px 40px;
  text-decoration: none;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn:visited,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn:active {
  color: #303030;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn:hover {
  color: #e5e1dc;
  background: #303030;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper {
  width: 752px;
  text-align: center;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 45px 0;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_bd_txt p {
  margin-top: 0;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 135px 0;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link_wrapper,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link_wrapper {
  display: flex;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 40px;
  min-width: 291px;
  text-decoration: none;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link {
  color: #FFFFFF;
  background: #303030;
  border: 2px solid #303030;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link:visited,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link:active {
  color: #FFFFFF;
  background: #303030;
  border: 2px solid #303030;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link:hover {
  color: #303030;
  background: transparent;
  border-color: #303030;
  transition: all 0.5s;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link {
  color: #303030;
  background: transparent;
  border: 2px solid #303030;
  margin-left: 30px;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link:visited,
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link:active {
  color: #303030;
  background: transparent;
  border: 2px solid #303030;
}
.hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
/* Homepage > Ideas Section > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_tmpl_ideas_wrapper {
    margin-top: calc(20px + 231px);
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list {
    width: calc(100% - 40px * 2);
    margin: -138px auto 30px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single {
    width: calc(100% / 3 - 20px);
    height: 276px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn {
    bottom: 20px;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_title {
    font-size: 12px;
    line-height: 12px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle {
    font-size: 12px;
    line-height: 12px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle:after {
    margin-left: 10px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 14px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper {
    width: calc(100% - 40px * 2);
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_title {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons {
    margin: 0 0 80px 0;
  }
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link,
  .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Homepage > Ideas Section > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .homepage_wrapper .hm_tmpl_ideas_wrapper {
    margin-top: 40px;
    width: 100vw;
    padding: 0 21px;
    background: transparent;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list {
    width: 100%;
    margin: 0;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single {
    width: 100%;
    height: 330px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3n-1),
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single:nth-child(3n) {
    margin-left: 0;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn {
    bottom: 20px;
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_title,
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ideas_list .hm_tmpl_ideas_tp_hlf_ideas_single .hm_tmpl_ideas_tp_hlf_ideas_list_btn .hm_tmpl_ideas_tp_hlf_ideas_list_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper {
    width: 100%;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn_wrapper .hm_tmpl_ideas_tp_hlf_ld_mr_btn {
    margin-bottom: 30px;
    padding: 11px 20px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper {
    width: 100%;
    background: #E5E1DC;
    padding: 29px 20px 40px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_btm_hlf_bd_txt {
    line-height: 22px;
    margin-bottom: 31px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link_wrapper,
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link_wrapper {
    width: 100%;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link {
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
    border-width: 1px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link:hover,
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_lf_btn_link:focus {
    border-width: 1px;
  }
  .homepage_wrapper .hm_tmpl_ideas_wrapper .hm_tmpl_ideas_btm_hlf_wrapper .hm_tmpl_ideas_buttons .hm_tmpl_ideas_btm_hlf_rg_btn_link {
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
    margin-top: 20px;
    margin-left: 0;
    border-width: 1px;
  }
}
/* Homepage > Background Section > Main Style Code > Desktop */
.hm_tmpl_bg_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 177px auto 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper {
  display: flex;
  flex-direction: row;
  width: 615px;
  height: 610px;
}
@media screen and (min-width: 1024px) {
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper {
    transform: translateX(-100vw);
    transition: all 1.5s linear;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper.view {
    transform: translateX(0);
    transition: all 1.5s linear;
  }
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track {
  height: 610px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_img {
  width: 615px;
  height: 610px;
  object-fit: cover;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: #D7D2CB;
  color: #303030;
  opacity: 0.95;
  padding: 0 41px;
  margin: 0 auto;
  width: 397px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_bd_txt {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_bd_txt:before {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/quote_icon.svg");
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin: 47px auto 20px;
  width: 16px;
  height: 15px;
  background-size: contain;
  background-position: center;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_name {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_role {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 22px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  position: absolute;
  right: 20px;
  bottom: 30px;
  color: #FFFFFF;
  transition: all 0.5s;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn:visited,
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn:active {
  color: #FFFFFF;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn:hover {
  transform: translateX(-30px);
  transition: all 0.5s;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn .hm_tmpl_bg_lf_sd_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn .hm_tmpl_bg_lf_sd_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-style: normal;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn .hm_tmpl_bg_lf_sd_btn_subtitle:after {
  content: "";
  display: block;
  margin-left: 30px;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow {
  display: block;
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 23px;
  border: 0;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow.slick-prev {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/prev_arrow_b.svg");
  left: 10px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow.slick-next {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/next_arrow_b.svg");
  right: 10px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow:hover {
  cursor: pointer;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-dots {
  position: absolute;
  display: flex;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 99px;
  list-style: none;
  padding: 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-dots li.slick-active button {
  background-color: #FFFFFF;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 10px;
  cursor: pointer;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #303030;
  width: 427px;
  margin-right: 74px;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper {
  display: flex;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper .hm_tmpl_bg_rg_sd_btn {
  display: block;
  min-width: 340px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #303030;
  border: 2px solid #303030;
  padding: 15px 25px;
  transition: all 0.5s;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper .hm_tmpl_bg_rg_sd_btn:active,
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper .hm_tmpl_bg_rg_sd_btn:visited {
  color: #FFFFFF;
}
.hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper .hm_tmpl_bg_rg_sd_btn:hover {
  color: #303030;
  background: transparent;
  transition: all 0.5s;
}
/* Homepage > Background Section > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_tmpl_bg_wrapper {
    width: calc(100% - 40px * 2);
    margin: 120px auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-dots {
    bottom: 75px;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper {
    width: 615px;
    margin: 50px 0 0 0;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_title {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn_wrapper .hm_tmpl_bg_rg_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Homepage > Background Section > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .homepage_wrapper .hm_tmpl_bg_wrapper {
    width: 100vw;
    flex: col;
    flex-direction: column;
    margin-top: 40px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper {
    width: 100%;
    height: 545px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track {
    height: 545px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_img {
    width: 100vw;
    height: 545px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper {
    padding: 0 37px;
    width: calc(100% - 28px * 2);
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_bd_txt {
    font-size: 15px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_bd_txt:before {
    margin-top: 41px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_name {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_txt_wrapper .hm_tmpl_bg_lf_sd_role {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-track .slick-slide .hm_tmpl_bg_lf_sd_btn {
    right: 28px;
    bottom: 38px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow {
    filter: brightness(0);
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow.slick-prev {
    left: 35px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-arrow.slick-next {
    right: 35px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_slider_wrapper .slick-dots {
    display: none !important;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper {
    text-align: center;
    width: 100%;
    padding: 0 28px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_title {
    margin: 60px 0 10px 0;
    font-size: 14px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_bd_txt {
    line-height: 22px;
    margin-bottom: 30px;
  }
  .homepage_wrapper .hm_tmpl_bg_wrapper .hm_tmpl_bg_rg_sd_wrapper .hm_tmpl_bg_rg_sd_btn {
    width: 100%;
    min-width: unset;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
}
/* Homepage > Customer Care Section > Main Style Code > Desktop */
.hm_tmpl_cm_care_wrapper {
  margin: 246px 0 182px;
  background: #D7D2CB;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc((398px * 3) + 60px);
  margin: 0 auto;
  position: relative;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper {
  width: 428px;
  color: #303030;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_title {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 70px 0 20px 0;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_bd_txt {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper {
  display: flex;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper .hm_tmpl_cm_care_lf_sd_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  background: #303030;
  border: 2px solid #303030;
  margin-bottom: 70px;
  padding: 15px 40px;
  min-width: 300px;
  transition: all 0.5s;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper .hm_tmpl_cm_care_lf_sd_btn:visited,
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper .hm_tmpl_cm_care_lf_sd_btn:active {
  color: #FFFFFF;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper .hm_tmpl_cm_care_lf_sd_btn:hover {
  color: #303030;
  background: transparent;
  transition: all 0.5s;
}
.hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_rg_sd_img {
  width: 612px;
  height: 671px;
  object-fit: cover;
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_rg_sd_img {
    transform: translateX(100vw);
    transition: all 1.5s linear;
  }
  .hm_tmpl_cm_care_content.view .hm_tmpl_cm_care_rg_sd_img {
    transform: translateX(0);
    transition: all 1.5s linear;
  }
}
/* Homepage > Customer Care Section > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hm_tmpl_cm_care_wrapper {
    margin: 180px 0 120px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content {
    width: calc(100% - 40px * 2);
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper {
    width: 300px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_title {
    margin: 50px 0 20px 0;
    font-size: 12px;
    line-height: 20px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn_wrapper .hm_tmpl_cm_care_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
    min-width: 100%;
    margin-bottom: 50px;
  }
  .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_rg_sd_img {
    width: 52.5%;
  }
}
/* Homepage > Customer Care Section > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .homepage_wrapper .hm_tmpl_cm_care_wrapper {
    margin: 90px 0 0;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content {
    width: 100vw;
    flex-direction: column-reverse;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper {
    width: 100%;
    padding: 0 28px;
    text-align: center;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_bd_txt {
    line-height: 22px;
    margin-bottom: 30px;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_txt_wrapper .hm_tmpl_cm_care_lf_sd_btn {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .homepage_wrapper .hm_tmpl_cm_care_wrapper .hm_tmpl_cm_care_content .hm_tmpl_cm_care_rg_sd_img {
    position: relative;
    width: 100%;
    height: 402px;
  }
}
/* Measuring Guide > Introduction > Main Style Code > Desktop */
.ms_gud_tmpl_intr_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 80px;
  position: relative;
}
.ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_bg_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.8;
}
.ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 659px;
  text-align: center;
}
.ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
/* Measuring Guide > Introduction > Main Style Code >Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_intr_wrapper {
    width: 100%;
    height: 450px;
  }
  .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_title {
    font-size: 36px;
    line-height: 36px;
  }
  .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Measuring Guide > Introduction > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_intr_wrapper {
    width: 100vw;
    height: 530px;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_bg_img_overlay {
    opacity: 0.7;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper {
    transform: translate(0, -50%);
    left: unset;
    width: 100%;
    padding: 0 27px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_intr_wrapper .ms_gud_tmpl_intr_txt_ar_wrapper .ms_gud_tmpl_intr_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Measuring Guide > Window Type > Main Style Code > Desktop */
.ms_gud_tmpl_win_tp_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list .ms_gud_tmpl_win_tp_anchor_single {
  display: flex;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list .ms_gud_tmpl_win_tp_anchor_single:not(:first-child) .ms_gud_tmpl_win_tp_anchor {
  border-left: none;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list .ms_gud_tmpl_win_tp_anchor_single .ms_gud_tmpl_win_tp_anchor {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  text-decoration: none;
  color: #303030;
  padding: 12px 20px;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list .ms_gud_tmpl_win_tp_anchor_single .ms_gud_tmpl_win_tp_anchor:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list_select {
  display: none;
}
/* Measuring Guide > Window Type > Main Style Code > Mobile */
@media screen and (max-width: 1024px) {
  .measuring_guide_wrapper .ms_gud_tmpl_win_tp_wrapper {
    width: calc(100vw - 41px * 2);
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_title {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list {
    display: none;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_tp_wrapper .ms_gud_tmpl_win_tp_anchor_list_select {
    display: block;
    padding: 9px 22px;
    border: 1px solid #303030;
    background-color: #FFFFFF;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.24px;
    color: #303030;
  }
}
/* Measuring Guide > Fitting Type > Main Style Code > Desktop */
.ms_gud_tmpl_fit_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 61px;
  display: flex;
  flex-direction: column;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar {
  width: 752px;
  text-align: center;
  color: #303030;
  margin: 0 auto;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 60px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 0 80px 0;
  padding: 0 0 51px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single .ms_gud_tmpl_fit_tp_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single .ms_gud_tmpl_fit_tp_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) {
  width: 490px;
  margin-left: 61px;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_title {
  margin: 0 39px 10px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_bd_txt {
  margin: 0 39px 39px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) {
  width: 575px;
  margin-left: 115px;
  margin-right: 12px;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_title {
  margin: 0 39px 10px;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_bd_txt {
  margin: 0 39px 39px;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd {
  width: 428px;
  margin-left: 107px;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt p {
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_img {
  width: 560px;
  margin-right: 30px;
}
/* Measuring Guide > Fitting Type > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_fit_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar {
    width: 100%;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) {
    width: 50%;
    margin: 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_title {
    margin: 0 0 10px 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_bd_txt {
    margin: 0 0 39px 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_img {
    width: auto;
    height: 205px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) {
    width: 50%;
    margin: 0 0 0 10px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_title {
    margin: 0 0 10px 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_bd_txt {
    margin: 0 0 39px 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_img {
    width: auto;
    height: 205px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd {
    width: 40%;
    margin: 0;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_img {
    width: 55%;
    margin: 0;
  }
}
/* Measuring Guide > Fitting Type > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 50px;
    padding-top: 30px;
    border-top: 1px solid rgba(48, 48, 48, 0.5);
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar {
    width: 100%;
    text-align: left;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_title {
    margin-bottom: 10px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_gen_txt_ar .ms_gud_tmpl_fit_gen_bd_txt {
    line-height: 22px;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list {
    flex-direction: column;
    padding: 0 0 50px 0;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single .ms_gud_tmpl_fit_tp_title {
    font-size: 20px;
    line-height: 28px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_title {
    margin: 0 0 10px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_bd_txt {
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(1) .ms_gud_tmpl_fit_tp_img {
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) {
    width: 100%;
    margin: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_title {
    margin: 0 0 10px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_tp_list .ms_gud_tmpl_fit_tp_single:nth-child(2) .ms_gud_tmpl_fit_tp_bd_txt {
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf {
    flex-direction: column;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt {
    line-height: 22px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_hlf_lf_sd .ms_gud_tmpl_fit_btm_txt_ar_bd_txt p {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_fit_wrapper .ms_gud_tmpl_fit_btm_hlf .ms_gud_tmpl_fit_btm_img {
    width: 100%;
    margin: 0;
  }
}
/* Measuring Guide > Top Tips > Main Style Code > Desktop */
.ms_gud_tmpl_tp_tip_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  background: rgba(215, 210, 203, 0.3);
  padding: 50px 30px 50px 44px;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf {
  display: flex;
  flex-direction: row;
  margin: 0 0 49px 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_img {
  width: 140px;
  height: 120px;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar {
  padding: 0 48px 0 26px;
  color: #303030;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf {
  display: flex;
  flex-direction: column;
  padding: 0 44px 0 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 14px 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_img {
  width: 140px;
  height: 120px;
  margin: 0 26px 0 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 0 0 16px;
  border-left: 1px solid rgba(48, 48, 48, 0.5);
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols {
  display: flex;
  flex-direction: row;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_a,
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
  width: 50%;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_a p,
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b p {
  margin: 0;
}
.ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
  padding: 0 0 0 30px;
}
/* Measuring Guide > Top Tips > Main Style Code>Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_tp_tip_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf {
    flex-direction: column-reverse;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_img {
    padding: 20px 0 0 0;
    object-fit: cover;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar {
    padding: 0 20px 0 0;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_img {
    width: calc(100% / 2 - 10px);
    margin: 0;
    object-fit: cover;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_img:nth-child(2n) {
    margin-left: 10px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols {
    flex-direction: column;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_a,
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
    font-size: 14px;
    line-height: 24px;
    width: 100%;
  }
  .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
    padding: 0;
  }
}
/* Measuring Guide > Top Tips > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper {
    width: 100vw;
    flex-direction: column;
    padding: 30px 21px 50px;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd {
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_img {
    order: 2;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_title {
    order: 1;
    text-align: center;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_top_hlf .ms_gud_tmpl_tp_tip_lf_sd_top_txt_ar_bd_txt {
    order: 3;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf {
    padding: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_title {
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_lf_sd .ms_gud_tmpl_tp_tip_lf_sd_btm_hlf .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_wrap .ms_gud_tmpl_tp_tip_lf_sd_btm_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd {
    padding: 0;
    border: none;
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_title {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols {
    flex-direction: column;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_a,
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_wrapper .ms_gud_tmpl_tp_tip_rg_sd .ms_gud_tmpl_tp_tip_rg_sd_cols .ms_gud_tmpl_tp_tip_rg_sd_col_b {
    padding: 0;
  }
}
/* Measuring Guide > Width Measuring > Main Style Code > Desktop */
.ms_gud_tmpl_wdth_meas_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_img {
  width: 583px;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt {
  width: 428px;
  margin: 0 77px 0 0;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt p {
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt ul {
  list-style: none;
  margin: 0 42px 0 0;
  padding: 0;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/* Measuring Guide > Width Measuring > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_wdth_meas_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_img {
    width: 50%;
  }
  .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt {
    width: 45%;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
  }
}
/* Measuring Guide > Width Measuring > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_wdth_meas_wrapper {
    width: calc(100vw - 21px * 2);
    flex-direction: column;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt {
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt p {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_wdth_meas_wrapper .ms_gud_tmpl_wdth_meas_bd_txt ul {
    margin: 0;
  }
}
/* Measuring Guide > Top Tips II > Main Style Code > Desktop */
.ms_gud_tmpl_tp_tip_ii_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  background: rgba(215, 210, 203, 0.3);
  padding: 46px 44px 36px;
}
.ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap .ms_gud_tmpl_tp_tip_ii_gal_img {
  width: 140px;
  height: 120px;
  object-fit: contain;
  margin: 0 26px 0 0;
  background-color: #FFFFFF;
}
.ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar {
  width: 657px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 52px;
}
.ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
/* Measuring Guide > Top Tips II > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_tp_tip_ii_wrapper {
    width: calc(100% - 40px * 2);
    justify-content: space-between;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap {
    width: 40%;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap .ms_gud_tmpl_tp_tip_ii_gal_img {
    width: calc(100% / 2 - 20px);
    height: 100px;
    margin: 0;
    object-fit: cover;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap .ms_gud_tmpl_tp_tip_ii_gal_img:nth-child(2n) {
    margin-left: 20px;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar {
    width: 55%;
    margin: 0;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Measuring Guide > Top Tips II > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_ii_wrapper {
    width: 100vw;
    margin-bottom: 50px;
    padding: 30px 21px 50px;
    flex-direction: column;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap {
    order: 2;
    flex-direction: column;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_gal_wrap .ms_gud_tmpl_tp_tip_ii_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_title {
    order: 1;
    margin-bottom: 22px;
    text-align: center;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_ii_wrapper .ms_gud_tmpl_tp_tip_ii_txt_ar_bd_txt {
    order: 3;
    line-height: 22px;
  }
}
/* Measuring Guide > Window Fitting > Main Style Code > Desktop */
.ms_gud_tmpl_win_fit_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 60px 43px 0 107px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar {
  width: 428px;
  color: #303030;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 27px 0;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt p {
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt ul {
  list-style: none;
  margin: 0 42px 0 0;
  padding: 0;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_img {
  width: 500px;
}
/* Measuring Guide > Window Fitting > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_win_fit_wrapper {
    width: calc(100% - 40px * 2);
    padding: 60px 0 75px;
  }
  .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar {
    width: 40%;
  }
  .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_img {
    width: 55%;
  }
}
/* Measuring Guide > Window Fitting > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 50px;
    padding: 0;
    flex-direction: column;
    border: none;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt {
    line-height: 22px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt .ms_gud_tmpl_win_fit_txt_ar_bd_txt p {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt ul {
    margin: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_txt_ar .ms_gud_tmpl_win_fit_txt_ar_bd_txt ul li {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_win_fit_wrapper .ms_gud_tmpl_win_fit_img {
    width: 100%;
  }
}
/* Measuring Guide > Top Tips III > Main Style Code > Desktop */
.ms_gud_tmpl_tp_tip_iii_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  background: rgba(215, 210, 203, 0.3);
  padding: 30px 56px 0 44px;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 69px 0 83px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(140px * 3 + 30px * 3);
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap .ms_gud_tmpl_tp_tip_iii_tp_gal_img {
  width: 140px;
  height: 120px;
  object-fit: contain;
  margin: 0 30px 30px 0;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar {
  display: flex;
  flex-direction: column;
  width: 487px;
  margin: 0 0 30px 0;
  color: #303030;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 69px 0 83px;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: calc(140px * 3 + 30px * 3);
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap .ms_gud_tmpl_tp_tip_iii_btm_gal_img {
  width: 140px;
  height: 120px;
  object-fit: contain;
  margin: 0 30px 17px 0;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar {
  display: flex;
  flex-direction: column;
  width: 487px;
  margin: 0;
  color: #303030;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Measuring Guide > Top Tips III > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_tp_tip_iii_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf {
    padding: 0;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap {
    width: 30%;
    justify-content: flex-start;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap .ms_gud_tmpl_tp_tip_iii_tp_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar {
    width: 65%;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf {
    padding: 30px 0;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap {
    width: 30%;
    justify-content: flex-start;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap .ms_gud_tmpl_tp_tip_iii_btm_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar {
    width: 65%;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Measuring Guide > Top Tips III > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 30px;
    padding: 30px 21px 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf {
    flex-direction: column;
    padding: 0;
    border: none;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap {
    order: 2;
    flex-direction: column;
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_gal_wrap .ms_gud_tmpl_tp_tip_iii_tp_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_title {
    order: 1;
    margin-bottom: 20px;
    text-align: center;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_tp_hlf .ms_gud_tmpl_tp_tip_iii_tp_txt_ar_bd_txt {
    order: 3;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf {
    flex-direction: column;
    padding: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap {
    order: 2;
    flex-direction: column;
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_gal_wrap .ms_gud_tmpl_tp_tip_iii_btm_gal_img {
    width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_title {
    order: 1;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_tp_tip_iii_wrapper .ms_gud_tmpl_tp_tip_iii_btm_hlf .ms_gud_tmpl_tp_tip_iii_btm_txt_ar_bd_txt {
    order: 3;
  }
}
/* Measuring Guide > Bay Windows > Main Style Code > Desktop */
.ms_gud_tmpl_bay_win_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar {
  width: 752px;
  text-align: center;
  color: #303030;
  margin: 0 auto;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 70px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 20px 0 107px;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd {
  color: #303030;
  width: 428px;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 11px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 24px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper {
  display: flex;
  margin: 0 0 35px 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  border: 2px solid #303030;
  color: #303030;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn:visited,
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn:active {
  color: #303030;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn:before,
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/download_icon.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn:hover:before,
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn:hover:before {
  filter: invert(1);
  transition: all 0.5s;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: underline;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst p {
  margin: 0;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst a,
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst a:visited,
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst a:active {
  color: #303030;
}
.ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_rg_sd_img {
  width: 571px;
  object-fit: contain;
}
/* Measuring Guide > Bay Windows > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_bay_win_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar {
    width: 100%;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf {
    padding: 0;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd {
    width: 40%;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst {
    font-size: 14px;
    line-height: 24px;
  }
  .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_rg_sd_img {
    width: 55%;
  }
}
/* Measuring Guide > Bay Windows > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar {
    width: 100%;
    text-align: left;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_title {
    margin-bottom: 10px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_gen_txt_ar .ms_gud_tmpl_bay_win_gen_bd_txt {
    line-height: 22px;
    margin-bottom: 50px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf {
    flex-direction: column;
    padding: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_title {
    order: 1;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_bd_txt {
    order: 2;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper {
    order: 4;
    margin: 0 auto 31px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_btn_wrapper .ms_gud_tmpl_bay_win_lf_sd_btn {
    padding: 11px 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_lf_sd_link_lst {
    order: 5;
    text-align: center;
    margin: 0 auto;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_bay_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_bay_win_rg_sd_img {
    order: 3;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* Measuring Guide > Square Bay > Main Style Code > Desktop */
.ms_gud_tmpl_sq_bay_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 125px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 77px 0 94px;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_lf_sd_img {
  width: 427px;
  object-fit: contain;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd {
  color: #303030;
  width: 435px;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 11px 0;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 24px 0;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper {
  display: flex;
  margin: 0 0 35px 0;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 15px 20px;
  border: 2px solid #303030;
  color: #303030;
  transition: all 0.5s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn:visited,
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn:active {
  color: #303030;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0px;
  text-decoration: underline;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst p {
  margin: 0;
}
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst a,
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst a:visited,
.ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst a:active {
  color: #303030;
}
/* Measuring Guide > Square Bay > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_sq_bay_wrapper {
    width: calc(100% - 40px * 2);
    padding: 0;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_lf_sd_img {
    width: 55%;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd {
    width: 40%;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst {
    font-size: 14px;
    line-height: 24px;
  }
}
/* Measuring Guide > Square Bay > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .ms_gud_tmpl_sq_bay_wrapper {
    width: calc(100vw - 21px * 2);
    flex-direction: column;
    margin-bottom: 60px;
    padding: 30px 0 0 0;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_lf_sd_img {
    order: 3;
    width: 208px;
    margin: 0 auto 30px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_title {
    order: 1;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_bd_txt {
    order: 2;
    margin-bottom: 30px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper {
    order: 4;
    margin: 0 auto 31px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn_wrapper .ms_gud_tmpl_sq_bay_rg_sd_btn {
    padding: 11px 20px;
  }
  .ms_gud_tmpl_sq_bay_wrapper .ms_gud_tmpl_sq_bay_rg_sd_link_lst {
    order: 5;
    margin: 0 auto;
    text-align: center;
  }
}
/* Measuring Guide > Roof Windows > Main Style Code > Desktop */
.ms_gud_tmpl_roof_win_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 132px;
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar {
  width: 752px;
  text-align: center;
  color: #303030;
  margin: 0 auto;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 60px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd {
  display: flex;
  flex-direction: column;
  width: 630px;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_img {
  width: 476px;
  object-fit: contain;
  margin: 0 auto 62px;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_gal_wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_gal_wrap .ms_gud_tmpl_roof_win_lf_sd_gal_img {
  width: 283px;
  object-fit: contain;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 428px;
  margin-right: 77px;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 19px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_bd_txt p {
  margin: 0 0 16px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_gal_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_gal_wrap .ms_gud_tmpl_roof_win_rg_sd_gal_img {
  width: auto;
  height: 17px;
  margin: 0 15px 15px 0;
}
.ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_img {
  width: 274px;
  object-fit: contain;
  margin: 0;
}
/* Measuring Guide > Roof Windows > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_roof_win_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar {
    width: 100%;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd {
    width: 50%;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_img {
    width: 100%;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_gal_wrap .ms_gud_tmpl_roof_win_lf_sd_gal_img {
    width: calc(100% / 2 - 10px);
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd {
    width: 45%;
    margin: 0;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_img {
    width: 100%;
  }
}
/* Measuring Guide > Roof Windows > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar {
    width: 100%;
    text-align: left;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_title {
    margin-bottom: 10px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 19px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_roof_win_gen_txt_ar .ms_gud_tmpl_roof_win_gen_bd_txt {
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf {
    flex-direction: column;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd {
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_img {
    width: 100%;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_gal_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_lf_sd .ms_gud_tmpl_roof_win_lf_sd_gal_wrap .ms_gud_tmpl_roof_win_lf_sd_gal_img {
    width: 265px;
    margin: 0 0 20px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd {
    width: 100%;
    margin: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_bd_txt {
    margin-bottom: 37px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_bd_txt p {
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_tp_hlf .ms_gud_tmpl_roof_win_rg_sd_gal_wrap {
    justify-content: center;
    align-items: center;
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_roof_win_wrapper .ms_gud_tmpl_bay_win_btm_hlf .ms_gud_tmpl_roof_win_rg_sd .ms_gud_tmpl_roof_win_rg_sd_img {
    margin: 0 auto;
  }
}
/* Measuring Guide > Shutters > Main Style Code > Desktop */
.ms_gud_tmpl_shut_wrapper {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 60px;
  display: flex;
  flex-direction: column;
  padding: 60px 0 0 0;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar {
  width: 752px;
  text-align: center;
  color: #303030;
  margin: 0 auto;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 70px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 124px 0;
  padding: 0 107px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar {
  color: #303030;
  width: 428px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 60px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_btm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_btm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_img {
  width: 440px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 104px 0;
  padding: 0 155px 0 107px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_img {
  width: 420px;
  object-fit: contain;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar {
  color: #303030;
  width: 350px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar .ms_gud_tmpl_shut_desc_gr_b_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar .ms_gud_tmpl_shut_desc_gr_b_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 93px 0;
  padding: 0 184px 0 107px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar {
  color: #303030;
  width: 373px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar .ms_gud_tmpl_shut_desc_gr_c_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar .ms_gud_tmpl_shut_desc_gr_c_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_img {
  width: 428px;
  object-fit: contain;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 160px 0;
  padding: 0 107px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_img {
  width: 428px;
  object-fit: contain;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar {
  color: #303030;
  width: 398px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  padding: 0 77px 0 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
  padding: 0 48px 0 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf {
  display: flex;
  flex-direction: column;
  background: rgba(215, 210, 203, 0.3);
  padding: 24px 23px 19px 37px;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0 0 9px 0;
}
.ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Measuring Guide > Shutters > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_shut_wrapper {
    width: calc(100% - 40px * 2);
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar {
    width: 100%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a {
    padding: 0;
    margin-bottom: 75px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar {
    width: 40%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_btm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_btm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_img {
    width: 50%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b {
    padding: 0;
    margin-bottom: 75px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_img {
    width: 50%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar {
    width: 40%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar .ms_gud_tmpl_shut_desc_gr_b_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar .ms_gud_tmpl_shut_desc_gr_b_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c {
    padding: 0;
    margin-bottom: 75px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar {
    width: 40%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar .ms_gud_tmpl_shut_desc_gr_c_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar .ms_gud_tmpl_shut_desc_gr_c_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_img {
    width: 50%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d {
    padding: 0;
    margin-bottom: 75px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_img {
    width: 50%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar {
    width: 40%;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_title {
    padding: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_bd_txt {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf {
    padding: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_title {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Measuring Guide > Shutters > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 50px;
    padding-top: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar {
    width: 100%;
    text-align: left;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_title {
    margin-bottom: 10px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_gen_txt_ar .ms_gud_tmpl_shut_gen_bd_txt {
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a {
    flex-direction: column;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_tp_bd_txt {
    margin-bottom: 40px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_txt_ar .ms_gud_tmpl_shut_desc_gr_a_txt_ar_btm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_a .ms_gud_tmpl_shut_desc_gr_a_img {
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b {
    flex-direction: column-reverse;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_b .ms_gud_tmpl_shut_desc_gr_b_txt_ar .ms_gud_tmpl_shut_desc_gr_b_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c {
    flex-direction: column;
    padding: 0 0 50px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_c .ms_gud_tmpl_shut_desc_gr_c_txt_ar .ms_gud_tmpl_shut_desc_gr_c_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d {
    flex-direction: column;
    padding: 0;
    margin: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_img {
    order: 3;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_title {
    order: 1;
    font-size: 20px;
    line-height: 28px;
    padding: 0;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_tp_bd_txt {
    order: 2;
    padding: 0;
    margin-bottom: 30px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_shut_wrapper .ms_gud_tmpl_shut_desc_gr_d .ms_gud_tmpl_shut_desc_gr_d_txt_ar_btm_hlf {
    order: 4;
    padding: 24px 9px 19px 17px;
  }
}
/* Measuring Guide > Appointment > Main Style Code > Desktop */
.ms_gud_tmpl_aptm_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0 0 20px 0;
  padding: 79px;
  position: relative;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 56px 28px 50px 39px;
  box-sizing: border-box;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt p {
  margin: 0 0 22px 0;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper {
  display: flex;
  justify-content: center;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper .ms_gud_tmpl_aptm_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper .ms_gud_tmpl_aptm_btn:visited,
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper .ms_gud_tmpl_aptm_btn:active {
  color: #FFFFFF;
}
.ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper .ms_gud_tmpl_aptm_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Measuring Guide > Appointment > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_btn_wrapper .ms_gud_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Measuring Guide > Appointment > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper {
    width: 100vw;
    min-height: 603px;
    margin-bottom: 0;
    padding: 50px 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper {
    padding: 30px 20px;
    max-width: unset;
    width: 100%;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .ms_gud_tmpl_aptm_bd_txt ul li {
    margin-bottom: 10px;
  }
  .measuring_guide_wrapper .ms_gud_tmpl_aptm_wrapper .ms_gud_tmpl_aptm_txt_ar_wrapper .hm_ideas_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
    width: 100%;
    text-align: center;
    min-width: unset;
  }
}
/* Header > Top Menu > Main Style Code */
*:focus {
  outline: none;
}
.post-edit-link {
  display: none;
}
html {
  scroll-behavior: smooth;
}
.entry-header {
  display: none;
}
body {
  margin: 0 !important;
}
#top_menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 14px 93px;
  margin: 0;
  list-style: none;
  background: #D7D2CB;
}
#top_menu ul li {
  margin-left: 32px;
  display: flex;
  align-items: center;
}
#top_menu ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.2s;
}
#top_menu ul li a:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
#top_menu ul li.top_menu_search:before {
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/search_icon.svg");
  content: "";
  display: block;
  margin-right: 10px;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#top_menu ul .menu-image {
  object-fit: contain;
}
#top_menu ul .menu-image-title {
  padding: 0;
  margin: 0;
}
.custom-menu-cart  {
  position: relative;
}
.custom-menu-cart a {
  padding: 0 0 0 24px;
}
.custom-menu-cart a:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/menu_cart.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.custom-menu-cart .cart-contents-count {
  background-color: #303030;
  color: #FFFFFF;
  width: 14px;
  height: 14px;
  font-size: 7px;
  line-height: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 8px;
  top: -8px;
}
/* Header > Primary Menu > Main Style Code */
header.site-header {
  position: relative;
  z-index: 9998;
}
header #site-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D7D2CB;
}
header #site-navigation .custom-logo-link {
  display: flex;
  align-items: center;
  margin-left: 33px;
}
header #site-navigation .custom-logo-link img {
  width: 246px;
  height: 65px;
}
header #site-navigation [class$=-container] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header #site-navigation [class$=-container]>ul {
  justify-content: flex-end;
  align-items: center;
  margin: 0 93px;
}
header #site-navigation [class$=-container]>ul>li a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
}
header #site-navigation [class$=-container]>ul>li a:visited,
header #site-navigation [class$=-container]>ul>li a:active {
  color: #303030;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 95%;
  width: 886px;
  background: #FFFFFF;
  padding: 20px 79px;
  box-shadow: none;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li {
  display: flex;
  flex-direction: column;
  width: 164px;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li .menu-image {
  padding: 20px 44px;
  border: 1px solid #D7D2CB;
  object-fit: contain;
  transition: all 0.2s;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li:hover {
  cursor: pointer;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li:hover .menu-image {
  padding: 19px 43px;
  border: 2px solid #303030;
  background-color: #D7D2CB98;
  transition: background-color 0.2s;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li>a {
  display: flex;
  flex-direction: column;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  width: unset;
  margin-top: 8px;
}
header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul>li:not(:nth-child(n+5))>a {
  margin-bottom: 20px;
}
header #site-navigation [class$=-container]>ul>li:not(:first-child) {
  margin-left: 50px;
}
header #site-navigation [class$=-container]>ul>li:not(:last-child) {
  padding: 40px 0;
  cursor: pointer;
}
header #site-navigation [class$=-container]>ul>li:last-child {
  background: #303030;
  border: 1px solid #303030;
  transition: all 0.5s;
}
header #site-navigation [class$=-container]>ul>li:last-child:hover {
  background: #ffffff;
  transition: all 0.5s;
}
header #site-navigation [class$=-container]>ul>li:last-child a {
  padding: 15px 25px;
  color: #ffffff;
  transition: all 0.5s;
}
header #site-navigation [class$=-container]>ul>li:last-child:hover a {
  color: #303030;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  header #site-navigation [class$=-container]>ul>li:not(.catalogue_menu):not(:last-child):hover {
    padding-bottom: 35px;
    border-bottom: 5px solid #303030;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* Header > Top Menu > Main Style Code > Tablet */
  #top_menu ul {
    padding: 14px 20px;
  }
  #top_menu ul li {
    margin-left: 20px;
  }
  #top_menu ul li a {
    font-size: 10px;
  }
  /* Header > Primary Menu > Main Style Code > Tablet */
  header #site-navigation .custom-logo-link {
    margin-left: 20px;
  }
  header #site-navigation .custom-logo-link img {
    width: 185px;
    height: auto;
  }
  header #site-navigation [class$=-container]>ul {
    margin: 0 20px;
  }
  header #site-navigation [class$=-container]>ul>li a {
    font-size: 12px;
  }
  header #site-navigation [class$=-container]>ul>li:not(:first-child) {
    margin-left: 20px;
    text-align: center;
  }
  header #site-navigation [class$=-container]>ul>li:not(:last-child) {
    text-align: center;
  }
  header #site-navigation [class$=-container]>ul>li.menu-item-has-children>ul {
    width: 60vw;
    padding: 20px 50px;
  }
}
@media screen and (min-width: 768px) {
  #mobile_menu,
  #mobile_menu_popup {
    display: none;
  }
}
/* Mobile Header > Main Style Code */
@media screen and (max-width: 767px) {
  #top_menu,
  #site-navigation {
    display: none !important;
  }
  #mobile_menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    padding: 12px 20px;
    width: 100vw;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    transition: background-color 0.35s;
  }
  #mobile_menu .mob_hadr_brg_btn {
    display: block;
    width: 20px;
    height: 16px;
    border: 0;
    font-size: 0;
    background: url(/wp-content/themes/baldoyle_blinds/images/icons/burger_menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
  }
  #mobile_menu .mob_hadr_logo {
    width: 152px;
    height: 39px;
    object-fit: contain;
    margin: 0 0 0 20px;
    transform: translate(0, 5px);
  }
  #mobile_menu>[class$=-container]>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 110px;
  }
  #mobile_menu>[class$=-container]>ul .custom-menu-cart span:not(.cart-contents-count) {
    display: none;
  }
  #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before {
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    transform: translateY(-70%);
    filter: brightness(0) invert(1);
  }
  #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count {
    left: 12px;
    top: -7px;
    background-color: #FFFFFF;
    color: #303030;
  }
  #mobile_menu>[class$=-container]>ul>li img {
    padding-right: 0;
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
    transform: translate(0, -5px);
  }
  #mobile_menu>[class$=-container]>ul>li .menu-image-title {
    display: none;
  }
  body.with-mobile-pop-up-menu {
    touch-action: none;
  }
  body.with-mobile-pop-up-menu .mobile_menu_popup.show {
    touch-action: auto;
    overflow-y: scroll;
  }
  #mobile_menu #mobile_menu_popup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 30px;
    position: absolute;
    top: 0;
    left: -19.625rem;
    width: 19.625rem;
    min-height: 100vh;
    background: #FFFFFF;
    z-index: 10;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_logo {
    width: 165px;
    height: 42px;
    object-fit: contain;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_cls_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 17px;
    height: 42px;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_cls_btn:after {
    content: "✕";
    font-size: 27px;
  }
  #mobile_menu #mobile_menu_popup [class$=-container] {
    position: absolute;
    top: calc(12px + 42px + 71px);
    width: calc(19.625rem - (30px * 2));
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children {
    display: flex;
    flex-direction: row;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children #mobile-submenu-btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    width: calc(19.625rem - 30px - 52px);
    height: 15px;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children #mobile-submenu-btn:after {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    margin-left: 15px;
    background: url(/wp-content/themes/baldoyle_blinds/images/icons/submenu_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: -40px;
    left: -21.625rem;
    width: 19.625rem;
    min-height: calc(100vh - 12px - 42px - 71px);
    padding: 2.813rem 1.875rem 1.875rem;
    margin: 0;
    list-style: none;
    background: #FFFFFF;
    z-index: 100;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul #mobile-submenu-back-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    top: 0;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
    text-transform: uppercase;
    width: calc(19.625rem - (30px * 2));
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul #mobile-submenu-back-btn:before {
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    margin-right: 15px;
    background: url(/wp-content/themes/baldoyle_blinds/images/icons/submenu_arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li {
    max-width: 7.5rem;
    margin-bottom: 1rem;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li:focus .menu-image,
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li:hover .menu-image {
    border: 2px solid #303030;
    background-color: #D7D2CB98;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li:nth-child(2n+1) {
    margin-left: 0.875rem;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li .menu-image {
    width: calc(4.75rem + (1.375rem * 2));
    height: calc(5.438rem + (1rem * 2));
    padding: 1rem 1.375rem;
    border: 1px solid #303030;
    object-fit: contain;
    transition: all 0.5s;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li.menu-item-has-children>ul>li .menu-image-title {
    margin-top: 4px;
    font-size: 11px;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li a {
    color: #303030;
    text-decoration: none;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li a:visited,
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>li a:active {
    color: #303030;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>.menu-item:last-child {
    margin: 40px 0 0 0;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>.menu-item:last-child a {
    display: block;
    padding: 10px 27px;
    text-align: center;
    color: #FFFFFF;
    background: #303030;
    border: 1px solid #303030;
    transition: all 0.5s;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>.menu-item:last-child a:visited,
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>.menu-item:last-child a:active {
    color: #FFFFFF;
  }
  #mobile_menu #mobile_menu_popup [class$=-container]>ul>.menu-item:last-child a:focus {
    color: #303030;
    background: #FFFFFF;
    transition: all 0.5s;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #FFFFFF;
    width: 19.625rem;
    padding: 0 30px;
    left: 0;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_title {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    margin: 0 0 20px 0;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap {
    display: flex;
    flex-direction: row;
    margin: 0 0 46px 0;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap .mob_pop_men_soc_links_links_single {
    color: #303030;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap .mob_pop_men_soc_links_links_single img {
    filter: invert(1);
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap .mob_pop_men_soc_links_links_single:not(:first-child) {
    margin-left: 20px;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap .mob_pop_men_soc_links_links_single:visited,
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_soc_links_wrap .mob_pop_men_soc_links_links_single:active {
    color: #303030;
  }
  #mobile_menu #mobile_menu_popup .mob_pop_men_soc_links_and_cpr_ar .mob_pop_men_cpr_ar {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0px;
    margin: 0 0 78px 0;
  }
  #masthead #mobile_menu.sticky_header {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #D7D2CB;
    transition: background-color 0.35s;
  }
  body.woocommerce-page main#primary,
  body.page-template-default main#primary {
    padding-top: 70px;
  }
  body.search-results main#primary,
  body.error404 main#primary,
  body.search-no-results main#primary {
    padding-top: 120px;
  }
  body.woocommerce-page #mobile_menu,
  body.page-template-default #mobile_menu,
  body.search-results #mobile_menu,
  body.error404 #mobile_menu,
  body.search-no-results #mobile_menu {
    background-color: #ffffff;
    position: fixed;
    top: 0;
    border-bottom: 1px solid #D7D2CB;
  }
  body.woocommerce-page #mobile_menu .mob_hadr_brg_btn,
  body.page-template-default #mobile_menu .mob_hadr_brg_btn,
  body.search-results #mobile_menu .mob_hadr_brg_btn,
  body.error404 #mobile_menu .mob_hadr_brg_btn,
  body.search-no-results #mobile_menu .mob_hadr_brg_btn,
  body.woocommerce-page #mobile_menu>[class$=-container]>ul>li img,
  body.page-template-default #mobile_menu>[class$=-container]>ul>li img,
  body.search-results #mobile_menu>[class$=-container]>ul>li img,
  body.error404 #mobile_menu>[class$=-container]>ul>li img,
  body.search-no-results #mobile_menu>[class$=-container]>ul>li img,
  body.woocommerce-page #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before,
  body.page-template-default #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before,
  body.search-results #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before,
  body.error404 #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before,
  body.search-no-results #mobile_menu>[class$=-container]>ul .custom-menu-cart a:before,
  #masthead #mobile_menu.sticky_header .mob_hadr_brg_btn,
  #masthead #mobile_menu.sticky_header>[class$=-container]>ul>li img,
  #masthead #mobile_menu.sticky_header>[class$=-container]>ul .custom-menu-cart a:before {
    filter: none;
  }
  body.woocommerce-page #mobile_menu .mob_hadr_logo,
  body.page-template-default #mobile_menu .mob_hadr_logo,
  body.search-results #mobile_menu .mob_hadr_logo,
  body.error404 #mobile_menu .mob_hadr_logo,
  body.search-no-results #mobile_menu .mob_hadr_logo,
  #masthead #mobile_menu.sticky_header .mob_hadr_logo {
    filter: brightness(1) invert(1);
  }
  body.woocommerce-page #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count,
  body.page-template-default #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count,
  body.search-results #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count,
  body.error404 #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count,
  body.search-no-results #mobile_menu>[class$=-container]>ul .custom-menu-cart .cart-contents-count,
  #masthead #mobile_menu.sticky_header>[class$=-container]>ul .custom-menu-cart .cart-contents-count {
    background-color: #303030;
    color: #FFFFFF;
  }
}
/* Footer > Main Style Code > Desktop */
.site-footer {
  background: #303030;
}
.site-footer .options_footer_wrapper {
  display: flex;
  flex-direction: column;
  width: calc((398px * 3) + 60px);
  padding: 54px 0 32px;
  margin: 0 auto;
  color: #FFFFFF;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar p {
  margin: 0 0 20px 0;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a_title,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_b_title,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst_title,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_title {
  font-family: 'Lato', sans-serif !important;
  font-style: normal;
  font-weight: bold !important;
  font-size: 15px;
  line-height: 24px !important;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 19px 0;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a_bd_txt,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_b_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst {
  display: flex;
  flex-direction: column;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst .opts_tmpl_ftr_link_lst_links_single {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0px;
  text-decoration: none;
  color: #FFFFFF;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst .opts_tmpl_ftr_link_lst_links_single:focus,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst .opts_tmpl_ftr_link_lst_links_single:hover {
  text-decoration: underline;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst .opts_tmpl_ftr_link_lst_links_single:visited,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst .opts_tmpl_ftr_link_lst_links_single:active {
  color: #FFFFFF;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a {
  width: 184px;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link {
  width: 505px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod {
  margin: 0 0 30px 0;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod .gform_heading {
  display: none;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod .gform_submission_error,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod .gform_confirmation_message {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  color: #FFFFFF;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form {
  display: flex;
  flex-direction: row;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gfield label {
  display: none;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gfield input {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0px;
  width: 321px;
  height: 48px;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 15px 20px;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gfield input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod .gfield_description {
  display: none;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gform_footer input[type="submit"] {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  border-color: #FFFFFF;
  background: #D7D2CB;
  color: #303030;
  cursor: pointer;
  width: 184px;
  height: 48px;
  border-radius: 0;
  padding: 15px 20px;
  transition: all 0.5s;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gform_footer input[type="submit"]:hover {
  background: #FFFFFF;
  transition: all 0.5s;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod p {
  margin: 0;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap {
  display: flex;
  flex-direction: row;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap .opts_tmpl_ftr_soc_links_links_single {
  color: #FFFFFF;
  text-decoration: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap .opts_tmpl_ftr_soc_links_links_single:not(:first-child) {
  margin-left: 20px;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap .opts_tmpl_ftr_soc_links_links_single:visited,
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap .opts_tmpl_ftr_soc_links_links_single:active {
  color: #FFFFFF;
}
.site-footer .options_footer_wrapper .opts_tmpl_ftr_cpr_ar {
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
}
/* Footer > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-footer {
    width: 100vw;
  }
  .site-footer .options_footer_wrapper {
    width: 100%;
    padding: 54px 54px 32px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar {
    flex-wrap: wrap;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst {
    width: 50%;
    margin: 0 0 32px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a {
    width: 50%;
    margin: 0 0 32px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_b {
    width: 50%;
    margin: 0 0 32px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link {
    width: 50%;
    margin: 0 0 32px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gfield input {
    width: 200px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gform_footer input[type="submit"] {
    width: 125px;
  }
}
/* Footer > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .site-footer .options_footer_wrapper {
    width: 100vw;
    padding: 34px 41px 40px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a_title,
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_b_title,
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst_title {
    font-size: 14px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_title {
    line-height: 22px;
    margin-bottom: 29px;
    font-family: 'MontserratRegular';
    font-weight: 500;
    padding: 0 45px;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_a {
    width: 100%;
    margin-bottom: 50px;
    order: 2;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_cnt_col_b {
    width: 100%;
    margin-bottom: 50px;
    order: 3;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_link_lst {
    width: 100%;
    margin-bottom: 50px;
    order: 4;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link {
    width: 100%;
    margin-bottom: 62px;
    order: 1;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_soc_links_wrap {
    margin: 0 auto;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cpr_ar {
    text-align: center;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form {
    flex-direction: column;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gfield input {
    width: 100%;
  }
  .site-footer .options_footer_wrapper .opts_tmpl_ftr_cnt_ar .opts_tmpl_ftr_nswlt_and_soc_link .opts_tmpl_ftr_nswlt_scr_cod form .gform_footer input[type="submit"] {
    width: 100%;
    margin: 9px 0 0 0;
  }
}
/* Product Detail > Text Placeholders > Main Style Code > Desktop */
.prod_det_tmpl_txt_hldr_wrapper {
  display: flex;
  flex-direction: column;
  width: 612px;
  color: #303030;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single {
  display: flex;
  width: 612px;
  flex-direction: column;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(48, 48, 48, 0.5);
  padding: 25px 0;
  margin: 0;
  position: relative;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:after  {
  transform: translate(-50%, -50%);
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:before,
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transition: transform 0.5s;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single.active .prod_det_tmpl_txt_hldr_title:before,
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single.active .prod_det_tmpl_txt_hldr_title:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(270deg);
  transition: transform 0.5s;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:hover {
  cursor: pointer;
}
.prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_bd_txt {
  display: none;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  padding: 30px 0;
  margin: 0;
}
/* Product Detail > Text Placeholders > Main Style Code > Mobile */
@media screen and (max-width: 1024px) {
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single.active .prod_det_tmpl_txt_hldr_title:after,
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single.active .prod_det_tmpl_txt_hldr_title:before {
    right: 19px;
  }
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title {
    font-size: 20px;
    line-height: 28px;
    padding: 30px 55px 30px 0;
  }
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:before {
    right: 19px;
  }
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_title:after {
    right: 19px;
    padding: 0;
  }
  .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single .prod_det_tmpl_txt_hldr_bd_txt {
    line-height: 22px;
    padding-right: 11px;
  }
}
/* Product Detail > Measuring Assistance > Main Style Code > Desktop */
.prod_det_tmpl_msr_assis_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0;
  padding: 54px;
  position: relative;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 56px 33px 50px 34px;
  box-sizing: border-box;
  max-width: 554px;
  margin: 0 auto;
  position: relative;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt p {
  margin: 0 0 22px 0;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_lf_btn_wrapper,
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_rg_btn_wrapper {
  display: flex;
  justify-content: center;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn,
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 1px #303030;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn {
  min-width: 227px;
  color: #FFFFFF;
  background: #303030;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn:visited,
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn:active {
  color: #FFFFFF;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn {
  min-width: 248px;
  color: #303030;
  background: #FFFFFF;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn:visited,
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn:active {
  color: #303030;
}
.prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
/* Product Detail > Measuring Assistance > Main Style Code > Mobile */
@media screen and (max-width: 1024px) {
  .prod_det_tmpl_msr_assis_wrapper {
    width: 100vw;
    min-height: 603px;
    margin-bottom: 0;
    padding: 50px 20px 44px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper {
    padding: 30px 18px;
    max-width: unset;
    width: 100%;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_bd_txt ul li {
    margin-bottom: 10px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns {
    flex-direction: column;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_lf_btn_wrapper .prod_det_tmpl_msr_assis_lf_btn,
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    min-width: unset;
    padding: 11px 20px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper .prod_det_tmpl_msr_assis_btm_btns .prod_det_tmpl_msr_assis_rg_btn_wrapper .prod_det_tmpl_msr_assis_rg_btn {
    margin-top: 10px;
  }
}
/* Product Detail > Main Style Code > Desktop */
.single-product .woocommerce-breadcrumb {
  width: calc((398px * 3) + 60px);
  margin: 47px auto 28px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
}
.single-product .woocommerce-breadcrumb a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
}
.single-product .woocommerce-breadcrumb a:visited,
.single-product .woocommerce-breadcrumb a:active {
  color: #303030;
}
.single-product .product {
  width: calc((398px * 3) + 60px);
  margin: 0 auto 200px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.single-product .product .prod_glry_txt_hldr {
  display: flex;
  flex-direction: column;
  width: 612px;
}
.single-product .product .woocommerce-product-gallery {
  width: 612px;
  margin: 0 0 45px 0;
}
.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  display: none !important;
}
.single-product .product .woocommerce-product-gallery .flex-viewport {
  height: 580px !important;
}
.single-product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
  pointer-events: none;
  margin: 0;
}
.single-product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
  width: 100% !important;
  height: 580px !important;
  object-fit: cover;
}
.single-product .product :not(.flex-viewport) .woocommerce-product-gallery__wrapper {
  margin: 0;
}
.single-product .product :not(.flex-viewport) .woocommerce-product-gallery__wrapper img {
  width: 100% !important;
  height: 580px !important;
  object-fit: cover;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 612px;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 295px !important;
  height: 295px !important;
  margin: 0 0 20px 0;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1 !important;
}
.single-product .product .summary {
  width: 515px;
  margin: 0;
  position: relative;
}
.single-product .product .summary .opts_tmpl_prd_disc_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  background-color: #303030;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 15px;
}
.single-product .product .summary .product_title.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 19px 0;
  padding: 0;
  width: 55%;
}
.single-product .product .summary .price {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 36px 0;
  padding: 0;
}
.single-product .product .summary .woocommerce-product-details__short-description {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 36px 0 19px 0;
}
.single-product .product .summary .woocommerce-product-details__short-description p {
  margin: 0;
}
.single-product .product .summary .variations tr {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
  background: rgba(215, 210, 203, 0.5);
  padding: 20px;
}
.single-product .product .summary .variations tr .label label {
  cursor: pointer;
}
.single-product .product .summary .variations tr .label:hover {
  cursor: pointer;
}
.single-product .product .summary .variations tr .label:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.single-product .product .summary .variations tr .label:after  {
  transform: translate(-50%, -50%);
}
.single-product .product .summary .variations tr .label:before,
.single-product .product .summary .variations tr .label:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transition: transform 0.5s;
}
.single-product .product .summary .variations tr .label.active:before,
.single-product .product .summary .variations tr .label.active:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(270deg);
  transition: transform 0.5s;
}
.single-product .product .summary .variations tr .label .woo-selected-variation-item-name {
  display: none;
}
.single-product .product .summary .variations tr .label {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  position: relative;
}
.single-product .product .summary .variations tr .value {
  display: none;
  margin: 20px 0 0 0;
}
.single-product .product .summary .variations tr .value .variable-item-contents {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: flex-start !important;
}
.single-product .product .summary .variations tr .value .variable-item-contents:before {
  display: none !important;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item {
  margin: 0 10px 10px 0;
  width: calc(100% / 6 - 10px);
  height: 90px;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item .variable-item-image {
  width: 55px;
  height: 55px;
  margin-top: 7px;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item:before {
  font-size: 12px;
  line-height: 12px;
  bottom: 0;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item.selected:after {
  width: 35px;
  height: 35px;
  background-size: 15px 10px;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item {
  border-radius: unset;
  box-shadow: unset;
  margin: 0 20px 20px 0;
  padding: 0;
  border: 1px solid rgba(48, 48, 48, 0.6);
  background-color: transparent;
  align-items: flex-start;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item .variable-item-image {
  width: 120px;
  height: 100px;
  margin-top: 9px;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item:before {
  visibility: visible;
  opacity: 1;
  padding: unset;
  margin: unset;
  border-radius: unset;
  background-color: transparent;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  box-shadow: none;
  bottom: 0;
  width: 100%;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item:after {
  margin: unset;
  border: unset;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item.selected:after {
  content: "";
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: unset;
  left: 50%;
  top: calc(50% - 9px);
  transform: translate(-50%, -50%);
  box-shadow: unset;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: 24px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cfcfcf;
  filter: invert(1);
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side,
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side {
  width: calc(100% / 2 - 20px)!important;
}
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side .variable-item-image,
.single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side .variable-item-image {
  width: 200px !important;
  height: 100px !important;
  object-fit: cover;
  object-position: top center;
}
.single-product .product .summary .variations tr .value .button-variable-items-wrapper .button-variable-item {
  color: #303030;
  background-color: transparent !important;
  box-shadow: none !important;
  border: 1px solid #303030;
  border-radius: unset !important;
  margin: 0 12px 0 0 !important;
  padding: 0;
  min-width: unset;
  width: auto;
  height: auto;
}
.single-product .product .summary .variations tr .value .button-variable-items-wrapper .button-variable-item .variable-item-span-button {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 8px 10px !important;
}
.single-product .product .summary .variations tr .value .button-variable-items-wrapper .button-variable-item.selected {
  color: #FFFFFF;
  background-color: #303030 !important;
}
.single-product .product .summary .variations tr .value .button-variable-items-wrapper .button-variable-item:before,
.single-product .product .summary .variations tr .value .button-variable-items-wrapper .button-variable-item:after {
  display: none;
}
.single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item {
  border-radius: unset;
  box-shadow: unset;
  margin: 0 20px 20px 0;
  padding: 0;
  border: 1px solid rgba(48, 48, 48, 0.6);
  background-color: transparent;
  align-items: flex-start;
}
.single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item .variable-item-span-color {
  width: 120px;
  height: 100px;
  margin-top: 9px;
}
.single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item:before {
  visibility: visible;
  opacity: 1;
  padding: unset;
  margin: unset;
  border-radius: unset;
  background-color: transparent;
  font-style: normal;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  box-shadow: none;
  bottom: 0;
}
.single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item:after {
  margin: unset;
  border: unset;
}
.single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item.selected:after {
  content: "";
  display: block;
  visibility: visible;
  opacity: 1;
  bottom: unset;
  left: 50%;
  top: calc(50% - 9px);
  transform: translate(-50%, -50%);
  box-shadow: unset;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: 24px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #cfcfcf;
  filter: invert(1);
}
.single-product .product .summary .variations tr .attr_term_desc {
  display: none;
  flex-direction: column;
  padding: 20px 0 0 0;
}
.single-product .product .summary .variations tr .select_width_drop_wrapper {
  position: relative;
}
.single-product .product .summary .variations tr .attr_term_desc h1,
.single-product .product .summary .variations tr .attr_term_desc h2,
.single-product .product .summary .variations tr .attr_term_desc h3,
.single-product .product .summary .variations tr .attr_term_desc h4,
.single-product .product .summary .variations tr .attr_term_desc h5,
.single-product .product .summary .variations tr .attr_term_desc h6
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h1,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h2,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h3,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h4,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h5,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h6 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 4px 0;
}
.single-product .product .summary .variations tr .attr_term_desc p,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc p {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0;
}
.single-product .product .summary .variations tr .attr_term_desc a,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 0 0;
  transition: all 0.5s;
}
.single-product .product .summary .variations tr .attr_term_desc a:after,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 17px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow_b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .product .summary .variations tr .attr_term_desc a:hover,
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc a:hover {
  opacity: 0.5;
  transition: all 0.5s;
}
.single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc {
  margin: 30px 0 0 0;
  display: block;
}
.single-product .product .summary .opts_tmpl_prd_meas_desc {
  display: none;
}
.single-product .product .summary .variations tr .attr_term_desc img {
  width: 230px;
  margin: 4px auto 23px;
}
.single-product .product .summary .variations tr:not(.select_measurements) select {
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/down_arrow_c.png);
  background-size: 14px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.single-product .product .summary .variations .select_measurements .value {
  position: relative;
  margin: 0 !important;
  padding: 40px 0 0 0;
}
.single-product .product .summary .variations .select_measurements .value div.select_width {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -17.5%);
  z-index: 9;
}
.single-product .product .summary .variations .select_measurements .value div.select_width label {
  margin-top: 6px;
}
.select_width label .width_max_value,
.select_drop label .drop_max_value {
  color: red;
  display: none;
  width: 100%;
}
.single-product .product .summary .variations .customer_width_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single-product .product .summary .variations .customer_width_wrapper #customer_width {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: unset;
  border: none;
  width: 90px;
  padding: 11px 20px;
}
.single-product .product .summary .variations .customer_width_type_wrapper {
  position: relative;
}
.single-product .product .summary .variations .customer_width_type_wrapper:after {
  content: "";
  width: 14px;
  height: 9px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/down_arrow_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50%);
  right: 10px;
  transform: translate(0, -45%);
}
.single-product .product .summary .variations #customer_width_type {
  width: 90px;
  height: 40px;
  background-color: #303030;
  color: #FFFFFF;
}
.single-product .product .summary .variations #pa_select_width {
  visibility: hidden;
}
.single-product .product .summary .variations .select_measurements .value div.select_drop {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 70%;
  transform: translate(0, -50%);
}
.single-product .product .summary .variations .select_measurements .value div.select_drop label {
  margin-top: 6px;
}
.single-product .product .summary .variations .customer_drop_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.single-product .product .summary .variations .customer_drop_wrapper #customer_drop {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: unset;
  border: none;
  width: 90px;
  padding: 11px 20px;
}
.single-product .product .summary .variations .customer_drop_type_wrapper {
  position: relative;
}
.single-product .product .summary .variations .customer_drop_type_wrapper:after {
  content: "";
  width: 14px;
  height: 9px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/down_arrow_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50%);
  right: 10px;
  transform: translate(0, -45%);
}
.single-product .product .summary .variations #customer_drop_type {
  width: 90px;
  height: 40px;
  background-color: #303030;
  color: #FFFFFF;
}
.single-product .product .summary .variations #pa_select_drop {
  visibility: hidden;
}
.single-product .product .summary .variations .select_measurements .value div select {
  width: 170px;
}
.single-product .product .summary .variations .value select,
.single-product .product .summary .variations .select_measurements .value div select {
  background-color: #FFFFFF;
  border: none;
  padding: 11px 10px 11px 20px;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  min-width: unset;
  max-width: unset;
  -webkit-appearance: none;
  appearance: none;
}
.single-product .product .summary .variations .select_measurements .dashed_square {
  width: 305px;
  height: 200px;
  border: 2px dashed #303030;
  margin: 0 auto;
}
.single-product .product .summary>.price {
  display: none;
}
.single-product .product .summary .woocommerce-variation-price {
  margin: 0 0 36px 0;
}
.single-product .product .summary .quantity {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.single-product .product .summary .quantity input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: unset;
  border: 1px solid #959B9F;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
}
.single-product .product .summary .quantity input:focus-visible {
  border-radius: unset;
}
.single-product .product .summary .quantity input::-webkit-outer-spin-button,
.single-product .product .summary .quantity input::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.single-product .product .summary .quantity .quantity_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 0 26px;
}
.single-product .product .summary .single_add_to_cart_button {
  margin: 40px 0 0 0;
}
.single-product .product .summary .single_add_to_cart_button,
.single-product .product .summary .add_to_wishlist {
  width: 100%;
  font-family: Arial;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: unset;
  border: 2px solid #303030;
  padding: 18px 38px;
  transition: all 0.5s;
}
.single-product .product .summary .single_add_to_cart_button {
  color: #FFFFFF;
  background: #303030;
}
.single-product .product .summary .single_add_to_cart_button:visited,
.single-product .product .summary .single_add_to_cart_button:active {
  color: #FFFFFF;
}
.single-product .product .summary .single_add_to_cart_button:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
}
.single-product .product .summary .add_to_wishlist {
  color: #303030;
  background: #FFFFFF;
}
.single-product .product .summary .add_to_wishlist:visited,
.single-product .product .summary .add_to_wishlist:active {
  color: #303030;
}
.single-product .product .summary .add_to_wishlist:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.single-product .product .summary .yith-wcwl-add-button {
  display: flex;
}
.single-product .product .summary .add_to_wishlist .yith-wcwl-icon {
  display: none;
}
.single-product .product .summary div[class^='yith-wcwl-wishlist'] {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.75;
}
.single-product .product .summary div[class^='yith-wcwl-wishlist'] a,
.single-product .product .summary div[class^='yith-wcwl-wishlist'] a:visited,
.single-product .product .summary div[class^='yith-wcwl-wishlist'] a:active {
  color: #303030;
}
.single-product .product .summary div[class^='yith-wcwl-wishlist'] a:hover {
  font-weight: bold;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper {
  background-color: rgba(215, 210, 203, 0.5);
  padding: 20px 26px 35px;
  margin: 24px 0 0 0;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_description,
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_required_legend {
  display: none;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield .gfield_label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield input,
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield textarea {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.75;
  max-width: 100% !important;
  width: 100% !important;
  border: none;
  border-radius: 0;
  padding: 15px 10px;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield input {
  margin: 0 0 20px 0;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield textarea {
  margin: 0 0 40px 0 !important;
  height: 140px;
  min-height: 140px !important;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper [id^=gform_submit_button] {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0px;
  text-transform: uppercase;
  border: solid 2px #303030;
  border-radius: 0;
  background-color: #303030;
  color: #FFFFFF;
  padding: 20px 40px;
  width: 100%;
  margin: 0;
  transition: all 0.5s;
}
.single-product .product .summary .summary_with_contact_form .gform_wrapper [id^=gform_submit_button]:hover {
  background-color: transparent;
  color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.single-product .product .summary .gform_confirmation_wrapper {
  background-color: rgba(215, 210, 203, 0.5);
  margin: 20px 0 0 0;
  padding: 26px 24px;
}
.single-product .product .summary .stock {
  display: none;
}
.single-product .product .summary .woocommerce-product-details__short-description h3 {
  background-color: rgba(215, 210, 203, 0.5);
  margin: 0;
  padding: 0 26px 23px;
}
.single-product .product .summary .woocommerce-product-details__short-description h1,
.single-product .product .summary .woocommerce-product-details__short-description h4,
.single-product .product .summary .woocommerce-product-details__short-description h5,
.single-product .product .summary .woocommerce-product-details__short-description h6,
.single-product .product .summary .woocommerce-product-details__short-description ul {
  background-color: rgba(215, 210, 203, 0.5);
  list-style: none;
  margin: 0;
  padding: 0 26px 24px;
}
.single-product .product .summary .woocommerce-product-details__short-description ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.single-product .product .summary .woocommerce-product-details__short-description ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.single-product .product .reset_variations,
.single-product .product .product_meta,
.single-product .product .woocommerce-tabs,
.single-product .product .related.products {
  display: none !important;
}
/* Product Detail > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .single-product .product {
    width: calc(100vw - 40px * 2) !important;
  }
  .single-product .product .woocommerce-product-gallery .flex-viewport {
    height: 45vh !important;
  }
  .single-product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
    height: 45vh !important;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item {
    height: 120px !important;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item .variable-item-image {
    width: 85% !important;
    height: 72.5% !important;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side,
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side {
    width: calc(100% / 2 - 10px) !important;
    height: 180px !important;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side .variable-item-image,
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side .variable-item-image {
    width: 95% !important;
    height: 140px !important;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item {
    width: calc(100% / 3 - 10px) !important;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item:nth-child(3n-1),
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item:nth-child(3n) {
    margin-left: 15px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item .variable-item-span-color {
    width: 90% !important;
    height: 140px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper {
    justify-content: unset !important;
  }
  .single-product .product .summary .variations .select_measurements .dashed_square {
    width: 72.5% !important;
  }
  .prod_det_tmpl_msr_assis_wrapper {
    padding: 79px;
  }
  .prod_det_tmpl_msr_assis_wrapper .prod_det_tmpl_msr_assis_txt_ar_wrapper {
    max-width: 522px !important;
    padding: 56px 28px 50px 39px;
  }
}
/* Product Detail > Main Style Code > Tablet & Mobile */
@media screen and (max-width: 1024px) {
  .single-product .woocommerce-breadcrumb {
    display: none;
  }
  .single-product .product {
    width: calc(100vw - 21px * 2);
    margin-bottom: 48px;
  }
  .single-product .product .prod_glry_txt_hldr {
    width: 100%;
    margin: 40px 0 0 0;
  }
  .single-product .product .woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 27px;
  }
  .single-product .product .woocommerce-product-gallery .flex-viewport {
    margin: 0 0 20px 0;
  }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
  }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(100% / 2 - 10px)!important;
    height: 42vw !important;
  }
  .single-product .product .prod_det_tmpl_txt_hldr_wrapper,
  .single-product .product .prod_det_tmpl_txt_hldr_wrapper .prod_det_tmpl_txt_hldr_single {
    width: 100%;
  }
  .single-product .product .summary {
    width: 100%;
    margin: 26px 0 0 0;
    display: flex;
    flex-direction: column;
  }
  .single-product .product .summary .product_title.entry-title {
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  .single-product .product .summary .price {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 32px;
  }
  .single-product .product .summary .woocommerce-product-details__short-description p {
    text-align: center;
    padding: 0 10px;
  }
  .single-product .product .summary .variations tr {
    padding: 20px 12px;
  }
  .single-product .product .summary .variations tr .label {
    display: flex;
    font-size: 14px;
    line-height: 24px;
    padding: 0 40px 0 0;
  }
  .single-product .product .summary .variations tr .label label {
    font-size: 14px;
    line-height: 24px;
  }
  .single-product .product .summary .variations tr .label:hover {
    font-size: 14px;
    line-height: 24px;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper:not([data-attribute_name=attribute_pa_select_color]) {
    justify-content: space-between;
    padding: 0 10px;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item {
    margin-right: 0;
    width: 34.8vw;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item .variable-item-image {
    width: 29.7vw;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper {
    padding: 0 10px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item {
    margin-right: 0;
    width: 34.8vw;
    height: 180px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item .variable-item-span-color {
    width: 29.7vw;
  }
  .single-product .product .summary .variations .select_measurements .value div.select_width {
    left: calc(50% + 5.75vw);
  }
  .single-product .product .summary .variations .select_measurements .value div.select_drop {
    left: 0;
  }
  .single-product .product .summary .variations .select_measurements .dashed_square {
    width: 61.3vw;
  }
  .single-product .product .summary .variations tr .attr_term_desc h1,
  .single-product .product .summary .variations tr .attr_term_desc h2,
  .single-product .product .summary .variations tr .attr_term_desc h3,
  .single-product .product .summary .variations tr .attr_term_desc h4,
  .single-product .product .summary .variations tr .attr_term_desc h5,
  .single-product .product .summary .variations tr .attr_term_desc h6
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h1,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h2,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h3,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h4,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h5,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc h6 {
    font-size: 14px;
  }
  .single-product .product .summary .variations tr .attr_term_desc p,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc p {
    line-height: 22px;
  }
  .single-product .product .summary .variations tr .attr_term_desc a,
  .single-product .product .summary .variations tr .opts_tmpl_prd_meas_desc a {
    font-size: 14px;
  }
  .single-product .product .summary .quantity .quantity_title {
    font-size: 14px;
  }
  .single-product .product .summary .single_add_to_cart_button {
    margin-top: 30px;
  }
  .single-product .product .summary .add_to_wishlist {
    padding: 15px 25px;
  }
  .single-product .product .summary .summary_with_contact_form {
    display: flex;
    flex-direction: column;
  }
  .single-product .product .summary .summary_with_contact_form>* {
    order: 9;
  }
  .single-product .product .summary .summary_with_contact_form p:first-child {
    order: 1;
  }
  .single-product .product .summary .summary_with_contact_form h3 {
    padding: 0 10px 20px;
  }
  .single-product .product .summary .summary_with_contact_form h1,
  .single-product .product .summary .summary_with_contact_form h4,
  .single-product .product .summary .summary_with_contact_form h5,
  .single-product .product .summary .summary_with_contact_form h6,
  .single-product .product .summary .summary_with_contact_form ul {
    padding: 0 10px 30px;
  }
  .single-product .product .summary .summary_with_contact_form ul li {
    margin-bottom: 10px;
  }
  .single-product .product .summary .summary_with_contact_form .prod_glry_txt_hldr {
    order: 2;
  }
  .single-product .product .summary .summary_with_contact_form .gform_wrapper {
    margin-top: 30px;
    padding: 18px 10px 40px;
  }
  .single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_title {
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 28px;
  }
  .single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield input,
  .single-product .product .summary .summary_with_contact_form .gform_wrapper .gform_fields .gfield textarea {
    padding: 11px 10px;
    margin-bottom: 16px;
  }
  .single-product .product .summary .summary_with_contact_form .gform_wrapper [id^=gform_submit_button] {
    padding: 11px 20px;
  }
}
/* Product Detail > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .single-product .product .woocommerce-product-gallery .flex-viewport {
    height: 316px !important;
  }
  .single-product .product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image img {
    height: 316px !important;
  }
  .single-product .product .summary .opts_tmpl_prd_disc_txt {
    position: relative;
    left: unset;
    top: unset;
    text-align: center;
    font-size: 14px;
    width: calc(100vw - 40px * 2);
    margin: 0 auto;
  }
  .single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
    width: calc(100% / 2 - 7.5px) !important;
    margin-bottom: 15px;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item {
    width: calc(100% / 4 - 5px) !important;
    margin: 0 5px 5px 0;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item:before {
    min-width: unset;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper[data-attribute_name=attribute_pa_select_color] .image-variable-item .variable-item-image {
    width: 80%;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side,
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side {
    width: calc(100% / 2 - 5px) !important;
    height: 155px;
    margin: 0 0 5px 0;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item:before {
    min-width: unset;
    width: 85%;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_left_hand_side .variable-item-image,
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper .image-variable-item-cord_right_hand_side .variable-item-image {
    width: 85% !important;
  }
  .single-product .product .summary .variations tr .value .image-variable-items-wrapper:not([data-attribute_name=attribute_pa_select_color]) {
    padding: 0;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper {
    padding: 0;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item {
    width: calc(100% / 2 - 5px);
    height: 140px;
    margin-bottom: 10px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item:nth-child(2n) {
    margin-left: 10px;
  }
  .single-product .product .summary .variations tr .value .color-variable-items-wrapper .color-variable-item .variable-item-span-color {
    width: 85%;
  }
  .single-product .product .summary .variations .select_measurements .value div.select_width {
    left: calc(50% + 8.75vw);
  }
  .single-product .product .summary .variations tr .attr_term_desc {
    padding: 20px 0 5px 0;
  }
  .single-product .product .summary .variations .customer_width_wrapper #customer_width,
  .single-product .product .summary .variations #customer_width_type,
  .single-product .product .summary .variations .customer_drop_wrapper #customer_drop,
  .single-product .product .summary .variations #customer_drop_type {
    width: 25vw;
    padding: 7px;
    height: 30px;
    font-size: 12px;
  }
  .single-product .product .summary .variations .select_measurements .dashed_square {
    width: 76.5%;
    margin: 0 6px 0 auto;
  }
}
/* Product List > Category Featured Product > Main Style Code > Desktop */
.prod_list_tmpl_cat_ft_prd_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 84px;
  position: relative;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  width: 833px;
  text-align: center;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0 0 15px 0;
  padding: 0;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper {
  display: flex;
  justify-content: center;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper .prod_list_tmpl_cat_ft_prd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  background: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  min-width: 214px;
  margin: 0;
  padding: 15px 40px;
  transition: all 0.5s;
  text-decoration: none;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper .prod_list_tmpl_cat_ft_prd_btn:visited,
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper .prod_list_tmpl_cat_ft_prd_btn:active {
  color: #303030;
}
.prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper .prod_list_tmpl_cat_ft_prd_btn:hover {
  color: #FFFFFF;
  background: #303030;
}
/* Product List > Category Featured Product > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_cat_ft_prd_wrapper {
    width: 100%;
    height: 450px;
  }
  .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_title {
    font-size: 36px;
    line-height: 36px;
  }
  .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Product List > Category Featured Product > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper {
    width: 100vw;
    margin-bottom: 60px;
    height: 530px;
  }
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_img_overlay {
    opacity: 0.75;
  }
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper {
    top: 52.5%;
    transform: translate(-50%, -52.5%);
    width: 100%;
    padding: 0 38px;
  }
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .product_list_wrapper .prod_list_tmpl_cat_ft_prd_wrapper .prod_list_tmpl_cat_ft_prd_txt_ar_wrapper .prod_list_tmpl_cat_ft_prd_btn_wrapper .prod_list_tmpl_cat_ft_prd_btn {
    padding: 11px 20px;
    min-width: 237px;
  }
}
/* Product List > Category Description > Main Style Code > Mobile */
.prod_list_tmpl_cat_desc_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 752px;
  margin: 0 auto 84px;
  text-align: center;
  color: #303030;
}
.prod_list_tmpl_cat_desc_wrapper .prod_list_tmpl_cat_desc_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.prod_list_tmpl_cat_desc_wrapper .prod_list_tmpl_cat_desc_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Product List > Category Description > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_cat_desc_wrapper {
    width: calc(100% - 40px * 2);
  }
  .prod_list_tmpl_cat_desc_wrapper .prod_list_tmpl_cat_desc_title {
    font-size: 20px;
    line-height: 28px;
  }
  .prod_list_tmpl_cat_desc_wrapper .prod_list_tmpl_cat_desc_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Product List > Category Description > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_cat_desc_wrapper {
    width: 100vw;
    padding: 0 20px;
    margin-bottom: 57px;
  }
  .product_list_wrapper .prod_list_tmpl_cat_desc_wrapper .prod_list_tmpl_cat_desc_title {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Product List > Subcategory Filter > Main Style Code > Desktop */
.prod_list_tmpl_subcat_flt_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 53px;
  width: calc((398px * 3) + 60px);
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_desc_single {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  width: 752px;
  margin: 0 auto 40px;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcats {
  display: flex;
  flex-direction: row;
  margin: 0 auto 40px;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #303030;
  padding: 15px 45px;
  transition: all 0.5s;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single:first-child {
  border: 1px solid #D7D2CB;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single:not(:first-child) {
  border-top: 1px solid #D7D2CB;
  border-bottom: 1px solid #D7D2CB;
  border-right: 1px solid #D7D2CB;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single:hover,
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single.active {
  color: #FFFFFF;
  background: #303030;
  border-color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single {
  display: flex;
  flex-direction: column;
  position: relative;
  width: calc(100% / 4 - 30px);
  height: 360px;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 24px;
  margin: 0 12px;
  width: calc(100% - 12px * 2);
  text-decoration: none;
  color: #303030;
  background: #FFFFFF;
  padding: 16px 20px;
  transition: all 0.5s;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 10px;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn:hover .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle:after {
  filter: none;
  transition: all 0.5s;
}
@media screen and (min-width: 1024px) {
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods {
    margin: 0 -15px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single {
    margin: 0 15px 30px 15px;
  }
}
/* Product List > Subcategory Filter > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_subcat_flt_wrapper {
    width: calc(100% - 40px * 2);
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_title {
    font-size: 20px;
    line-height: 28px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_bd_txt {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single {
    font-size: 14px;
    line-height: 14px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single {
    margin-bottom: 10px;
    width: calc(100% / 4);
    height: 200px;
    padding: 0 5px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn {
    bottom: 12px;
    width: calc(100% - 12px * 2 - 10px);
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_title {
    font-size: 12px;
    line-height: 12px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle {
    font-size: 12px;
    line-height: 12px;
  }
}
/* Product List > Subcategory Filter > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 60px;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_title {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_bd_txt {
    width: 100%;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcats {
    flex-direction: column;
    width: 308px;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single:not(.active) {
    border: 1px solid #D7D2CB;
  }
  .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_cat_subcats_wrap .prod_list_tmpl_subcat_flt_subcat_single {
    margin: 0 0 10px 0;
    padding: 10px 25px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods {
    justify-content: space-between;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single {
    width: 42.5vw;
    height: calc(42.5vw * 1.25);
    margin-bottom: 4vw;
    padding: 0;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single:nth-child(4n-2),
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single:nth-child(4n-1),
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single:nth-child(4n) {
    margin-left: unset;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn {
    width: calc(100% - 10px * 2);
    margin: 0 10px;
    bottom: 12px;
    padding: 9px 7px 5px;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle {
    font-size: 14px;
  }
  .product_list_wrapper .prod_list_tmpl_subcat_flt_wrapper .prod_list_tmpl_subcat_flt_prods .prod_list_tmpl_subcat_flt_prods_single .prod_list_tmpl_subcat_flt_prods_single_btn .prod_list_tmpl_subcat_flt_prods_single_btn_subtitle:after {
    display: none;
  }
}
/* Product List > Overview > Main Style Code > Desktop */
.prod_list_tmpl_ovrw_wrapper {
  display: flex;
  flex-direction: column;
  background: rgba(229, 225, 220, 0.6);
  margin: 576px 0 113px;
  padding-bottom: 90px;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper {
  width: calc((398px * 3) + 60px);
  margin: -523px auto 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single {
  display: flex;
  flex-direction: column;
  position: relative;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:first-child {
  width: 100%;
  height: 720px;
  margin-bottom: 60px;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:not(:first-child) {
  width: calc((100% / 3) - 20px);
  height: 358px;
  margin-bottom: 30px;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 30px;
  bottom: 30px;
  min-width: 198px;
  text-decoration: none;
  color: #303030;
  background: #FFFFFF;
  padding: 23px 20px;
  transition: all 0.5s;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  margin: 0 0 5px 0;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 10px;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn:hover .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_subtitle:after {
  filter: none;
  transition: all 0.5s;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:nth-child(4n-1),
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:nth-child(4n) {
  margin-left: 30px;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 752px;
  margin: 0 auto;
  color: #303030;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper {
  display: flex;
  justify-content: center;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  text-transform: uppercase;
  background: #303030;
  text-align: center;
  min-width: 291px;
  margin: 0;
  padding: 12px 36px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn:visited,
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn:active {
  color: #FFFFFF;
}
.prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn:hover {
  color: #303030;
  background: transparent;
  transition: all 0.5s;
}
/* Product List > Overview > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_ovrw_wrapper {
    margin: 426px 0 80px;
    padding-bottom: 60px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper {
    width: calc(100% - 20px * 2);
    margin: -350px auto 30px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:first-child {
    height: 500px;
    margin-bottom: 30px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:not(:first-child) {
    height: 276px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn {
    right: 20px;
    bottom: 20px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:not(:first-child) .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn {
    width: calc(100% - 20px * 2);
    min-width: unset;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_title {
    font-size: 12px;
    line-height: 12px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper {
    width: calc(100% - 40px * 2);
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_title {
    font-size: 14px;
    line-height: 20px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Product List > Overview > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper {
    width: 100vw;
    margin: 0 0 58px;
    padding-bottom: 50px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper {
    margin: 0 auto 2px;
    width: 100%;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:first-child {
    height: 440px;
    margin-bottom: 30px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:first-child .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn {
    min-width: unset;
    width: calc(100% - 41px * 2);
    right: 41px;
    bottom: 20px;
    padding: 15px 20px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:not(:first-child) {
    width: calc(100% - 20px * 2);
    height: 330px;
    margin: 0 auto 30px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single:not(:first-child) .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_btn {
    min-width: unset;
    width: calc(100% - 20px * 2);
    right: 20px;
    bottom: 20px;
    padding: 15px 20px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_tp_hlf_wrapper .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_single .prod_list_tmpl_ovrw_tp_hlf_ftd_prod_name {
    min-width: unset;
    width: calc(100% - 41px * 2);
    bottom: 20px;
    right: 41px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper {
    width: 100%;
    padding: 0 25px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_subtitle {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .product_list_wrapper .prod_list_tmpl_ovrw_wrapper .prod_list_tmpl_ovrw_btm_hlf_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn_wrapper .prod_list_tmpl_ovrw_btm_hlf_btn {
    font-size: 14px;
    line-height: 14px;
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
  }
}
/* Product List > Experts > Main Style Code > Desktop */
.prod_list_tmpl_tlk_exp_wrapper {
  width: calc((398px * 3) + 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 160px;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 119px;
  width: 382px;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 30px 0;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper {
  display: flex;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 203px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn:visited,
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn:active {
  color: #FFFFFF;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper {
  width: 611px;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single {
  height: 260px;
  position: relative;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single:not(:last-child) {
  margin-bottom: 20px;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 279px;
  text-decoration: none;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn:hover .prod_list_tmpl_tlk_exp_rg_sd_btn_title {
  color: #FFFFFF;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn:hover .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle {
  color: #FFFFFF;
}
.prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn:hover .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle:after {
  filter: none;
}
/* Product List > Experts > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_tlk_exp_wrapper {
    width: calc(100% - 40px * 2);
    margin-bottom: 100px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper {
    margin: 0 20px 0 0;
    width: calc(45% - 20px);
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_title {
    font-size: 14px;
    line-height: 14px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper {
    width: 55%;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single {
    height: 250px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn {
    min-width: 250px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Product List > Experts > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper {
    width: 100vw;
    flex-direction: column;
    margin-bottom: 54px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper {
    width: 100%;
    padding: 0 41px;
    margin-bottom: 50px;
    margin-left: 0;
    text-align: center;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_bd_txt {
    line-height: 22px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_lf_sd_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn_wrapper .prod_list_tmpl_tlk_exp_lf_sd_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper {
    width: 100%;
    padding: 0 20px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single {
    height: 240px;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn {
    width: calc(100% - 20px * 2);
    min-width: unset;
  }
  .product_list_wrapper .prod_list_tmpl_tlk_exp_wrapper .prod_list_tmpl_tlk_exp_rg_sd_wrapper .prod_list_tmpl_tlk_exp_rg_sd_single .prod_list_tmpl_tlk_exp_rg_sd_btn .prod_list_tmpl_tlk_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Product List > Appointment > Main Style Code > Desktop */
.prod_list_tmpl_aptm_wrapper {
  min-height: 718px;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  margin: 0;
  padding: 54px;
  position: relative;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_img_overlay {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper {
  color: #303030;
  background: #FFFFFF;
  padding: 56px 28px 50px 39px;
  box-sizing: border-box;
  max-width: 522px;
  margin: 0 auto;
  position: relative;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px 0;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 40px 0;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt p {
  margin: 0 0 22px 0;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: calc(27px + 20px);
  margin: 0 0 25px 0;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 27px;
  height: 20px;
  background: url(/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper {
  display: flex;
  justify-content: center;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper .prod_list_tmpl_aptm_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper .prod_list_tmpl_aptm_btn:visited,
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper .prod_list_tmpl_aptm_btn:active {
  color: #FFFFFF;
}
.prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper .prod_list_tmpl_aptm_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Product List > Appointment > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn_wrapper .prod_list_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Product List > Appointment > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper {
    width: 100vw;
    min-height: 603px;
    margin-bottom: 0;
    padding: 50px 20px 44px;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper {
    padding: 30px 18px;
    max-width: unset;
    width: 100%;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt {
    line-height: 22px;
    margin-bottom: 20px;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt p {
    margin-bottom: 20px;
    text-align: center;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_bd_txt ul li {
    margin-bottom: 10px;
  }
  .product_list_wrapper .prod_list_tmpl_aptm_wrapper .prod_list_tmpl_aptm_txt_ar_wrapper .prod_list_tmpl_aptm_btn {
    font-size: 14px;
    line-height: 14px;
    width: 100%;
    text-align: center;
    min-width: unset;
    padding: 11px 20px;
  }
}
/* Search Results >Main Style Code > Desktop */
.search.search-results .site-main {
  width: calc((398px * 3) + 60px);
  margin: 116px auto 239px;
}
.search.search-results .site-main h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.search.search-results .site-main article {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px 0 !important;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  transition: 0.1s;
}
.search.search-results .site-main article:hover {
  background-color: #D7D2CB;
  transition: 0.1s;
}
.search.search-results .site-main article .entry-text-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(100% - 250px - 20px);
}
.search.search-results .site-main article a.entry-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.search.search-results .site-main article .entry-thumbnail {
  width: 250px;
  height: 175px;
}
.search.search-results .site-main article .entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search.search-results .site-main article .entry-header {
  display: block !important;
}
.search.search-results .site-main article .entry-header .entry-title {
  font-size: 20px;
  margin: 0 0 14px 0;
}
.search.search-results .site-main article .entry-summary {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
.search.search-results .site-main article .entry-summary h2,
.search.search-results .site-main article .entry-summary h3,
.search.search-results .site-main article .entry-summary h4,
.search.search-results .site-main article .entry-summary h5,
.search.search-results .site-main article .entry-summary h6 {
  font-weight: bold;
  margin: 10px 0;
}
.search.search-results .site-main article .entry-summary p {
  margin: 0;
}
.search.search-results .site-main article .entry-summary ul {
  margin: 0;
}
.search.search-results .site-main article .entry-read-more-label {
  font-weight: bold;
  margin: 10px 0 0 0;
}
.search.search-results .site-main article:hover .entry-read-more-label {
  text-decoration: underline;
}
.search.search-results .site-main article .entry-footer {
  display: none;
}
.search.search-results .navigation .nav-links a,
.search.search-results .navigation .nav-links a:visited,
.search.search-results .navigation .nav-links a:active,
.search.search-results .navigation .nav-links a:focus {
  font-family: Lato,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #303030;
  border: 1px solid #303030;
  text-decoration: none;
  padding: 10px 15px;
  transition: all 0.5s;
}
.search.search-results .navigation .nav-links a:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
/* Search Results >Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .search.search-results .site-main {
    width: calc(100% - 40px * 2);
    margin: 75px auto 150px;
  }
  .search.search-results .site-main h1 {
    font-size: 16px;
    line-height: 24px;
  }
  .search.search-results .site-main article .entry-summary {
    font-size: 14px;
  }
}
/* Search Results >Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .search.search-results .site-main {
    width: 100%;
    margin: 0 auto 75px;
  }
  .search.search-results .site-main article {
    flex-direction: column;
    padding: 20px;
  }
  .search.search-results .site-main h1 {
    width: calc(100vw - 20px * 2);
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 24px;
  }
  .search.search-results .site-main article .entry-thumbnail {
    width: 100%;
  }
  .search.search-results .site-main article .entry-text-content {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .search.search-results .site-main article .entry-summary {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .search.search-results .site-main article .entry-summary p {
    margin: 10px 0 0 0;
  }
}
/* Why Us > Background > Main Style Code > Desktop */
.why_us_tmpl_intr_wrapper {
  width: calc((398px * 3) + 60px);
  height: 565px;
  margin: 0 auto 90px;
  position: relative;
}
.why_us_tmpl_intr_wrapper .why_us_tmpl_intr_img_overlay {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #9D958A;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.why_us_tmpl_intr_wrapper .why_us_tmpl_intr_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  width: 833px;
  text-align: center;
}
.why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin: 0 0 18px 0;
  padding: 0;
}
.why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
}
/* Why Us > Background > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_intr_wrapper {
    width: 100%;
    height: 450px;
  }
  .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper {
    width: calc(100% - 40px * 2);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_title {
    font-size: 36px;
    line-height: 36px;
  }
  .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
/* Why Us > Introduction > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_intr_wrapper {
    width: 100vw;
    height: 530px;
    margin-bottom: 60px;
  }
  .why_us_wrapper .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_img_overlay {
    opacity: 0.75;
  }
  .why_us_wrapper .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper {
    transform: translateY(-47.5%);
    top: 47.5%;
    left: 0;
    width: 100%;
    padding: 0 38px;
  }
  .why_us_wrapper .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .why_us_wrapper .why_us_tmpl_intr_wrapper .why_us_tmpl_intr_txt_ar_wrapper .why_us_tmpl_intr_subtitle {
    font-size: 18px;
    line-height: 26px;
  }
}
/* Why Us > Context > Main Style Code > Desktop */
.why_us_tmpl_contxt_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 190px auto 0;
  padding: 0;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 60px 50px 47px;
  min-height: 595px;
  width: 505px;
  z-index: 10;
  color: #303030;
  background: #E5E1DC;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px 0;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #303030;
  padding: 0;
  margin: 0 0 30px 0;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_bd_txt p {
  margin: 0;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_btn_wrapper {
  display: flex;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_btn_wrapper .why_us_tmpl_contxt_txt_ar_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 321px;
  padding: 15px 40px;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_btn_wrapper .why_us_tmpl_contxt_txt_ar_btn:hover {
  color: #E5E1DC;
  background: #303030;
  transition: all 0.5s;
}
.why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: -70px;
  width: 826px;
  height: 587px;
  max-width: unset;
  object-fit: cover;
}
/* Why Us > Context > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_contxt_wrapper {
    width: calc(100% - 40px * 2);
    margin: 150px auto 0;
  }
  .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper {
    width: 50%;
    padding: 40px;
    min-height: 600px;
  }
  .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_btn_wrapper .why_us_tmpl_contxt_txt_ar_btn {
    min-width: unset;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_img {
    width: 80%;
    top: -50px;
  }
}
/* Why Us > Context > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_contxt_wrapper {
    width: 100vw;
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 0 21px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper {
    width: 100%;
    min-height: unset;
    padding: 29px 20px 40px;
    text-align: center;
  }
  .why_us_wrapper .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_bd_txt {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_txt_ar_wrapper .why_us_tmpl_contxt_txt_ar_btn_wrapper .why_us_tmpl_contxt_txt_ar_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_wrapper .why_us_tmpl_contxt_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 290px;
  }
}
/* Why Us > Roles > Main Style Code > Desktop */
.why_us_tmpl_rls_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 90px auto 0;
  color: #303030;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single {
  margin-bottom: 30px;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n-1),
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n) {
  margin-left: 30px;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 24px 0 10px 0;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_jb_rl {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Why Us > Roles > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_rls_wrapper {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single {
    width: calc(100% / 3 - 10px);
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n-1),
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_img {
    height: 200px;
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_name {
    font-size: 16px;
    line-height: 24px;
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_jb_rl {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Why Us > Roles > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_rls_wrapper {
    flex-direction: column;
    width: 100vw;
    padding: 0 21px;
    margin-top: 31px;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n-1),
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_img_name_rl {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_img {
    width: 145px;
    height: 100px;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_name_rl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 77px 0 20px;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_name {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_jb_rl {
    margin-bottom: 0;
    font-weight: normal;
  }
  .why_us_wrapper .why_us_tmpl_rls_wrapper .why_us_tmpl_rls_single .why_us_tmpl_rls_txt_ar_bd_txt {
    line-height: 22px;
  }
}
/* Why Us > Showroom > Main Style Code > Desktop */
.why_us_tmpl_shrm_wrapper {
  display: flex;
  flex-direction: column;
  margin: calc(508px + 9px + 125px + 83px) 0 0 0;
  background-color: rgba(229, 225, 220, 0.5);
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((398px * 3) + 60px);
  margin: calc(-508px - 8px - 125px) auto 120px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_lf_crn {
  width: 619px;
  height: 508px;
  object-fit: cover;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc((309px * 2) + 16px);
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img {
  width: 309px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 8px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img:nth-child(2n-1),
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img:nth-child(2n) {
  margin-left: 8px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 619px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_img {
  width: 305px;
  height: 250px;
  object-fit: cover;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_img:not(:first-child) {
  margin-left: 9px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_rg_crn {
  width: calc((309px * 2) + 8px);
  height: 250px;
  object-fit: cover;
  margin-left: 8px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper {
  width: 752px;
  margin: 0 auto 140px;
  text-align: center;
  color: #303030;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  text-transform: uppercase;
  width: 505px;
  margin: 0 auto 20px;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 30px 0;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper {
  display: flex;
  justify-content: center;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 227px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn:visited,
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn:active {
  color: #FFFFFF;
}
.why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn:hover {
  color: #303030;
  background: transparent;
  transition: all 0.5s;
}
/* Why Us > Showroom > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_shrm_wrapper {
    width: 100%;
    margin: calc(300px + 9px + 75px + 83px) 0 0 0;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper {
    width: calc(100% - 40px * 2);
    margin: calc(-300px - 8px - 75px) auto 75px;
    justify-content: space-between;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_lf_crn {
    width: 50%;
    height: 300px;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper {
    width: 50%;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img {
    width: calc(50% - 8px);
    height: calc(150px - 4px);
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper {
    width: 50%;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_img {
    width: calc(50% - 5px);
    height: calc(150px - 4px);
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_rg_crn {
    width: calc(50% - 8px);
    height: calc(150px - 4px);
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper {
    width: calc(100% - 40px * 2);
    margin-bottom: 75px;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Why Us > Showroom > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_shrm_wrapper {
    width: 100vw;
    padding: 0 21px;
    margin-top: calc(250px + 8px * 4 + 147px * 3 + 125px + 30px);
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper {
    flex-direction: column;
    width: 100%;
    margin: calc(-250px - 8px * 4 - 147px * 3 - 125px) auto 40px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_lf_crn {
    width: 100%;
    height: 250px;
    margin-bottom: 8px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper {
    width: 100%;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img {
    width: calc(50% - 4px);
    height: 147px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_wrapper .why_us_tmpl_shrm_tp_hlf_tp_rg_crn_img:nth-child(2n-1) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper {
    width: 100%;
    margin-bottom: 8px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_img {
    width: calc(50% - 4px);
    height: 147px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_wrapper .why_us_tmpl_shrm_tp_hlf_bt_lf_crn_img:not(:first-child) {
    margin-left: 8px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_tp_hlf_wrapper .why_us_tmpl_shrm_tp_hlf_bt_rg_crn {
    width: 100%;
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_title {
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_bd_txt {
    line-height: 22px;
  }
  .why_us_wrapper .why_us_tmpl_shrm_wrapper .why_us_tmpl_shrm_btm_hlf_wrapper .why_us_tmpl_shrm_btm_hlf_btn_wrapper .why_us_tmpl_shrm_btm_hlf_btn {
    min-width: unset;
    width: 100%;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 14px;
  }
}
/* Why Us > Sales Team > Main Style Code > Desktop */
.why_us_tmpl_sls_tm_wrapper {
  background-color: rgba(229, 225, 220, 0.5);
  padding: 0 0 64px;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 0 auto;
  color: #303030;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single {
  margin-bottom: 30px;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n-1),
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n) {
  margin-left: 30px;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 24px 0 10px 0;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_jb_rl {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Why Us > Sales Team > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_sls_tm_wrapper {
    padding-bottom: 30px;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single {
    width: calc(100% / 3 - 10px);
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n-1),
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_img {
    height: 200px;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_name {
    font-size: 16px;
    line-height: 24px;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_jb_rl {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Why Us > Sales Team > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper {
    width: 100vw;
    padding: 0 21px 32px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n-1),
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_img_name_rl {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_img {
    width: 145px;
    height: 100px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_name_rl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 77px 0 20px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_name {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_jb_rl {
    margin-bottom: 0;
    font-weight: normal;
  }
  .why_us_wrapper .why_us_tmpl_sls_tm_wrapper .why_us_tmpl_sls_tm_rls_wrapper .why_us_tmpl_sls_tm_rls_single .why_us_tmpl_sls_tm_rls_txt_ar_bd_txt {
    line-height: 22px;
    margin-right: 18px;
  }
}
/* Why Us > Context II > Main Style Code > Desktop */
.why_us_tmpl_contxt_ii_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 211px auto 0;
  padding: 0;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 60px 50px 47px;
  min-height: 529px;
  width: 505px;
  z-index: 10;
  color: #303030;
  background: #E5E1DC;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px 0;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #303030;
  padding: 0;
  margin: 0 0 30px 0;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_bd_txt p {
  margin: 0;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn_wrapper {
  display: flex;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 321px;
  padding: 15px 40px;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn:hover {
  color: #E5E1DC;
  background: #303030;
  transition: all 0.5s;
}
.why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_img {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: absolute;
  right: 0;
  top: -70px;
  width: 826px;
  height: 549px;
  max-width: unset;
  object-fit: cover;
}
/* Why Us > Context II > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_contxt_ii_wrapper {
    width: calc(100% - 40px * 2);
    margin: 150px auto 0;
  }
  .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper {
    width: 50%;
    padding: 40px;
    min-height: 565px;
  }
  .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn {
    min-width: 200px;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_img {
    width: 80%;
    top: -50px;
  }
}
/* Why Us > Context II > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper {
    width: 100vw;
    flex-direction: column-reverse;
    margin-top: 60px;
    padding: 0 21px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper {
    width: 100%;
    min-height: unset;
    padding: 29px 20px 40px;
    text-align: center;
  }
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_bd_txt {
    text-align: center;
    font-size: 15px;
    line-height: 22px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_txt_ar_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn_wrapper .why_us_tmpl_contxt_ii_txt_ar_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .why_us_wrapper .why_us_tmpl_contxt_ii_wrapper .why_us_tmpl_contxt_ii_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 290px;
  }
}
/* Why Us > Factory Team > Main Style Code > Desktop */
.why_us_tmpl_fact_tm_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((398px * 3) + 60px);
  margin: 108px auto 93px;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #303030;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single {
  margin-bottom: 30px;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n-1),
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n) {
  margin-left: 30px;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 24px 0 10px 0;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_jb_rl {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Why Us > Factory Team > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_fact_tm_wrapper {
    margin: 75px auto 50px;
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single {
    width: calc(100% / 3 - 10px);
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n-1),
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_img {
    height: 200px;
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_name {
    font-size: 16px;
    line-height: 24px;
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_jb_rl {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_fact_tm_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Why Us > Factory Team > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_fact_tm_wrapper {
    width: 100vw;
    padding: 0 21px 20px;
    margin: 60px auto 0;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n-1),
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_img_name_rl {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_img {
    width: 145px;
    height: 100px;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_name_rl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 77px 0 20px;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_name {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_jb_rl {
    margin-bottom: 0;
    font-weight: normal;
  }
  .why_us_wrapper .why_us_tmpl_fact_tm_rls_wrapper .why_us_tmpl_fact_tm_rls_single .why_us_tmpl_fact_tm_rls_txt_ar_bd_txt {
    line-height: 22px;
  }
}
/* Why Us > Instalation Description > Main Style Code > Desktop */
.why_us_tmpl_inst_desc_wrapper {
  background-color: rgba(229, 225, 220, 0.3);
  padding: 179px 0 149px;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-content: flex-end;
  width: calc((398px * 3) + 60px);
  margin: 0 auto 0;
  padding: 0;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_img {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: -70px;
  width: 826px;
  height: 549px;
  max-width: unset;
  object-fit: cover;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 50px 60px 50px 47px;
  min-height: 529px;
  width: 505px;
  z-index: 10;
  color: #303030;
  background: #E5E1DC;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 20px 0;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  letter-spacing: 0px;
  color: #303030;
  padding: 0;
  margin: 0 0 30px 0;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_bd_txt p {
  margin: 0;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_btn_wrapper {
  display: flex;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_btn_wrapper .why_us_tmpl_inst_desc_txt_ar_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  min-width: 321px;
  padding: 15px 40px;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_btn_wrapper .why_us_tmpl_inst_desc_txt_ar_btn:hover {
  color: #E5E1DC;
  background: #303030;
  transition: all 0.5s;
}
/* Why Us > Instalation Description > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_inst_desc_wrapper {}
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_img {
    width: 80%;
    top: -50px;
  }
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper {
    width: 50%;
    padding: 40px;
    min-height: 545px;
  }
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_btn_wrapper .why_us_tmpl_inst_desc_txt_ar_btn {
    font-size: 14px;
    line-height: 14px;
    min-width: 200px;
  }
}
/* Why Us > Instalation Description > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper {
    width: 100vw;
    padding: 40px 21px 60px;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_img {
    position: relative;
    top: 0;
    width: 100%;
    height: 290px;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper {
    width: 100%;
    padding: 29px 20px 40px;
    min-height: unset;
    text-align: center;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_bd_txt {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
  }
  .why_us_wrapper .why_us_tmpl_inst_desc_wrapper .why_us_tmpl_inst_desc_content .why_us_tmpl_inst_desc_txt_ar_wrapper .why_us_tmpl_inst_desc_txt_ar_btn_wrapper .why_us_tmpl_inst_desc_txt_ar_btn {
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
    width: 100%;
    min-width: unset;
  }
}
/* Why Us > Installation Team > Main Style Code > Desktop */
.why_us_tmpl_inst_tm_wrapper {
  background-color: rgba(229, 225, 220, 0.3);
  padding: 0 0 55px;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 40px 0;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: calc((398px * 3) + 60px);
  margin: 0 auto;
  color: #303030;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single {
  margin-bottom: 30px;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n-1),
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n) {
  margin-left: 30px;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 24px 0 10px 0;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_jb_rl {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  margin: 0 0 20px 0;
}
.why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
}
/* Why Us > Installation Team > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_inst_tm_wrapper {
    margin-bottom: 30px;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single {
    width: calc(100% / 3 - 10px);
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n-1),
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_img {
    height: 200px;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_name {
    font-size: 16px;
    line-height: 24px;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_jb_rl {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
}
/* Why Us > Installation Team > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper {
    width: 100vw;
    padding: 0 21px 30px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper {
    flex-direction: column;
    width: 100%;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 31px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n-1),
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single:nth-child(3n) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_img_name_rl {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_img {
    width: 145px;
    height: 100px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_name_rl {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 77px 0 20px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_name {
    margin-top: 0;
    font-weight: normal;
    font-size: 20px;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_jb_rl {
    margin-bottom: 0;
    font-weight: normal;
  }
  .why_us_wrapper .why_us_tmpl_inst_tm_wrapper .why_us_tmpl_inst_tm_rls_wrapper .why_us_tmpl_inst_tm_rls_single .why_us_tmpl_inst_tm_rls_txt_ar_bd_txt {
    line-height: 22px;
  }
}
/* Why Us > Experts > Main Style Code > Desktop */
.why_us_tmpl_exp_wrapper {
  width: calc((398px * 3) - 60px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 144px auto 115px;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 382px;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_subtitle {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_bd_txt {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 0 0 30px 0;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper {
  display: flex;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  min-width: 203px;
  margin: 0;
  padding: 15px 20px;
  transition: all 0.5s;
  text-decoration: none;
  border: solid 2px #303030;
  color: #FFFFFF;
  background: #303030;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn:visited,
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn:active {
  color: #FFFFFF;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn:hover {
  color: #303030;
  background: #FFFFFF;
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper {
  width: 611px;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single {
  height: 260px;
  position: relative;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single:not(:last-child) {
  margin-bottom: 20px;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_bg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 20px;
  right: 20px;
  min-width: 279px;
  text-decoration: none;
  padding: 16px 20px;
  background: #FFFFFF;
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  margin-bottom: 8px;
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_subtitle {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  margin-left: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn:hover {
  background: #303030;
  transition: all 0.5s;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn:hover .why_us_tmpl_exp_rg_sd_btn_title {
  color: #FFFFFF;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn:hover .why_us_tmpl_exp_rg_sd_btn_subtitle {
  color: #FFFFFF;
}
.why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn:hover .why_us_tmpl_exp_rg_sd_btn_subtitle:after {
  filter: none;
}
/* Why Us > Experts > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_exp_wrapper {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper {
    margin: 0 20px 0 0;
    width: calc(45% - 20px);
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_title {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_bd_txt {
    font-size: 14px;
    line-height: 20px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn {
    font-size: 14px;
    line-height: 14px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper {
    width: 55%;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single {
    height: 250px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Why Us > Experts > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_exp_wrapper {
    width: 100vw;
    flex-direction: column;
    margin: 60px auto 70px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper {
    width: 100%;
    padding: 0 41px;
    margin-bottom: 40px;
    text-align: center;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_subtitle {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_bd_txt {
    line-height: 22px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_lf_sd_wrapper .why_us_tmpl_exp_lf_sd_btn_wrapper .why_us_tmpl_exp_lf_sd_btn {
    min-width: unset;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    padding: 11px 20px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper {
    width: 100%;
    padding: 0 21px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single {
    height: 240px;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn {
    width: calc(100% - 20px * 2);
    min-width: unset;
  }
  .why_us_wrapper .why_us_tmpl_exp_wrapper .why_us_tmpl_exp_rg_sd_wrapper .why_us_tmpl_exp_rg_sd_single .why_us_tmpl_exp_rg_sd_btn .why_us_tmpl_exp_rg_sd_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Why Us > Customer References > Main Style Code > Desktop */
.why_us_tmpl_cm_ref_wrapper {
  width: calc((398px * 3) + 60px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 100px;
}
.why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 38px 0;
}
.why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos .why_us_tmpl_cm_ref_logos_img {
  max-width: calc((100% / 5) - 50px);
  max-height: 85px;
  object-fit: contain;
}
/* Why Us > Customer References > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_cm_ref_wrapper {
    width: calc(100% - 40px * 2);
  }
  .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos {
    justify-content: center;
  }
  .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos .why_us_tmpl_cm_ref_logos_img {
    max-width: calc(100% / 3);
  }
}
/* Why Us > Customer References > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper {
    width: 100vw;
    text-align: center;
    margin-bottom: 70px;
    padding: 0 21px;
  }
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    padding: 0 47px;
  }
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos {
    justify-content: center;
  }
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos_img {
    width: calc(100% / 3 - 25px);
    max-width: unset;
    max-height: unset;
    margin-bottom: 11px;
  }
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos_img:nth-child(3n-1),
  .why_us_wrapper .why_us_tmpl_cm_ref_wrapper .why_us_tmpl_cm_ref_logos_img:nth-child(3n) {
    margin-left: 25px;
  }
}
/* Why Us > Our Catalogue > Main Style Code > Desktop */
.why_us_tmpl_our_ctlg_prod_cat_wrapper {
  width: calc((398px * 3) + 60px);
  display: flex;
  flex-direction: column;
  margin: 0 auto 131px;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 36px;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 0 77px 0;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: calc(100% / 8);
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single.active,
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single:hover {
  cursor: pointer;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single.active .why_us_tmpl_our_ctlg_prod_cat_img,
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single:hover .why_us_tmpl_our_ctlg_prod_cat_img {
  padding: 19px 35px;
  border-width: 2px;
  background-color: #D7D2CB99;
  transition: background-color 0.2s;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single .why_us_tmpl_our_ctlg_prod_cat_img {
  width: calc(76px + (36px * 2));
  height: calc(87px + (20px * 2));
  padding: 20px 36px;
  border: 1px solid #303030;
  object-fit: contain;
  transition: all 0.2s;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single .why_us_tmpl_our_ctlg_prod_cat_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  text-align: center;
  margin: 21px 0 0;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods {
  flex-direction: row;
  align-content: flex-start;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 398px;
  height: 462px;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single:not(:first-child) {
  margin-left: 30px;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 37px;
  margin: 0 55px;
  width: calc(100% - (55px*2));
  text-decoration: none;
  color: #303030;
  background: #FFFFFF;
  padding: 16px 20px;
  transition: all 0.5s;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  margin: 0 0 8px 0;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_subtitle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_subtitle:after {
  content: "";
  display: block;
  width: 25px;
  height: 20px;
  background: url("/wp-content/themes/baldoyle_blinds/images/icons/button_arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  filter: invert(100%);
  transition: all 0.5s;
  margin-left: 10px;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn:hover {
  color: #FFFFFF;
  background: #303030;
  transition: all 0.5s;
}
.why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn:hover .why_us_tmpl_our_ctlg_prods_single_btn_subtitle:after {
  filter: none;
  transition: all 0.5s;
}
/* Why Us > Our Catalogue > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why_us_tmpl_our_ctlg_prod_cat_wrapper {
    width: calc(100% - 40px * 2);
    margin-bottom: 100px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_title {
    font-size: 20px;
    line-height: 28px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single {
    margin-bottom: 20px;
    width: calc(100% / 4);
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single .why_us_tmpl_our_ctlg_prod_cat_title {
    margin-top: 10px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single {
    width: calc(100% / 3 - 20px);
    height: 276px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn {
    width: calc(100% - 20px * 2);
    margin: 0 20px;
    bottom: 20px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_title {
    font-size: 14px;
    line-height: 14px;
  }
  .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_subtitle {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Why Us > Our Catalogue > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper {
    width: calc(100vw - 21px * 2);
    margin-bottom: 60px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 32px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list {
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 26px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single {
    width: calc(100% / 2);
    margin-bottom: 16px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single:active .why_us_tmpl_our_ctlg_prod_cat_img,
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single:hover .why_us_tmpl_our_ctlg_prod_cat_img {
    padding: 15px 21px !important;
    border-width: 2px;
    border-color: #303030;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single .why_us_tmpl_our_ctlg_prod_cat_title {
    width: 90%;
    font-size: 11px;
    line-height: 16px;
    margin-top: 4px;
    letter-spacing: 0.22px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prod_cat_list .why_us_tmpl_our_ctlg_cat_single .why_us_tmpl_our_ctlg_prod_cat_img {
    width: calc(76px + (22px * 2));
    height: calc(87px + (16px * 2));
    padding: 16px 22px;
    border-color: #D7D2CB;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods {
    top: 666px;
    width: 100%;
    flex-direction: column;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single {
    width: 100%;
    height: 330px;
    margin-bottom: 30px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single:not(:first-child) {
    margin-left: 0;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn {
    width: calc(100% - (20px*2));
    padding: 15px 20px;
    margin: 0 20px;
    bottom: 20px;
  }
  .why_us_wrapper .why_us_tmpl_our_ctlg_prod_cat_wrapper .why_us_tmpl_our_ctlg_prods .why_us_tmpl_our_ctlg_prods_single .why_us_tmpl_our_ctlg_prods_single_btn .why_us_tmpl_our_ctlg_prods_single_btn_subtitle {
    font-size: 14px;
  }
}
.woocommerce-cart {
  background-color: rgba(215, 210, 203, 0.15);
}
.woocommerce-cart #site-navigation {
  background-color: #FFFFFF;
}
.woocommerce-cart .entry-content {
  width: calc(530px * 2 + 30px);
  margin: 116px auto 239px;
  box-shadow: 0px 2px 4px #3030301a;
}
.woocommerce-cart .entry-content p.cart-empty {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  background-color: #FFFFFF;
  color: #303030;
  padding: 20px;
  margin: 0;
  text-align: center;
}
.woocommerce-cart .entry-content .return-to-shop {
  display: none;
}
.woocommerce-cart .entry-content .woocommerce-cart-form {
  background-color: #FFFFFF;
  padding: 29px 30px;
  border-bottom: 2px solid #D7D2CB26;
}
.woocommerce-cart .entry-content .woocommerce-cart-form table {
  margin: 0;
}
.woocommerce-cart .entry-content .woocommerce-cart-form th,
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-name a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-cart .entry-content .woocommerce-cart-form tr {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.woocommerce-cart .entry-content .woocommerce-cart-form tr:not(.cart_item) {
  text-align: center;
}
.woocommerce-cart .entry-content .woocommerce-cart-form tr:not(.cart_item) button[name=update_cart] {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  background-color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #303030;
  border-radius: 0;
  padding: 15px 30px;
  margin: 40px 0 0 0;
  transition: all 0.5s;
}
.woocommerce-cart .entry-content .woocommerce-cart-form tr:not(.cart_item) button[name=update_cart]:hover {
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-cart .entry-content .woocommerce-cart-form tr:not(.cart_item) td {
  text-align: center;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td {
  padding: 24px 0 0 0;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-name {
  width: 50%;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity input {
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: unset;
  border: 1px solid #959B9F;
  text-transform: uppercase;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity input::-webkit-inner-spin-button,
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity input::-webkit-outer-spin-button {
  opacity: 1;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity .quantity {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity .quantity .quantity_title {
  display: none;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-remove a {
  color: #303030;
  text-decoration: none;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-remove a:hover {
  font-weight: bold;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-thumbnail img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  margin: 0 14px;
}
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-price,
.woocommerce-cart .entry-content .woocommerce-cart-form td.product-subtotal {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation dt {
  display: none;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation dd {
  margin: 0;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation dd p {
  margin: 0;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation dd:not(:last-child) p:after {
  content: ", ";
}
.woocommerce-cart .entry-content .woocommerce-cart-form .variation dd.product-thumbnail img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .product-thumbnail,
.woocommerce-cart .entry-content .woocommerce-cart-form .product-price,
.woocommerce-cart .entry-content .woocommerce-cart-form .product-quantity,
.woocommerce-cart .entry-content .woocommerce-cart-form .product-subtotal {
  text-align: center;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .coupon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(354px + 20px + 100px);
  margin: 0 auto;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .coupon label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 8px 0;
  width: 100%;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .coupon input {
  border: none;
  border-radius: 0;
  width: calc(100% - 100px - 20px);
  background-color: rgba(215, 210, 203, 0.5);
  padding: 15px 10px;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .coupon button {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #303030;
  background-color: #FFFFFF;
  text-transform: uppercase;
  width: 100px;
  margin: 0;
  padding: 15px;
  border: 1px solid #303030;
  border-radius: 0;
  transition: all 0.5s;
}
.woocommerce-cart .entry-content .woocommerce-cart-form .coupon button:hover {
  color: #FFFFFF;
  background-color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-cart .entry-content .cart-collaterals {
  background-color: #FFFFFF;
  padding: 29px 30px;
}
.woocommerce-cart .entry-content .cart-collaterals h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}
.woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout {
  display: flex;
  justify-content: center;
}
.woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  background-color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #303030;
  border-radius: 0;
  padding: 15px 30px;
  margin: 0;
  transition: all 0.5s;
}
.woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout a:hover {
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-cart .entry-content .cart-collaterals tr {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
}
.woocommerce-cart .entry-content .cart-collaterals tr:not(.order-total) {
  opacity: 0.7;
}
.woocommerce-cart .entry-content .cart-collaterals td {
  display: flex !important;
  justify-content: flex-end;
}
.woocommerce-shipping-totals td {
  flex-direction: column;
  align-items: flex-end;
}
.woocommerce-shipping-totals #shipping_method {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-shipping-totals #shipping_method label {
  visibility: hidden;
}
.woocommerce-shipping-totals #shipping_method label .woocommerce-Price-amount {
  visibility: visible;
}
.woocommerce-shipping-totals p {
  margin: 0;
}
.woocommerce-shipping-totals .woocommerce-shipping-destination,
.woocommerce-shipping-totals .woocommerce-shipping-calculator {
  display: none;
}
.woocommerce-cart .general_text_wrapper {
  display: none;
}
/* Cart > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-cart .entry-content {
    width: calc(100% - 40px * 2);
    margin: 75px auto 150px;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form th,
  .woocommerce-cart .entry-content .woocommerce-cart-form td.product-name a {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form tr {
    font-size: 12px;
    line-height: 16px;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form tr:not(.cart_item) button[name=update_cart] {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form td.product-name {
    width: 35%;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .coupon button {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-cart .entry-content .cart-collaterals h2 {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-cart .entry-content .cart-collaterals .wc-proceed-to-checkout a {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Cart > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .woocommerce-cart .entry-content {
    width: calc(100% - 20px * 2);
    margin: 56px auto;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form td.product-name {
    width: 100%;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form td.product-remove {
    text-align: center;
    padding: 0;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .product-thumbnail:before {
    display: none;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .coupon {
    width: 100%;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .coupon input {
    width: 60%;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .coupon button {
    width: 35%;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form .product-price,
  .woocommerce-cart .entry-content .woocommerce-cart-form .product-quantity,
  .woocommerce-cart .entry-content .woocommerce-cart-form .product-subtotal {
    text-align: right;
  }
  .woocommerce-cart .entry-content .woocommerce-cart-form td.product-quantity .quantity {
    justify-content: flex-end;
  }
  .woocommerce-cart .entry-content .cart-collaterals td {
    justify-content: space-between;
    flex-direction: row;
  }
}
/* Checkout > Main Style Code > Desktop */
.woocommerce-page.woocommerce-checkout {
  background-color: rgba(215, 210, 203, 0.15);
}
.woocommerce-page.woocommerce-checkout header {
  display: none;
}
.woocommerce-page.woocommerce-checkout .check_hadr_logo_wrapper {
  width: 247px;
  height: 65px;
  margin: 0 auto 24px;
}
.woocommerce-page.woocommerce-checkout .check_hadr_logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.woocommerce-page.woocommerce-checkout .back_to_shopping {
  display: flex;
  width: 191px;
}
.woocommerce-page.woocommerce-checkout .back_to_shopping a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 20px;
  border: 1px solid #303030;
  margin: 0 0 22px -95px;
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .back_to_shopping a:hover {
  color: #FFFFFF;
  background-color: #303030;
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .order_step_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 128px 0;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step {
  margin: 0 0 23px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_left,
.woocommerce-page.woocommerce-checkout .order_graphic_step_right {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_left {
  margin-right: -23px;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_right {
  margin-left: -23px;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_left.active,
.woocommerce-page.woocommerce-checkout .order_graphic_step_right.active {
  background-color: #D7D2CB;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_left span,
.woocommerce-page.woocommerce-checkout .order_graphic_step_right span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #303030;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.woocommerce-page.woocommerce-checkout .order_graphic_step_middle {
  display: block;
  width: 297px;
  height: 2px;
  background-color: #D7D2CB;
}
.woocommerce-page.woocommerce-checkout .order_text_step {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 429px;
}
.woocommerce-page.woocommerce-checkout .order_text_step_left,
.woocommerce-page.woocommerce-checkout .order_text_step_right {
  opacity: 0.7;
}
.woocommerce-page.woocommerce-checkout .order_text_step_left.active,
.woocommerce-page.woocommerce-checkout .order_text_step_right.active {
  opacity: 1;
}
.woocommerce-page.woocommerce-checkout .entry-content {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce {
  width: calc(530px * 2 + 30px);
  margin: 29px auto calc(196px + 90px);
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-toggle {
  display: none;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-forms-wrapper {
  column-count: 2;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px #3030301A;
  padding: 20px 20px 30px;
  margin: 0 0 20px 0;
  width: 530px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  padding: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login p {
  margin: 0 0 20px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row {
  display: flex;
  flex-direction: column;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row label .required {
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row input {
  border: 1px solid #303030;
  border-radius: 0;
  padding: 15px 10px;
  height: 48px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row input[type=checkbox] {
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .woocommerce-form-login__submit {
  color: #FFFFFF;
  background-color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .woocommerce-form-login__submit:hover {
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row .woocommerce-form-login__submit,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  margin: 12px auto 0;
  width: 241px;
  border: 1px solid #303030;
  border-radius: 0;
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password {
  display: flex;
  margin-bottom: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a {
  text-decoration: none;
  color: #303030;
  background-color: #FFFFFF;
  margin: 0 auto;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a:visited,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a:active {
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a:hover {
  color: #FFFFFF;
  background-color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-error,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-message {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #303030;
  background-color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  padding: 30px;
  margin: 0 0 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 2px 4px #3030301a;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form {
  margin: 0 !important;
  background-color: #D7D2CB;
  padding: 26px 30px 36px 26px;
  border-right: none;
  border-left: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #FFFFFF;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p {
  margin: 0;
  width: unset;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p:first-child {
  width: 100%;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form input {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030;
  border-radius: 0;
  border: none;
  padding: 15px 10px;
  height: 48px;
  width: 354px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form button {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  margin: 0;
  height: 48px;
  color: #303030;
  background-color: transparent;
  border: 1px solid #303030;
  border-radius: 0;
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form button:hover {
  color: #FFFFFF;
  background-color: #303030;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout {
  column-count: 2;
  position: relative;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details {
  break-inside: avoid-column;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields {
  margin: 0 0 20px 0;
}
form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin: 30px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px #3030301A;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 .woocommerce-account-fields,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields {
  padding: 20px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 .shipping_address {
  padding: 20px;
  margin: 20px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .custom_registration_question {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  margin: 30px 0 20px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .custom_registration_question a,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .custom_registration_question a:visited,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .custom_registration_question a:active {
  text-decoration: none;
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .custom_registration_question a:hover {
  text-decoration: underline;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details #custom_registration_mail_field p {
  display: flex;
  flex-direction: column;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details#custom_registration_mail_field label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details#custom_registration_mail_field input {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.75;
  width: 100%;
  border-radius: 0;
  border: 1px solid #303030;
  padding: 15px 10px;
  height: 48px;
  margin: 0 0 20px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details p {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .create-account label {
  display: flex;
  align-items: center;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .create-account label input {
  width: 24px;
  height: 24px;
}
.form-row.woocommerce-validated input.input-text {
  box-shadow: unset !important;
}
input[type="checkbox"] {
  visibility: hidden;
  width: 0 !important;
  margin: 0 !important;
}
input[type="checkbox"]+span,
.woocommerce-checkout .woocommerce form #payment input[type="checkbox"]+label {
  display: flex !important;
  flex-direction: row;
}
input[type="checkbox"]+span:before,
.xoo-el-form-container div.xoo-aff-required.xoo-aff-checkbox_single .xoo_custom_checkbox,
.woocommerce-checkout .woocommerce form #payment input[type="checkbox"]+label:before {
  content: "";
  height: 24px;
  width: 24px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  margin-right: 24px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
input[type="checkbox"]:checked+span:before,
.xoo-el-form-container div.xoo-aff-required.xoo-aff-checkbox_single.checked_xoo_custom_checkbox .xoo_custom_checkbox,
.woocommerce-checkout .woocommerce form #payment input[type="checkbox"]:checked+label:before {
  background-image: url('/wp-content/themes/baldoyle_blinds/images/icons/bullet_point_a.svg');
  background-position: center;
  background-size: 11px 7px;
  background-repeat: no-repeat;
  background-color: #D7D2CB;
  border-color: #D7D2CB;
}
.woocommerce-page.woocommerce-checkout .woocommerce-NoticeGroup ul {
  box-shadow: 0px 2px 4px #3030301a;
  background: #FFFFFF;
  color: red;
  list-style: none;
  padding: 20px;
  margin: 0 0 20px 0;
}
.woocommerce-page.woocommerce-checkout .woocommerce-notice.woocommerce-notice--info.woocommerce-info {
  background-color: transparent;
  color: red;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 4px #3030301a;
  padding: 20px 20px 42px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 [class$=-fields__field-wrapper] .form-row {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 textarea {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: transparent;
  color: #303030;
  opacity: 0.75;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  min-height: 100px;
  border-radius: 0;
  border: 1px solid #303030;
  padding: 10px 15px;
  box-shadow: none;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 0 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout .woocommerce-additional-fields {
  display: none;
}
.woocommerce-page .woocommerce-billing-fields #billing_email_field {
  display: none !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 20px 0 !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row.form-row-first {
  width: 100% !important;
  margin-right: 0 !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_address_2_field] {
  width: 279px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_address_2_field] label {
  border: unset !important;
  clip: unset !important;
  clip-path: unset !important;
  height: unset !important;
  overflow: unset !important;
  padding: unset !important;
  position: unset !important;
  width: unset !important;
  word-wrap: unset !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_city_field] {
  width: 191px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_state_field] {
  width: 279px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_postcode_field] {
  width: 191px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #custom_email_field label,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] label .required {
  text-decoration: none;
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #custom_email_field input,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] input,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] strong,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] select,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .select2-selection {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: transparent;
  color: #303030;
  opacity: 0.75;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 1px solid #303030;
  padding: 10px 15px;
  box-shadow: none;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] strong {
  display: flex;
  opacity: 0.75;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .select2-selection .select2-selection__arrow {
  height: 46px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details #order_review_heading {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  background-color: #D7D2CB;
  padding: 20px 30px 25px;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details table {
  border-collapse: collapse;
  background-color: #D7D2CB;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details thead {
  display: none;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: initial;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation dt {
  display: none;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation dd {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation dd p {
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation dd:not(:last-child):after {
  content: ", ";
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 0 18px 26px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail {
  margin: 0 14px 0 0;
  position: absolute;
  left: calc(0px - 108px - 14px);
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .product-name-and-details {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  min-height: 118px;
  width: calc(100% - 108px - 14px);
  margin: 0 0 0 calc(108px + 14px);
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .product-name-and-quantity {
  display: flex;
  flex-direction: row;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-total {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-align: right;
  padding: 0 30px 18px 0;
  vertical-align: top;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot {
  border-top: 2px solid #FFFFFF;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot tr:last-child th {
  padding-bottom: 38px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot tr:not(.order-total) th {
  opacity: 0.7;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot th {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-align: left;
  padding: 22px 0 0 26px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot td {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-align: right;
  padding: 0 30px 0 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  background-color: #D7D2CB;
  border-top: 2px solid #FFFFFF;
  padding: 27px 30px 38px 26px;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .hidden {
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment ul li label {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .payment_method_paypal .about_paypal,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .payment_method_paypal .payment_method_paypal {
  display: none !important;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a {
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a:visited,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a:active {
  color: #303030;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment .woocommerce-privacy-policy-text a:hover {
  font-weight: 600;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment .place-order {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment button {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  text-align: center;
  padding: 14px 24px;
  margin: 12px auto 0;
  min-width: 241px;
  color: #FFFFFF;
  background-color: #303030;
  border: 1px solid #303030;
  border-radius: 0;
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment button:hover {
  color: #303030;
  background-color: transparent;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-page.woocommerce-checkout .continue_to_payment {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0.3px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #303030;
  border: 1px solid #303030;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 241px;
  height: 48px;
  margin: 40px 0 0 0;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translateX(-97%);
  transition: all 0.5s;
}
.woocommerce-page.woocommerce-checkout .continue_to_payment:hover {
  cursor: pointer;
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
/* Checkout > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce {
    width: calc(100% - 40px * 2);
    margin: 75px auto 150px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper {
    width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login-title {
    font-size: 20px;
    line-height: 28px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .form-row .woocommerce-form-login__submit,
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-form-login-wrapper .woocommerce-form-login .lost_password a {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form input {
    width: 22vw;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form button {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details,
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details {
    width: unset;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-1 h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details .col-2 .woocommerce-additional-fields h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_address_2_field] {
    width: 50%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_city_field] {
    width: 45%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_state_field] {
    width: 50%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_postcode_field] {
    width: 45%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details #order_review_heading {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-page.woocommerce-checkout .back_to_shopping a {
    margin-left: 0;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .product-name-and-details {
    width: calc(100% - 70px - 14px);
    margin: 0 0 0 calc(70px + 14px);
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail {
    left: calc(0px - 70px - 14px);
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name,
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-total {
    padding-top: 18px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail img {
    width: 70px;
    height: 70px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .product-name-and-quantity {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot th {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment button {
    font-size: 14px;
    line-height: 14px;
  }
}
/* Checkout > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .woocommerce-page.woocommerce-checkout header {
    display: block;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce {
    width: calc(100% - 20px * 2);
    margin: 20px auto 87px;
  }
  .woocommerce-page.woocommerce-checkout .check_hadr_logo_wrapper {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .back_to_shopping {
    width: auto;
  }
  .woocommerce-page.woocommerce-checkout .back_to_shopping a {
    margin: 0 0 48px 0;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 15px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 0 35px 0 0;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_address_2_field],
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_state_field] {
    width: 60%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_city_field],
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row[id$=_postcode_field] {
    width: 35%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #customer_details [class$=-fields__field-wrapper] .form-row .optional {
    display: none;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout {
    column-count: 1;
    display: flex;
    flex-direction: column;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details {
    margin: 20px 0 0 0;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details #order_review_heading {
    padding: 18px 10px;
    font-weight: normal;
    font-size: 20px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name {
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 10px 10px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .product-name-and-details {
    width: calc(100% - 75px - 12px);
    margin: 0 0 0 calc(75px + 12px);
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail {
    left: calc(0px - 75px - 12px);
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-name .item-thumbnail img {
    width: 75px;
    height: 75px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .product-total {
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 0;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form {
    padding: 20px 10px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p.form-row-first {
    width: 65%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p.form-row-first input {
    width: 100%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p.form-row-last {
    width: 30%;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .coupon-form p.form-row-last button {
    width: 100%;
    padding: 10px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot th {
    padding: 20px 0 0 10px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot tr:last-child th {
    padding-bottom: 30px;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tfoot td {
    padding: 0 10px 0 0;
  }
  .woocommerce-page.woocommerce-checkout .entry-content .woocommerce .woocommerce-checkout-payment {
    padding: 10px 10px 30px 10px;
  }
}
/* Thank You > Main Style Code > Desktop */
.woocommerce-page.woocommerce-order-received header {
  display: block !important;
}
.woocommerce-page.woocommerce-order-received #site-navigation {
  background-color: #FFFFFF;
}
.woocommerce-page.woocommerce-order-received .entry-header {
  width: calc(530px * 2 + 30px);
  margin: 55px auto 0;
  text-align: center;
  z-index: 1;
}
.woocommerce-page.woocommerce-order-received .entry-header h1 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #303030;
  text-transform: uppercase;
  margin: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce {
  box-shadow: 0px 2px 4px #3030301a;
  background-color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order p {
  padding: 20px 30px;
  margin: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order ul {
  list-style: none;
  padding: 0 30px 20px;
  margin: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details,
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details {
  border-top: 2px solid #D7D2CB26;
}
.woocommerce-page.woocommerce-order-received th,
.woocommerce-page.woocommerce-order-received td a,
.woocommerce-page.woocommerce-order-received h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details {
  padding: 20px 30px;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details h2 {
  display: none;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details table {
  margin: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details table ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details li:not(:last-child) p:after {
  content: ",\00a0";
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details p {
  padding: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details .product-name {
  text-align: left;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details .product-total {
  text-align: right;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details tfoot th {
  text-align: left;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details tfoot tr:first-child th,
.woocommerce-page.woocommerce-order-received .woocommerce-order-details tfoot tr:first-child td {
  padding: 20px 0 0 0;
  border-top: 2px solid #D7D2CB26;
}
.woocommerce-page.woocommerce-order-received .woocommerce-order-details tfoot td {
  text-align: right;
}
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details {
  padding: 20px 30px;
}
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details p {
  margin: 0;
  padding: 0;
}
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details address br {
  content: "";
}
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details address br:after,
.woocommerce-page.woocommerce-order-received .woocommerce-customer-details address p:not(:last-child):after {
  content: ",\00a0";
}
/* Thank You > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-page.woocommerce-order-received .entry-header {
    width: calc(100% - 40px * 2);
  }
  .woocommerce-page.woocommerce-checkout.woocommerce-order-received .entry-content .woocommerce {
    margin: 55px auto 150px;
  }
}
/* Thank You > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .woocommerce-page.woocommerce-order-received .entry-header {
    width: calc(100% - 40px * 2);
  }
  .woocommerce-page.woocommerce-order-received .entry-header h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .woocommerce-page.woocommerce-order-received .woocommerce,
  .woocommerce-page.woocommerce-order-received th,
  .woocommerce-page.woocommerce-order-received td a,
  .woocommerce-page.woocommerce-order-received h2 {
    font-size: 14px;
    line-height: 24px;
  }
}
/* Log In / Sing Up Form > Main Style Code > Desktop */
.wppopups-whole {
  position: absolute;
}
.spu-bg {
  display: none !important;
}
div[id^='spu-'] {
  width: 378px;
  top: 43px !important;
  right: 10vw !important;
  position: absolute;
}
div[id^='spu-'] .xoo-el-form-inline {
  width: 100%;
}
.xoo-el-form-inline {
  width: 550px;
  background-color: #FFFFFF;
  padding: 0 !important;
  margin: 0 auto !important;
  box-shadow: 0px 2px 4px rgb(48 48 48 / 10%);
}
div[id^='spu-'] .spu-container {
  padding: 0 !important;
}
.xoo-el-header {
  padding: 0;
}
.spu-close {
  display: none;
}
.xoo-el-form-container .xoo-el-notice {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  width: 100%;
}
.xoo-el-form-container .xoo-el-notice-error,
.xoo-el-form-container .xoo-el-notice-success {
  background: transparent;
  color: #303030;
  padding: 0;
  font-style: italic;
}

.xoo-el-form-container .woocommerce-message {
  background: transparent;
  font-weight: bold;
}
.xoo-el-form-container ul.xoo-el-tabs {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
}
.xoo-el-form-container ul.xoo-el-tabs li {
  width: 50%;
}
.xoo-el-form-container ul.xoo-el-tabs li.xoo-el-active {
  background-color: #FFFFFF;
  color: #303030;
}
.xoo-el-form-container ul.xoo-el-tabs li:not(.xoo-el-active) {
  background-color: #F2F1EF;
}
.xoo-el-form-container .xoo-el-section {
  padding: 22px 30px 30px 26px;
  margin: 0;
}
.xoo-el-form-container form.xoo-el-action-form {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.xoo-el-form-container .xoo-aff-group {
  width: 100%;
  margin: 0 0 20px 0;
}
.xoo-el-form-container .xoo-el-username_cont {
  order: 1;
}
.xoo-el-form-container .xoo-el-password_cont {
  order: 2;
}
.xoo-el-form-container .xoo-el-action-btn {
  order: 3;
  margin: 12px 0 0 0 !important;
  padding: 20px 40px;
  height: auto !important;
  width: 100% !important;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 15px;
  letter-spacing: 0px;
  color: #FFFFFF !important;
  background-color: #303030 !important;
  text-transform: uppercase !important;
  border-radius: 0;
  border: 1px solid #303030;
  transition: all 0.5s;
}
.xoo-el-form-container .xoo-el-action-btn:hover {
  color: #303030 !important;
  background-color: #FFFFFF !important;
  transition: all 0.5s;
}
.xoo-el-form-container .xoo-el-login-btm-fields {
  order: 4;
  width: 100%;
  margin: 14px 0 0 0;
}
.xoo-el-form-container .xoo-aff-input-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.xoo-el-form-container .xoo-aff-input-icon {
  display: none;
}
.xoo-el-form-container .xoo-aff-input-icon,
.xoo-el-form-container .xoo-aff-label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  width: 100%;
  max-width: unset;
  min-width: unset;
  text-align: left;
  justify-content: flex-start;
  background-color: unset;
  border: none;
  padding: 0;
  margin: 0 0 8px 0;
}
.xoo-el-form-container [data-section="login"] .fa-user:before {
  content: "Email";
}
.xoo-el-form-container [data-section="login"] .fa-key:before {
  content: "Password";
}
.xoo-el-form-container .xoo-aff-group input[type],
.xoo-el-form-container .xoo-aff-group select {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  border: 1px solid #D7D2CB;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
}
.xoo-el-form-container .xoo-el-login-btm-fields .xoo-el-form-label {
  display: none;
}
.xoo-el-form-container .xoo-el-login-btm-fields .xoo-el-lostpw-tgr {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  text-decoration: underline;
  color: #303030;
  opacity: 0.75;
  margin: 0;
}
.xoo-el-form-container .xoo_el_reg_terms_cont .xoo-aff-checkbox_single label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #303030;
  opacity: 0.75;
}
.xoo-el-form-container .xoo_el_reg_terms_cont .xoo-aff-checkbox_single a,
.xoo-el-form-container .xoo_el_reg_terms_cont .xoo-aff-checkbox_single a:visited,
.xoo-el-form-container .xoo_el_reg_terms_cont .xoo-aff-checkbox_single a:active {
  color: #303030;
}
.xoo-el-form-container .xoo_el_reg_terms_cont .xoo-aff-checkbox_single a:hover {
  font-weight: bold;
}
.xoo-el-form-container .xoo-el-login-btm-fields .xoo-el-lostpw-tgr:hover {
  font-weight: bold;
}
.xoo-el-form-container .xoo-el-login-btm-fields .xoo-el-lostpw-tgr:visited,
.xoo-el-form-container .xoo-el-login-btm-fields .xoo-el-lostpw-tgr:active {
  color: #303030;
}
.xoo-el-form-container [data-section="register"] .xoo-aff-input-icon {
  display: none;
}
.xoo-el-form-container div.xoo-aff-required.xoo-aff-checkbox_single label {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.xoo-el-form-container div.xoo-aff-required.xoo-aff-checkbox_single label .xoo_custom_label {
  width: calc(100% - 24px * 2);
}
@media screen and (max-width: 767px) {
  .xoo-el-form-inline {
    width: 100%;
  }
}
/* My Account > Main Style Code > Desktop */
.woocommerce-account {
  background-color: rgba(215, 210, 203, 0.15);
}
.woocommerce-account #site-navigation {
  background-color: #fff;
}
.woocommerce-account .entry-content .woocommerce {
  width: calc((398px * 3) + 60px);
  margin: 116px auto 239px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 0 0 17px 0;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:visited,
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:active {
  color: #303030;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  width: 963px;
}
.woocommerce-account .entry-content .woocommerce table {
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce th {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  padding: 0 0 14px 0;
}
.woocommerce-account .entry-content .woocommerce th.woocommerce-orders-table__header-order-number {
  width: 145px;
}
.woocommerce-account .entry-content .woocommerce th.woocommerce-orders-table__header-order-date {
  width: 175px;
}
.woocommerce-account .entry-content .woocommerce th.woocommerce-orders-table__header-order-status {
  width: 145px;
}
.woocommerce-account .entry-content .woocommerce th.woocommerce-orders-table__header-order-total {
  width: 215px;
}
.woocommerce-account .entry-content .woocommerce th.woocommerce-orders-table__header-order-actions {
  width: auto;
}
.woocommerce-account .entry-content .woocommerce td.woocommerce-orders-table__cell-order-number a {
  text-decoration: none;
  pointer-events: none;
}
.woocommerce-account .entry-content .woocommerce td.woocommerce-orders-table__cell-order-actions a:not(:first-child) {
  margin-left: 10px;
}
.woocommerce-account .entry-content .woocommerce a {
  color: #303030;
}
.woocommerce-account .entry-content .woocommerce a:visited,
.woocommerce-account .entry-content .woocommerce a:active {
  color: #303030;
}
.woocommerce-account .entry-content .woocommerce a:hover {
  font-weight: bold;
}
.woocommerce-account .entry-content .woocommerce p {
  margin: 0;
}
.woocommerce-account .entry-content .woocommerce p:last-child {
  margin-bottom: 0;
}
.woocommerce-account .entry-content .woocommerce h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 23px 0;
}
.woocommerce-account .entry-content .woocommerce .my_acc_content_wrapper {
  padding: 29px 30px 53px;
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(48, 48, 48, 0.10);
}
.woocommerce-account .entry-content .woocommerce .my_acc_content_wrapper strong {
  text-transform: uppercase;
}
.woocommerce-account.woocommerce-orders .my_acc_content_wrapper h3 {
  margin-bottom: 36px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(48, 48, 48, 0.10);
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content>p {
  padding: 29px 30px;
  margin: 0;
  border-bottom: 2px solid rgba(215, 210, 203, 0.15);
}
.woocommerce-account.woocommerce-view-order .woocommerce-MyAccount-content>p mark {
  background: unset;
  font-weight: 600;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 29px 30px;
  margin: 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details table {
  margin: 0;
  border-collapse: collapse;
  border-bottom: 2px solid rgba(215, 210, 203, 0.15);
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details thead {
  display: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody {
  border-bottom: 2px solid rgba(215, 210, 203, 0.15);
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0 20px 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name {
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: calc(108px + 20px);
  padding-left: calc(108px + 14px);
  position: relative;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name .product-quantity:before {
  content: "\00a0";
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td p {
  margin: 0 !important;
  text-transform: none;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td ul li {
  display: flex;
  flex-direction: row;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td bdi {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .item-thumbnail img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  margin: 0 14px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .ord_prod_details .ord_prod_title {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .ord_prod_details .ord_prod_title a {
  color: #303030;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .ord_prod_details .ord_prod_title a:visited,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .ord_prod_details .ord_prod_title a:active {
  color: #303030;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot th,
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot td {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 29px 0 0 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(1) {
  order: 1;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(1) th {
  opacity: 0.7;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(2) {
  order: 2;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(2) th {
  opacity: 0.7;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(3) {
  order: 4;
  padding: 0 30px 29px 30px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(4) {
  order: 3;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(4) th {
  opacity: 0.7;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tr {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tr.order_item {
  align-items: flex-start;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tr.order_item li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce-account.woocommerce-view-order .woocommerce-order-details tr.order_item li:not(:last-child):after {
  content: ",\00a0";
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details {
  padding: 29px 30px 53px;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
  margin: 0 0 20px 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  margin: 0;
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details br {
  content: "";
}
.woocommerce-account.woocommerce-view-order .woocommerce-customer-details br:after {
  content: ",\00a0";
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content {
  background-color: #fff;
  box-shadow: 0px 2px 4px rgba(48, 48, 48, 0.10);
  width: 886px !important;
  padding: 29px 30px 56px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content h3 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 23px 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:first-child {
  padding-bottom: 29px;
  border-bottom: 2px solid rgba(215, 210, 203, 0.15);
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address:last-child {
  padding-top: 29px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin: 0 0 23px 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address br {
  content: "";
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address br:after {
  content: ",\00a0";
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #303030 !important;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
  width: 184px;
  border: 2px solid #303030 !important;
  background-color: #fff !important;
  padding: 12px 25px;
  margin: 0 0 0 auto;
  transition: all 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a:hover {
  color: #fff !important;
  background-color: #303030 !important;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row {
  display: flex;
  flex-direction: column;
  width: 398px;
  margin: 0 0 12px 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row label .required {
  text-decoration: none;
  color: #303030;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row input,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row .select2-selection,
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=country_field] strong {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: transparent;
  color: #303030;
  opacity: 0.75;
  width: 100%;
  height: 48px;
  border-radius: 0;
  border: 1px solid #303030;
  padding: 10px 15px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row .select2-selection .select2-selection__rendered {
  padding: 0;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row .select2-selection .select2-selection__arrow {
  height: 45px;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=address_2_field] label {
  border: unset !important;
  clip: unset !important;
  clip-path: unset !important;
  height: unset !important;
  overflow: unset !important;
  padding: unset !important;
  position: unset !important;
  width: unset !important;
  word-wrap: unset !important;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content p {
  display: flex;
  flex-direction: column;
  width: 184px;
  margin: 22px 0 38px auto;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content [type=submit] {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #303030;
  background-color: #303030;
  padding: 12px 25px;
  transition: all 0.5s;
}
.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content [type=submit]:hover {
  color: #303030;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content {
  width: 886px !important;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
  display: flex;
  flex-direction: column;
  width: 398px;
  margin: 0 0 12px 0;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.24px;
  color: #303030;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row label .required {
  text-decoration: none;
  color: #303030;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row input {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0px;
  background-color: transparent;
  color: #303030;
  opacity: 0.75;
  width: 100%;
  border-radius: 0;
  border: 1px solid #303030;
  padding: 10px 15px;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .save_account_details_buttons {
  display: flex;
  flex-direction: column;
  width: 184px;
  margin: 34px 0 0 auto;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm [type="submit"] {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  border: 2px solid #303030;
  background-color: #303030;
  padding: 12px 25px;
  transition: all 0.5s;
}
.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm [type="submit"]:hover {
  color: #303030;
  background-color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
.woocommerce-wishlist {
  background-color: rgba(215, 210, 203, 0.15);
}
.woocommerce-wishlist #site-navigation {
  background-color: #fff;
}
.woocommerce-wishlist .entry-content {
  width: calc((398px * 3) + 60px);
  margin: 116px auto 239px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 29px 30px;
  background-color: #fff;
}
.woocommerce-wishlist .entry-content form {
  width: 100%;
}
.woocommerce-wishlist .entry-content form .wishlist-title-container {
  pointer-events: none;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #303030;
}
.woocommerce-wishlist .entry-content form .wishlist-title,
.woocommerce-wishlist .entry-content form .wishlist-title h2 {
  padding: 0;
  margin: 0;
}
.woocommerce-wishlist .entry-content form h2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.36px;
  color: #303030;
  text-transform: uppercase;
}
.woocommerce-wishlist .entry-content form table {
  margin: 0;
}
.woocommerce-wishlist .entry-content form table th {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-transform: uppercase;
  border: none;
  padding: 14px;
}
.woocommerce-wishlist .entry-content form table tbody td {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0.3px;
  color: #303030;
  text-align: center;
}
.woocommerce-wishlist .entry-content form table tbody td.product-thumbnail {
  width: calc(108px + 14px * 2);
  pointer-events: none;
}
.woocommerce-wishlist .entry-content form table tbody td.product-thumbnail a {
  max-width: unset;
}
.woocommerce-wishlist .entry-content form table tbody td.product-thumbnail a img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}
.woocommerce-wishlist .entry-content form table tbody td.product-name a {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  text-decoration: none;
  pointer-events: none;
}
.woocommerce-wishlist .entry-content form table tbody td.product-remove a {
  text-decoration: none;
}
.woocommerce-wishlist .entry-content form table tbody td.product-remove a:hover,
.woocommerce-wishlist .entry-content form table tbody td.product-add-to-cart a:hover {
  opacity: 0.5;
  transition: all 0.2s;
}
.woocommerce-wishlist .entry-content form table tbody td a,
.woocommerce-wishlist .entry-content form table tbody td a:visited,
.woocommerce-wishlist .entry-content form table tbody td a:hover,
.woocommerce-wishlist .entry-content form table tbody td span {
  color: #303030 !important;
  transition: all 0.2s;
}
.woocommerce-wishlist .entry-content form .woocommerce-message {
  display: none;
}
.woocommerce-wishlist .entry-content form .yith_wcwl_wishlist_footer {
  display: none;
}
.woocommerce-notices-wrapper .woocommerce-error,
.woocommerce-notices-wrapper .woocommerce-message {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #303030;
  background-color: #FFFFFF;
  text-transform: uppercase;
  text-align: center;
  list-style: none;
  padding: 30px;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgba(215, 210, 203, 0.15);
}
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-message a {
  order: 2;
  font-size: 15px;
  line-height: 15px;
  text-decoration: none;
  padding: 15px 30px;
  margin: 10px 0 0 0;
  border: 2px solid #303030;
}
.woocommerce-notices-wrapper .woocommerce-error a,
.woocommerce-notices-wrapper .woocommerce-error a:visited,
.woocommerce-notices-wrapper .woocommerce-error a:active,
.woocommerce-notices-wrapper .woocommerce-message a,
.woocommerce-notices-wrapper .woocommerce-message a:visited,
.woocommerce-notices-wrapper .woocommerce-message a:active {
  color: #FFFFFF;
  background-color: #303030;
  transition: all 0.5s;
}
.woocommerce-notices-wrapper .woocommerce-error a:hover,
.woocommerce-notices-wrapper .woocommerce-message a:hover {
  color: #303030;
  background-color: #FFFFFF;
  transition: all 0.5s;
}
.woocommerce-forms-wrapper .woocommerce-message {
  display: none;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message {
  background-color: transparent;
  border: none;
}
.cart-discount a,
.cart-discount a:visited,
.cart-discount a:active {
  color: #303030;
  margin-left: 10px;
}
/* My Account > Main Style Code > Tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-account .entry-content .woocommerce {
    width: calc(100% - 40px * 2);
    flex-direction: column;
    align-content: center;
    margin: 75px auto 150px;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100% !important;
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0 0 0;
  }
  .woocommerce-account .entry-content .woocommerce h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name {
    min-height: calc(75px + 14px);
    padding-left: calc(75px + 14px);
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name a {
    font-size: 16px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td ul {
    flex-wrap: wrap;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td bdi {
    font-size: 16px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .item-thumbnail img {
    width: 75px;
    height: 75px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot th,
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot td {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 16px;
    line-height: 24px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
    font-size: 14px;
    line-height: 20px;
  }
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address a {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row {
    width: 100%;
  }
  .woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content [type=submit] {
    font-size: 14px;
    line-height: 14px;
  }
  .woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    width: 100%;
  }
  .woocommerce-account.woocommerce-edit-account .custom-account-names {
    width: 100%;
  }
  .woocommerce-account.woocommerce-edit-account .custom-account-password {
    width: 100%;
  }
  .woocommerce-wishlist .entry-content {
    width: calc(100% - 40px * 2);
    margin: 75px auto 150px;
  }
  .woocommerce-wishlist .entry-content form .wishlist-title,
  .woocommerce-wishlist .entry-content form .wishlist-title h2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1359px) {
  .woocommerce-wishlist .entry-content {
    max-width: calc(100% - 20px * 2);
    margin: 40px auto;
  }
  .woocommerce-wishlist .entry-content .wishlist_table.mobile {
    margin: 0;
    padding: 0;
  }
  .woocommerce-wishlist .entry-content .wishlist_table.mobile li {
    margin: 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #303030;
  }
  .woocommerce-wishlist .entry-content .wishlist_table.mobile li .item-wrapper {
    width: 100%;
  }
  .woocommerce-wishlist .entry-content .wishlist_table.images_grid li .item-details h3,
  .woocommerce-wishlist .entry-content .wishlist_table.mobile li .item-details h3,
  .woocommerce-wishlist .entry-content .wishlist_table.modern_grid li .item-details h3 {
    margin: 0;
  }
  .woocommerce-wishlist .entry-content .additional-info-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .woocommerce-wishlist .entry-content a {
    color: #303030;
    text-decoration: none;
    font-size: 14px;
  }
}
/* My Account > Main Style Code > Mobile */
@media screen and (max-width: 767px) {
  .woocommerce-page.woocommerce-account {
    background-color: #fff;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce {
    width: calc(100vw - 21px * 2);
    margin: 65px auto 87px;
    flex-direction: column;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation {
    display: flex;
    flex-direction: column;
    margin: 0 0 52px 0;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li {
    margin: 0 auto 10px;
    width: calc(100% - 20px * 2);
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.28px;
    font-weight: bold;
    text-align: center;
    padding: 10px 25px;
    border: 1px solid #d7d2cb;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #303030;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    text-decoration: none;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content {
    width: 100% !important;
    padding: 0;
    box-shadow: none;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .my_acc_content_wrapper {
    box-shadow: none;
    padding: 0;
  }
  .woocommerce-page.woocommerce-account .entry-content .woocommerce .woocommerce-MyAccount-content .my_acc_content_wrapper h3 {
    font-size: 15px;
    letter-spacing: 0.3;
    margin-bottom: 41px;
  }
  .woocommerce-page.woocommerce-account.woocommerce-orders .woocommerce-orders-table__row .woocommerce-orders-table__cell {
    text-align: left;
    padding: 0 0 22px 0;
  }
  .woocommerce-page.woocommerce-account.woocommerce-orders .woocommerce-orders-table__row .woocommerce-orders-table__cell:before {
    content: attr(data-title);
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    width: 91px;
  }
  .woocommerce-page.woocommerce-account.woocommerce-orders .woocommerce-orders-table__row:not(:last-child) .woocommerce-orders-table__cell:last-child {
    padding: 0 0 62px 0;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row {
    width: 100%;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=address_2_field],
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=state_field] {
    width: 48.2vw;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=city_field],
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce-MyAccount-content .form-row[id$=postcode_field] {
    width: 33.5vw;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce p {
    margin-bottom: 20px;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-address .entry-content .woocommerce .woocommerce-address-fields>p:last-child {
    width: 156px;
    margin: 20px 0 0 auto;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .woocommerce-EditAccountForm .form-row {
    width: 100%;
  }
  .woocommerce-page.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .custom-account-names,
  .woocommerce-page.woocommerce-account.woocommerce-edit-account .woocommerce-MyAccount-content .custom-account-password {
    width: 100%;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .item-thumbnail img {
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name {
    padding-left: calc(50px + 10px);
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td.product-name a {
    font-size: 14px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td .product-quantity {
    font-size: 12px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td ul {
    flex-wrap: wrap;
    font-size: 12px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tbody td bdi {
    font-size: 14px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot th,
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot td {
    font-size: 14px;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot .shipped_via {
    display: none;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-order-details tfoot tr:nth-child(3) td {
    text-align: right;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column {
    padding: 0 0 20px 0;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details .woocommerce-column__title {
    font-size: 14px;
    margin: 0;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details p {
    margin: 0;
  }
  .woocommerce-account.woocommerce-view-order .woocommerce-customer-details address {
    font-size: 12px;
  }
}
.clickable_area {
  position: relative;
}

.clickable_area:before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.clickable_area:after  {
  transform: translate(-50%, -50%);
}
.clickable_area:before,
.clickable_area:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transition: transform 0.5s;
}
.clickable_area.active:before,
.clickable_area.active:after {
  content: "";
  background-image: url(/wp-content/themes/baldoyle_blinds/images/icons/plain_line.png);
  background-size: 16px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(270deg);
  transition: transform 0.5s;
}
.clickable_area:hover {
  cursor: pointer;
}
.expandable_hidden_area {
  display: none;
}

/* Hide system measurements */
.woocommerce-cart .entry-content .woocommerce-cart-form .variation .variation-Width,
.woocommerce-cart .entry-content .woocommerce-cart-form .variation .variation-Drop,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation .variation-Width,
.woocommerce-page.woocommerce-checkout .entry-content .woocommerce form.woocommerce-checkout #order_details tbody .cart_item .variation .variation-Drop {
    display: none;
}
