/*!
 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
!*/
#ui-datepicker-div {
  background: #fff;
}

.gform_fields .gfield {
  margin-bottom: 20px;
}

.gform_fields .gform_validation_container {
  display: none;
}

.gform_footer input[type="submit"] {
  margin-top: 10px;
  font-size: var(--buttonFontSize);
  font-weight: var(--buttonFontWeight);
  padding: 0 35px;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.gform_footer input[type="submit"]:focus {
  outline: none;
}

.gform_footer input[type="submit"]:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.gform_validation_error .validation_error {
  border: none !important;
  padding: 0 !important;
  color: #ec3232 !important;
}

.gform_validation_error .gform_submission_error {
  font-size: 18px;
  margin-bottom: 20px !important;
}

.gform_validation_error .gform_body .gfield_error {
  background: none;
  border: none;
}

.gform_validation_error .gform_body .gfield_error input,
.gform_validation_error .gform_body .gfield_error textarea {
  border-color: #ec3232 !important;
}

.gform_validation_error .gform_body .gfield_error label,
.gform_validation_error .gform_body .gfield_error .validation_message {
  color: #ec3232;
}

.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 .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
}

.testimonials-carousel .swiper-slide .inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 980px) {
  .testimonials-carousel .swiper-slide .inner-container {
    max-width: 100%;
  }
}

.testimonials-carousel .swiper-slide .inner-container .user-testimonial-img {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonials-carousel .swiper-slide .inner-container p.testimonial {
  font-size: 18px;
  text-align: center;
}

.testimonials-carousel .swiper-slide .inner-container h4.name {
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

.testimonials-carousel .swiper-slide .inner-container h4.name,
.testimonials-carousel .swiper-slide .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 {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          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 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
     -moz-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}

.wp-block-ugb-blog-posts .ugb-blog-posts__item .ugb-blog-posts__featured-image {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
     -moz-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}

.wp-block-ugb-blog-posts .ugb-blog-posts__item .ugb-blog-posts__featured-image img {
  -webkit-transition: 0.5s ease transform;
  -o-transition: 0.5s ease transform;
  -moz-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.ct-featured-image .ct-image-container img {
  -webkit-transition: 0.5s ease transform;
  -o-transition: 0.5s ease transform;
  -moz-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.ct-featured-image .ct-image-container img:hover {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

body.single-post #main > .ct-container {
  margin-top: 100px;
}

body.single-post .ct-share-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  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 {
  -webkit-transition: 0.5s ease transform;
  -o-transition: 0.5s ease transform;
  -moz-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

body.single-post .ct-related-posts article:hover .ct-image-container img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#main .clickable-blocks-home .ugb--has-background-overlay:before {
  -webkit-transition: 0.5s ease opacity;
  -o-transition: 0.5s ease opacity;
  -moz-transition: 0.5s ease opacity;
  transition: 0.5s ease opacity;
}

#main .clickable-blocks-home .wp-block-ugb-column {
  cursor: pointer;
}

#main .clickable-blocks-home .wp-block-ugb-column:hover .ugb--has-background-overlay:before {
  opacity: 0.4;
}

@media screen and (max-width: 980px) and (min-width: 766px) {
  #main .responsive-custom-alignment .ugb-block-content,
  #main .responsive-custom-alignment .ugb-columns__item {
    -ms-grid-columns: 1fr 1fr !important;
        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) {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1 !important;
    -ms-grid-column-span: 2 !important;
    grid-column: 1 / 3 !important;
  }
}

@media screen and (max-width: 1000px) and (min-width: 766px) {
  footer.ct-footer .ct-container {
    -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
  }
}

footer.ct-footer .ct-container h2.widget-title {
  font-weight: 600;
}

footer.ct-footer .ct-container a {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}

footer.ct-footer .ct-container a:before {
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--paletteColor2);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

footer.ct-footer .ct-container a:hover:before {
  width: 100%;
  -webkit-transition: 0.5s ease width;
  -o-transition: 0.5s ease width;
  -moz-transition: 0.5s ease width;
  transition: 0.5s ease width;
}

footer.ct-footer .ct-container a ul li {
  font-size: 15px;
  line-height: 27px;
}

footer.ct-footer .ct-container .textwidget a {
  color: var(--paletteColor2);
  font-weight: 400;
}

footer.ct-footer .ct-container p {
  font-weight: 400;
  margin-bottom: 0;
  color: var(--paletteColor3);
}

footer.ct-footer .ct-container ul.icon-list {
  margin-bottom: 30px;
}

footer.ct-footer .ct-container div[data-column="socials"] {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.ct-footer .ct-container div[data-column="socials"] .ct-social-box a {
  margin-top: 0;
}

.blocks-gallery-grid .blocks-gallery-item {
  overflow: hidden;
}

.blocks-gallery-grid .blocks-gallery-item img {
  -webkit-transition: 0.5s ease transform;
  -o-transition: 0.5s ease transform;
  -moz-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.blocks-gallery-grid .blocks-gallery-item:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

#main span.onsale {
  padding: 4px 8px !important;
  margin: 8px 0 0 8px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  height: auto;
}

ul.products {
  margin: 0;
}

ul.products li.product {
  padding: 20px;
  -webkit-transition: 0.5s ease box-shadow;
  -o-transition: 0.5s ease box-shadow;
  -moz-transition: 0.5s ease box-shadow;
  transition: 0.5s ease box-shadow;
}

ul.products li.product:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
     -moz-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.09);
}

ul.products li.product .price {
  font-size: 15px;
}

ul.products li.product .onsale {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto;
  bottom: 10px;
}

ul.products li.product .price {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
     -moz-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

ul.products li.product .woocommerce-loop-product__title {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
     -moz-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

ul.products li.product .ct-image-container {
  margin: 0 auto 30px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

ul.products li.product .ct-image-container img {
  height: 200px;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  -o-object-position: center !important;
     object-position: center !important;
}

ul.products li.product .ct-image-container .ct-ratio {
  padding-bottom: 210px !important;
}

@media screen and (max-width: 1025px) {
  .lateral-section-bg {
    background: var(--paletteColor4) !important;
  }
  .lateral-section-bg:before {
    background: var(--paletteColor4) !important;
  }
}

.metro-1-4 .gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .metro-1-4 .gallery {
    margin-top: 50px;
  }
}

.metro-1-4 .gallery .img {
  overflow: hidden;
  position: relative;
}

.metro-1-4 .gallery .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease transform;
  -o-transition: 0.5s ease transform;
  -moz-transition: 0.5s ease transform;
  transition: 0.5s ease transform;
}

.metro-1-4 .gallery .img:hover img {
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.metro-1-4 .gallery .img-0 {
  top: 0;
  left: 20px;
}

.metro-1-4 .gallery .img-1 {
  top: -10px;
  left: 10px;
}

.metro-1-4 .gallery .img-2 {
  top: -20px;
  left: 0;
}

.metro-1-4 .gallery .img-3 {
  top: -30px;
  left: -10px;
}

.metro-1-4 .gallery .img-4 {
  top: -40px;
  left: -20px;
}

.ugb-button,
.button {
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
  position: relative;
}

.ugb-button:hover,
.button:hover {
  -webkit-transform: translateY(3px);
     -moz-transform: translateY(3px);
      -ms-transform: translateY(3px);
       -o-transform: translateY(3px);
          transform: translateY(3px);
}

#footer-menu ul.menu {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer.ct-footer .ct-header-text {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
     -moz-box-orient: vertical !important;
     -moz-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer.ct-footer .ct-header-text .ct-footer-socials {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  body.archive .ct-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

body.archive nav.woocommerce-breadcrumb {
  width: var(--content-width);
  max-width: 100%;
  margin: 25px auto;
}

@media screen and (max-width: 1530px) and (min-width: 768px) {
  body.archive nav.woocommerce-breadcrumb {
    margin-left: 70px !important;
  }
}

@media screen and (max-width: 768px) {
  body.archive nav.woocommerce-breadcrumb {
    margin: 15px 30px !important;
  }
}

@media screen and (max-width: 768px) {
  body.archive .woo-listing-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.archive .woo-listing-top .woocommerce-ordering select {
    padding: 0;
  }
}

body.archive .orderby {
  background: none;
  border: none;
}

body.archive .woocommerce-result-count {
  text-transform: none;
  font-size: 15px;
  letter-spacing: normal;
}

body.archive .berocket_single_filter_widget .bapf_body {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  body.archive .berocket_single_filter_widget .bapf_body {
    display: none;
  }
}

body.archive #main aside > .ct-sidebar {
  margin-bottom: 50px !important;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget {
  margin-top: 30px;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_head h3 {
  font-size: 19px;
  color: var(--paletteColor3);
  border-bottom: 1px solid #f2f4f6;
  padding-bottom: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body {
  padding-top: 5px;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul {
  padding: 0;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li {
  margin: 4px 0 !important;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li input[type="checkbox"] {
  width: 27px;
  height: 27px;
  -webkit-transition: 0.5s ease border-color;
  -o-transition: 0.5s ease border-color;
  -moz-transition: 0.5s ease border-color;
  transition: 0.5s ease border-color;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li input[type="checkbox"]:before {
  border: none;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li input[type="checkbox"]:checked:before {
  content: "\e907";
  font-family: icomoon;
  font-size: 14px;
  color: var(--paletteColor3);
  left: 50%;
  top: 20%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li label {
  -webkit-transition: 0.5s ease color;
  -o-transition: 0.5s ease color;
  -moz-transition: 0.5s ease color;
  transition: 0.5s ease color;
  font-family: var(--fontFamily);
  font-size: 15px;
  color: var(--color);
  font-weight: 400;
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li:hover input[type="checkbox"] {
  border-color: var(--paletteColor1);
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li:hover label {
  color: var(--paletteColor1);
}

body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li.checked label {
  font-weight: 600;
}

body.search #header,
body.archive #header {
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
}

body.search #header div[data-row="middle"],
body.archive #header div[data-row="middle"] {
  background: transparent;
}

body.search #header div[data-sticky="yes:shrink"] div[data-row="middle"],
body.archive #header div[data-sticky="yes:shrink"] div[data-row="middle"] {
  background-color: var(--paletteColor2);
}

body.search .hero-section h1,
body.search .hero-section .page-description,
body.archive .hero-section h1,
body.archive .hero-section .page-description {
  text-align: left;
}

#offcanvas nav.mobile-menu:not(:first-child) {
  display: none;
}

@media (max-width: 689.98px) and (min-width: 400px) {
  [data-products] {
    --shop-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 1000px) and (min-width: 400px) {
  body.home ul.products {
    -ms-grid-columns: auto auto !important;
        grid-template-columns: auto auto !important;
  }
}

#main {
  overflow: hidden;
}

@media screen and (max-width: 980px) and (min-width: 500px) {
  #main .home-categories .ugb-columns__item {
    -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
  }
}

#main .home-categories .wp-block-ugb-column .ugb-column__item {
  border: 1px solid var(--paletteColor4);
  -webkit-transition: 0.7s ease all;
  -o-transition: 0.7s ease all;
  -moz-transition: 0.7s ease all;
  transition: 0.7s ease all;
}

#main .home-categories .wp-block-ugb-column:hover .ugb-column__item {
  background-color: #ffffff !important;
  border-color: var(--paletteColor3);
}

.aws-search-form {
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  height: auto !important;
  border: 1px solid transparent;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.aws-search-form:hover {
  border-color: var(--paletteColor1);
}

.aws-search-form .aws-search-btn {
  background-color: transparent !important;
  border: none !important;
}

.aws-search-form .aws-search-btn svg {
  color: var(--paletteColor1);
}

.aws-search-form .aws-wrapper {
  position: relative;
}

.aws-search-form .aws-wrapper:before {
  content: "\e903";
  font-family: icomoon;
  color: var(--paletteColor1);
  left: 15px;
  position: absolute;
  font-size: 22px;
}

.aws-search-form .aws-wrapper input[type="text"] {
  border: none;
  height: 58px;
  padding-left: 50px;
}

.aws-search-form .aws-wrapper input[type="text"]::-webkit-input-placeholder {
  font-size: 16px;
}

.aws-search-form .aws-wrapper input[type="text"]:-moz-placeholder {
  font-size: 16px;
}

.aws-search-form .aws-wrapper input[type="text"]::-moz-placeholder {
  font-size: 16px;
}

.aws-search-form .aws-wrapper input[type="text"]:-ms-input-placeholder {
  font-size: 16px;
}

.aws-search-form .aws-wrapper input[type="text"]::-ms-input-placeholder {
  font-size: 16px;
}

.aws-search-form .aws-wrapper input[type="text"]::placeholder {
  font-size: 16px;
}

@media (min-width: 1200px) {
  #header .ct-container {
    -ms-grid-columns: 1fr var(--middle-column-width, auto) 115px !important;
        grid-template-columns: 1fr var(--middle-column-width, auto) 115px !important;
  }
}

#header .ct-container div[data-column="end"] {
  position: absolute;
  right: 35px;
}

#header .ct-container .ct-cart-item .ct-icon-container:before {
  color: #ffffff !important;
}

@media screen and (max-width: 1440px) {
  #header .ct-header-trigger {
    border-color: #ffffff !important;
  }
  #header .ct-header-trigger svg {
    fill: #ffffff !important;
  }
  #header .ct-header-account svg {
    fill: #ffffff;
  }
  #header .ct-cart-item svg {
    fill: #ffffff;
  }
  #header .ct-cart-item .ct-icon-container:before {
    background: var(--paletteColor1) !important;
  }
  #header .ct-header-search svg {
    fill: #ffffff;
  }
}

#header .ct-header-trigger {
  -webkit-border-radius: 100% !important;
     -moz-border-radius: 100% !important;
          border-radius: 100% !important;
  padding: 5px !important;
  border-width: 2px !important;
}

#header .ct-header-trigger .ct-trigger {
  display: none;
}

#header .ct-header-account svg {
  width: 20px;
  height: 20px;
}

#header .ct-header-cta a.ct-button {
  font-weight: 600;
  line-height: 1.5;
  padding: 13px 15px;
  font-size: 18px;
  -webkit-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

#header .ct-header-cta a.ct-button:hover {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

#header .aws-search-form {
  width: 450px;
  -webkit-border-radius: 14px;
     -moz-border-radius: 14px;
          border-radius: 14px;
  background: var(--paletteColor4) !important;
}

#header .aws-search-form .aws-wrapper input[type="text"] {
  background-color: transparent !important;
}

#header .aws-search-form .aws-wrapper:before {
  top: 13px;
}

#header #menu-main-menu .ct-mega-menu-columns-6 > ul.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 0 0 25px;
  -webkit-border-radius: 12px;
     -moz-border-radius: 12px;
          border-radius: 12px;
}

#header #menu-main-menu .ct-mega-menu-columns-6 > ul.sub-menu > li > a {
  font-size: 20px;
  color: var(--paletteColor2);
  font-weight: 500;
}

#header #menu-main-menu .ct-mega-menu-columns-6 > ul.sub-menu > li > a .child-indicator {
  display: none;
}

#header #menu-main-menu .ct-mega-menu-columns-6 > ul.sub-menu > li ul.sub-menu li a {
  padding-bottom: 0;
  padding-top: 0;
}

#header div[data-sticky="yes:shrink"] div[data-row="middle"] .ct-header-trigger:before {
  color: #ffffff !important;
}

.woocommerce-breadcrumb i.icon-cheveron-right,
.yoast-breadcrumbs i.icon-cheveron-right {
  padding: 0 10px;
  font-size: 10px;
}

.hero-section {
  padding-top: 130px !important;
}

@media screen and (max-width: 1440px) {
  .hero-section {
    background-color: var(--paletteColor2) !important;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(88%, var(--paletteColor2)), color-stop(88%, #ffffff)) !important;
    background-image: -webkit-linear-gradient(left, var(--paletteColor2) 88%, #ffffff 88%) !important;
    background-image: -moz-linear-gradient(left, var(--paletteColor2) 88%, #ffffff 88%) !important;
    background-image: -o-linear-gradient(left, var(--paletteColor2) 88%, #ffffff 88%) !important;
    background-image: linear-gradient(90deg, var(--paletteColor2) 88%, #ffffff 88%) !important;
  }
}

.hero-section .entry-header {
  padding-top: 0 !important;
}

.hero-section h1.page-title {
  margin-top: 50px;
}

.hero-section .page-description {
  width: 48%;
}

@media screen and (max-width: 1000px) {
  .hero-section .page-description {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section .page-description {
    width: 100%;
  }
}

.hero-section .featured-cat-img {
  position: absolute;
  left: 58%;
  right: -10vw;
  bottom: -65px;
  top: 0;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1770px) {
  .hero-section .featured-cat-img {
    right: -5vw;
    width: 50%;
  }
}

@media screen and (max-width: 1000px) {
  .hero-section .featured-cat-img {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    top: 20px;
    min-height: 300px;
    margin: 0;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

body.single-product .product-entry-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.single-product .summary {
  max-width: 500px;
  margin-left: 50px;
}

@media screen and (max-width: 1000px) {
  body.single-product .summary {
    max-width: 100%;
    margin: auto;
  }
}

body.single-product .summary .price {
  margin-bottom: 0;
}

body.single-product .summary .price .woocommerce-Price-amount {
  font-size: 15px;
}

body.single-product .summary .stock {
  margin-top: 0 !important;
  font-size: 15px;
  font-weight: 700;
  color: var(--paletteColor2);
}

body.single-product .summary .ct-cart-actions {
  position: relative;
  --buttonMinHeight: 52px !important;
}

body.single-product .summary .ct-cart-actions .single_add_to_cart_button {
  width: auto;
  -webkit-box-flex: inherit;
  -webkit-flex: inherit;
     -moz-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}

body.single-product .summary .ct-cart-actions .single_add_to_cart_button:focus {
  outline: none;
}

body.single-product .summary .product_meta span {
  text-transform: none;
}

body.single-product .summary .ct-share-box {
  margin-top: 0;
  border-top: 0;
  padding-top: 10px;
}

body.single-product .woocommerce-product-gallery .flexy-view {
  margin: 70px;
}

@media scsreen and (max-width: 980px) {
  body.single-product .woocommerce-product-gallery .flexy-view {
    margin: 0;
  }
}

body.single-product .woocommerce-product-gallery .flexy-pills img {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

body.single-product section.related > h2 {
  text-align: center;
  margin-top: 65px;
  font-size: 33px;
}

body.single-product .woocommerce-tabs ul.wc-tabs li {
  margin-right: 20px;
}

body.single-product .woocommerce-tabs ul.wc-tabs li:before {
  height: 1px !important;
  opacity: 1 !important;
  background: var(--paletteColor4) !important;
}

body.single-product .woocommerce-tabs ul.wc-tabs li a {
  padding: 0 65px 12px 0 !important;
}

body.single-product .woocommerce-tabs ul.wc-tabs li.active:before {
  background: var(--paletteColor3) !important;
}

body.single-product .woocommerce-tabs ul.wc-tabs > h2 {
  font-size: 26px;
}

#main .ct-cart-form {
  margin-top: 50px;
  margin-bottom: 50px;
}

#main .ct-cart-form a.button {
  width: auto !important;
  font-size: 18px;
}

.wp-block-ugb-icon-list ul {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .wp-block-ugb-icon-list ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.main-hero-section-home:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -webkit-calc(((100vw - var(--content-width)) / 2));
  right: -moz-calc(((100vw - var(--content-width)) / 2));
  right: calc(((100vw - var(--content-width)) / 2));
  background-color: var(--paletteColor2) !important;
  content: "";
}

@media screen and (max-width: 1590px) {
  .main-hero-section-home:before {
    right: 200px;
  }
}

@media screen and (max-width: 1440px) {
  .main-hero-section-home:before {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .main-hero-section-home:before {
    bottom: 35px;
  }
}

.main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:first-child {
  margin-left: -webkit-calc(((100vw - var(--content-width)) / 2) - 70px) !important;
  margin-left: -moz-calc(((100vw - var(--content-width)) / 2) - 70px) !important;
  margin-left: calc(((100vw - var(--content-width)) / 2) - 70px) !important;
}

.main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:first-child > .ugb-inner-block .ugb-column__item {
  padding-left: 25px !important;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 1120px) {
  .main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:first-child > .ugb-inner-block .ugb-column__item {
    width: 100%;
  }
}

@media screen and (max-width: 1430px) {
  .main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:first-child > .ugb-inner-block .ugb-column__item {
    width: 100%;
  }
}

@media screen and (max-width: 1430px) {
  .main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:first-child {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 1430px) {
  .main-hero-section-home .ugb-columns__item > .wp-block-ugb-column:last-child {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  span.pay-icons {
    display: block;
    margin-bottom: 10px;
  }
}

.owl-dots {
  text-align: center;
}

.owl-dots span {
  background: none repeat scroll 0 0 #869791;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

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: 6px 15px;
  min-height: 48px;
}

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);
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            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;
}

@media screen and (max-width: 767px) {
  body.woocommerce-checkout .shop_table .product-thumbnail,
  body.woocommerce-cart .shop_table .product-thumbnail {
    display: none;
  }
}

body.woocommerce-checkout .wc-proceed-to-checkout,
body.woocommerce-cart .wc-proceed-to-checkout {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  body.woocommerce-checkout .wc-proceed-to-checkout,
  body.woocommerce-cart .wc-proceed-to-checkout {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  body.woocommerce-checkout .wc-proceed-to-checkout,
  body.woocommerce-cart .wc-proceed-to-checkout {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            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);
  -webkit-transition: 0.5s ease background-color;
  -o-transition: 0.5s ease background-color;
  -moz-transition: 0.5s ease background-color;
  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"] {
  margin-right: 8px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  height: 48px;
}

body.woocommerce-checkout input[type="checkbox"],
body.woocommerce-checkout input[type="radio"],
body.woocommerce-cart input[type="checkbox"],
body.woocommerce-cart input[type="radio"] {
  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: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          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 thead th,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form thead th {
  border-bottom-width: 1px;
}

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;
}

body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form td.product-price p.price,
body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form td.product-price p.price {
  margin-bottom: 0;
}

@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: 48px !important;
  min-height: 48px !important;
}

@media screen and (max-width: 820px) and (min-width: 689px) {
  body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon,
  body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon {
    width: 100%;
    float: none;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name="coupon_code"],
  body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions .coupon input[name="coupon_code"] {
    margin-bottom: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 820px) and (min-width: 689px) {
  body.woocommerce-checkout .ct-cart-form form.woocommerce-cart-form .actions button[name="update_cart"],
  body.woocommerce-cart .ct-cart-form form.woocommerce-cart-form .actions button[name="update_cart"] {
    width: 100%;
    margin-top: 20px;
  }
}

body.woocommerce-checkout .ct-cart-form .cart_totals,
body.woocommerce-cart .ct-cart-form .cart_totals {
  width: 30%;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  border: none !important;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 1000px) {
  body.woocommerce-checkout .ct-cart-form .cart_totals,
  body.woocommerce-cart .ct-cart-form .cart_totals {
    width: 100%;
    margin-bottom: 60px;
  }
}

body.woocommerce-checkout form.woocommerce-checkout,
body.woocommerce-cart form.woocommerce-checkout {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            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 {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          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 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            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);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          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;
  -webkit-border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px)) !important;
     -moz-border-radius: var(--has-classic-forms, var(--form-field-border-radius, 3px)) !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;
}

body.search .hero-section > .entry-header {
  color: #ffffff;
}

body.search .entries article img {
  height: 235px !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

body.search .entries article img + .ct-ratio {
  padding-bottom: 70.3% !important;
}

.archive.woocommerce .site-main .ct-container {
  padding-top: 15px !important;
}

@media screen and (min-width: 1024px) {
  .archive.woocommerce .site-main .ct-container {
    padding-top: 10px !important;
  }
}

@media screen and (max-width: 576px) {
  .archive.woocommerce .site-main div[data-block="hook:1753"] .ugb-bead4de-wrapper > .ugb-container__side {
    padding: 0 !important;
  }
}
/*# sourceMappingURL=style.css.map */