/* blog */

/*********************
START: CART
*********************/
.woocommerce-cart-form__cart-item .product-remove a.remove:focus,
.woocommerce-cart-form__cart-item .product-remove a.remove:hover {
  background-color: unset;
}

.underCartPage {
  display: flex;
  margin-block-start: 60px;
}

.underCartPage .woocommerce-cart-form {
  flex: 1 0 70%;
  /* margin-inline-end: 30px; */
}

.underCartPage .cart-collaterals {
  margin-inline-start: 30px;
}

.woocommerce-cart-form table,
.cart_totals {
  border-radius: var(--border-radius10);
  padding: 15px;
}

.cartPage .woocommerce .cart-collaterals .cart_totals {
  width: 100%;
  padding: 15px 20px;
  border: solid 1px var(--gray-color);
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border: solid 1px var(--gray-color);
  border-radius: var(--border-radius10);
}

.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td {
  border-style: none;
  padding: 10px;
  background-color: var(--text-color-1);
  min-height: 100px;
}

.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td:first-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td:last-child {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.woocommerce-cart-form table th {
  padding: 12px 5px;
  border-bottom: 1px solid var(--gray-color);
  color: var(--text-color3);
}

.woocommerce-cart table.cart .product-thumbnail {
  width: 25%;
}

.woocommerce table.shop_table td.product-name {
  width: 45%;
}

.woocommerce table.shop_table td.product-name a {
  font-weight: bold;
  font-size: var(--text-size2);
}

.woocommerce table.shop_table td.product-name span {
  display: block;
  color: var(--text-color2);
  margin-block-start: 10px;
  font-size: var(--text-size3);
}

.woocommerce table.shop_table td.product-price {
  width: 30%;
}

.woocommerce-cart table.cart img {
  width: 100%;
}

.woocommerce table.shop_table td.product-price .quantity {
  display: flex;
  align-items: center;
  border: solid 1px var(--primary-color);
  border-radius: var(--border-radius10);
  margin-block-end: 15px;
}

/* Chrome, Safari, Edge, Opera */
.woocommerce table.shop_table td.product-price .quantity input::-webkit-outer-spin-button,
.woocommerce table.shop_table td.product-price .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce table.shop_table td.product-price .quantity input[type="number"] {
  -moz-appearance: textfield;
  width: 80%;
  text-align: center;
  border: none;
  font-family: var(--font-familyNum);
  font-size: var(--text-size2);
}

.woocommerce table.shop_table td.product-price .quantity button {
  width: 10%;
  background-color: transparent;
  border: none;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  height: 25px;
}

.woocommerce table.shop_table td.product-price .lineCart {
  display: flex;
  justify-content: space-between;
  margin-block-end: 10px;
}

.woocommerce table.shop_table td.product-price .lineCart>span:first-of-type {
  color: var(--text-color2);
  font-size: var(--text-size3);
}

.woocommerce table.shop_table td.product-price .lineCart>span:last-of-type {
  font-weight: bold;
}

.woocommerce table.shop_table td.product-price a.remove {
  display: flex;
  font-size: 1.5em;
  height: 30px;
  width: 100%;
  text-align: center;
  line-height: 1;
  border-radius: var(--border-radius10);
  color: #f44336 !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
  border: solid 1px #f44336;
  padding: 1px;
  padding-block: 3px;
}

.woocommerce table.shop_table td.product-price a.remove:hover{
  background-color: var(--baseLight-color);
}

.actions button.button {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: var(--border-radius10);
  right: auto;
  color: var(--text-color-1);
  background-color: var(--primary-color);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  font-family: var(--font-familyNum);
}

.actions button.button:disabled[disabled] {
  color: var(--baseLight-color);
}

.actions button.button:disabled[disabled]:hover,
.actions button.button:hover {
  background-color: var(--purple-color);
  color: var(--baseLight-color);
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  float: right;
  box-sizing: border-box;
  border: none;
  padding: 7px;
  margin: 0 0 0 11px;
  outline: 0;
  font-family: var(--font-familyNum);
  border-radius: var(--border-radius10);
}

.cart_totals {
  border-radius: var(--border-radius10);
  padding: 0;
}

.woocommerce .cart_totals table.shop_table:first-child {
  border-radius: 0;
  padding: 0;
  border: none;
}

.woocommerce .cart_totals table.shop_table:first-child th {
  padding: 12px 5px;
  border-bottom: 0;
  width: 57%;
}

.woocommerce .cart_totals table.shop_table:first-child tr td {
  text-align: left;
}

.woocommerce a.button.alt {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 5px;
  position: relative;
  background-color: var(--primary-color);
  color: var(--baseLight-color);
  text-align: center;
  font-size: var(--txt16);
  font-weight: normal;
  border-radius: 0;
  border-radius: var(--border-radius10);
}

.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus {
  background-color: var(--primary-color);
  color: var(--baseLight-color);
}

.underEmptyCart {
  margin-block-start: 10px;
  padding: 60px 30px;
  border-radius: var(--border-radius10);
}

.underEmptyCart img {
  display: block;
  margin: 0 auto;
}

.underEmptyCart .woocommerce-info {
  text-align: center;
  background-color: transparent;
  margin: 0;
  font-weight: bold;
}

.underEmptyCart .woocommerce-info::before {
  display: none;
}

.underEmptyCart a.button {
  background-color: var(--primary-color);
  margin: 0 auto;
  background-image: none;
  color: white;
  display: block;
  width: 200px;
  text-align: center;
  border-radius: var(--border-radius10);
}

.underEmptyCart a.button:hover {
  background-color: var(--primary-color);
  color: var(--baseLight-color);
}

/*********************
END: CART
*********************/
/*********************
START: CHECKOUT
*********************/
.myCheckoutPage {
  display: flex;
  margin-block-start: 60px;
}

form.checkout.woocommerce-checkout {
  flex: 1 0 70%;
  /* margin-inline-end: 30px; */
  border-radius: var(--border-radius10);
  padding: 15px;
  border: solid 1px var(--gray-color);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 14px 10px;
  border-radius: var(--border-radius10);
  font-family: var(--font-family);
}

.select2-container .select2-selection--single {
  height: 48px;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
}

.leftCheckout {
  border-radius: var(--border-radius10);
  padding: 15px;
  border: solid 1px var(--gray-color);
}

.woocommerce-checkout-review-order table {
  border: none;
  border: none;
}

.woocommerce table.shop_table td {
  border-top: none;
}

.product-quantity {
  font-family: var(--font-familyNum);
}

.leftCheckout button.button.alt,
.leftCheckout input.button.alt {
  background-color: var(--primary-color);
  color: #fff;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  margin-block-start: 32px;
  font-family: var(--font-familyNum);
  padding-block: 21px;
  border-radius: var(--border-radius10);
}

.checkout_coupon, form.checkout.woocommerce-checkout{
  width: 70%;
  margin: 2rem auto !important;
  border-radius: var(--border-radius10) !important;
}

/*********************
START: CHECKOUT
*********************/
/*********************
START: LOGIN
*********************/
.main-login {
  overflow: hidden;
  margin-block: 5rem;
}

.in-login-form {
  padding-block-start: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* padding: 1rem; */
}

.main-login form {
  background-color: var(--purpleLight2-color);
  width: 35%;
  padding: 2rem;
  position: relative;
  border-radius: var(--border-radius10);
}

.main-login form .woocommerce-form-row {
  margin-block: 2rem;
}

.in-login-form form .login-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.in-login-form form>h2 {
  margin-block: 40px 12px;
  font-size: var(--txt25);
}


form label {
  display: block;
  font-weight: 400;
  font-size: var(--txt14);
  text-align: right;
}

.main-login form .woocommerce-LostPassword {
  margin: 0;
  text-align: left;
  font-size: var(--txt12);
  color: var(--primary-color);
  position: absolute;
  left: 2rem;
}

.main-login form label.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  margin-block-end: 10px;
  margin-top: -2px;
}

.woocommerce-form-login__submit {
  width: 100%;
}

.register-acc {
  text-align: center;
  font-size: var(--txt12);
  color: #7e868c;
}

.register-acc a {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  margin-inline-start: 0.5rem;
}

.main-login form button {
  width: 100%;
  transition: all 0.5s;
  border-radius: var(--border-radius10) !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: var(--baseLight-color) !important;
  padding: 0.5rem 2rem;
  margin-block-end: 2rem;
}

.main-login form button:hover {
  background-color: var(--baseLight-color) !important;
  color: var(--primary-color) !important;
}

.woocommerce-privacy-policy-text,
.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide {
  text-align: justify;
  margin-bottom: 1rem;
}

/*********************
END: LOGIN
*********************/
/*********************
START: ALL CATEGORY
*********************/
.categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-block: 15px;
}

.categories .swiper-slide {
  text-align: center;
}

.categories .swiper-slide .categoriesCardsImg {
  background: url(../img/bg-cat.svg) no-repeat;
  background-size: auto 100%;
  padding-block: 50px;
  display: block;
  background-position: center;
}

.categories .swiper-slide .categoriesCardsTitle h4 {
  font-weight: bold;
  font-size: var(--text-size);
  margin-block-start: 27px;
}

/*********************
END: ALL CATEGORY
*********************/
/*********************
START: WHISHLIST
*********************/
.wishlist_table {
  margin-block-start: 40px;
}

.wishlist_table th {
  border-bottom: 1px solid var(--gray-color);
}

.wishlist_table tr th:first-child {
  width: 5%;
}

.wishlist_table tr th:nth-child(2) {
  width: 5%;
}

.wishlist_table tr th:nth-child(3) {
  width: 20%;
}

.wishlist_table tr th:nth-child(4) {
  width: 20%;
}

.wishlist_table tr th:nth-child(5) {
  width: 20%;
}

.wishlist_table tr th:nth-child(6) {
  width: 20%;
}

.wishlist_table .product-add-to-cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  width: 200px;
}

/*********************
END: WHISHLIST
*********************/
/*********************
START: MEDIA
*********************/
@media screen and (min-width: 2560px) {
  .checkout_coupon.woocommerce-form-coupon, 
  .woocommerce form .form-row label, 
  .wc-block-components-notice-banner__content, 
  .form-row.place-order,
  .woocommerce table.shop_table{
    font-size: var(--txt25);
  }
}

@media screen and (min-width: 1920px) and (max-width: 2559px) {
  .checkout_coupon.woocommerce-form-coupon, 
  .woocommerce form .form-row label, 
  .wc-block-components-notice-banner__content, 
  .form-row.place-order,
  .woocommerce table.shop_table{
    font-size: var(--txt20);
  }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {

}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {
  .main-login form {
    width: 50%;
  }

  .checkout_coupon, form.checkout.woocommerce-checkout{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {

  .underCartPage,
  .myCheckoutPage {
    margin-block-start: 20px;
    flex-direction: column;
  }

  .underCartPage .woocommerce-cart-form,
  form.checkout.woocommerce-checkout {
    margin-inline-end: 0;
  }

  .underCartPage .cart-collaterals {
    margin-inline-start: 0;
  }

  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: flex;
  }

  .woocommerce table.shop_table td.product-price {
    width: 55%;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    float: none;
    display: block;
    text-align: right;
  }

  .woocommerce table.shop_table td.product-name a {
    width: 100%;
    display: block;
    text-align: right;
  }

  .cart_totals table.shop_table_responsive tr,
  .cart_totals table.shop_table_responsive tr {
    display: block !important;
  }

  .woocommerce table.shop_table tr.woocommerce-cart-form__cart-item td:nth-child(2) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .leftCheckout {
    margin-block-start: 40px;
  }

  .login-box {
    width: 100%;
  }

  .main-login form {
    width: 70%;
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 576px) {
  .main-login form {
    width: 80%;
  }
}


@media screen and (max-width: 425px) {
  .main-login form {
    width: 95%;
  }
}

@media screen and (max-width: 375px) {
  .main-login form .woocommerce-LostPassword{
    position: unset;
    left: unset;
    right: unset;
    text-align: right;
    margin-bottom: 0.5rem;
  }
}

/*********************
END: MEDIA
*********************/