/*!
 Theme Name:   Blocksy-child
 Description:  Blocksy Child Theme
 Author:       Best4u
 Template:     blocksy
 Author URI:   https://www.best4u.nl/
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  best4u
!*/
ul.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.gform_fields .checkboxes-fields-car ul li {
  position: relative;
}
ul.gform_fields .checkboxes-fields-car ul li input[type=checkbox] {
  display: none;
}
ul.gform_fields .checkboxes-fields-car ul li label {
  padding-left: 20px;
  line-height: 1;
}
ul.gform_fields .checkboxes-fields-car ul li label:hover:before {
  background: var(--paletteColor2);
}
ul.gform_fields .checkboxes-fields-car ul li label:before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--paletteColor1);
  border-radius: 2px;
  position: absolute;
  left: 0;
  transition: 0.5s ease background;
  top: 7px;
}
ul.gform_fields .checkboxes-fields-car ul li input:checked + label:before {
  background: var(--paletteColor2);
}
ul.gform_fields .radio-fields-car ul.gfield_radio {
  display: flex;
  flex-wrap: wrap;
}
ul.gform_fields .radio-fields-car ul.gfield_radio li {
  width: 50%;
  position: relative;
}
ul.gform_fields .radio-fields-car ul.gfield_radio li input[type=radio] {
  display: none;
}
ul.gform_fields .radio-fields-car ul.gfield_radio li label {
  padding-left: 20px;
  line-height: 1;
}
ul.gform_fields .radio-fields-car ul.gfield_radio li label:hover:before {
  background: var(--paletteColor2);
}
ul.gform_fields .radio-fields-car ul.gfield_radio li label:before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--paletteColor1);
  border-radius: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s ease background;
  top: 7px;
}
ul.gform_fields .radio-fields-car ul.gfield_radio li input:checked + label:before {
  background: var(--paletteColor2);
}
ul.gform_fields > li.gf_half {
  width: 49%;
}
@media screen and (max-width: 980px) {
  ul.gform_fields > li.gf_half {
    width: 100%;
  }
  ul.gform_fields > li.gf_half .gfield_time_hour,
ul.gform_fields > li.gf_half .gfield_time_minute {
    max-width: 100% !important;
    width: 100% !important;
  }
}
ul.gform_fields > li.gf_half .gfield_time_hour,
ul.gform_fields > li.gf_half .gfield_time_minute {
  max-width: 50% !important;
  width: 50% !important;
}
ul.gform_fields > li.gf_half .gfield_time_hour i,
ul.gform_fields > li.gf_half .gfield_time_minute i {
  display: none;
}
ul.gform_fields > li.gf_half .ginput_container > * {
  width: 100% !important;
}
ul.gform_fields li {
  width: 100%;
}
ul.gform_fields li input, ul.gform_fields li textarea {
  width: 100% !important;
  transition: 0.5s ease all;
}
ul.gform_fields li input:hover, ul.gform_fields li textarea:hover {
  background: none;
  border-color: var(--paletteColor1) !important;
}

.gform_footer input[type=submit] {
  line-height: 1;
  font-weight: 600;
  padding: 0 35px;
  transition: 0.5s ease all;
}
.gform_footer input[type=submit]:focus {
  outline: none;
}
.gform_footer input[type=submit]:hover {
  transform: scale(1.05);
}

.wp-block-group__inner-container p {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .wp-block-table table tbody tr td {
    font-size: 14px;
  }
}

.testimonials-carousel {
  padding-bottom: 35px !important;
}
.testimonials-carousel .item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonials-carousel .item .inner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .testimonials-carousel .item .inner-container {
    max-width: 100%;
  }
}
.testimonials-carousel .item .inner-container .user-testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
}
.testimonials-carousel .item .inner-container p.testimonial {
  font-size: 18px;
  text-align: center;
}
.testimonials-carousel .item .inner-container h4.name {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
.testimonials-carousel .item .inner-container h4.name, .testimonials-carousel .item .inner-container p.job {
  color: var(--paletteColor3) !important;
}
.testimonials-carousel .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--paletteColor2) !important;
}
.testimonials-carousel .swiper-pagination .swiper-pagination-bullet {
  background: var(--paletteColor3) !important;
}

.wp-block-ugb-blog-posts .ugb-blog-posts__item:hover .ugb-blog-posts__featured-image img {
  transform: scale(1.1);
}
.wp-block-ugb-blog-posts .ugb-blog-posts__item:hover .ugb-blog-posts__title a {
  color: var(--paletteColor1) !important;
}
.wp-block-ugb-blog-posts .ugb-blog-posts__item:hover .ugb-blog-posts__readmore a {
  color: var(--paletteColor1) !important;
}
.wp-block-ugb-blog-posts .ugb-blog-posts__item .entry-meta {
  order: 2 !important;
}
.wp-block-ugb-blog-posts .ugb-blog-posts__item .ugb-blog-posts__featured-image {
  order: 1 !important;
}
.wp-block-ugb-blog-posts .ugb-blog-posts__item .ugb-blog-posts__featured-image img {
  transition: 0.5s ease transform;
}

.ct-featured-image .ct-image-container img {
  transition: 0.5s ease transform;
}
.ct-featured-image .ct-image-container img:hover {
  transform: scale(1.1);
}

body.single-post .ct-share-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 !important;
  padding: 20px 0;
  border-top: 1px solid var(--paletteColor3);
  border-bottom: 1px solid var(--paletteColor3);
}
body.single-post .ct-share-box .ct-module-title {
  margin-bottom: 0 !important;
}
body.single-post .ct-share-box div[data-icons-type=simple] {
  display: flex !important;
}
body.single-post .ct-share-box div[data-icons-type=simple] > a {
  margin-left: 15px;
}
body.single-post .ct-related-posts {
  margin-bottom: 40px;
}
body.single-post .ct-related-posts article .ct-image-container img {
  transition: 0.5s ease transform;
}
body.single-post .ct-related-posts article:hover .ct-image-container img {
  transform: scale(1.1);
}

#main .clickable-blocks-home .ugb-column__item {
  cursor: pointer;
  transition: 0.5s ease all;
  box-shadow: 0 8px 25px 0 rgba(18, 63, 82, 0.035) !important;
}
#main .clickable-blocks-home .ugb-column__item:hover {
  box-shadow: none !important;
  border-color: var(--paletteColor1) !important;
}
@media screen and (max-width: 980px) and (min-width: 766px) {
  #main .responsive-custom-alignment .ugb-block-content, #main .responsive-custom-alignment .ugb-columns__item {
    grid-template-columns: 1fr 1fr !important;
  }
  #main .responsive-custom-alignment .ugb-block-content .ugb-feature-grid__item3, #main .responsive-custom-alignment .ugb-block-content .ugb-card__item3, #main .responsive-custom-alignment .ugb-block-content .wp-block-ugb-column:nth-child(3), #main .responsive-custom-alignment .ugb-block-content .ugb-blog-posts__item:nth-child(3), #main .responsive-custom-alignment .ugb-columns__item .ugb-feature-grid__item3, #main .responsive-custom-alignment .ugb-columns__item .ugb-card__item3, #main .responsive-custom-alignment .ugb-columns__item .wp-block-ugb-column:nth-child(3), #main .responsive-custom-alignment .ugb-columns__item .ugb-blog-posts__item:nth-child(3) {
    grid-row: 2;
    grid-column: 1/3 !important;
  }
}
@media screen and (min-width: 600px) and (max-width: 1000px) {
  #main .projecten-section .ugb-block-content {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 766px) {
  footer.ct-footer .ct-container {
    grid-template-columns: 1fr 1fr !important;
  }
  footer.ct-footer .ct-container > div:nth-child(1) {
    grid-row: 1;
    grid-column: 1/3 !important;
  }
}

.blocks-gallery-grid .blocks-gallery-item {
  overflow: hidden;
}
.blocks-gallery-grid .blocks-gallery-item img {
  transition: 0.5s ease transform;
}
.blocks-gallery-grid .blocks-gallery-item:hover img {
  transform: scale(1.1);
}

body.single-product .summary {
  max-width: 540px;
  border-radius: 3px;
  padding-top: 30px;
  margin-left: 50px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1000px) {
  body.single-product .summary {
    max-width: 100%;
    margin: auto;
  }
}
body.single-product .summary .quantity {
  display: none !important;
}
body.single-product .summary .price {
  margin-bottom: 0;
  color: var(--paletteColor1);
  font-size: 28px;
  order: 3;
}
body.single-product .summary .price .woocommerce-Price-amount {
  color: var(--paletteColor1);
  font-size: 28px;
}
body.single-product .summary .woocommerce-product-details__short-description {
  order: 2;
}
body.single-product .summary .woocommerce-product-details__short-description p {
  margin-bottom: 10px;
}
body.single-product .summary h1.product_title {
  order: 1;
}
body.single-product .summary select {
  border-radius: 3px;
  border-color: #eeeeee;
}
body.single-product .summary .stock {
  margin-top: 0 !important;
  font-size: 15px;
  font-weight: 700;
  color: var(--paletteColor2);
}
body.single-product .summary form.cart {
  border-top: none;
  margin-top: 20px;
  padding-top: 10px;
  order: 4;
}
body.single-product .summary form.cart .variations {
  margin-bottom: 20px;
}
body.single-product .summary div[data-block="hook:1337"] {
  order: 5;
}
body.single-product .summary .ct-cart-actions {
  position: relative;
  --buttonMinHeight: 52px !important;
}
body.single-product .summary .ct-cart-actions:before {
  content: "+";
  position: absolute;
  top: 20px;
  left: 20px;
  font-family: "Roboto";
  font-size: 30px;
  line-height: 20px;
  color: #ffffff;
  z-index: 9;
}
body.single-product .summary .ct-cart-actions .single_add_to_cart_button {
  font-weight: 600;
  width: auto;
  flex: none;
  padding: 22px 25px 22px 55px !important;
  line-height: 1;
}
body.single-product .summary .ct-cart-actions .single_add_to_cart_button:focus {
  outline: none;
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel {
  border-top: 1px solid #e5e5e5;
  padding: 70px 120px 35px !important;
}
@media screen and (max-width: 1000px) {
  body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel {
    padding: 50px 0 !important;
  }
}
body.single-product .wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
  font-size: 30px;
}
body.single-product .wc-tabs-wrapper ul.wc-tabs {
  display: none !important;
}
body.single-product section.related {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
  padding-bottom: 100px;
}
body.single-product section.related h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}

body.single-projecten .wp-block-table table {
  border-spacing: 0 12px;
  border-color: transparent;
  border-collapse: separate;
}
body.single-projecten .wp-block-table table tbody {
  border: none;
}
body.single-projecten .wp-block-table table tbody tr td {
  font-size: 13px;
  padding: 15px;
  border: none;
  background-color: var(--paletteColor4);
  color: var(--paletteColor2);
}

.metro-1-4 .gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 250px);
  grid-gap: 20px;
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .metro-1-4 .gallery {
    margin-top: 50px;
  }
}
@media screen and (max-width: 980px) {
  .metro-1-4 .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template: inherit;
  }
  .metro-1-4 .gallery .img img {
    height: 240px !important;
  }
}
@media screen and (max-width: 767px) {
  .metro-1-4 .gallery {
    grid-template-columns: repeat(1, 1fr);
    grid-template: inherit;
    grid-gap: 10px;
  }
  .metro-1-4 .gallery .img img {
    height: 160px !important;
  }
}
.metro-1-4 .gallery .img {
  overflow: hidden;
}
.metro-1-4 .gallery .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.5s ease transform;
}
.metro-1-4 .gallery .img:hover img {
  transform: scale(1.1);
}
.metro-1-4 .gallery .img-0 {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}

.ugb-button:hover {
  background-color: var(--buttonHoverColor) !important;
}

#footer-menu ul.menu {
  flex-direction: column !important;
  align-items: flex-start;
}

footer.ct-footer .ct-header-text {
  flex-direction: column !important;
  align-items: flex-start;
}
footer.ct-footer .ct-header-text .ct-footer-socials {
  margin-top: 20px;
}

#header .ct-header-cta a.ct-button {
  font-weight: 600;
  line-height: 1.8;
  padding: 0 35px;
  transition: 0.5s ease all;
  min-height: 47px;
}
#header .ct-header-cta a.ct-button:hover {
  transform: scale(1.05);
}
#header .ct-header-cart {
  border: 1px solid #eeeeee;
  padding: 12px;
  border-radius: 5px;
}
#header .ct-header-cart .ct-icon-container:before {
  top: -19px;
  right: -19px;
}
#header div[data-sticky="yes:shrink"] {
  top: 0;
  left: 0;
  right: 0;
}

.gform_validation_error .validation_error {
  border: none !important;
  padding: 0 !important;
  color: #ec3232 !important;
}
.gform_validation_error .gform_body ul li.gfield_error {
  background: none;
  border: none;
}
.gform_validation_error .gform_body ul li.gfield_error input, .gform_validation_error .gform_body ul li.gfield_error textarea {
  border-color: #ec3232 !important;
}
.gform_validation_error .gform_body ul li.gfield_error label, .gform_validation_error .gform_body ul li.gfield_error .validation_message {
  color: #ec3232;
}

body.archive .woo-listing-top {
  justify-content: flex-end;
}
body.archive .woo-listing-top .woocommerce-result-count {
  font-size: 16px;
  text-transform: none;
  letter-spacing: normal;
  font-weight: 300;
}

.bapf_sfilter .bapf_head h3 {
  position: relative;
  padding-bottom: 30px;
  font-weight: 500;
}
.bapf_sfilter .bapf_head h3:before {
  content: "";
  width: 40%;
  height: 2px;
  left: 0;
  top: auto;
  bottom: 16px;
  position: absolute;
  background-color: var(--border-color);
}
.bapf_sfilter .bapf_body ul li {
  margin: 7px 0 !important;
}
.bapf_sfilter .bapf_body ul li label {
  font-size: 20px;
  font-weight: 400;
  color: var(--paletteColor3);
  transition: 0.5s ease color;
}
.bapf_sfilter .bapf_body ul li:hover label {
  color: var(--paletteColor1);
}
.bapf_sfilter .bapf_body ul li.checked label {
  color: var(--paletteColor1);
}

ul.products {
  margin: 0;
}
ul.products li.product {
  padding: 20px 10px 10px;
  border: 1px solid var(--paletteColor4);
  border-radius: 5px;
  transition: 0.5s ease border-color;
}
ul.products li.product .excerpt {
  order: 4;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  ul.products li.product {
    padding: 20px 15px 0 !important;
  }
}
ul.products li.product:hover {
  border-color: var(--paletteColor1);
}
ul.products li.product .price {
  font-size: 30px;
  font-weight: 700;
}
ul.products li.product .ct-image-container {
  width: 180px;
  margin: 0 auto 30px;
}
ul.products li.product .ct-woo-card-actions {
  padding: 0;
}

body.woocommerce-cart #main > .ct-container, .woocommerce-checkout #main > .ct-container {
  max-width: 100%;
  width: 100%;
}
body.woocommerce-cart #main > .ct-container .woocommerce, .woocommerce-checkout #main > .ct-container .woocommerce {
  max-width: var(--container-max-width);
  width: var(--container-width);
  margin: 0 auto;
}

nav.woocommerce-breadcrumb {
  padding: 35px 0;
  background-color: var(--paletteColor4);
}
nav.woocommerce-breadcrumb > span {
  width: var(--container-width);
  max-width: var(--container-max-width);
  display: block;
  margin: auto;
}
nav.woocommerce-breadcrumb a, nav.woocommerce-breadcrumb span {
  font-size: 14px;
  font-weight: 400;
}
nav.woocommerce-breadcrumb a {
  color: var(--paletteColor1);
}

.owl-dots {
  text-align: center;
}
.owl-dots button.active span {
  background-color: var(--paletteColor1);
}
.owl-dots span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 8px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 8px;
}

body.woocommerce-checkout .align-right,
body.woocommerce-cart .align-right {
  text-align: right;
}
body.woocommerce-checkout a.button,
body.woocommerce-cart a.button {
  font-weight: 500;
  padding: 12px 15px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup,
body.woocommerce-cart .woocommerce-NoticeGroup {
  width: 100% !important;
}
body.woocommerce-checkout a.continue-to-shopping,
body.woocommerce-cart a.continue-to-shopping {
  margin-right: 35px;
  color: var(--buttonInitialColor);
}
body.woocommerce-checkout a.continue-to-shopping:hover,
body.woocommerce-cart a.continue-to-shopping:hover {
  color: var(--paletteColor2);
}
@media screen and (max-width: 767px) {
  body.woocommerce-checkout a.continue-to-shopping,
body.woocommerce-cart a.continue-to-shopping {
    text-align: center;
    margin-right: 0;
    border: 2px solid var(--paletteColor1);
    border-radius: 3px;
    padding: 10px;
    margin-bottom: 15px;
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info {
  padding: 0;
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info a.showlogin,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info a.showlogin {
  color: var(--paletteColor1);
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info:before,
body.woocommerce-cart .woocommerce-form-login-toggle .woocommerce-info:before {
  content: none;
}
body.woocommerce-checkout .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }
}
body.woocommerce-checkout button[type=submit],
body.woocommerce-cart button[type=submit] {
  border: 2px solid var(--buttonInitialColor);
  background: #fff;
  color: var(--buttonInitialColor);
  transition: 0.5s ease background-color;
}
body.woocommerce-checkout button[type=submit]:hover,
body.woocommerce-cart button[type=submit]:hover {
  background-color: var(--buttonInitialColor);
  color: #ffffff;
}
body.woocommerce-checkout input[type=text],
body.woocommerce-checkout input[type=number],
body.woocommerce-cart input[type=text],
body.woocommerce-cart input[type=number] {
  text-align: center;
  margin-right: 8px;
  border-radius: 3px;
}
body.woocommerce-checkout input[type=checkbox], body.woocommerce-checkout input[type=radio],
body.woocommerce-cart input[type=checkbox],
body.woocommerce-cart input[type=radio] {
  background: var(--paletteColor4) !important;
  border-color: var(--paletteColor4) !important;
  width: 22px !important;
  height: 22px !important;
}
body.woocommerce-checkout input[type=checkbox]:before, body.woocommerce-checkout input[type=radio]:before,
body.woocommerce-cart input[type=checkbox]:before,
body.woocommerce-cart input[type=radio]:before {
  color: var(--paletteColor4);
}
body.woocommerce-checkout input[type=checkbox],
body.woocommerce-cart input[type=checkbox] {
  top: 6px !important;
}
body.woocommerce-checkout .ct-cart-form,
body.woocommerce-cart .ct-cart-form {
  display: flex !important;
  justify-content: flex-end;
  flex-direction: column;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form {
  width: 100%;
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td {
  border-style: solid;
}
@media screen and (max-width: 1000px) {
  body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price {
    display: table-cell;
  }
}
body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[type=submit],
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[type=submit] {
  height: 52px !important;
}
body.woocommerce-checkout .ct-cart-form .cart_totals,
body.woocommerce-cart .ct-cart-form .cart_totals {
  width: 30%;
  align-self: flex-end;
  border: none !important;
  padding: 40px 0 0 0;
}
@media screen and (max-width: 768px) {
  body.woocommerce-checkout .ct-cart-form .cart_totals,
body.woocommerce-cart .ct-cart-form .cart_totals {
    width: 100%;
  }
}
body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-cart form.woocommerce-checkout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-column-gap: 25px;
}
@media screen and (max-width: 980px) {
  body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-cart form.woocommerce-checkout {
    flex-direction: column;
  }
}
body.woocommerce-checkout form.woocommerce-checkout input[type=tel],
body.woocommerce-checkout form.woocommerce-checkout input[type=email],
body.woocommerce-checkout form.woocommerce-checkout .select2-selection,
body.woocommerce-checkout form.woocommerce-checkout textarea,
body.woocommerce-cart form.woocommerce-checkout input[type=tel],
body.woocommerce-cart form.woocommerce-checkout input[type=email],
body.woocommerce-cart form.woocommerce-checkout .select2-selection,
body.woocommerce-cart form.woocommerce-checkout textarea {
  border-radius: 2px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
  width: 66%;
}
@media screen and (max-width: 980px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details {
    width: 100%;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1250px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details {
    flex-direction: column;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .woocommerce-billing-fields > h3 {
  font-size: 24px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
  padding: 35px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  width: 48%;
}
@media screen and (max-width: 1250px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1, body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
    width: 100%;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-1 h3:before {
  content: "1. ";
  position: relative;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
  margin-top: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 > h3 {
  font-size: 24px;
}
@media screen and (max-width: 1250px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-customer-details #customer_details .col-2,
body.woocommerce-cart form.woocommerce-checkout .ct-customer-details #customer_details .col-2 {
    margin-top: 35px;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
  width: 31%;
  border-width: 1px;
  border-radius: 3px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review > h3,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review > h3 {
  font-size: 24px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review thead tr th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review thead tr th {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr:first-child td {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tbody tr td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tbody tr td {
  border-style: solid;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:first-child th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:first-child th {
  border-style: solid;
  padding-bottom: 5px;
  padding-top: 10px;
  color: var(--paletteColor2);
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review tfoot tr:not(:first-child) th {
  padding-bottom: 5px;
  padding-top: 5px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
  border: none;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li:before {
  content: none;
}
@media screen and (min-width: 690px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li {
    padding: 0;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li input[type=radio]:before {
  opacity: 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li label {
  height: 35px;
  margin: 5px 0;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review ul.wc_payment_methods li .payment_box {
  background: var(--border-color);
  width: 100%;
  margin: 0;
  padding: 10px;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review h3:before,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review h3:before {
  content: "3. ";
  position: relative;
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .product-total,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .product-total {
  vertical-align: middle;
}
@media screen and (max-width: 980px) {
  body.woocommerce-checkout form.woocommerce-checkout .ct-order-review,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review {
    width: 100%;
  }
}
body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total th, body.woocommerce-checkout form.woocommerce-checkout .ct-order-review .order-total td,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total th,
body.woocommerce-cart form.woocommerce-checkout .ct-order-review .order-total td {
  color: var(--paletteColor1);
  border: none;
}
body.woocommerce-checkout .cross-sells,
body.woocommerce-cart .cross-sells {
  margin-bottom: 100px;
}
body.woocommerce-checkout .cross-sells > h2,
body.woocommerce-cart .cross-sells > h2 {
  text-align: center;
  text-transform: none;
  font-size: 30px;
  margin-bottom: 50px;
}

.wp-block-search .wp-block-search__inside-wrapper {
  border-color: var(--form-field-border-initial-color) !important;
  border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px)) !important;
}
.wp-block-search .wp-block-search__inside-wrapper input {
  background-color: #ffffff;
}
.wp-block-search .wp-block-search__inside-wrapper button {
  background-color: #fff;
  border-color: #fff;
}
.wp-block-search .wp-block-search__inside-wrapper button svg {
  fill: var(--paletteColor1) !important;
  min-width: 40px;
  min-height: 40px;
}

.breadcrumbs-page .ugb-container__content-wrapper a, .breadcrumbs-page .ugb-container__content-wrapper .breadcrumb_last {
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
