.yith-wapo-container {
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: flex-start;
   gap: 30px;
   width: 100%;
}

.yith-wapo-block .yith-wapo-addon .addon-header h3 span {
   font-family: "EuclidFlex";
   font-style: normal;
   font-weight: 600;
   font-size: 18px;
   
   letter-spacing: 0.03em;
   text-transform: uppercase;
   color: #000000;
   /* margin-top: 30px; */
}

.wapo-addon-description {
   font-family: "EuclidFlex";
   font-style: normal;
   font-weight: 400;
   font-size: 14px;
   line-height: 18px;
   letter-spacing: 0.01em;
   color: #747474;
}

.options-container {
   display: flex;
   flex-direction: column;
   gap: 16px;
   margin-top: 16px;
}

.options-container .options {
   display: flex !important;
   flex-direction: row !important;
   gap: 15px;
   flex-wrap: wrap;
   /* margin-top: 16px; */
}

.yith-wapo-option.selection-single label {
   display: inline-flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 5px 20px;
   background: #ffffff;
   border: 1px solid #000000;
   border-radius: 2px;
   font-family: "EuclidFlex";
   font-style: normal;
   font-weight: 500;
   font-size: 17px;
   line-height: 150%;
   color: #000000;
   transition: all 0.3s ease 0s;
}

.yith-wapo-option.selection-single input {
   z-index: -10;
   position: fixed;
   top: -10000px;
   left: -10000px;
   overflow: hidden;
}

.yith-wapo-option.selection-single.selected label,
.yith-wapo-option.selection-single label:hover {
   color: #fff;
   background-color: #000000;
   border-color: #000000;
}

.checkout-page .woocommerce .woocommerce-checkout .col2-set .col-1 .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .select_country_to_state .select__item .select__options {
   max-height: 200px;
   overflow-x: hidden;
   overflow-y: scroll;
}

.delivery {
   grid-column: 1/3;
   width: 100%;
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 10px;
}

.delivery__row {
   display: contents;
   width: 100%;
}

.delivery__heading {
   display: flex;
   align-items: center;
}

.delivery__heading:nth-child(1) {
   justify-self: start;
}

.delivery__heading:nth-child(2) {
   justify-self: start;
}

.delivery__heading:nth-child(3) {
   justify-self: end;
}

.delivery__heading span {
   font-family: EuclidFlex;
   font-size: 18px;
   font-weight: 600;
   line-height: 18px;
   letter-spacing: 0.03em;
   text-align: left;
   margin-left: 5px;
   color: #747474;
}

.delivery__date {
   font-family: EuclidFlex;
   font-size: 18px;
   font-weight: 500;
   line-height: 18px;
   letter-spacing: 0.03em;
   text-align: left;
}

.delivery__date:nth-child(1) {
   justify-self: start;
   padding-left: 26px;
}

.delivery__date:nth-child(2) {
   justify-self: start;
   padding-left: 28px;
}

.delivery__date:nth-child(3) {
   justify-self: start;
   padding-left: 37px;
}

.woocommerce-shipping-totals {
   display: grid !important;
   grid-template-columns: repeat(2, 1fr) !important;
}

.header__link-cart {
   position: relative;
}

.cart-count {
   position: absolute;
   bottom: 8px;
   right: 5px;
   width: 14px;
   height: 14px;
   padding: 8px;
   font-size: 12px;
   color: #fff;
   background: #8bc640;
   border-radius: 20px;
   display: flex;
   justify-content: center;
   align-items: center;
}

.widget_shopping_cart {
   display: none;
   position: absolute;
   z-index: 999;
   top: 40px;
   right: 0;;
}

.single-gallery-content__item-img-wrapper {
   border-top: 1px solid #000;
}

.single-gallery-content__item-img-gallery {
   border-right: 1px solid #000;
}

.yith-wapo-container .option-price {
   display: none;
}

@media (max-width: 575px) {
   .delivery {
      grid-template-columns: repeat(2, 1fr);
   }

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

   .delivery__date {
      padding: 5px 0px !important;
      text-align: right;

   }
}