/*   
Theme Name: Vse divani tut
Author: TekMedia
Author URI: https://tekmedia.ru
*/

:root {
  --yith-wccl-form-colors_border: #ddd;
}


ul[data-attribute_name="attribute_pa_color"] .variable-item,
ul[data-attribute_name="attribute_pa_color"] .variable-item-span {
  border-radius: 50px !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px #a8a8a8;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 2px var(--wvs-selected-item-text-color, #000);
}

/*.woocommerce-product-gallery-thumbnail__wrapper {
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 100%;
  display: block;
}

.woocommerce-product-gallery-thumbnail__wrapper .woocommerce-product-gallery__image+.woocommerce-product-gallery__image {
  margin-top: 30px;
}*/

/*.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  float: right;
  width: 70%;
}

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  float: left;
  width: 20%;
  display: flex;
  flex-direction: column;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  float: none;
  margin: 0 0 30px;
}*/

.woocommerce div.product div.images.woocommerce-product-gallery .flex-control-nav {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

.woocommerce div.product div.images .flex-control-thumbs li:nth-child(n+2) {
  margin-left: 30px;
}

.woocommerce div.product .onsale {
  right: 0;
  left: auto;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
  color: inherit;
  font-size: inherit;
  display: flex;
  align-items: center;
}

header .header-container .header-contacts .header-shop-widget a {
  position: relative;
}

header .header-container .header-contacts .header-shop-widget a i {
  position: absolute;
  background-color: var(--color-blue);
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  font-style: normal;
  line-height: 22px;
  border-radius: 50px;
  top: -11px;
  right: 1px;
}

header .header-container .header-contacts .header-messagers .msg-wa img {
  width: 20px;
  height: 20px;
}

.footer-menu-1 .menu-item,
.footer-menu-2 .menu-item {
  margin-bottom: 10px;
}

.navbar-header .navbar-nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.navbar-header .navbar-nav .nav-item .nav-link img {
  margin-right: 7px;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-dev {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 400;
  opacity: .5;
}

.product-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce div.product .section-title {
  margin-bottom: 0;
}

.product-title-wrapper .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.product-title-wrapper .yith-wcwl-add-to-wishlist span {
  display: none;
}

.product-title-wrapper .yith-wcwl-add-to-wishlist .delete_item {
  font-size: 0;
}

.product-title-wrapper .yith-wcwl-add-to-wishlist .view-wishlist {
  display: none;
}

.select_option .yith_wccl_value {
  border: 0;
}

.select_box_label .select_option_label {
  border-radius: 5px;
}

.select_box_label.selected .select_option {
  border-color: var(--yith-wccl-form-colors-accent-hover);
}

.woocommerce table.wishlist_table {
  border-collapse: collapse;
}

.woocommerce table.wishlist_table th {
  font-size: 16px;
}

.woocommerce table.wishlist_table td {
  font-size: 14px;
  text-align: left;
}

.fp-about .fp-about-container {
  background-position: 120% center;
}

.marketplaces a {
  max-height: 35px;
}

.marketplaces img {
  max-height: 35px;
  margin-left: 10px;
}

footer .marketplaces img {
  max-height: 32px;
  margin: 0 5px;
}

@media(max-width: 768px) {
  .marketplaces img {
    max-height: 28px;
  }

  footer .marketplaces,
  footer .footer-messagers {
    justify-content: center;
  }
}

.card.product .card-img {
  height: auto;
}

.wc-block-components-totals-shipping .wc-block-components-totals-item__value {
  display: none;
}
.wc-block-checkout__shipping-option--free {
  display: none;
}

.fp-map .container .fp-map-container .map-block .map-block-header {
  font-size: 28px;
}
.fp-map .container .fp-map-container .map-block {
  max-width: 670px;
}

.btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
}

.btn-arrow::after {
  content: "";
  display: block;
  background: url("img/svg/arrow-right.svg") no-repeat center center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
}

.btn-big {
  padding: 20px 34px;
  font-size: 18px;
  font-weight: 500;
}