/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #6e93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #4070f4;
}

@media screen and (max-width: 768px) {
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
}

/* add for the update of the cart page */
.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: 100px;
    width: 144px;
}



/* for input coupon code */

input#coupon_code {
    width: 400px;
    height: 30px;
    padding-inline: 1rem;
    border: 1px #ccc solid;
}


/* for coupon button */


.coupon .button {
    padding: .4rem;
    margin-inline-start: .5rem;
    background-color: #05155b;
    color: #fff;
    border: none;
    border-radius: 3px;
}


td.product-name a {
    font-weight: 700;
}

form.woocommerce-cart-form {
    float: left;
    width: 63%;
    margin-block-end:0
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 30%;
    margin-inline: 3rem;
}


a.checkout-button.button.alt.wc-forward {
    width: 100%;
    display: inline-flex;
    padding: 1.3rem;
    background-color: #05155b;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-block-end:17px;
    border-radius: 35px;
}


.woocommerce table.shop_table {
    margin: 10px -1px 24px 0;
}


.paypal-button-row.paypal-button-number-1.paypal-button-layout-vertical.paypal-button-number-multiple.paypal-button-env-production.paypal-button-color-gold.paypal-button-text-color-black.paypal-logo-color-blue.paypal-button-shape-pill {
    display: none !important;
}


.woocommerce {
    max-width: 1400px;
    margin-inline: auto;
}



.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    height: 40px;
    border: 1px solid #ccc;
    padding-inline:1rem;
}


li.wc_payment_method.payment_method_ppcp-credit-card-gateway {
    display: none!important;
}


textarea#order_comments {
    padding-block-start: .3rem;
}