@charset "UTF-8";
/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.website-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

.main-page-wrapper {
  padding-top: 20px;
}

#menu-header-menu-bottom {
  width: 100%;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.product-labels {
  max-width: 100% !important;
}

.labels-rounded .out-of-stock {
  max-width: 80px !important;
  font-size: 11px !important;
  width: 100% !important;
}
.labels-rounded .product-label {
  border-radius: 15px !important;
  min-height: 30px !important;
  font-size: 11px !important;
  width: 100% !important;
}

.tabs-layout-tabs .shop_attributes {
  max-width: none !important;
}

.shop_attributes {
  max-height: 500px;
}
.shop_attributes a {
  cursor: auto;
  color: var(--wd-text-color);
}
.shop_attributes_switcher {
  margin-bottom: 20px;
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  -webkit-box-shadow: var(--btn-shop-box-shadow);
          box-shadow: var(--btn-shop-box-shadow);
  background-color: var(--btn-shop-bgcolor);
}
.shop_attributes_switcher:hover {
  color: var(--btn-shop-color-hover);
  -webkit-box-shadow: var(--btn-shop-box-shadow-hover);
          box-shadow: var(--btn-shop-box-shadow-hover);
  background-color: var(--btn-shop-bgcolor-hover);
}

.woocommerce-product-gallery img {
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-widget-layered-nav-list {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 20px;
}

.footer-widget .widget-title {
  font-weight: 700;
}

.widget_categories ul li a,
.widget_pages ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a {
  color: var(--wd-widget-title-color);
}

.product-grid-item {
  text-align: center;
  --wd-link-color: var(--color-gray-400);
  --wd-link-color-hover: var(--color-gray-700);
}
.product-grid-item .product-element-top {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: var(--wd-brd-radius);
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.product-grid-item .product-element-top .product-image-link {
  height: 100%;
}
.product-grid-item .product-element-top .product-image-link img {
  height: inherit;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-grid-item .wd-entities-title, .product-grid-item .wd-product-cats, .product-grid-item .wd-product-brands-links {
  margin-bottom: 5px;
  font-size: inherit;
}

.whb-row.whb-top-bar {
  padding-top: 10px;
}

.catalog-megamenu {
  height: 60vh;
  overflow: auto;
  padding-right: 10px;
}
.catalog-megamenu__container {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.catalog-megamenu__category-list {
  display: inline-block;
  margin: 0 0 1em;
  width: 100%;
  padding: 0;
  margin: 0;
}
.catalog-megamenu__category {
  font-size: 20px;
  border-top: 1px solid var(--brdcolor-gray-300);
  font-weight: 700;
}
.catalog-megamenu__category, .catalog-megamenu__subcategory {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.catalog-megamenu__category a, .catalog-megamenu__subcategory a {
  display: block;
  color: var(--wd-link-color);
  background: rgba(255, 255, 255, 0);
  padding: 7px 20px;
  height: 100%;
}
.catalog-megamenu__category a:hover, .catalog-megamenu__subcategory a:hover {
  color: #FFFFFF;
  background: #3f444b;
}

li.sidebar_category.active,
li.sidebar_subcategory.active {
  font-weight: 700;
}

li.sidebar_category {
  margin-top: 10px;
}

li.sidebar_category a {
  font-size: 16px;
}

li.sidebar_subcategory {
  margin-left: 20px;
}

.wd-tabs-header.text-center {
  display: none;
}

#billing_country_field {
  display: none;
}

.custom-style--filter-title {
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-style--contact-info-title {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 500;
}

.custom-style--contact-info-text {
  font-size: 1em;
  font-weight: 500;
}
.custom-style--contact-info-text.multiple-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.phone-in-header {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
.phone-in-header div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
          align-items: flex-end;
}
.phone-in-header a {
  margin-left: 10px;
  font-weight: 700;
}
.phone-in-header a:first-child {
  margin-bottom: -4px;
}

.custom-footer-info-style li {
  margin-top: 30px;
}
.custom-footer-info-style .footer-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.onsale.product-label {
  background-color: #FCC653 !important;
}

ins .woocommerce-Price-amount.amount {
  color: #FCC653 !important;
}

.icr-tabs.mobile-version .elementor-tab-content {
  display: block !important;
  border-width: 0;
  padding: 0 10px;
  max-height: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.icr-tabs.mobile-version .elementor-tab-content.elementor-active {
  border-width: 1px;
  max-height: 100%;
}

.elementor-widget-tabs .elementor-tab-desktop-title {
  border-width: 1px !important;
}

@media (max-width: 767px) {
  .icr-tabs .elementor-tab-mobile-title {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .icr-tabs .elementor-tab-mobile-title::after {
    content: "▼";
    float: right;
  }
  .icr-tabs .elementor-tab-mobile-title.elementor-active {
    background: #777777;
    color: #FFFFFF;
  }
  .icr-tabs .elementor-tab-mobile-title.elementor-active::after {
    content: "";
  }
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 20px;
}
::-webkit-scrollbar-track {
  background: #ddd;
  border-radius: 20px;
}

.widget_price_filter form {
  display: block !important;
}
.widget_price_filter h5 {
  pointer-events: none;
}
.widget_price_filter h5::after {
  display: none;
}

#block-20 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#block-21 + #block-20 {
  max-height: 0px;
  overflow: hidden;
}

#block-21.wd-opened + #block-20 {
  max-height: none;
  overflow: visible;
}

.page-id-38140 .elementor-lightbox .elementor-slideshow__title {
  display: none;
}

.designers-page--popup-leave-request {
  font-size: 16px;
}
.designers-page--popup-leave-request__contact-form input, .designers-page--popup-leave-request__contact-form textarea {
  border-width: 1px 1px 1px 1px !important;
  border-color: #CFCFCF !important;
  border-top-style: solid !important;
  border-left-style: solid !important;
  border-right-style: solid !important;
  padding: 6px 16px !important;
  font-size: 0.9em !important;
}
.designers-page--popup-leave-request__contact-form button {
  font-size: 0.9em !important;
}
.designers-page--popup-leave-request__contact-form-agreement {
  font-size: 0.9em !important;
}
.designers-page--popup-callback {
  font-size: 16px;
}
.designers-page--popup-callback__contact-form input, .designers-page--popup-callback__contact-form textarea {
  border-width: 1px 1px 1px 1px !important;
  border-color: #CFCFCF !important;
  border-top-style: solid !important;
  border-left-style: solid !important;
  border-right-style: solid !important;
  padding: 6px 16px !important;
  font-size: 0.9em !important;
}
.designers-page--popup-callback__contact-form button {
  font-size: 0.9em !important;
}
.designers-page--popup-callback__contact-form-agreement {
  font-size: 0.9em !important;
}
.designers-page--header p, .designers-page--header h3 {
  margin: 0;
}
.designers-page--header .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--header a.header-tel {
  color: #000000;
}
.designers-page--header-desktop {
  font-size: 16px;
}
.designers-page--header-mobile {
  font-size: 16px;
}
.designers-page--banner {
  font-size: 16px;
}
.designers-page--banner p, .designers-page--banner h3 {
  margin: 0;
}
.designers-page--banner .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--banner a {
  padding: 20px 80px;
}
@media (max-width: 500px) {
  .designers-page--banner a {
    padding: 15px 40px;
  }
}
.designers-page--benefits {
  font-size: 16px;
}
.designers-page--benefits p, .designers-page--benefits h3 {
  margin: 0;
}
.designers-page--benefits .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--support {
  font-size: 16px;
}
.designers-page--support p, .designers-page--support h3 {
  margin: 0;
}
.designers-page--support .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--projects {
  font-size: 16px;
}
.designers-page--projects p, .designers-page--projects h3 {
  margin: 0;
}
.designers-page--projects .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--projects__card-wrapper {
  max-width: 80%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .designers-page--projects__card-wrapper {
    max-width: 200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
}
.designers-page--projects__card-spacer {
  height: 150px;
}
.designers-page--projects__card-info-block {
  -webkit-transform: translateY(-20px);
     -moz-transform: translateY(-20px);
      -ms-transform: translateY(-20px);
          transform: translateY(-20px);
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .designers-page--projects__card-info-block {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    -webkit-transform: translateY(60px);
       -moz-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px);
    color: #ffffff;
  }
}
.designers-page--projects__card-title {
  padding-bottom: 25px;
  border-bottom: 1px solid;
  color: #ffffff;
  font-family: var(--e-global-typography-15818da-font-family), Sans-serif;
  font-size: var(--e-global-typography-15818da-font-size);
  font-weight: var(--e-global-typography-15818da-font-weight);
}
.designers-page--projects__card-text {
  color: #ffffff;
}
@media screen and (min-width: 1024px) {
  .designers-page--projects__card-text {
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    color: rgba(255, 255, 255, 0);
    padding-top: 25px;
    padding-bottom: 10px;
    font-family: var(--e-global-typography-ffa9a9b-font-family), Sans-serif;
    font-size: 18px;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) {
  .designers-page--projects__card:hover .designers-page--projects__card-info-block {
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .designers-page--projects__card:hover .designers-page--projects__card-text {
    color: #ffffff;
  }
}
.designers-page--partnership {
  font-size: 16px;
}
.designers-page--partnership p, .designers-page--partnership h3 {
  margin: 0;
}
.designers-page--partnership .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--partnership__contact-form input, .designers-page--partnership__contact-form textarea {
  border-top-style: solid !important;
  border-left-style: solid !important;
  border-right-style: solid !important;
  padding: 6px 16px !important;
  font-size: 0.9em !important;
}
.designers-page--partnership__contact-form button {
  font-size: 0.9em !important;
}
.designers-page--partnership__contact-form-agreement {
  font-size: 0.9em !important;
}
.designers-page--team {
  font-size: 16px;
}
.designers-page--team p, .designers-page--team h3 {
  margin: 0;
}
.designers-page--team .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--consultation {
  font-size: 16px;
}
.designers-page--consultation p, .designers-page--consultation h3 {
  margin: 0;
}
.designers-page--consultation .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--consultation a {
  padding: 20px 80px;
}
@media (max-width: 500px) {
  .designers-page--consultation a {
    padding: 15px 40px;
  }
}
.designers-page--light-studio {
  font-size: 16px;
}
.designers-page--light-studio p, .designers-page--light-studio h3 {
  margin: 0;
}
.designers-page--light-studio .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--light-studio-carousel .swiper-pagination {
  bottom: -10px !important;
}
@media (max-width: 767px) {
  .designers-page--light-studio-carousel .swiper-pagination {
    bottom: -30px !important;
  }
}
.designers-page--light-studio-carousel .elementor-swiper-button {
  background-color: rgba(255, 255, 255, 0.7529411765);
  width: 30px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border-radius: 50px;
}
.designers-page--reviews {
  font-size: 16px;
}
.designers-page--reviews p, .designers-page--reviews h3 {
  margin: 0;
}
.designers-page--reviews .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--reviews-slider .swiper-slide {
  padding: 0 !important;
}
.designers-page--reviews-slider .elementor-swiper-button-prev {
  left: -10px !important;
}
.designers-page--reviews-slider .elementor-swiper-button-next {
  right: -10px !important;
}
.designers-page--contacts {
  font-size: 16px;
}
.designers-page--contacts p, .designers-page--contacts h3 {
  margin: 0;
}
.designers-page--contacts .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}
.designers-page--footer {
  font-size: 16px;
}
.designers-page--footer p, .designers-page--footer h3 {
  margin: 0;
}
.designers-page--footer .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.designer-support-page--contact-form__upload {
  display: none;
  margin-top: 10px;
}
.designer-support-page--contact-form textarea {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  border-bottom-style: none;
  resize: none;
}
.designer-support-page--contact-form textarea::-webkit-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form textarea::-moz-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form textarea:-ms-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form textarea::-ms-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form textarea::placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form .wpcf7-acceptance {
  display: block;
  margin: 15px 0px 10px;
}
.designer-support-page--contact-form input[type=text], .designer-support-page--contact-form input[type=tel], .designer-support-page--contact-form input[type=email] {
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 10px;
  margin-top: 10px;
  border-bottom-style: none;
}
.designer-support-page--contact-form input[type=text]::-webkit-input-placeholder, .designer-support-page--contact-form input[type=tel]::-webkit-input-placeholder, .designer-support-page--contact-form input[type=email]::-webkit-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form input[type=text]::-moz-placeholder, .designer-support-page--contact-form input[type=tel]::-moz-placeholder, .designer-support-page--contact-form input[type=email]::-moz-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form input[type=text]:-ms-input-placeholder, .designer-support-page--contact-form input[type=tel]:-ms-input-placeholder, .designer-support-page--contact-form input[type=email]:-ms-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form input[type=text]::-ms-input-placeholder, .designer-support-page--contact-form input[type=tel]::-ms-input-placeholder, .designer-support-page--contact-form input[type=email]::-ms-input-placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form input[type=text]::placeholder, .designer-support-page--contact-form input[type=tel]::placeholder, .designer-support-page--contact-form input[type=email]::placeholder {
  color: rgb(160, 160, 160);
}
.designer-support-page--contact-form input[type=submit] {
  border-radius: 8px;
  background-color: #6A8D73;
  color: #FFFFFF;
  width: 100%;
}
.designer-support-page--contact-form input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.designer-support-page--contact-form input[type=file] + label {
  border-radius: 8px;
  border: dashed 2px #f5f5f5;
  background-color: rgba(106, 141, 115, 0.75);
  color: var(--c-back);
  padding: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  cursor: pointer;
}
.designer-support-page--contact-form input[type=file] + label:hover {
  border: dashed 2px #f5f5f5;
  background-color: rgba(106, 141, 115, 0.85);
}
.designer-support-page--contact-form input[type=file] + label .user-portfolio--icon {
  width: 24px;
  height: 24px;
  justify-self: center;
  margin-bottom: 0;
}
.designer-support-page--contact-form input[type=file] + label .user-portfolio--label {
  margin-left: 10px;
  font-size: 1em;
  line-height: 1.2;
  color: #ffffff;
}
.designer-support-page--contact-form input[type=file]:focus + label {
  border: dashed 2px #f5f5f5;
  background-color: rgba(106, 141, 115, 0.85);
}
.designer-support-page--contact-form form.sent div.wpcf7-response-output,
.designer-support-page--contact-form form.invalid div.wpcf7-response-output,
.designer-support-page--contact-form form.unaccepted div.wpcf7-response-output,
.designer-support-page--contact-form form.spam div.wpcf7-response-output,
.designer-support-page--contact-form form.failed div.wpcf7-response-output,
.designer-support-page--contact-form form.aborted div.wpcf7-response-output {
  margin-top: 10px;
  border-radius: 8px;
  color: #6A8D73;
  background-color: #FFFFFF;
}

.icr__sale-item {
  display: block;
  width: 100%;
  text-align: center;
}
.icr__sale-item + .icr__sale-item {
  padding: 16px 0;
}
.icr__sale-item-thumbnail {
  width: 60%;
}
.icr__sale-item-title {
  color: var(--wd-entities-title-color-hover);
}
.icr__sale-item-price {
  color: var(--wd-primary-color);
  font-weight: 600;
}

.sale-page__products-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sale-page__products-grid .owl-item {
  width: 20%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .sale-page__products-grid .owl-item {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .sale-page__products-grid .owl-item {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .sale-page__products-grid .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sale-page__products-grid .owl-item {
    width: 100%;
  }
}
.sale-page__products-grid .owl-item .product {
  height: 100%;
}
.sale-page__products-grid[data-products-count="4"] .owl-item {
  width: 25%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .sale-page__products-grid[data-products-count="4"] .owl-item {
    width: 33.3%;
  }
}
@media (max-width: 767px) {
  .sale-page__products-grid[data-products-count="4"] .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sale-page__products-grid[data-products-count="4"] .owl-item {
    width: 100%;
  }
}
.sale-page__products-grid[data-products-count="3"] .owl-item {
  width: 33.3%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .sale-page__products-grid[data-products-count="3"] .owl-item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .sale-page__products-grid[data-products-count="3"] .owl-item {
    width: 100%;
  }
}
.sale-page__products-grid[data-products-count="2"] .owl-item, .sale-page__products-grid[data-products-count="1"] .owl-item {
  width: 50%;
  padding-right: 20px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .sale-page__products-grid[data-products-count="2"] .owl-item, .sale-page__products-grid[data-products-count="1"] .owl-item {
    width: 100%;
  }
}

.woocommerce-notices-wrapper {
  text-align: center;
}
.woocommerce-notices-wrapper .is-error {
  color: red;
}
.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
  text-align: left;
  margin-bottom: 20px;
}
.woocommerce-notices-wrapper p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0px;
}

.woocommerce-MyAccount-content #all_coupon_container.sc-coupons-list .sc-coupon {
  pointer-events: none;
}

.wishlist-page--popup-send-wishlist .elementor-field-type-html {
  display: none;
}
.wishlist-page--popup-send-wishlist-cf input {
  border-radius: 15px;
  margin-bottom: 10px;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit {
  padding: 10px 20px !important;
  color: #FFFFFF;
  background-color: var(--e-global-color-fb9d0a7);
  width: 100%;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit::-webkit-input-placeholder {
  color: #464646;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit::-moz-placeholder {
  color: #464646;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit:-ms-input-placeholder {
  color: #464646;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit::-ms-input-placeholder {
  color: #464646;
}
.wishlist-page--popup-send-wishlist-cf input.wpcf7-submit::placeholder {
  color: #464646;
}
.wishlist-page--popup-send-wishlist-cf .wpcf7-spinner::before {
  top: -5px !important;
}
.wishlist-page--popup-send-wishlist-cf .wpcf7-not-valid-tip {
  margin: 0 0 10px 5px !important;
}
.wishlist-page--popup-send-wishlist-cf .wpcf7-response-output {
  background-color: var(--e-global-color-fb9d0a7) !important;
  color: #ffffff !important;
  border-radius: 15px;
  margin: 0 !important;
}

#block-2 .block-2-row .elementor-column {
  width: 33%;
  min-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}

#block-2 .block-2-row .elementor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

#block-3 .elementor-widget-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
}

#block-3 section {
  width: 48%;
  min-width: 280px;
  -webkit-box-pack: flex-betwin;
  -webkit-justify-content: flex-betwin;
     -moz-box-pack: flex-betwin;
          justify-content: flex-betwin;
}

@media (max-width: 767px) {
  #block-3 .elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}
#block-4 .elementor-post__thumbnail {
  padding: 0;
}

#block-4 .elementor-post__thumbnail__link {
  margin: 0;
}

#block-4 img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  top: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
}

#block-4 .elementor-post__text {
  position: absolute;
  bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  left: 20px;
  padding: 0;
}

#block-6 .elementor-column {
  width: 33%;
  min-width: 280px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
}

#block-6 .elementor-container {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#block-11 label {
  background: #287ff5;
  padding: 15px 30px;
  border-radius: 15px;
  margin-bottom: 15px;
}
#block-11 label:after {
  color: #FFFFFF !important;
}

.post-single-page .entry-header img {
  width: 100%;
}

.entry-meta.wd-entry-meta {
  display: none;
}

.wd-entities-title.title.post-title {
  margin-bottom: 30px;
}

.woocommerce.cart-content-wrapper {
  margin-bottom: 20px;
}

#sc-cc {
  margin-bottom: 10px;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form:not(.sent) .wpcf7-response-output,
.mc4wp-error,
.mc4wp-notice,
.mc4wp-success,
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: var(--wd-primary-color);
}

.hovered-social-icons {
  display: none !important;
}

.wd-gallery-item img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wd-gallery-item > a {
  width: 100%;
}

#header .wd-btn-text {
  text-transform: none;
}

#popup-side-menu {
  width: -webkit-calc(100vw - 50px);
  width: -moz-calc(100vw - 50px);
  width: calc(100vw - 50px);
  margin: -25px -8px;
}