@charset "UTF-8";
/*!
 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;
  transition: 0.5s ease all;
}
.gform_footer input[type=submit]:focus {
  outline: none;
}
.gform_footer input[type=submit]:hover {
  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;
  background-size: cover;
}
.testimonials-carousel .swiper-slide .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 .swiper-slide .inner-container {
    max-width: 100%;
  }
}
.testimonials-carousel .swiper-slide .inner-container .user-testimonial-img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  object-fit: cover;
  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 {
  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 #main > .ct-container {
  margin-top: 100px;
}
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--has-background-overlay:before {
  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 {
    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 (max-width: 1000px) and (min-width: 766px) {
  footer.ct-footer .ct-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
footer.ct-footer .ct-container h2.widget-title {
  font-weight: 600;
  color: var(--paletteColor2);
}
footer.ct-footer .ct-container a {
  font-size: 15px;
  color: var(--paletteColor2);
  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%;
  transform: translateX(-50%);
}
footer.ct-footer .ct-container a:hover {
  color: var(--paletteColor2) !important;
}
footer.ct-footer .ct-container a:hover:before {
  width: 100%;
  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(--paletteColor2);
}
footer.ct-footer .ct-container ul.icon-list {
  margin-bottom: 30px;
}
footer.ct-footer .ct-container div[data-column=socials] {
  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 {
  transition: 0.5s ease transform;
}
.blocks-gallery-grid .blocks-gallery-item:hover img {
  transform: scale(1.1);
}

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

ul.products {
  margin: 0;
}
ul.products li.product {
  padding: 20px;
  transition: 0.5s ease box-shadow;
}
ul.products li.product:hover {
  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 {
  order: 2;
  margin: auto !important;
  position: relative !important;
  top: auto !important;
  left: auto;
  bottom: 10px;
}
ul.products li.product .price {
  order: 4;
}
ul.products li.product .woocommerce-loop-product__title {
  order: 3;
}
ul.products li.product .ct-image-container {
  margin: 0 auto 30px;
  order: 1;
}
ul.products li.product .ct-image-container img {
  height: 200px;
  object-fit: contain !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: grid;
  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%;
  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 {
  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 {
  transition: 0.5s ease all;
  position: relative;
}
.ugb-button:hover, .button:hover {
  transform: translateY(3px);
}

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

@media screen and (max-width: 768px) {
  body.archive .ct-container {
    display: flex;
    flex-direction: column-reverse;
  }
}
body.archive nav.woocommerce-breadcrumb {
  width: var(--content-width);
  max-width: 100%;
  margin: 40px 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 {
    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: 15px;
}
@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;
}
body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body {
  padding-top: 15px;
}
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;
  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;
  transform: none;
}
body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li input[type=checkbox]:checked:before {
  content: "";
  font-family: icomoon;
  font-size: 14px;
  color: var(--paletteColor3);
  left: 50%;
  top: 20%;
  transform: translate(-50%);
}
body.archive #main aside > .ct-sidebar .berocket_single_filter_widget .bapf_body ul li label {
  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 {
    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 {
    grid-template-columns: 1fr 1fr !important;
  }
}
#main .home-categories .wp-block-ugb-column .ugb-column__item {
  border: 1px solid var(--paletteColor4);
  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 {
  border-radius: 14px;
  height: auto !important;
  border: 1px solid transparent;
  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: "";
  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]::placeholder {
  font-size: 16px;
}

#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;
  }
  #header .ct-header-trigger:before {
    color: #ffffff;
  }
  #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 {
  border-radius: 100%;
  padding: 3px;
  border-width: 2px;
}
#header .ct-header-trigger .ct-trigger {
  display: none;
}
#header .ct-header-trigger:before {
  content: "";
  font-family: icomoon;
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  text-align: center;
}
#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;
  transition: 0.5s ease all;
}
#header .ct-header-cta a.ct-button:hover {
  transform: scale(1.05);
}
#header .aws-search-form {
  width: 450px;
  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: flex;
  width: auto;
  padding: 0 0 25px;
  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: 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;
  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;
    order: 3;
  }
}

body.single-product .product-entry-wrapper {
  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;
  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 {
  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: flex !important;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .wp-block-ugb-icon-list ul {
    justify-content: flex-start;
  }
}

.main-hero-section-home:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  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: 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;
  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);
    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: 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] {
  margin-right: 8px;
  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: 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 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: flex !important;
    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%;
  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: 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;
}

body.search .hero-section > .entry-header {
  color: #ffffff;
}
body.search .entries article img {
  height: 235px !important;
  object-fit: contain !important;
}
body.search .entries article img + .ct-ratio {
  padding-bottom: 70.3% !important;
}

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