/* shop page css   */

@media only screen and (min-width: 1366px) {
  .woocommerce .products-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .woocommerce .products-list li.product img {
    height: 100% !important;
    max-height: 300px;
    min-height: 300px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (max-width: 1365px) {
  .woocommerce .products-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .woocommerce .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 768px) {
  .woocommerce .products-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 600px) {
  .woocommerce .products-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .woocommerce .products-list li.product img {
    max-width: 100% !important;
  }
}

/* shop filter css end */

.sec_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efedec;
  width: 100%;
  margin: auto;
  gap: 20px;
  padding: 5px 10px;
  border-radius: 60px;
  margin-bottom: 40px;
  max-width: 777px;
}

@media only screen and (max-width: 670px) {
  #product-filter-form .sec_tab {
    flex-wrap: wrap;
    border-radius: 10px;
  }
  .__form-group-section {
    justify-content: left !important;
  }
  .__form-group.multiple .select2-container {
    width: 250px;
  }
  .__form-group.multiple label {
    margin-bottom: 10px;
  }
  .__form-group.multiple {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .__form-group.multiple
    .select2-selection__rendered
    .select2-selection__choice__display {
    font-size: 12px !important;
  }
}

@media only screen and (max-width: 800px) {
  #product-filter-form .sec_tab {
    width: fit-content;
  }
  #product-filter-form .sec_tab .tab-box {
    font-size: 14px;
  }
}

#post-filter-form {
  margin-top: 50px;
}
.sec_tab .tab {
  cursor: pointer;
}

.sec_tab .tab-box {
  padding: 8px 15px;
  border-radius: 60px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Montserrat", Sans-serif;
  transition: all 0.3s ease-in-out;
}
.sec_tab .tab-box:hover {
  background-color: #fff;
  color: #000;
}
.sec_tab .tab input[type="radio"] {
  display: none;
}
.sec_tab .tab input[type="radio"]:checked + .tab-box {
  background-color: #ffff;
  color: #000;
}

.__form-group label {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", Sans-serif;
  margin-right: 5px;
}

.__form-group .select2-selection--single {
  display: flex !important;
  height: 35px !important;
  align-items: center;
  border-radius: 25px !important;
  transition: all 0.1s ease-in-out;
}

.__form-group .select2-selection--single,
.__form-group .select2-selection--multiple {
  display: flex !important;
  height: 35px !important;
  align-items: center;
  border-radius: 25px !important;
  transition: all 0.1s ease-in-out;
}

.__form-group .select2-selection__choice {
  background-color: #efedec !important;
  margin: 2px 5px 0 0 !important;
  position: relative;
  z-index: 1;
}

.__form-group .select2-selection__rendered {
  font-size: 14px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", Sans-serif;
  width: 100%;
  padding: 0px !important;
  padding-left: 13px !important;
  /* position: relative;
  z-index: 0; */
}
.__form-group label {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-family: "Montserrat", Sans-serif;
  margin-right: 5px;
}
.__form-group .select2-container {
  width: 150px !important;
  height: 35px !important;
}
/* .__form-group
  .select2-container--open.select2-container--focus
  .select2-selection--single {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
} */

/* .__form-group
  .select2-container--open.select2-container--focus
  .select2-selection--multiple {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-color: #aaa !important;
} */

.__form-group.multiple .select2-container {
  width: 300px !important;
}
.__form-group.multiple button {
  padding: 0px !important;
  border: 0px !important;
}
.__form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -10px !important;
  margin-top: 0px !important;
}

#product-filter-form {
  padding: 10px;
}

.__form-group-section {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  justify-content: center;
}

.__form-group .select2-search textarea {
  display: none !important;
}
.products-list .blockUI {
  border: 0px !important;
}

.products-list .blockMsg {
  background-color: transparent !important;
}

.btn-filter-submit {
  display: none !important;
}
/*products-list*/
/* .products-list li.product {
  background: #efedec;
  padding: 10px;
  border-radius: 20px;
} */

li.product img {
  min-height: 150px !important;
  max-height: 150px !important;
  max-width: 250px !important;
  margin: auto !important;
}

li.product .product-loop-content {
  visibility: hidden;
  opacity: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-left: auto;
  gap: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: all 0.4s ease-in;
}

li.product:hover .product-loop-content {
  visibility: visible;
  opacity: 1;
}

li.product .product-loop-content a {
  margin-top: 0px !important;
  background: transparent !important;
  color: #232323 !important;
  padding: 7px 0px !important;
}

li.product .yith-add-to-wishlist-button-block {
  margin: 0px !important;
}

li.product .yith-add-to-wishlist-button-block svg {
  width: 20px !important;
}
.wishlist-in-stock {
  color: #232323 !important;
  font-size: 16px;
  font-weight: 400 !important;
  font-family: "Montserrat", Sans-serif;
}
.loop_product-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.loop_product-area a {
  color: #232323;
  border: 1px solid;
  border-color: #4b4b4b;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 500 !important;
  font-family: "Montserrat", Sans-serif;
}
.loop_product-area .woocommerce-LoopProduct-link {
  display: none !important;
}
span.loop_product-brand {
  color: #232323;
  font-family: "Montserrat", Sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.woocommerce-loop-product__title {
  color: #232323 !important;
  font-family: "Montserrat", Sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  padding-bottom: 5px !important;
  padding-top: 10px !important;
}

._woo_price ins {
  text-decoration: none !important;
  font-weight: 500 !important;
}

li.product .price {
  margin-top: 8px;
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "Montserrat", Sans-serif !important;
  color: #232323 !important;
  margin-bottom: 0px !important;
}
li.product .woocommerce-Price-currencySymbol {
  padding-right: 5px !important;
}

li.product .price ins {
  font-weight: 500 !important;
  text-decoration-line: blink !important;
}

li.product .price del {
  display: block !important;
}

li.product picture {
  display: block;
  margin-bottom: 20px;
}

li.product .added_to_cart {
  display: none !important;
}

.__shop_title h2 {
  font-size: 38px;
  font-weight: 500;
  background: linear-gradient(
    0deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

/* __shop_loop_list */

.woocommerce-pagination ul {
  border: 1px solid #232323 !important;
  overflow: hidden !important;
  border-radius: 20px !important;
}

.__shop_loop_list .woocommerce-pagination ul li a {
  color: #232323 !important;
}
.elementor-nothing-found.elementor-products-nothing-found {
  background: #efedec;
  padding: 200px 30px;
  text-align: center;
}

.__shop_loop_list > .elementor-widget-container > .woocommerce {
  columns: unset !important;
}

table.shop_attributes th,
table.shop_attributes td {
  font-family: "Montserrat", Sans-serif !important;
  font-style: normal !important;
  background: #ffff !important;
  padding: 10px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}
.woocommerce table.shop_attributes {
  border: 0px !important;
  margin: 0px !important;
}

.woocommerce table.shop_attributes td {
  border-bottom: 1px solid #efedec;
}

.woocommerce table.shop_attributes th {
  border-bottom: 1px solid #efedec;
}

pre.s-code-block {
  margin: 0px !important;
}

._prd_accordion .eael-accordion-content {
  padding-left: 57px !important;
}
.gradient_btn button:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  background: linear-gradient(
    90deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.gradient_btn button:hover:before {
  background: linear-gradient(90deg, #f4b183, #a56b56);
}

.gradient_btn .quantity .qty {
  width: 80px !important;
  border-radius: 50px;
  font-weight: 400;
  color: #232323;
  border-color: #efedec;
}
/* swiper */

.swiper {
  width: 100%;
  height: 100%;
}

#product_gallery_slider .swiper-slide {
  background: #ffff;
}

#product_gallery_slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 5px;
}
#product_gallery_slider {
  margin-left: auto;
  margin-right: auto;
}

.swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.swiper-pagination-bullet {
  background: #ffff;
  border: 1px solid #707070;
  width: 12px;
  height: 12px;
}

.swiper-pagination-bullet-active {
  background: #707070;
}

/* cart and checkout page */

.woocommerce-cart-form .shop_table thead th {
  font-family: "Montserrat", Sans-serif !important;
  font-style: normal !important;
  font-size: 18px !important;
  background: #ffffff9e !important;
  padding: 15px 0px !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #dfdfdf !important;
}
.woocommerce-cart-form .shop_table td.product-remove {
  padding-left: 40px !important;
}
.woocommerce-cart-form .shop_table a.remove {
  font-size: 1.5em;
  height: 1.2em;
  line-height: 15px;
  font-weight: 400 !important;
  width: 1.2em !important;
  border: 1px solid #dfdfdf;
  color: #dfdfdf !important;
  padding: 4px 5px;
}
.elementor-widget-woocommerce-cart .woocommerce .remove {
  color: #dfdfdf !important;
}
.elementor-widget-woocommerce-cart .woocommerce .remove:hover {
  color: #000 !important;
  border-color: #000 !important;
  background: #ffff !important;
}

.woocommerce-cart-form .e-shop-table {
  margin-bottom: 0px !important;
  border-radius: 0px !important;
}

.coupon.e-cart-section {
  border-top: 0px;
  padding: 20px;
}
.woocommerce-cart-form .form-row.coupon-col {
  max-width: 500px;
}
.woocommerce-cart-form #coupon_code {
  height: 44px;
}

.cart_totals .shop_table td {
  border-bottom: 1px solid #dfdfdf !important;
}
.cart_totals h2 {
  background: #ffff !important;
  padding: 15px !important;
  border-bottom: 1px solid #dfdfdf !important;
}
.cart_totals #shipping_method .woocommerce-Price-amount {
  float: right;
  clear: both;
  font-weight: 400 !important;
}

.cart_totals .woocommerce-shipping-destination strong {
  float: right !important;
  clear: both;
  font-weight: 400 !important;
}
.cart_totals .shipping-calculator-button {
  font-weight: 500 !important;
  float: right !important;
}
.woocommerce-cart-form .quantity .qty {
  text-align: center !important;
}

.woocommerce-cart-form .coupon-col-end {
  position: relative;
  z-index: 1;
}
.woocommerce-cart-form .coupon-col-end .e-apply-coupon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    90deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  border-radius: 40px !important;
  z-index: -1;
  transition: all 0.1s ease;
}

.woocommerce-cart-form .coupon-col-end .e-apply-coupon:hover:before {
  background: linear-gradient(90deg, #f4b183, #a56b56);
}
.cart_totals table {
  padding: 15px !important;
}

.e-cart-totals {
  max-width: 500px;
  margin-left: auto !important;
}
.woocommerce-notices-wrapper .woocommerce-message,
.wc-empty-cart-message .woocommerce-info {
  border-top-color: #f4b183 !important;
  background-color: #232323 !important;
  border-top: 4px solid;
  color: #ffff !important;

  border-image: repeating-linear-gradient(
      90deg,
      rgba(162, 98, 68, 1) 0%,
      rgba(231, 137, 98, 1) 20%,
      rgba(247, 181, 145, 1) 40%,
      rgba(224, 132, 94, 1) 60%,
      rgba(162, 86, 58, 1) 80%,
      rgba(134, 78, 57, 1) 100%
    )
    2;
}
.woocommerce-notices-wrapper .woocommerce-message::before,
.wc-empty-cart-message .woocommerce-info::before {
  color: #ffff !important;
}
.woocommerce-message a {
  color: #ffff !important;
  font-weight: 500;
}
.woocommerce-message a:hover {
  color: #f4b183;
  font-weight: 500;
}
form.woocommerce-checkout .form-row .input-text {
  color: #232323 !important;
  font-size: 16px !important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.woocommerce-order .woocommerce-order-overview {
  border: 1px solid gray;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fbfbfb;
  width: fit-content;
  margin: auto !important;
  margin-bottom: 30px !important;
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th {
  border-bottom: 1px solid #dfdfdf !important;
  padding: 10px !important;
}

/* wishlist_table  */
.shop_table.wishlist_table th,
.shop_table.wishlist_table td {
  border: 0px !important;
  border-bottom: 1px solid #dfdfdf !important;
}

.shop_table.wishlist_table th {
  font-family: "Montserrat", Sans-serif !important;
  font-style: normal !important;
  font-size: 18px !important;
  background: #ffffff9e !important;
  padding: 15px 0px !important;
  font-weight: 500 !important;
}
.woocommerce table.shop_table.wishlist_table tr td {
  font-family: "Montserrat", Sans-serif !important;
  font-weight: 400;
  background: #efedec !important;
  font-size: 16px;
  color: #232323 !important;
}
.woocommerce table.shop_table.wishlist_table tr td a {
  color: #232323 !important;
}
.woocommerce table.shop_table.wishlist_table .product-remove a {
  color: #dfdfdf !important;
  font-weight: 400;
}
.woocommerce a.remove:hover {
  background: #232323 !important;
  color: #ffff !important;
}

.wc-proceed-to-checkout {
  position: relative;
  z-index: 1;
}
.wc-proceed-to-checkout .checkout-button {
  width: 300px !important;
  margin: auto !important;
  margin-bottom: 15px !important;
}
.wc-proceed-to-checkout .checkout-button:hover:before {
  background: linear-gradient(90deg, #f4b183, #a56b56);
}
.wc-proceed-to-checkout .checkout-button::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    90deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  border-radius: 40px !important;
  z-index: -1;
  transition: all 0.1s ease;
}

.woocommerce .return-to-shop {
  position: relative;
  z-index: 1;
}
.woocommerce .return-to-shop a {
  border-radius: 40px;
  background: #ffff;
  font-size: 16px;
  padding: 15px 40px;
  font-weight: 400;
}
.woocommerce .return-to-shop a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    90deg,
    rgba(162, 98, 68, 1) 0%,
    rgba(231, 137, 98, 1) 20%,
    rgba(247, 181, 145, 1) 40%,
    rgba(224, 132, 94, 1) 60%,
    rgba(162, 86, 58, 1) 80%,
    rgba(134, 78, 57, 1) 100%
  );
  border-radius: 40px !important;
  z-index: -1;
  transition: all 0.1s ease;
}
.woocommerce .return-to-shop a:hover {
  background: #ffff;
}
.woocommerce .return-to-shop a:hover:before {
  background: linear-gradient(90deg, #f4b183, #a56b56);
}
table.cart img {
  max-width: 120px !important;
  width: 100% !important;
}

.woocommerce-checkout
  .select2-container.select2-container--open
  .select2-dropdown--above {
  border-color: #d9d9d9 !important;
  border-top: 1px solid;
}
.woocommerce-checkout
  .select2-container.select2-container--open
  .select2-dropdown--below {
  border-color: #d9d9d9 !important;
  border-top: 1px solid;
}
.woocommerce-checkout .select2-container--default .select2-selection--single {
  border-color: #d9d9d9 !important;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single:hover {
  border-color: #d9d9d9 !important;
}
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single:focus {
  border-color: #d9d9d9 !important;
  box-shadow: none !important;
}

.woocommerce-checkout-payment h4 {
  font-family: "Montserrat", Sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #232323 !important;
  margin: 0;
  margin-bottom: 20px;
}
