@font-face {
  font-family: "luma-icons";
  src: url("../fonts/Luma-Icons.woff2") format("woff2"),
    url("../fonts/Luma-Icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}


.page-wrap {
  margin-top: 20px;
  margin-inline: auto;
  padding-inline: 20px;
  width: 100%;
  max-width: 1480px;
}

.product-summery-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.product-image-wrap {
  width: 48%;
}

.product-summary {
  width: 48%;
}

.featured-image-slider.slick-slider .slick-slide img {
  width: auto;
  max-height: 500px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 10px;
  background-color: #ffffff;
}

.thumb-image-slider {
  margin-top: 20px;
}

.thumb-image-slider.slick-slider .slick-slide img {
  width: auto;
  max-height: 80px;
  margin: 0 auto;
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.review-summary {
  display: flex;
  /* gap: 10px; */
  align-items: center;
  margin-bottom: 10px;
}

.prod-star-rating {
  display: flex;
  align-items: center;
  gap: 3px;
}

.rating-count {
  margin-inline: 10px;
}

.review-count {
  position: relative;
  padding-left: 10px;
  font-weight: 700;
  color: rgb(44, 44, 44);
}

.review-count::before {
  content: "";
  width: 1px;
  height: 10px;
  background-color: rgb(44, 44, 44);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product_title {
  margin: 0 0 10px;
}

.grouped-table-wrapper {
  margin-block: 20px;
  background-color: #ffffff;
  width: 100%;
  position: relative;
}

.grouped-info {
  display: flex;
}

.grouped-info .group-prod-img,
.grouped-table-wrapper
  table
  > tbody
  > tr
  > td.woocommerce-grouped-product-list-item__label
  > label
  .group-prod-img {
  width: 100%;
  max-width: 80px;
}

.grouped-info .group-prod,
.grouped-table-wrapper
  table
  > tbody
  > tr
  > td.woocommerce-grouped-product-list-item__label
  > label
  .group-prod {
  width: calc(100% - 85px);
  padding-left: 15px;
  font-size: 16px;
  line-height: 20px;
}

.grouped-info .product-item-name,
td.woocommerce-grouped-product-list-item__label label,
.grouped-table-wrapper
  table
  > tbody
  > tr
  > td.woocommerce-grouped-product-list-item__label
  > label
  .group-prod
  a {
  font-weight: 700;
  color: #000;
  font-size: 18px;
}

.grouped-info .price-box .price,
.woocommerce-grouped-product-list-item__price
  span.woocommerce-Price-amount.amount,
.grouped-table-wrapper
  table
  > tbody
  > tr
  > td.woocommerce-grouped-product-list-item__label
  > label
  .price-box
  span.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: #4a73b6;
  font-size: 16px;
}

.grouped-table-wrapper table {
  border-collapse: collapse;
  width: 100%;
  border-bottom: none;
}

.grouped-table-wrapper table > tbody > tr > td {
  border-top: 1px solid #ccc;
  padding: 10px !important;
  text-align: left;
}

.grouped-table-wrapper table > thead > tr > th {
  font-size: 22px;
  border-bottom: 1px solid #ccc;
  border-right: none;
  padding: 10px;
  text-align: left;
}

.grouped-table-wrapper
  table
  > tbody
  > tr
  > td.woocommerce-grouped-product-list-item__label
  > label {
  display: flex;
}

.grouped-table-wrapper table td .qty input,
.woocommerce-grouped-product-list-item__quantity .quantity input.qty {
  text-align: center;
  width: 60px;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  /* font-size: 14px; */
  height: 32px;
  min-height: 40px;
  padding: 0 9px;
}

.woocommerce-js
  div.product
  form.cart.grouped-table-wrapper
  .group_table
  td:first-child {
  width: auto;
}

.woocommerce-js
  div.product
  form.cart.grouped-table-wrapper
  .group_table
  td.woocommerce-grouped-product-list-item__quantity {
  width: 4em;
}

button.add-to-cart,
.single-product.woocommerce
  div.product
  button.single_add_to_cart_button.button {
  background: #001a72;
  border: 1px solid #001a72;
  color: #ffffff;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
  border-radius: 0;
  padding: 12px 25px;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  gap: 10px;
}

button.add-to-cart:hover,
.single-product.woocommerce
  div.product
  button.single_add_to_cart_button.button:hover {
  background: #0047bb;
  border: 1px solid #0047bb;
}

.yith-wcwl-add-button a.add_to_wishlist {
  color: #0047bb;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 16px;
}

.yith-wcwl-add-button a.add_to_wishlist svg {
  width: 22px;
  height: 22px;
  display: block;
}

.yith-wcwl-add-button a.add_to_wishlist svg path {
  fill: #0047bb;
}

button.add-to-cart svg,
.single-product.woocommerce
  div.product
  button.single_add_to_cart_button.button
  svg {
  fill: #ffffff;
  width: 24px;
  height: 24px;
}

.product-actions {
  display: flex;
  align-items: center;
  gap: 15px;
}

.add-wishlist {
  color: #000;
  letter-spacing: 0;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.add-wishlist svg {
  fill: #0047bb;
  width: 20px;
  height: 20px;
}

.product-desc-wrapper {
  margin-top: 30px;
}

.accordion-item,
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs.resp-tabs-list li {
  /* margin-bottom: 10px; */
  border-top: 1px solid #dddddd;
  border-left: 4px solid transparent;
  background-color: #ffffff;
}

.accordion-item.open {
  border-left-color: #0047bb;
}

.accordion-item-heading {
  cursor: pointer;
  padding: 10px 20px;
  color: #000000;
  font-size: 25px !important;
  font-weight: 700;
  margin: 0 !important;
  position: relative;
  clear: none;
}

.accordion-item-content {
  width: 100%;
  padding: 15px;
  background-color: #fff;
  display: none;
}

.accordion-item-heading::before,
.accordion-item-heading::after {
  content: "";
  background-color: #000000;
  position: absolute;
}

.accordion-item-heading::before {
  width: 20px;
  height: 2px;
  right: 10px;
  top: 25px;
}

.accordion-item-heading::after {
  height: 20px;
  width: 2px;
  right: 19px;
  top: 15px;
}

.open .accordion-item-heading::before {
  background-color: #0047bb;
}

.open .accordion-item-heading::after {
  display: none;
}

.closed .accordion-item-content {
  height: 0px;
  transform: scaleY(0);
  float: left;
  display: none;
}

.open .accordion-item-content {
  display: block;
  transform: scaleY(1);
  transform-origin: top;
}

.open .accordion-item-heading,
.open .accordion-item-heading a {
  color: #0047bb;
  outline: none !important;
}

.accordion-item-heading a {
  display: block;
  outline: none !important;
}

.woocommerce-js div.product .woocommerce-tabs .resp-tabs-container {
  padding: 10px 20px;
  /* max-height: unset; */
}

.logo-shop.elementor-widget-image a img {
  /*width: 175px !important;*/
}

.top-header .elementor-widget-container p a {
  color: #ffffff;
}

.shop-menu .elementor-nav-menu ul.sub-menu {
  background-color: #ffffff;
  font-size: 15px;
}

.woocommerce-shop #content {
  z-index: 90;
}

.product_search_form input.search-field {
  width: 235px;
  padding: 8px 15px;
  border-radius: 30px;
  height: 43px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  border-color: var(--ast-border-color);
  color: var(--ast-global-color-8);
}

.product_search_form button.search-submit {
  width: 43px;
  height: 43px;
  border-radius: 50px;
  border: 1px solid var(--ast-border-color);
  background-color: #ffffff;
  padding: 0;
}

.dont-forget-wrapper {
  margin-block: 20px;
}

.dont-forget-wrapper h3 {
  margin-bottom: 20px;
}

.dont-forget-wrapper .prod-item-photo {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  display: block;
}

.dont-forget-wrapper .prod-item-photo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.dont-forget-wrapper .prod-wrap {
  text-align: center;
  padding-inline: 20px;
}

.dont-forget-wrapper .prod-item-name {
  font-size: 18px;
  font-weight: 600;
  margin-block: 10px;
  line-height: 1.3;
}

.dont-forget-wrapper .price-wrapp .price {
  font-size: 17px;
  font-weight: 600;
  color: #0047bb;
}

.single-product.woocommerce .ast-builder-html-element > p,
.woocommerce-shop .ast-builder-html-element > p {
  margin: 0;
}

.product_search_form .ast-search-menu-icon.slide-search {
  display: none;
}

.single-product.woocommerce .ast-search-menu-icon.slide-search,
.woocommerce-shop .ast-search-menu-icon.slide-search {
  display: none;
}

.single-product.woocommerce
  .ast-builder-html-element
  .product_search_form
  .ast-search-menu-icon.slide-search,
.woocommerce-shop
  .ast-builder-html-element
  .product_search_form
  .ast-search-menu-icon.slide-search {
  display: block;
}

.site-header-below-section-right-center.site-header-section.ast-flex.ast-grid-right-center-section {
  justify-content: end;
}

.ast-search-menu-icon.slide-search {
  /*margin-right:20px;*/
}

.ast-custom-header {
  background-color: #fff;
  /* padding-top:15px; */
  z-index: 101;
}

.top-header-links .elementor-button-wrapper .elementor-button,
.top-header-links .elementor-button-wrapper .elementor-button:focus,
.top-header-links .elementor-button-wrapper .elementor-button:focus-visible {
  border: none !important;
  background-color: transparent;
  color: #4a73b6;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  padding: 0;
  outline: none !important;
  letter-spacing: 0.24px;
}

.shop-account-dropdown nav ul.elementor-nav-menu > li > a .menu-text {
  border: none !important;
  background-color: transparent;
  color: #4a73b6;
  text-transform: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  position: relative;
  padding: 0;
  outline: none !important;
  letter-spacing: 0.24px;
}

.top-header-links .elementor-button-wrapper .elementor-button > span {
  display: block;
}

.top-header-links .elementor-button-wrapper .elementor-button:before,
.shop-account-dropdown nav ul.elementor-nav-menu > li > a:before,
.shop-account-dropdown
  nav
  ul.elementor-nav-menu
  > li
  > .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
    .highlighted
  ):before {
  width: 32px;
  height: 32px;
  /* color: #0047bb;
    font-family: 'luma-icons';
    vertical-align: middle; */
  display: inline-block;
  font-weight: 400;
  text-align: center;
  background-size: 100%;
  opacity: 1;
  position: relative;
  margin: 0 auto;
}

.top-header-links .elementor-button-wrapper .elementor-button#donate:before {
  content: "";
  background-image: url("../images/donate-icon.svg");
}

.top-header-links
  .elementor-button-wrapper
  .elementor-button#customerCare:before {
  content: "";
  background-image: url("../images/care-icon.svg");
}

.top-header-links .elementor-button-wrapper .elementor-button#myAccount:before,
.shop-account-dropdown nav ul.elementor-nav-menu > li > a:before {
  content: "";
  background-image: url("../images/account-icon.svg");
}

.shop-account-dropdown nav ul.elementor-nav-menu > li > a {
  padding: 0 !important;
  display: inline-block;
  margin-bottom: 10px;
}

.shop-account-dropdown nav ul.elementor-nav-menu > li > a > span {
  display: block;
}

.top-header-links
  .elementor-button-wrapper
  .elementor-button#elementor-menu-cart__toggle_button:before {
  content: "";
  background-image: url("../images/cart-icon.svg");
}

.top-header-links
  .elementor-button-wrapper
  .elementor-button#elementor-menu-cart__toggle_button:after {
  content: "Cart";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.shop-header-search {
  margin-left: 20px;
  width: auto !important;
}

.shop-header-search .product_search_form form {
  display: flex;
}

.shop-header-search .product_search_form input.search-field {
  width: 220px;
  padding: 8px 15px;
  border-radius: 0px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  border: 1px solid #959595;
  font-family: "Inter", serif !important;
}

.shop-header-search .product_search_form button.search-submit {
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 1px solid #4A73B6;
  background-color: #4A73B6;
  color: #ffffff;
  padding: 8px;
}

.shop-header-search .product_search_form button.search-submit svg {
  fill: #ffffff;
}

.shop-menu ul li a {
  color: #0c1b4c;
}

.shop-account-dropdown nav ul.elementor-nav-menu > li .sub-menu {
  background-color: #ffffff;
  color: #0c1b4c;
  font-size: 14px;
}

.shop-header-mainMenu {
  z-index: 1;
}

.elementor.elementor-550508.elementor-location-header {
  background-color: #fff;
  font-family: "Inter", Sans-serif;
  z-index: 101;
  position: relative;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
  .elementor-menu-cart__container {
  left: auto !important;
  right: 0 !important;
}

.top-header
  .shop-account-dropdown
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li
  ul.sub-menu
  li
  a,
.top-header
  .shop-account-dropdown
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li
  ul.sub-menu
  li
  a.elementor-sub-itemelementor-item-active {
  padding: 6px 10px;
  font-size: 16px;
  color: #000;
  background-color: transparent;
}

.top-header
  .shop-account-dropdown
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li
  ul.sub-menu
  li
  a:hover,
.top-header
  .shop-account-dropdown
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li
  ul.sub-menu
  li
  a:focus,
.top-header
  .shop-account-dropdown
  nav.elementor-nav-menu--main
  ul.elementor-nav-menu
  li
  ul.sub-menu
  li
  a:active {
  background-color: #e8e8e8;
}

.woocommerce-js .quantity .qty {
  min-height: 50px;
}

.woocommerce-js div.product .woocommerce-tabs {
  grid-column: 1 / span 2;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.single-product.woocommerce div.product > .whitebox > span.onsale {
  /* width: auto !important; */
  display: none;
}

.woocommerce-js div.product form.cart .group_table td span.onsale {
  display: none;
}

.fancybox-slide--image {
  background-color: rgba(255, 255, 255, 1);
}

.single-product.woocommerce div.product .product-author {
  display: none;
}

.woocommerce-product-details__short-description a {
  justify-content: center;
  display: inline-flex;
  height: 40px;
  border: 1px solid #0047bb;
  background: rgba(0, 71, 187, 0.1);
  color: #0047bb !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 126%;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 0px !important;
  padding: 10px 15px;
  gap: 10px;
}

.woocommerce-product-details__short-description a * {
  margin: 0 !important;
}

.woocommerce-product-details__short-description a strong {
  font-weight: 500;
}

.woocommerce-product-details__short-description a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/excerpt.png") no-repeat center;
  background-size: contain;
}

.woocommerce-product-details__short-description a strong,
.woocommerce-product-details__short-description a u {
  margin: 0 !important;
  text-decoration: unset;
}

.product-type-grouped .yith-wcwl-add-to-wishlist {
  position: relative;
  bottom: 90px;
  left: 200px;
  margin: 0 !important;
}

.woocommerce-js.single-product.woocommerce
  div.product
  .woocommerce-product-gallery__image {
  padding: unset !important;
  border: unset !important;
}

.wpgs-for.slick-initialized.slick-slider {
  padding: 20px;
  border: 1px solid #ccc;
}

.woocommerce form.woocommerce-cart-form table.shop_table {
  background-color: #ffffff;
  border: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 100%;
  background-color: #fafafa;
  border: none;
}

.woocommerce .cart-collaterals .cart_totals {
  padding: 15px;
}

.woocommerce-page .cart-collaterals .cart_totals > h2 {
  font-size: 24px;
  line-height: 1;
  padding: 0 0 8px;
  float: left;
  width: 100%;
  margin: 0;
}

.woocommerce-js table.shop_table thead,
.woocommerce-page table.shop_table thead {
  background-color: #ffffff;
}

.yes-js.js_active .ast-plain-container.ast-single-post #primary {
  margin: unset !important;
}

.woocommerce-cart table.shop_table td.product-name {
  font-size: 18px;
  line-height: 1.2;
}

.woocommerce-cart table.shop_table .woocommerce-Price-amount {
  font-weight: 500;
  font-size: 18px;
  font-family: "Inter", Sans-serif !important;
}

.woocommerce-js .woocommerce-cart-form__cart-item.cart_item .quantity {
  text-align: center;
}

.woocommerce-js .woocommerce-cart-form__cart-item.cart_item .quantity .qty {
  min-height: 42px;
  width: 50px;
}

.woocommerce-js #content table.cart [name="coupon_code"],
.woocommerce-page #content table.cart [name="coupon_code"] {
  max-height: unset;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
}

.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button {
  font-size: 16px;
}

.woocommerce-page table.cart td.actions {
  padding: 0 !important;
}

.woocommerce-page table.cart td.actions .button[name="update_cart"] {
  display: none !important;
}

.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce .woocommerce-message a.button,
.woocommerce #respond input#submit.alt,
.woocommerce-js a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce input.button,
.woocommerce-cart table.cart td.actions .button,
.woocommerce form.checkout_coupon .button,
.woocommerce #respond input#submit,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
  border-radius: 0 !important;
}

.woocommerce #content table.cart .button[name="apply_coupon"],
.woocommerce-page #content table.cart .button[name="apply_coupon"] {
  padding: 10px 20px;
}

.woocommerce-cart .cart_totals .shop_table {
  table-layout: fixed;
  font-size: 18px;
}

.woocommerce-cart .cart_totals .shop_table .order-total * {
  font-weight: 600;
}

.woocommerce-cart .cart_totals .shop_table tr td:last-child {
  text-align: right;
}

a.checkout-button.button.alt.wc-forward {
  margin: 0;
}

.woocommerce-cart .wc-proceed-to-checkout {
  padding: 1em 0 0;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 20px;
  line-height: 1.2;
  padding: 10px 20px !important;
}

form .woocommerce-checkout-review-order {
  background: #fafafa;
  margin: 0 0 20px;
  padding: 20px 15px 15px;
  border: none;
}

form .woocommerce-checkout-review-order #order_review_heading {
  border: none;
  width: 100%;
  padding: 0;
}

.ast-desktop #primary article.page::after {
  display: none;
}

.woocommerce-js div.product {
  padding-top: 30px;
}

.woocommerce ul.products li.product .price {
  justify-content: center;
}

.woocommerce .product span.onsale {
  border: none;
}

.woocommerce-js .woocommerce-ordering select,
.woocommerce-page .woocommerce-ordering select {
  border-radius: 3px;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding-right: 25px;
  font-family: "Inter", Sans-serif;
}

select#alg_wc_products_per_page {
  padding: 8px 10px;
  font-size: 16px;
  font-family: "Inter", Sans-serif;
}

.woocommerce .show-wc-product {
  float: right;
  margin-right: 20px;
}

.woocommerce-js .woocommerce-result-count {
  margin-left: 90px;
  font-size: 16px;
}

.elementor-element.elementor-element-de0b75d.wc-list-grid.elementor-widget.elementor-widget-shortcode {
  position: absolute;
  top: 94px;
  z-index: 100;
}

.wpfFilterContent {
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  aspect-ratio: unset;
}

.monetate_selectorHTML_d8e22e19 {
  display: none !important;
}

.woocommerce-js
  .elementor-menu-cart--items-indicator-bubble
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter],
.woocommerce-js
  .elementor-menu-cart__toggle
  .elementor-button-icon
  .elementor-button-icon-qty[data-counter] {
  right: -42px !important;
  top: -65px !important;
  background: #4a73b6;
  border: 0 !important;
  width: 26px !important;
  height: 22px !important;
  line-height: 22px !important;
  border-radius: 12px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 0.48px !important;
}

.elementor-menu-cart__product-name,
.elementor-menu-cart__product-price {
  color: unset;
}

.elementor-menu-cart__product-remove:after,
.elementor-menu-cart__product-remove:before {
  background: #000000 !important;
}

.elementor-menu-cart__product-remove {
  border: 1px solid #000000 !important;
}

.actions.cart_actionmain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2em;
}

.woocommerce-cart-form .add-product-to-cart-form {
  padding: 25px 20px;
  margin: 0 0 30px;
  border: 1px solid #e39926;
  overflow: hidden;
}

.woocommerce-cart-form .add-product-to-cart-form .product-item {
  display: flex;
}

.woocommerce-cart-form .add-product-to-cart-form .product-image {
  float: left;
  width: 142px;
  padding: 0;
  margin: 0 20px 10px 0;
}

.woocommerce-cart .cart-collaterals .cart_totals table th.shippingtab {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  position: relative;
  cursor: pointer;
  float: unset;
}

.woocommerce-cart .cart-collaterals .cart_totals table th.shippingtab:after {
  content: "";
  background: url(../images/arrow-down.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-cart
  .cart-collaterals
  .cart_totals
  table
  th.shippingtab.open:after {
  background: url(../images/arrow-up.png) no-repeat;
  background-position: center;
  background-size: contain;
}

.woocommerce-page .cart-collaterals table.shop_table th,
.woocommerce-page .cart-collaterals table.shop_table td {
  border-bottom-width: 0;
  padding: 0.7em 0.2em;
}

.woocommerce-page .cart-collaterals table.shop_table th {
  width: 200px;
  float: left;
}

.woocommerce-cart .cart_totals .shop_table tr.innershipping td {
  text-align: left !important;
  font-size: 16px;
}

.woocommerce-cart .cart_totals .shop_table tr.innershipping td input.input-text,
.woocommerce-cart .cart_totals .shop_table tr.innershipping td textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: 1;
  font-size: 16px;
}

.woocommerce-cart-form .add-product-to-cart-form .product {
  padding: 0;
}

.woocommerce-cart-form .add-product-to-cart-form .product h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: normal;
}

.woocommerce-cart-form .add-product-to-cart-form .product .product-content {
  padding: 0 0 10px;
}

.woocommerce-cart-form .add-product-to-cart-form .product input#custom_price {
  display: inline-block;
  width: 60%;
  height: 45px;
  border: 2px solid #ccc;
  font-size: 18px;
}

.yith-wcwl-add-button a.add_to_wishlist {
  cursor: pointer;
  font-weight: 600;
}

.yith-wcwl-add-button > a i {
  margin-right: 5px;
}

.flaticon-right-arrow {
  right: 15px;
}

i.flaticon-back.slick-arrow {
  left: 15px;
}

section.shipping-calculator-form {
  display: block !important;
}

a.shipping-calculator-button {
  display: none;
}

tr.woocommerce-shipping-totals.shipping.innershipping td {
  display: none;
}

tr.woocommerce-shipping-totals.shipping.innershipping.show td {
  display: table-cell;
}

.woocommerce-js .select2-container .select2-selection--single,
.woocommerce-js select,
.woocommerce-page .select2-container .select2-selection--single,
.woocommerce-page select {
  font-size: 16px;
}

.wpmc-tabs-wrapper .wpmc-tabs-list {
  max-width: 350px;
  margin: 30px auto 0;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  font-size: 17px;
  line-height: 1.2;
  font-family: "STIX Two Text", Sans-serif !important;
  font-weight: 600 !important;
}

.wpmc-tabs-wrapper .wpmc-tab-item:before {
  border-bottom: 5px solid #c9c9c9;
  /* border-radius: 6px 0 0 6px; */
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
  border: 3px solid #ccc;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
  border-color: #ff5501;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current::before {
  border-bottom-color: #ff5501;
}

.woocommerce .woocommerce-checkout .form-row .input-text,
.woocommerce .woocommerce-checkout .form-row .select2-selection {
  font-size: 16px;
  /* padding: 20px 12px 12px; */
  padding: 12px;
  height: 50px;
  border: 2px solid #ccc;
}

.woocommerce-js form.checkout.woocommerce-checkout .form-row label {
  line-height: 1.5;
  font-size: 13.5px;
}

.woocommerce-billing-fields h3 {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 800;
}

.woocommerce-js a.button,
.woocommerce button.button,
.woocommerce button.button.alt {
  padding: 15px 30px;
}

.woocommerce-js .woocommerce_checkout_coupon form .form-row input.input-text,
.woocommerce-js .woocommerce_checkout_coupon form .form-row textarea {
  line-height: 1;
  font-size: 16px;
  height: 40px;
}

.woocommerce-js .woocommerce_checkout_coupon form .form-row .button {
  padding: 10px;
  font-size: 15px;
}

.woocommerce .woocommerce-checkout #ship-to-different-address {
  padding-left: 0;
  margin-block: 20px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;

  display: none;
}

.woocommerce .woocommerce-checkout input[type="checkbox"] {
  margin-right: 2px !important;
  margin-top: 2px;
}

.woocommerce .woocommerce-checkout h3.pad {
  padding: 15px 0;
}

.woocommerce
  .woocommerce-checkout
  #payment
  div.payment_box
  .wc-stripe-elements-field {
  font-size: 16px;
  padding: 20px 12px 10px;
  height: 50px;
}

.woocommerce-shipping-totals.shipping.innershipping td {
  text-align: left !important;
}

.woocommerce-js ul#shipping_method .amount {
  font-weight: 700;
  color: #000;
}

.elementor-products-grid ul.products.list {
  display: flex !important;
  flex-wrap: wrap;
}

.elementor-products-grid ul.products.list li.product {
  width: 100%;
  position: relative;
  border: 1px solid #eee;
  padding: 15px !important;
}

.elementor-products-grid ul.products.list li.product:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products.list li.product .astra-shop-thumbnail-wrap {
  /* float: left; */
  margin: 0 !important;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-loop-product__link {
  aspect-ratio: unset;
  width: 30%;
  display: block;
  float: left;
  border: none;
  text-align: center;
}

.woocommerce .elementor-products-grid ul.products.list li.product img {
  width: 70% !important;
  margin-bottom: 0 !important;
  margin-right: auto !important;
  margin: 0 auto !important;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-product-details__short-description {
  margin-top: 80px;
  font-size: 15px;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product:has(.saledis)
  .woocommerce-product-details__short-description {
  /* margin-top: 80px; */
  margin-top: 100px;
}

.woocommerce
  ul.products
  li.product:has(.saledis)
  .woocommerce-loop-product__title {
  min-height: 50px;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .gridlist-buttonwrap {
  margin-bottom: 0;
  position: absolute;
  right: 0;
}

.woocommerce ul.products.list li.product.sale .saledis {
  text-align: left;
  position: absolute;
  width: 65.4%;
  right: 0;
  top: 92px;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-product-details__short-description
  h2 {
  margin-bottom: 5px;
  line-height: 1.1;
}

.woocommerce .elementor-products-grid ul.products.list li.product .price {
  justify-content: flex-start;
}

.elementor-85011
  .elementor-element.elementor-element-558d1fa4.elementor-wc-products
  ul.products.list {
  /* grid-column-gap: 25px; */
  grid-row-gap: 30px;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-product-details__short-description
  p {
  margin-bottom: 10px;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-product-details__short-description
  p:empty {
  display: none;
}

.woocommerce
  .elementor-products-grid
  ul.products.list
  li.product
  .woocommerce-product-details__short-description
  p:has(a) {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.gridlist-toggle {
  position: absolute;
  top: -12px;
  z-index: 100;
}

.gridlist-toggle .dashicons:before,
.gridlist-toggle .dashicons {
  color: rgba(0, 0, 0, 0.6);
}

.gridlist-toggle a.active .dashicons:before {
  color: rgba(0, 0, 0, 1);
}

.gridlist-toggle a {
  padding: 0.5em;
}

.gridlist-toggle a:not(:last-child) {
  margin-right: 5px;
}

.elementor-menu-cart__product-price.product-price {
  color: #000;
  font-weight: 400;
}

.woocommerce-cart .msg.error {
  position: absolute;
  font-size: 13px;
  color: red;
}

.wpmc-tabs-wrapper {
  float: left;
}

.wpmc-steps-wrapper {
  width: 100%;
  float: left;
}

.woocommerce_checkout_coupon {
  display: none;
}

.checkout.woocommerce-checkout th.shippingtab {
  text-align: left !important;
}

.checkout.woocommerce-checkout
  tr.woocommerce-shipping-totals.shipping.innershipping
  td {
  display: table-cell;
}

.wpmc-nav-wrapper {
  margin: 1em 0;
  float: left;
}

.checkout-shipping-wrapper.card {
  display: flex;
  justify-content: space-around;
  /* margin: 10px -15px -25px -15px; */
  /* padding: 0px 20px 15px 20px; */
  width: 100%;
}

.checkout-shipping-wrapper.card .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}

.checkout-shipping-wrapper.card .text {
  font-size: 9px;
  line-height: 14px;
  color: rgb(0, 71, 187);
  text-align: center;
  font-style: normal;
  font-weight: 400;
}

.ast-header-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;

  font-size: 15px;
}

.woocommerce-js a.remove:before {
  display: none;
}

.woocommerce-js a.remove {
  font-size: 16px;
  width: auto;
  height: auto;
  text-align: left;
  color: var(--ast-global-color-1);
  opacity: 1;
  font-family: "Inter", Sans-serif;
  text-decoration: underline !important;
}

.woocommerce-js a.remove:hover {
  color: var(--ast-global-color-0);
  border: none !important;
  outline: none !important;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  color: #0e2349;
  font-size: 16px;
  font-weight: 500 !important;
  padding: 13px 20px;
  height: auto;
  line-height: 1.2;
  font-family: "Inter", serif !important;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item.mega-current-page-ancestor
  > a.mega-menu-link {
  color: #0e2349 !important;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu {
  background: #fff;
  padding: 0;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item,
#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 0px 15px;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item
  > a.mega-menu-link {
  border-bottom: 4px solid transparent;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-item:hover
  > a.mega-menu-link {
  border-bottom-color: #001a72;
  color: #001a72;
}

.max-mega-menu .elementor-nav-menu .sub-arrow {
  display: none !important;
}

.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu ul {
  position: unset;
  display: block !important;
  margin: 0 !important;
}

.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu .menu-item {
  margin-bottom: 8px;
}

.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu a,
.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu a.highlighted,
.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu a:focus,
.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu a:hover {
  padding: 5px 0;
}

.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu ul.sub-menu li a {
  color: rgb(51, 51, 51);
  background: none;
}

.max-mega-menu .elementor-nav-menu--main .elementor-nav-menu ul li a:hover,
.max-mega-menu
  .elementor-nav-menu--main
  .elementor-nav-menu
  ul.sub-menu
  li
  a:hover {
  color: #0E2349 !important;
}

.max-mega-menu .elementor-cta__bg.elementor-bg {
  display: block !important;
}

.max-mega-menu
  .elementor-cta--skin-classic
  .elementor-cta__button.elementor-button {
  text-decoration: underline !important;
}

.max-mega-menu .elementor-cta__content-item:not(:last-child) {
  margin-bottom: 10px;
}

.max-mega-menu .elementor-widget-call-to-action .elementor-cta__button-wrapper {
  margin: unset;
}

.woocommerce-cart .cart-collaterals .cart_totals .coupontab .discounttab {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  cursor: pointer;
}

.woocommerce-cart .cart-collaterals .cart_totals .coupontab .discounttab:after {
  content: "";
  background: url(../images/arrow-down.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.woocommerce-cart
  .cart-collaterals
  .cart_totals
  .coupontab
  .discounttab.open:after {
  background: url(../images/arrow-up.png) no-repeat;
  background-position: center;
  background-size: contain;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon {
  width: 100%;
  padding: 15px 0;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon.show {
  display: block !important;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon input {
  font-size: 13px!important;
  padding: 10px;
  height: 40px;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon button.button {
  font-size: 12px;
  padding: 8px;
  height: 40px;
  min-width: 60px;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon .innersec {
  display: flex;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon
  p.form-row.form-row-first {
  width: 100%;
}

form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon
  p.form-row.form-row-last {
  width: fit-content;
}
.shop_table .cart-discount td .woocommerce-remove-coupon{
  font-size: 14px;
}

p.limittext {
  font-size: 13px;
  margin-block: 5px;
}

th.shipptaxlabel .title {
  font-weight: bold;
}

th.shipptaxlabel .cost {
  font-size: 13px;
}

.woocommerce form.woocommerce-cart-form {
  width: 75%;
  float: left;
  padding-right: 4%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  width: 25%;
  float: right;
  padding: 1px 20px 25px;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents
  .woocommerce-Price-amount {
  font-weight: bold;
  font-size: 18px;
}

span.select2-container.select2-container--default.select2-container--open {
  z-index: 100;
}

.max-mega-menu .elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.max-mega-menu .elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
  min-width: 30%;
}

.max-mega-menu .elementor-cta__content {
  padding: 0 0 0 20px;
}

.elementor-menu-cart__main {
  padding: 15px;
}

.elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
  .elementor-menu-cart__main {
  padding: 15px;
}

.elementor-menu-cart__footer-buttons .elementor-button {
  padding: 10px !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 23%;
  background: #fafafa;
  float: left;
}

.woocommerce-account .woocommerce-MyAccount-content {
  width: 70%;

  float: right;
}

body .woocommerce-MyAccount-navigation-link {
  border: none;
}

body .woocommerce-MyAccount-navigation-link a {
  border-left: 3px solid transparent;
  color: #575757;
  font-size: 16px;
  font-weight: 500;
}

body .woocommerce-MyAccount-navigation-link a:hover {
  background: #e8e8e8;
}

.woocommerce-MyAccount-navigation-link.is-active a,
.woocommerce-MyAccount-navigation-link.is-active a:hover {
  color: #000;
  border-color: #0047bb;
  font-weight: 600;
  cursor: default;
  background-color: transparent;
}

header.entry-header .entry-title {
  font-size: 48px;
  font-family: "Inter", Sans-serif;
  color: #262626;
  font-weight: 800;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
  border-radius: unset;
}

.woocommerce-Address h3 {
  padding: 0px;
  font-size: 16px !important;
  line-height: 1.2 !important;
}

.woocommerce .woocommerce-Addresses address,
.woocommerce .woocommerce-MyAccount-content address,
.woocommerce .woocommerce-customer-details address,
.woocommerce-account .woocommerce-Addresses address,
.woocommerce-account .woocommerce-MyAccount-content address,
.woocommerce-account .woocommerce-customer-details address {
  font-size: 16px;
  padding: 10px;
}

.woocommerce .addresses .title,
.woocommerce-account .addresses .title {
  display: flex;
  justify-content: space-between;
}

.woocommerce .addresses .title .edit,
.woocommerce-account .addresses .title .edit {
  padding: 0;
}

.woocommerce .addresses .title::after,
.woocommerce .addresses .title::before,
.woocommerce-account .addresses .title::after,
.woocommerce-account .addresses .title::before {
  display: none;
}
.woocommerce-MyAccount-content h3 {
  font-size: 22px;

  border-bottom: 1px solid #c6c6c6;
}

.woocommerce-js form .form-row input.input-text,
.woocommerce-js form .form-row textarea {
  font-size: 16px;
}

address,
cite {
  font-style: normal;
}

.woocommerce-grouped-product-list-item__quantity
  .qib-button-wrapper
  button.qib-button {
  display: none;
}
.elementor-85011
  .elementor-element.elementor-element-558d1fa4
  nav.woocommerce-pagination
  ul
  li
  span.current {
  background-color: var(--ast-global-color-1);
}

.elementor-85011
  .elementor-element.elementor-element-558d1fa4
  nav.woocommerce-pagination
  ul
  li {
  border-right-color: var(--ast-global-color-1);
  border-left-color: var(--ast-global-color-1);
}

.elementor-menu-cart__main
  .widget_shopping_cart_content
  .woocommerce-mini-cart__empty-message {
  padding: 30px 0;
}

.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
  height: 2px;
}

p.return-to-shop {
  margin-top: 20px;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu {
  background: #e2e8f4;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

#mega-menu-wrap-max_mega_menu_1
  #mega-menu-max_mega_menu_1
  > li.mega-menu-flyout
  ul.mega-sub-menu
  li.mega-menu-item
  a.mega-menu-link:hover {
  font-size: 16px;
  font-weight: 700;
  color: #001a72;
}

li#mega-menu-item-85380 a {
  color: #ee1844 !important;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item {
  width: 48%;
  border: 1px solid rgba(38, 38, 38, 0.25);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262626;
  text-align: center;

  font-size: 18px;
  font-weight: 600;
  line-height: 126%;
  text-transform: capitalize;
  cursor: pointer;
  transition: 0.15s all;
  border-radius: 0;
  min-height: 40px;
  box-shadow: none;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  border: 1px solid #0047bb;
  background: #e6edff;
}

.woocommerce-js div.product form.cart .single_variation_wrap .single_variation {
  width: 100%;
  padding: 30px 30px 20px 30px;
  border: 1px solid #0047bb;
  background: #e6edff;
  position: relative;
}

.woocommerce-js
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  span.bestoption,
.woocommerce-js
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  span.onsale {
  display: flex;
  width: 110px;
  height: 25px !important;
  justify-content: center;
  align-items: center;
  background: #0047bb;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 126%;
  text-transform: uppercase;
  position: absolute;
  top: -12px;
  left: 30px;
}

.woocommerce-js
  div.product
  form.cart
  .single_variation_wrap
  .single_variation
  span.onsale {
  border: 1px solid #0047bb !important;
  background: #fff !important;
  border-radius: 0;
  color: #0047bb;
  font-size: 14px;
  font-weight: 600;
  top: -12px !important;
  left: 140px !important;
}

.woocommerce-variation-description .checklist > div {
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  color: #262626;
  margin-bottom: 8px;
}

.woocommerce-variation-add-to-cart
  .qib-button-wrapper
  .quantity
  input.input-text.qty.text {
  min-height: 50px;
}

.woocommerce .woocommerce-variation-price .price {
  display: block;
}

.woocommerce-variation-price .price {
  font-size: 20px !important;
  font-weight: 600;
}

.woocommerce-variation-price .price ins {
  color: #0047bb;
}

.woocommerce-tabs.wc-tabs-wrapper.accordion-wrap
  .accordion-item-content
  .outter {
  display: flex;
  gap: 20px;
}

.woocommerce-js div.product form.cart a.reset_variations {
  /* display: none !important; */
}

.woocommerce-js div.product form.cart .variations {
  border-bottom: none;
}

.accordion-item-content .outter .left {
  width: 50%;
}

.accordion-item-content .outter .right {
  width: 50%;
}

.woocommerce-js table.shop_table .product-thumbnail {
  padding: 10px;
}

.woocommerce-js table.shop_table .product-thumbnail img,
.woocommerce-page table.shop_table .product-thumbnail img {
  width: 100%;
  min-width: 70px;
}

.skucart {
  font-weight: bold;
  font-style: italic;
}

table.woocommerce-checkout-review-order-table .product-name .itemssku {
  width: 100%;
  margin-top: 5px;
}

.woocommerce-terms-and-conditions-wrapper {
  margin-block: 15px 8px;
  font-weight: 500;
}

.digital-app-reviews .e-con-inner {
  background-color: #00373b;
  padding-inline: 20px;
}

.wpgs-nav .slick-slide img {
  width: revert-layer !important;
}

.bottom-description p {
  font-size: 16px;
  margin-bottom: 15px;
}

.elementor-menu-cart__product-remove {
  right: 15px !important;
}

.elementor-menu-cart__product .variation {
  display: none !important;
}

.elementor-menu-cart__product .variation dd {
  margin-inline-start: 0px !important;
}

.woocommerce-variation-add-to-cart button.single_add_to_cart_button.button.alt {
  min-height: 49px;
}

.woocommerce .wishlist_table a.add_to_cart {
  background: #0047bb;
  border: 1px solid #0047bb;
  color: #ffffff;
  width: auto;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
  border-radius: 0;
  padding: 10px 15px;
  transform: translateZ(0);
  backface-visibility: hidden;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.woocommerce .wishlist_table a:hover {
  /* background: #001a72; */
  /* border-color: #001a72; */
}

.woocommerce-js a.remove.remove_from_wishlist {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc !important;
  text-decoration: none !important;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  line-height: 20px;
}

.woocommerce-js a.remove.remove_from_wishlist:hover {
  border-color: #001a72 !important;
}

.woocommerce-js.single-product.woocommerce div.product .summary.entry-summary {
  position: relative;
}

.woocommerce-variation-description .checklist .learnmore {
  color: #0047bb;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: underline;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
}

.single-product.woocommerce
  div.product
  > .whitebox
  .learn-more-modal-container {
  position: fixed;
  width: 100% !important;
  height: 100%;
  background: rgba(28, 30, 50, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  display: none;
}

.single-product.woocommerce
  div.product
  > .whitebox
  .learn-more-modal-container.show {
  display: flex;
}

.learn-more-modal-container > div.learn-more-modal {
  margin: 25px;
  border-radius: 20px;
  background: #fff;
  position: relative;
  max-height: calc(100vh - 50px);
  width: calc(100vw - 50px);
  display: flex;
  padding: 30px 60px;
  gap: 60px;
  align-items: flex-start;
  max-width: 1100px;
}

.learn-more-modal-container > div.learn-more-modal > .close-button {
  top: 15px;
  right: 15px;
}

.learn-more-modal-container > div.learn-more-modal #mdiv {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.learn-more-modal-container > div.learn-more-modal .mdiv {
  height: 15px;
  width: 1px;
  margin-left: 12px;
  background-color: black;
  transform: rotate(45deg);
  z-index: 1;
}

.learn-more-modal-container > div.learn-more-modal .md {
  height: 15px;
  width: 1px;
  background-color: black;
  transform: rotate(90deg);
  z-index: 2;
  display: block;
}

.learn-more-modal-container > div.learn-more-modal > .description {
  color: #262626;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.learn-more-modal-container > div.learn-more-modal > .description p {
  margin: 15px 0;
}

.woocommerce-js.single-product.woocommerce
  div.product
  .summary.entry-summary
  a.custombtn {
  display: flex;
  max-width: 270px;
  width: 40%;
  padding: 11px 10px 9px;
  justify-content: center;
  align-items: center;
  border: 1px solid #343434 !important;
  background: #fff;
  color: #0047bb;
  text-align: center;
  font-size: 16px;
  font-family: "STIX Two Text", Sans-serif;
  font-weight: 600;
  margin-top: 10px;
  text-transform: capitalize;
}

.woocommerce-js.single-product.woocommerce
  div.product
  .summary.entry-summary
  a.custombtn:hover {
  background: #0047bb;
  color: #fff;
  border-color: #0047bb !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
}

body .single_variation_wrap .qib-button-wrapper {
  margin-right: 30px;
  max-width: 200px;
}

body .single_variation_wrap .qib-button-wrapper .minus.qib-button,
body .single_variation_wrap .qib-button-wrapper .plus.qib-button {
  width: 60px;
}

.woocommerce-js
  div.product
  form.cart
  .single_variation_wrap
  .button.single_add_to_cart_button {
  flex: 2.1;
  justify-content: center;
  margin: 0;
}

.single-product.woocommerce
  div.product
  .summary.entry-summary
  .variations_form
  + .yith-wcwl-add-to-wishlist {
  display: flex;
  justify-content: end;
}

.single-product.woocommerce
  div.product
  .summary.entry-summary
  .variations_form
  + .yith-wcwl-add-to-wishlist
  .yith-wcwl-add-button {
  width: 66%;
  text-align: center;
}

.woocommerce ul.products li.product .price {
  text-transform: none;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0px;
  word-spacing: 0em;
  font-weight: 600;
  color: #4a73b6 !important;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

.woocommerce ul.products li.product.sale .saledis,
.single-product.woocommerce div.product .related.products .saledis {
  color: #a0a0a0;
  font-weight: 500;
  text-decoration: line-through;
  text-align: center;
  font-size: 14px;
}

.woocommerce .product span.onsale {
  display: none;
}

.woocommerce-cart
  .woocommerce
  ul.products
  li.product
  .woocommerce-loop-product__title {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #000;
  display: -webkit-box;
  max-width: 100%;
  height: 50px;
  line-height: 24px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

td.woocommerce-grouped-product-list-item__label .price-box {
  display: flex;
  align-items: center;
  gap: 9px;
}

td.woocommerce-grouped-product-list-item__label .price-box del {
  order: 2;
  color: #a0a0a0 !important;
}

td.woocommerce-grouped-product-list-item__label .price-box ins {
  order: 1;
}

td.woocommerce-grouped-product-list-item__label
  .price-box
  del
  span.woocommerce-Price-amount.amount {
  color: #a0a0a0 !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  /* text-decoration: line-through; */
}

td.woocommerce-grouped-product-list-item__label .price-box span.onsale {
  order: 3;
}

.woocommerce-cart .woocommerce-pagination {
  text-align: left;
}

.woocommerce-cart .woocommerce-pagination .page-numbers.current {
  background-color: var(--ast-global-color-0);
}

/*narendr*/
.review-container-desktop {
  display: flex;
  margin: 32px 24px;
  background: rgb(245, 247, 255);
  text-align: center;
  padding: 24px;
  flex-direction: column;
  align-items: center;
}

/*narendr*/
.product-special-message {
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  /* line-height: 1; */
  margin-block: 5px;
}

.woocommerce-js ul.products li.product .onsale {
  display: none;
}

.woocommerce ul.products.grid li.product.tablet-align-left,
.woocommerce-page ul.products.grid li.product.tablet-align-left {
  text-align: center !important;
}

.woocommerce-grouped-product-list-item__label .product-promo-label {
  background-color: #b9d8ea;
  color: #0047bb;
  font-weight: 700;
  padding: 4px 10px;
  border-left: 4px solid #0047bb;
  display: inline-block;
  margin: 8px 0 8px;

  font-size: 16px;
}

.single-product p.ast-stock-detail {
  display: none;
}

a.button.continue-shopping {
  background: transparent !important;
  color: var(--ast-global-color-1);
  text-decoration: underline !important;
  font-size: 22px;
  font-weight: 700;
}

a.button.continue-shopping:hover {
  background: transparent !important;
  color: black;
}

p.form-row.form-row-wide.newslsubs {
  min-height: 60px;
}

.woocommerce-checkout:not(.woocommerce-order-received) .shop-header-mainMenu,
.woocommerce-checkout:not(.woocommerce-order-received) .top-header-promo,
.woocommerce-checkout:not(.woocommerce-order-received) .top-header-links,
.woocommerce-checkout:not(.woocommerce-order-received) .shop-header-search,
.woocommerce-checkout:not(.woocommerce-order-received)
  .main-header-bar.ast-header-breadcrumb,
.woocommerce-checkout:not(.woocommerce-order-received) header.entry-header {
  display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received)
  footer.ast-custom-footer {
  display: none;
}

.woocommerce-checkout:not(.woocommerce-order-received) .logo-shop {
  padding: 10px !important;
}

.single-product.woocommerce div.product form.variations_form.cart {
  width: 100%;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  li.variable-item.button-variable-item.disabled
  .variable-item-contents {
  background: #d3d3d3;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  li.variable-item.button-variable-item.disabled
  .variable-item-contents
  span.variable-item-span {
  color: #595959;
  opacity: 1;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled
  .variable-item-contents:before,
.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).disabled:hover
  .variable-item-contents:before {
  display: none;
}

.woocommerce-js td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce-js td.product-name .wc-item-meta dt,
.woocommerce-js td.product-name dl.variation .wc-item-meta-label,
.woocommerce-js td.product-name dl.variation dt {
  font-weight: bold;
}

.category-sidebar ul.recent-viewed-products {
  margin: 10px 0 0;
  list-style-type: none;
}

.category-sidebar ul.recent-viewed-products li {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.category-sidebar ul.recent-viewed-products li a {
  display: inline-block;
}

.category-sidebar ul.recent-viewed-products li a:first-child {
  width: 70px;
  text-align: center;
  overflow: hidden;
}

.category-sidebar ul.recent-viewed-products li a:first-child img {
  width: auto;
  height: 70px;
  object-fit: cover;
}

.category-sidebar ul.recent-viewed-products li a:last-child {
  font-size: 18px;
  color: #333333;
  width: calc(100% - 70px);
  font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-loop-product__link {
  border-radius: 10px;
  border: 1px solid #dbdbd6 !important;
  padding-bottom: 100% !important;
  aspect-ratio: initial !important;
  position: relative;
  overflow: hidden;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 95%;
  padding: 10px;
  max-height: 95%;
}

.woocommerce-checkout .outter:has(.checkout-shipping-wrapper) {
  width: 370px;
  padding: 10px 0;
}

.wpfValue span.woocommerce-Price-amount.amount {
  font-family: "Inter", Sans-serif !important;
}

.woocommerce-page.woocommerce-checkout #payment #place_order {
  float: left;
  width: auto !important;
  margin: 20px 0;
  min-width: 220px;
}

button#wpmc-back-to-cart,
button#wpmc-prev {
  background: transparent;
  color: var(--ast-global-color-1);
  text-decoration: underline;
}

button#wpmc-back-to-cart:hover,
button#wpmc-prev:hover {
  background: transparent;
  color: #000000;
}

.thank-support {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.thank-support .dl-h:has(.bluesec) {
  display: flex;
}

.thank-support .dl-h .bluesec {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--ast-global-color-1);
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
}

.thank-support .bluesec p span {
  text-decoration: underline;
}

.order-thank-link {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}

.order-thank-link .df-link {
  text-align: center;
}

.order-thank-link .df-link a {
  color: var(--ast-global-color-5);
  border-color: var(--ast-global-color-1);
  background-color: var(--ast-global-color-1);
  padding: 10px 15px;
  font-weight: 700;
  display: inline-block;
}

.order-thank-link .df-link a:hover {
  background-color: var(--ast-global-color-0);
}

.ast-scroll-to-top-right {
  bottom: 10px;
  right: 10px;
}

.woocommerce-checkout .wpmc-nav-wrapper {
  margin-bottom: 60px;
}

.flipbook-overlay {
  background: rgba(0, 0, 0, 0.71) !important;
}

.flipbook-wrapper-transparent {
  width: 60% !important;
  height: 80% !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: white;
}

svg.flipbook-icon.flipbook-menu-btn {
  fill: rgba(0, 0, 0, 0.4) !important;
}

.top-header-promo p a {
  color: #fff;
}

.result-sea {
  position: absolute;
  top: -40px;
}

.woocommerce-js .result-sea .woocommerce-result-count {
  font-family: "Inter", Sans-serif;
  color: #262626;
  font-weight: 800 !important;
  font-size: 20px;
  margin: 0;
}

.woocommerce
  .woocommerce-checkout
  li.wc_payment_method.payment_method_misra
  .payment_box
  .form-row.form-row-first:has(.expiration-date)
  label {
  position: unset;
  justify-content: flex-start;
  gap: 5px;
}

.woocommerce
  .woocommerce-checkout
  li.wc_payment_method.payment_method_misra
  .payment_box
  .form-row.form-row-first:has(.expiration-date) {
  width: auto !important;
}

.woocommerce
  .woocommerce-checkout
  li.wc_payment_method.payment_method_misra
  .payment_box
  .form-row.form-row-first:has(.expiration-date)
  select.button.button-contrast.dropdown {
  border: solid 2px #8495b8;
  color: #515151;
  appearance: auto;
  border-radius: 6px;
  height: 50px;
}

.single-product.woocommerce .woocommerce-notices-wrapper .woocommerce-message,
.single-product.woocommerce .woocommerce-notices-wrapper .woocommerce-info {
  display: none !important;
}

li.wc_payment_method.payment_method_misra
  .payment_box.payment_method_misra
  .form-row.form-row-last {
  float: left;
  margin: 0 0 20px 20px !important;
}

.review-star .fa-star {
  color: rgb(255, 215, 0);
  font-size: 15px;
}

li.wc_payment_method.payment_method_misra .payment_box.payment_method_misra {
  /* width: 50% !important; */
}

li.wc_payment_method.payment_method_misra
  .payment_box.payment_method_misra
  input {
  color: #31325f;
  font-size: 15px;
  width: 100%;
  padding: 12px 10px;
  border-radius: 6px;
  border: solid 2px #8495b8;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
  cursor: pointer;
  margin: 0;
}

.wpgs-lightbox-icon::before {
  display: none;
}

.search-results #yotpo-promoted-products-widget {
  display: none;
}

.product-agreement-name {
  font-weight: 600;
  padding: 15px 0;
}

.product-agreement-text {
  font-size: 17px;
}

.wcml-step-option-cid .secondsec #order_review_heading {
  font-size: 28px !important;
  padding: 20px 15px 10px !important;

  border: none !important;
  font-weight: 800 !important;
  background: #fafafa;
}

.woocommerce
  .woocommerce-checkout
  .woocommerce-billing-fields
  div[class*="fields__field-wrapper"]
  .form-row
  label:first-child,
.woocommerce
  .woocommerce-checkout
  .woocommerce-shipping-fields
  div[class*="fields__field-wrapper"]
  .form-row
  label:first-child {
  visibility: visible;
  position: unset;
  width: auto;
  height: auto;
  clip: unset;
  clip-path: unset;
}

p.form-row.form-row-wide.newslsubs {
  display: flex;
  flex-wrap: wrap;
}

p.form-row.form-row-wide.newslsubs label {
  width: 95%;
}

tbody.items-data.show {
  display: contents !important;
}

form
  #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review) {
  border: none;
  background: #fafafa;
  padding: 0px 15px 15px !important;
}

.wpmc-tabs-wrapper .wpmc-tab-text {
  font-weight: 500;
  font-size: 17px;
}

.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  max-width: 500px;
}

.woocommerce .woocommerce-checkout .form-row input[type="checkbox"] + label {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.2;
  /* padding: 0; */
}

.woocommerce form .form-row.newslsubs a {
  font-size: 15px;
  font-weight: 400;
}

.wcml-step-option-cid th.total_cart_item {
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: none !important;
}

.wcml-step-option-cid .secondsec .back-cart-action {
  width: 50%;
}

.wcml-step-option-cid .secondsec .back-cart-action a.cart-link {
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
  margin-right: 10px;
}

.wcml-step-option-cid .secondsec .back-cart-action a.cart-link:hover {
  text-decoration: underline !important;
}

.wcml-step-option-cid .secondsec th.back-cart-action .arrowtab {
  background: url(../images/arrow-down.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 2px;
  cursor: pointer;
}

.wcml-step-option-cid .secondsec .product-name .pimage img {
  height: 80px !important;
  width: auto !important;
  max-width: unset !important;
}

.wcml-step-option-cid .secondsec .pname .item-qty {
  display: block;
}

.wcml-step-option-cid .secondsec .woocommerce-Price-amount {
  color: #262626 !important;
}

.wcml-step-option-cid .secondsec .outter {
  width: 100%;
}

.wcml-step-option-cid .firstsec .woocommerce-billing-fields .pad {
  display: none !important;
}

.wcml-step-option-cid .firstsec h3#payment_heading {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-weight: 800;
}

.woocommerce .woocommerce-checkout .form-row label:first-child[class=""] {
  justify-content: flex-start;
}

.wpmc-steps-wrapper
  form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon
  p.form-row.form-row-first {
  width: 300px;
}

.woocommerce .woocommerce-checkout .form-row label:first-child:not([class]) {
  position: unset;
  justify-content: flex-start;
}

.woocommerce
  .woocommerce-checkout
  #payment
  div.payment_box.payment_method_misra {
  border: 0.0625rem solid rgb(208, 208, 208);
  border-radius: 0.375rem;
  padding: 1rem 1rem 1.5rem !important;
}

.wcml-step-option-cid
  .firstsec
  .woocommerce-billing-fields
  .form_option_billing {
  border-radius: 0 !important;
  padding: 8px 10px;
  font-size: 15px;
}

.woocommerce-js button.button {
  border-radius: 0 !important;
}

.woocommerce-js .cart_totals table.shop_table th {
  font-size: 16px;
}

.woocommerce-checkout-review-order .shop_table th {
  font-size: 16px;
}

.dsabafw_billing_popup_class button.button {
  margin-top: 10px;
}

.woocommerce-js .dsabafw_billing_popup_class form .form-row label {
  font-size: 13.5px;
}

ul#shipping_method
  li:not(.elementor-widget-woocommerce-cart #shipping_method li) {
  font-size: 16px;
  padding-block: 10px;
  border-bottom: 1px solid #ddd;
}

.woocommerce-js ul#shipping_method .amount {
  font-family: "Inter", Sans-serif !important;
  font-size: 16px !important;
}

.packagename {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Inter", Sans-serif;
}

.ship-via {
  background: #fafafa;
  padding: 15px !important;
  margin: 0 0 20px;
  font-family: "Inter", Sans-serif !important;
}

.shipping-information-title {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

.shipping-information-content {
  line-height: 24px;
  font-size: 18px;
}

.woocommerce-billing-fields__field-wrapper p.order-1 {
  order: 1;
}

.woocommerce-billing-fields__field-wrapper p.newslsubs {
  order: 2;
}

.woocommerce-billing-fields__field-wrapper > .actions-toolbar {
  order: 3;
}

.woocommerce-billing-fields__field-wrapper p.order-4 {
  order: 4;
}

.woocommerce-billing-fields__field-wrapper p.order-5 {
  order: 5;
}

.woocommerce-billing-fields__field-wrapper p.order-6 {
  order: 6;
}

.woocommerce-billing-fields__field-wrapper p.order-7 {
  order: 7;
}

.woocommerce-billing-fields__field-wrapper h3.form-row.h3 {
  order: 8;
}

.woocommerce-billing-fields__field-wrapper #billing_title_field {
  order: 9;
}

.woocommerce-billing-fields__field-wrapper p.order-10 {
  order: 10;
}

.woocommerce-billing-fields__field-wrapper p.order-11 {
  order: 11;
}

.woocommerce-billing-fields__field-wrapper p.order-12 {
  order: 12;
}

.woocommerce-billing-fields__field-wrapper p.order-13 {
  order: 13;
}

.woocommerce-billing-fields__field-wrapper p.order-14 {
  order: 14;
}

.woocommerce-billing-fields__field-wrapper #billing_country_field {
  order: 15;
}

.woocommerce
  .woocommerce-checkout
  .woocommerce-billing-fields
  div[class*="fields__field-wrapper"],
.woocommerce
  .woocommerce-checkout
  .woocommerce-shipping-fields
  div[class*="fields__field-wrapper"] {
  gap: 0;
}

.woocommerce
  .woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  .form-row,
.woocommerce-billing-fields__field-wrapper > .actions-toolbar {
  margin-bottom: 20px !important;
}

.woocommerce
  .woocommerce-checkout
  .woocommerce-billing-fields__field-wrapper
  p.form-row.form-row-wide.newslsubs {
  margin-bottom: 0 !important;
}

.shop-account-dropdown li ul.sub-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  width: 180px !important;
  left: -20px !important;
  padding-top: 10px !important;
}

.shop-account-dropdown li ul.sub-menu li {
  border-bottom: 1px solid #e5e5e5;
}

.shop-account-dropdown li ul.sub-menu li:last-child {
  border-bottom: 0;
}

.shop-account-dropdown li ul.sub-menu li a {
  padding: 8px 15px !important;
  font-size: 14px !important;
  color: #0e2349 !important;
}

.shop-account-dropdown li ul.sub-menu li a:hover {
  background: #4a73b6 !important;
  color: #fff !important;
}

.shop-account-dropdown nav ul.elementor-nav-menu > li > a {
  margin: 0 !important;
}

.shop-account-dropdown nav ul.elementor-nav-menu > li .sub-arrow {
  display: none !important;
}

.toggle-icon--custom .elementor-menu-cart__toggle {
  margin-top: 0 !important;
}

.top-header a#gift-bounce,
.top-header a#donate,
.top-header a#customerCare,
.top-header a#elementor-menu-cart__toggle_button,
.top-header .shop-account-dropdown ul:not(.sub-menu) a.elementor-item {
  margin-top: 0;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 4px;
}

a#donate .elementor-button-content-wrapper,
a#customerCare .elementor-button-content-wrapper {
  margin-top: 0;
}

.wpgs-nav .slick-slide {
  height: initial !important;
}

.shop-header-search .product_search_form form {
  margin: 13px 0;
}

.wpgs-for .slick-slide {
  height: initial !important;
}

@media (min-width: 1025px) {
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item {
    padding: 0 9px;
  }

  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
    position: relative;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    a.mega-menu-link
    span.mega-indicator {
    position: absolute !important;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}

/* Media Query */
@media screen and (min-width: 1280px) {
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    width: 300px;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    max-width: 88%;
    margin: 0 auto;
    float: none;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu {
    background: transparent;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-flyout
    ul.mega-sub-menu {
    z-index: -1;
    box-shadow: none;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js
    li.mega-menu-item:hover
    > ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js
    li.mega-menu-item:focus
    > ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-toggle-on
    > ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu.mega-toggle-on
    ul.mega-sub-menu {
    z-index: 1000;
  }

  .qib-button-wrapper {
    margin: 0px 0;
  }

  .qib-button-wrapper button.qib-button,
  .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 50px;
  }

  tr.woocommerce-cart-form__cart-item.cart_item
    .qib-button-wrapper
    .quantity
    input.input-text.qty.text {
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .thank-support .dl-h {
    width: calc(50% - 10px);
  }

  .wcml-step-option-cid {
    display: flex;
    /* gap: 30px; */
  }

  .wcml-step-option-cid .firstsec {
    width: 66.66666667%;
    padding-right: 30px;
  }

  .wcml-step-option-cid .secondsec {
    width: 33.33333333%;
  }
}

@media screen and (min-width: 768px) {
  .woocommerce
    .woocommerce-checkout
    .woocommerce-billing-fields
    div[class*="fields__field-wrapper"]
    .form-row,
  .woocommerce
    .woocommerce-checkout
    .woocommerce-shipping-fields
    div[class*="fields__field-wrapper"]
    .form-row {
    flex-basis: 100%;
  }

  .order-thank-link .df-link {
    flex: 50%;
  }

  .wpfFilterWrapper .wfpTitle {
    font-size: 22px;
  }

  .ast-single-post .entry-title {
    font-weight: 800;
    font-size: 35px;
  }

  .woocommerce-js.single-product.woocommerce div.product > .whitebox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
  }

  .woocommerce-js.single-product.woocommerce div.product > .whitebox > * {
    float: left !important;
    /* width: 50% ! important; */
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 48% !important;
    /* padding: 20px;
        border: 1px solid #ccc; */
  }

  .woocommerce-js.single-product.woocommerce
    div.product
    .summary.entry-summary {
    width: 46% !important;
    float: right;
    margin-right: 40px;
  }

  .woocommerce-js.single-product.woocommerce
    div.product
    .woocommerce-tabs.wc-tabs-wrapper {
    width: 100% !important;
  }

  .woocommerce-js table.shop_table thead th,
  .woocommerce-page table.shop_table thead th {
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: 20px; */
    font-size: 16px;
  }

  .woocommerce-page.woocommerce-checkout table.shop_table td,
  .woocommerce.woocommerce-checkout table.shop_table td {
    font-size: 14px;
  }

  form
    #order_review:not(
      .elementor-widget-woocommerce-checkout-page #order_review
    ) {
    padding: 20px 15px 15px;
    width: 33.33333333%;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link:focus,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    /* background: rgba(255, 255, 255, 0); */
    color: #0E2349;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-megamenu
    > ul.mega-sub-menu,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1[data-effect="fade_up"]
    li.mega-menu-item.mega-menu-flyout
    ul.mega-sub-menu {
    transform: translate(0px);
  }

  .woocommerce-cart .cart-action-btn {
    display: none;
  }

  .woocommerce-js ul#shipping_method {
    width: 60%;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1450px) {
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    font-size: 17px;
    padding: 13px 10px;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .woocommerce-variation-add-to-cart
    .qib-button-wrapper
    .quantity
    input.input-text.qty.text {
    min-height: 41px;
  }

  .woocommerce-js .woocommerce-cart-form__cart-item.cart_item .quantity .qty {
    min-height: 41px;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-item.mega-toggle-on
    > a.mega-menu-link {
    font-size: 16px;
    padding: 13px 11px;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    padding: 1px 0px 25px;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a.mega-menu-link {
    font-size: 14px;
    line-height: 1.2;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    width: 240px;
  }
}

@media screen and (max-width: 1024px) {
  .learn-more-modal-container > div.learn-more-modal {
    padding: 30px;
  }

  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
    display: inline-block;
    margin-left: 12px;
  }

  .woocommerce .wishlist_table a.add_to_cart {
    min-width: 100px;
    font-size: 15px;
  }

  h1,
  .entry-content h1 {
    font-size: 26px;
  }

  header.entry-header .entry-title {
    font-size: 35px;
  }

  .wishlist_table.images_grid li .item-details h3,
  .wishlist_table.mobile li .item-details h3,
  .wishlist_table.modern_grid li .item-details h3 {
    font-size: 17px;
  }

  .woocommerce-page.woocommerce-checkout
    .woocommerce-order
    h2.woocommerce-column__title,
  .woocommerce-page.woocommerce-checkout
    .woocommerce-order
    h2.woocommerce-order-details__title,
  .woocommerce.woocommerce-checkout
    .woocommerce-order
    h2.woocommerce-column__title,
  .woocommerce.woocommerce-checkout
    .woocommerce-order
    h2.woocommerce-order-details__title {
    padding: 15px;
  }
  .featured-image-slider.slick-slider .slick-slide img {
    max-height: 300px;
  }

  .product-summary {
    width: 50%;
  }

  button.add-to-cart {
    font-size: 17px;
    padding: 12px 20px;
  }

  .add-wishlist {
    font-size: 17px;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: right;
    margin-bottom: 1.5em;
  }

  .elementor-element.elementor-element-de0b75d.wc-list-grid.elementor-widget.elementor-widget-shortcode {
    position: absolute;
    top: 59px;
  }

  .shop-menu {
    position: absolute;
    top: -50px;
    left: -10px;
    width: 50px;
    z-index: 1001;
  }

  .elementor-nav-menu--dropdown {
    left: 0;
    position: absolute;
    top: 100%;
    width: 200px;
  }

  .elementor-element .woocommerce .woocommerce-result-count {
    float: left;
    margin-top: 8px;
  }

  .top-header .elementor-widget-theme-site-logo.elementor-widget-image {
    padding-left: 25px;
    left: 8px;
    min-width: 200px !important;
  }

  .mega-toggle-blocks-left {
    margin-left: 5px !important;
  }

  .woocommerce-message a.button.wc-forward {
    padding: 10px 15px;
    margin: 10px 0 0;
    font-size: 15px;
  }

  button.add-to-cart,
  .single-product.woocommerce
    div.product
    button.single_add_to_cart_button.button {
    font-size: 15px;
    padding: 10px 15px;
  }

  .product-type-grouped .yith-wcwl-add-to-wishlist {
    left: 165px;
  }

  .woocommerce-js div.product {
    padding: 30px 15px;
  }

  .woocommerce-js div.product.elementor-location-archive {
    padding: 30px 0 !important;
  }

  .ast-header-breadcrumb {
    padding: 10px 0;
  }

  .elementor-element.shop-header-mainMenu {
    position: absolute;
    top: 6px;
    width: 35px;
  }

  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    width: 30px;
    height: 3px;
  }

  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    line-height: 35px;
    height: 35px;
    margin-top: 19px;
  }

  .shop-header-mainMenu {
    z-index: 9999;
  }

  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::before,
  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-block-1
    .mega-toggle-animated-inner::after {
    background-color: #0E2349;
  }

  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    .mega-toggle-blocks-left
    .mega-toggle-block {
    margin-left: 2px;
  }

  #mega-menu-wrap-max_mega_menu_1
    .mega-menu-toggle
    + #mega-menu-max_mega_menu_1 {
    width: 100vw;
    z-index: 1000;
    background-color: #fff;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item,
  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item {
    background-color: #fff;
    padding: 0 20px;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-item
    .submega {
    background: #fff !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu {
    background: #fff !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a {
    color: #001771 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a:hover {
    color: #4a73b6 !important;
    font-weight: 700 !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    > li.mega-menu-flyout
    ul.mega-sub-menu
    li.mega-menu-item
    a:focus {
    font-weight: 700 !important;
  }

  .max-mega-menu .mega-sub-menu .mega-menu-item .elementor-element.submega {
    padding: 0 !important;
  }

  .max-mega-menu
    .mega-sub-menu
    .mega-menu-item
    .elementor-element.submega
    li.elementor-icon-list-item
    a
    .elementor-icon-list-text {
    color: #001a72 !important;
  }

  .max-mega-menu
    .mega-sub-menu
    .mega-menu-item
    .elementor-element.submega
    li.elementor-icon-list-item
    a:hover
    .elementor-icon-list-text {
    color: #4a73b6 !important;
  }

  .max-mega-menu
    .mega-sub-menu
    .mega-menu-item
    .elementor-element.submega
    .elementor-nav-menu
    ul.sub-menu {
    padding-left: 15px !important;
    width: 100% !important;
  }

  .max-mega-menu
    .mega-sub-menu
    .mega-menu-item
    .elementor-element.submega
    .elementor-nav-menu
    li
    a {
    color: #001a72 !important;
  }

  .max-mega-menu
    .mega-sub-menu
    .mega-menu-item
    .elementor-element.submega
    .elementor-nav-menu
    li
    a:hover {
    color: #4a73b6 !important;
    background: transparent !important;
  }

  #mega-menu-wrap-max_mega_menu_1
    #mega-menu-max_mega_menu_1
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    margin-left: auto;
    margin-right: 0;
    width: 58%;
    text-align: right;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: end;
    justify-content: flex-end;
  }

  .woocommerce-page #primary article.page {
    padding-left: 0;
  }

  .woocommerce form.woocommerce-cart-form {
    width: 70%;
    padding-right: 2%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 30%;
    padding: 1px 0px 25px 15px;
  }

  .woocommerce-page .cart-collaterals table.shop_table th {
    width: 50%;
    float: none;
    display: table-cell;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th.shippingtab {
    width: 100%;
  }

  form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon
    p.form-row.form-row-first {
    width: 55%;
  }

  .top-header-links
    .elementor-button-wrapper
    .elementor-button#elementor-menu-cart__toggle_button {
    margin-bottom: 0px;
  }

  .top-header {
    border: none;
    border-color: transparent !important;
  }

  .woocommerce-cart .cart-collaterals .cart_totals table th.shippingtab {
    display: table-cell;
  }

  tr.woocommerce-shipping-totals.shipping.innershipping.show td::before {
    display: none;
  }

  .woocommerce .cart-collaterals table.shop_table_responsive tr td::before,
  .woocommerce-page
    .cart-collaterals
    table.shop_table_responsive
    tr
    td::before {
    display: none;
  }
  #shop-filters {
    display: none;
  }
  .woocommerce .gridlist-toggle {
    display: none !important;
  }

  body .mobilefilter {
    position: relative !important;
    z-index: 1;
    margin-bottom: -65px;
  }
  body .mobilefilter #shop-filters {
    padding-bottom: 40px;
  }
  body .mobilefilter #shop-by {
    cursor: pointer;
  }
  .woocommerce-page .woocommerce-ordering select {
    height: 44px;
    border-radius: 10px;
  }
  body .woocommerce .woocommerce-ordering {
    position: relative !important;
    z-index: 11;
  }
}

@media screen and (max-width: 979px) {
  .woocommerce div.product div.images.woocommerce-product-gallery{ width: 100%!important;padding-bottom: 35px;}
  .single-product.woocommerce div.product .summary.entry-summary{
    width: 100% !important;
  }
}

@media screen and (max-width: 840px) {
  .woocommerce form.woocommerce-cart-form {
    width: 100%;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 100%;
    padding: 1px 15px 25px;
  }

  .woocommerce-checkout .outter:has(.checkout-shipping-wrapper) {
    width: 100%;
  }

  #ast-scroll-top {
    width: 135px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
  }

  #ast-scroll-top::before {
    content: "Back To Top";
    font-weight: 600;
    font-family: "Inter", Sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 13px;
    font-size: 13px;
  }

  #ast-scroll-top::after {
    position: absolute;
    left: 13px;
    font-size: 13px;
  }

  .wcml-step-option-cid .firstsec {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce
    .woocommerce-checkout
    li.wc_payment_method.payment_method_misra
    .payment_box
    .form-row.form-row-first:has(.expiration-date)
    select.button.button-contrast.dropdown {
    height: 52.25px;
    padding: 10px 15px 10px 10px;
  }

  li.wc_payment_method.payment_method_misra
    .payment_box.payment_method_misra
    .form-row.form-row-last {
    float: left;
    margin: 19px 0 0 15px !important;
  }

  .woocommerce-variation-add-to-cart
    .qib-button-wrapper
    .quantity
    input.input-text.qty.text {
    min-height: 49px;
  }

  .flipbook-wrapper-transparent {
    width: 90% !important;
  }

  .thank-support {
    flex-direction: column;
  }

  .order-thank-link {
    flex-direction: column;
    gap: 20px;
  }

  .cart-action-btn {
    display: flex;
    flex-flow: column;
    gap: 10px;
    align-items: center;
  }

  .cart-action-btn a.checkout-button.button.alt.wc-forward {
    width: 100%;
  }

  .actions.cart_actionmain {
    display: none;
  }

  a.checkout-button.deskopbtn.button.alt.wc-forward {
    display: none;
  }

  .woocommerce
    .woocommerce-checkout
    .woocommerce-billing-fields
    div[class*="fields__field-wrapper"]
    h3.form-row {
    line-height: 1.3;
  }

  .learn-more-modal-container > div.learn-more-modal > .description {
    font-size: 15px;
    line-height: 22px;
  }

  .woocommerce .wishlist_table a.add_to_cart {
    min-width: unset;
    font-size: 14px;
    padding: 8px;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;

    padding: 10px;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 60%;
  }

  .woocommerce .related-products ul.products li.product.mobile-align-left,
  .woocommerce-page ul.products li.product.mobile-align-left {
    margin-bottom: 20px;
    text-align: center;
  }

  .woocommerce-js table.shop_table .product-thumbnail img,
  .woocommerce-page table.shop_table .product-thumbnail img {
    width: auto;
    max-height: 75px;
  }

  table.woocommerce-checkout-review-order-table .product-name .pimage {
    width: 55px;
    padding-right: 5px;
  }

  .wcml-step-option-cid .secondsec .product-name .pimage img {
    height: auto !important;
    width: 100% !important;
  }

  table.woocommerce-checkout-review-order-table .product-name .pname {
    width: calc(100% - 55px);
    display: flex;
    flex-wrap: wrap;
  }

  table.woocommerce-checkout-review-order-table .product-name .pname span {
    /* width: calc(100% - 30px); */
    width: 100%;
  }

  table.woocommerce-checkout-review-order-table
    .product-name
    .product-quantity {
    display: inline-flex;
    align-items: center;
    padding-left: 5px;
  }

  body .qib-button-wrapper {
    margin-left: 10px;
  }

  .woocommerce-tabs.wc-tabs-wrapper.accordion-wrap
    .accordion-item-content
    .outter {
    flex-wrap: wrap;
  }

  .accordion-item-content .outter .left,
  .accordion-item-content .outter .right {
    width: 100%;
  }

  body
    .woocommerce-variation-add-to-cart.variations_button
    .qib-button-wrapper {
    display: flex;
    margin-right: 10px;
    float: left;
    margin-top: 0;
  }

  .woocommerce-variation-add-to-cart.variations_button
    .qib-button-wrapper
    button.qib-button,
  .woocommerce-variation-add-to-cart.variations_button
    .qib-button-wrapper
    div.quantity.wqpmb_quantity {
    height: 49px;
    width: 40px;
  }

  .woocommerce-variation-add-to-cart.variations_button
    .single-product.woocommerce
    div.product
    button.single_add_to_cart_button.button {
    font-size: 15px;
    padding: 12px 15px;
    margin: 0;
  }

  .woo-variation-swatches
    .wvs-style-squared.variable-items-wrapper
    .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: 14px;
  }

  .woocommerce-cart-form .add-product-to-cart-form {
    padding: 10px;
  }

  .woocommerce-cart-form .add-product-to-cart-form .product-image {
    margin: 0 10px 10px 0;
  }

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

  .qib-button-wrapper button.qib-button,
  .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 34px;
    width: 35px;
  }

  body {
    font-size: 14px;
  }

  .product-image-wrap {
    width: 100%;
  }

  .product-summery-row {
    flex-wrap: wrap;
  }

  .product-summary {
    width: 100%;
    margin-top: 20px;
  }

  .featured-image-slider.slick-slider .slick-slide img {
    max-height: unset;
    width: 100%;
  }

  .accordion-item-heading {
    padding: 8px 16px;
    font-size: 17px !important;
    line-height: 1.2;
  }

  .accordion-item-heading::before {
    width: 18px;
    right: 10px;
    top: 25px;
    height: 1.5px;
  }

  .accordion-item-heading::after {
    height: 18px;
    right: 18px;
    top: 16px;
    width: 1.5px;
  }

  .dont-forget-wrapper .prod-item-name,
  .dont-forget-wrapper .price-wrapp .price {
    font-size: 14px;
  }

  .top-header-links {
    justify-content: center;
  }

  .top-header {
    padding-inline: 15px;
  }

  .shop-menu .elementor-menu-toggle {
    margin: 10px auto 0;
    /* width: 50px; */
    /* float: right; */
  }

  .top-header .elementor-308717 .elementor-element.elementor-element-6753434 {
    padding-inline: 15px;
  }

  .elementor-widget-woocommerce-menu-cart.elementor-menu-cart--cart-type-mini-cart
    .elementor-menu-cart__container {
    left: auto !important;
    right: 0 !important;
  }

  .shop-header-search {
    margin-left: 0;
    width: 100% !important;
  }

  .shop-header-search .elementor-widget-shortcode {
    width: 100%;
  }

  .elementor-menu-cart__main {
    padding: 10px;
  }

  .elementor-menu-cart__close-button:after,
  .elementor-menu-cart__close-button:before {
    width: 60%;
    left: 25%;
  }

  .ast-custom-header {
    padding-top: 0;
  }

  .top-header-links {
    justify-content: end;
  }

  .shop-header-mainMenu {
    min-height: 0px;
  }

  .shop-header-search .product_search_form form label {
    width: 90%;
  }

  .shop-header-search .product_search_form button.search-submit {
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }

  .shop-header-search .product_search_form input.search-field {
    width: 100%;
  }

  .shop-menu {
    top: -100px;
    left: 0;
  }

  .elementor-nav-menu--dropdown .elementor-item.elementor-item-active,
  .elementor-nav-menu--dropdown .elementor-item.highlighted,
  .elementor-nav-menu--dropdown .elementor-item:focus,
  .elementor-nav-menu--dropdown .elementor-item:hover,
  .elementor-sub-item.elementor-item-active,
  .elementor-sub-item.highlighted,
  .elementor-sub-item:focus,
  .elementor-sub-item:hover {
    background-color: #e8e8e8 !important;
  }

  .grouped-info .product-item-name,
  td.woocommerce-grouped-product-list-item__label label {
    font-size: 15px;
    line-height: 1.2;
    display: block;
  }

  .grouped-info .price-box .price,
  .woocommerce-grouped-product-list-item__price
    span.woocommerce-Price-amount.amount {
    font-size: 13px;
  }

  .woocommerce-js div.product form.cart .group_table .button {
    font-size: 13px;
  }

  header.entry-header .entry-title {
    font-size: 30px;
  }

  .woocommerce-page #primary article.page {
    padding-left: 0;
    margin-top: 0;
  }

  .woocommerce
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-price,
  .woocommerce-page
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-price,
  .woocommerce
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-quantity,
  .woocommerce-page
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-quantity,
  .woocommerce
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-subtotal,
  .woocommerce-page
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr
    td.product-subtotal {
    display: inline-flex;
    float: left;
    width: 33%;
    flex-direction: column;
    align-items: center;
  }

  .woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr,
  .woocommerce-page
    table.shop_table_responsive.woocommerce-cart-form__contents
    tr {
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .ast-container,
  .ast-container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page .entry-header {
    margin-bottom: 0.7em;
  }

  .woocommerce-message,
  .woocommerce-error,
  .woocommerce-info {
    font-size: 14px;
  }

  .woocommerce-js form .form-row label {
    font-size: 13.5px;
  }

  .woocommerce .woocommerce-checkout .form-row .input-text,
  .woocommerce .woocommerce-checkout .form-row .select2-selection {
    font-size: 15px;
    padding: 20px 10px 10px;
    height: 45px;
  }

  .woocommerce .woocommerce-checkout .form-row textarea.input-text {
    height: 100px;
  }

  form
    #order_review:not(
      .elementor-widget-woocommerce-checkout-page #order_review
    ) {
    padding: 0 1em;
  }

  form
    #order_review_heading:not(
      .elementor-widget-woocommerce-checkout-page #order_review_heading
    ) {
    font-size: 20px;
    padding: 10px;
  }

  .woocommerce-js table.shop_table th {
    font-size: 18px;
  }

  .woocommerce-page.woocommerce-checkout table.shop_table td,
  .woocommerce.woocommerce-checkout table.shop_table td {
    font-size: 13px;
  }

  .woocommerce
    .woocommerce-checkout
    #payment
    div.payment_box
    .wc-stripe-elements-field {
    font-size: 16px;
    padding: 18px 10px 10px;
    /* height: 58px; */
  }

  .woocommerce .woocommerce-checkout .form-row .select2-selection--single {
    padding: 20px 10px 10px;
  }

  .elementor-element .woocommerce .woocommerce-result-count {
    float: left;
    margin-left: 0;
    margin-top: 10px;
    font-size: 13px;
  }

  .woocommerce-js div.product {
    padding-inline: 15px;
  }

  .woocommerce-cart-form .add-product-to-cart-form.donatecart .product {
    width: 90%;
  }

  .woocommerce .ywcps-wrapper .ywcps-nav .ywcps-nav-prev span,
  .woocommerce .ywcps-wrapper .ywcps-nav .ywcps-nav-next span {
    width: 30px !important;
    height: 30px !important;
  }

  .woocommerce .ywcps-wrapper .ywcps-nav .ywcps-nav-prev span::after {
    left: 12px;
    top: 10px;
  }

  .woocommerce .ywcps-wrapper .ywcps-nav .ywcps-nav-next span::after {
    left: 8px;
    top: 10px;
  }

  .woocommerce-js .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    font-size: 13px;
    padding-right: 17px;
  }

  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    font-size: 13px;
    padding: 10px;
  }

  .woocommerce-js a.button,
  .woocommerce button.button,
  .woocommerce .woocommerce-message a.button,
  .woocommerce #respond input#submit.alt,
  .woocommerce-js a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce input.button,
  .woocommerce-cart table.cart td.actions .button,
  .woocommerce form.checkout_coupon .button,
  .woocommerce #respond input#submit,
  .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    padding: 10px;
    font-size: 13px;
  }

  .woocommerce-cart-form .add-product-to-cart-form .product input#custom_price {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding: 8px;
    margin-bottom: 10px;
  }

  .wpmc-tabs-wrapper {
    width: 100%;
    float: left;
  }

  .woocommerce-page.woocommerce-checkout table.shop_table th,
  .woocommerce.woocommerce-checkout table.shop_table th {
    padding: 10px 10px;
    font-size: 14px;
  }

  th.shippingtab {
    text-align: left !important;
    /* font-size: 14px !important; */
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 49%;
  }

  .woocommerce-js form.checkout.woocommerce-checkout .form-row label {
    font-size: 12px;
  }

  .gridlist-toggle {
    display: none;
  }

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
    width: 22%;
    float: left;
    padding: 10px 0;
  }

  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
    width: 78%;
    float: left;
    border-top: 0;
    font-size: 15px;
    padding: 10px;
  }

  .innersec {
    display: flex;
  }

  form.checkout_coupon.coupontabdiscount.woocommerce-form-coupon
    p.form-row.form-row-first {
    width: 60%;
    margin: 0;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    padding: 1px 0px 15px;
  }

  .woocommerce h2,
  .woocommerce-account h2 {
    font-size: 19px;
  }

  .elementor-menu-cart__subtotal {
    font-size: 18px;
    padding: 10px;
  }

  .elementor-menu-cart__close-button {
    width: 18px;
    height: 18px;
    margin: 0 0 15px;
  }

  .top-header-links .elementor-button-wrapper .elementor-button:before,
  .shop-account-dropdown nav ul.elementor-nav-menu > li > a:before,
  .shop-account-dropdown
    nav
    ul.elementor-nav-menu
    > li
    > .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(
      .highlighted
    ):before {
    width: 25px;
    height: 25px;
  }

  .top-header {
    padding: 0;
  }

  .product_search_form {
    padding: 10px 10px 0;
  }

  .elementor-widget.elementor-widget-woocommerce-menu-cart {
    margin-right: 15px;
  }

  .woocommerce-js div.product .product_title {
    font-size: 20px;
  }

  .product .whitebox {
    padding: 0;
  }

  .search .product .whitebox,
  .post-type-archive .product .whitebox {
    padding-inline: 10px;
  }

  .product .whitebox + .related.products {
    padding: 15px;
  }

  .grouped-table-wrapper table > thead > tr > th {
    font-size: 15px;
  }

  .grouped-table-wrapper table > tbody > tr > td {
    padding: 5px !important;
  }

  .grouped-info .group-prod-img,
  .grouped-table-wrapper
    table
    > tbody
    > tr
    > td.woocommerce-grouped-product-list-item__label
    > label
    .group-prod-img {
    max-width: 60px;
  }

  .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 34px;
    padding: 5px 6px;
    font-size: 16px;
    line-height: 17px;
    width: 100%;
    min-height: 34px;
  }

  .grouped-info .product-item-name,
  td.woocommerce-grouped-product-list-item__label label,
  .grouped-table-wrapper
    table
    > tbody
    > tr
    > td.woocommerce-grouped-product-list-item__label
    > label
    .group-prod
    a {
    font-size: 14px;
  }

  .grouped-info .price-box .price,
  .woocommerce-grouped-product-list-item__price
    span.woocommerce-Price-amount.amount,
  .grouped-table-wrapper
    table
    > tbody
    > tr
    > td.woocommerce-grouped-product-list-item__label
    > label
    .price-box
    span.woocommerce-Price-amount.amount {
    font-size: 14px;
  }

  .woocommerce-product-details__short-description a {
    font-size: 14px;
  }

  .woocommerce-product-details__short-description a:before {
    width: 15px;
    height: 15px;
  }

  .grouped-info .group-prod,
  .grouped-table-wrapper
    table
    > tbody
    > tr
    > td.woocommerce-grouped-product-list-item__label
    > label
    .group-prod {
    width: calc(100% - 65px);
    padding-left: 10px;
  }

  .top-header .elementor-widget-theme-site-logo.elementor-widget-image {
    padding-left: 35px;
  }

  .shop-account-dropdown nav ul.elementor-nav-menu > li > a .menu-text {
    display: none;
  }

  .top-header-links
    .elementor-button-wrapper
    .elementor-button#elementor-menu-cart__toggle_button::after {
    display: none;
  }

  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    margin-top: 5px;
  }

  .top-header a#gift-bounce,
  .top-header a#donate,
  .top-header a#customerCare,
  .top-header a#elementor-menu-cart__toggle_button,
  .top-header .shop-account-dropdown ul:not(.sub-menu) a.elementor-item {
    height: 34px;
    justify-content: center;
  }
  .top-header-links
    .elementor-button-wrapper
    .elementor-menu-cart__toggle_button
    .elementor-button-icon {
    display: none !important;
  }
  .woocommerce-cart
    .woocommerce
    ul.products
    li.product
    .woocommerce-loop-product__title {
    font-size: 14px;
    height: 40px;
    line-height: 20px;
  }
}

@media screen and (max-width: 400px) {
  li.wc_payment_method.payment_method_misra
    .payment_box.payment_method_misra
    .form-row.form-row-last {
    margin: 0 0 20px !important;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .woocommerce table.shop_table_responsive tr td.product-name::before,
  .woocommerce-page table.shop_table_responsive tr td.product-name::before {
    display: none;
  }

  .woocommerce-cart table.shop_table td.product-name {
    font-size: 18px;
    line-height: 1.2;
    min-height: 100px !important;
  }

  .woocommerce table.shop_table_responsive tr td.product-name,
  .woocommerce-page table.shop_table_responsive tr td.product-name {
    text-align: left !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: table-header-group;
  }

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

  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: table-cell;
    text-align: center !important;
  }

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

  .woocommerce table.shop_table_responsive tr td:before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
  }

  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: table-cell;
  }
}

@media screen and (max-width: 400px) {
  .product-type-grouped .yith-wcwl-add-to-wishlist {
    bottom: 40px;
    left: 0px;
  }
}
