.ecommerce-pack {
  background-color: #000000;
  text-align: center;
  height: 0 !important;
}

.ecommerce-pack a {
  color: #ffffff;
  font-size: 0 !important;
}

.dnone {
  display: none;
}

/*common*/
.elementor-button > span {
  display: flex;
  align-items: center;
}

.elementor-button-icon svg {
  width: 1.5em !important;
}

@media (max-width: 767px) {
  .ast-container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.has-right-bar h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #E8B473;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .has-right-bar h2:after {
    display: block;
    margin: 15px auto 0;
  }
}

.has-bottom-bar h2:after {
  content: "";
  width: 100px;
  height: 2px;
  background: #E8B473;
  display: block;
  vertical-align: baseline;
  margin: 15px auto 0;
}

.woocommerce-page .site-content,
body.search .site-content {
  background: url(../images/bg-products.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.ast-separate-container .ast-article-post,
.ast-separate-container .ast-article-single {
  padding: 2em;
}

/************* Delivery & Payment *************/
.payment_table table {
  border: 0 !important;
}

.payment_table table th, .payment_table table td {
  border: 0 !important;
}

@media (max-width: 767px) {
  .payment_table table th, .payment_table table td {
    display: block;
  }
}

@media (max-width: 767px) {
  .payment_table table td:last-child {
    padding-bottom: 1em !important;
  }
}

/************************ Home *************************/
/*home Slider*/
.elementor-slick-slider {
  overflow: hidden;
}

@media (max-width: 991px) {
  .elementor-slide-description br {
    display: none;
  }
}

.elementor-slides-wrapper .elementor-slides .slick-dots li button:before {
  color: #ffffff !important;
  opacity: 1 !important;
}

.elementor-slides-wrapper .elementor-slides .slick-dots li.slick-active button:before {
  color: #f7ac56 !important;
}

@media (max-width: 767px) {
  .elementor-slick-slider .slick-next,
  .elementor-slick-slider .slick-prev {
    width: 100px !important;
    top: inherit !important;
    bottom: 0 !important;
  }
}

@media (max-width: 480px) {
  .elementor-slick-slider .slick-next,
  .elementor-slick-slider .slick-prev {
    width: 60px !important;
  }
}

.elementor-slick-slider .slick-next {
  right: 8% !important;
}

@media (max-width: 991px) {
  .elementor-slick-slider .slick-next {
    right: 10px !important;
  }
}

.elementor-slick-slider .slick-prev {
  left: 8% !important;
}

@media (max-width: 991px) {
  .elementor-slick-slider .slick-prev {
    left: 10px !important;
  }
}

.elementor-slick-slider .slick-next:before {
  content: "" !important;
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/arrow_right.png) no-repeat !important;
  background-size: contain;
  background-position: center right !important;
  opacity: 1 !important;
}

.elementor-slick-slider .slick-prev:before {
  content: "" !important;
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/arrow_left.png) no-repeat !important;
  background-size: contain;
  background-position: center left !important;
  opacity: 1 !important;
}

.slick-dots-inside .slick-dots {
  bottom: 15px !important;
}

.single.single-product .original-computed-price .original-computed-price, .single.single-product .original-computed-price del {
  display: none !important;
}

/*home buttons(New Arrivals and Lates Promotions)*/
ul.check_out_btn_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  list-style: none;
  padding: 0;
  margin: 3em 0 2em 0;
}

@media (max-width: 767px) {
  ul.check_out_btn_wrap {
    display: block;
  }
}

@media (max-width: 480px) {
  ul.check_out_btn_wrap {
    margin-top: 1em;
  }
}

ul.check_out_btn_wrap li.check_out_btns {
  width: 49%;
  cursor: pointer;
}

@media (max-width: 767px) {
  ul.check_out_btn_wrap li.check_out_btns {
    width: 100%;
    margin-bottom: 1em;
  }
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner {
  position: relative;
  display: block;
  border: 4px solid #a1a1a1;
  box-sizing: border-box;
  padding: 2em 15% 2em 30%;
  color: #000000;
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner::after {
  font-family: "Font Awesome 5 Free";
  font-size: 3em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000000;
}

@media only screen and (max-width: 1140px) {
  ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner::after {
    font-size: 2em;
  }
}

@media (max-width: 767px) {
  ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner::after {
    font-size: 2em;
  }
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner:hover {
  border-color: #e8b473;
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner:hover::after {
  color: #e8b473;
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.icon {
  display: block;
  position: absolute;
  width: 25%;
  left: 3%;
  bottom: 1em;
  text-align: center;
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.icon img {
  max-height: 11em;
  width: auto;
}

@media (max-width: 767px) {
  ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.icon img {
    max-height: 6em;
  }
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.smallText {
  font-size: 18px;
  font-weight: normal;
}

ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.bigTitle {
  font-size: 36px;
  font-weight: bold;
}

@media only screen and (max-width: 1140px) {
  ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.bigTitle {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  ul.check_out_btn_wrap li.check_out_btns .check_out_btns__inner span.bigTitle {
    font-size: 20px;
  }
}

ul.check_out_btn_wrap li.check_out_btns.active .check_out_btns__inner {
  border-color: #e8b473;
}

ul.check_out_btn_wrap li.check_out_btns.active .check_out_btns__inner::after {
  color: #e8b473;
}

/*home products*/
.bdt-wc-products {
  overflow: inherit !important;
}

.bdt-wc-product-inner {
  padding: 10px;
  background: #ffffff;
}

.bdt-wc-products .bdt-wc-product .bdt-wc-product-price del {
  opacity: 1 !important;
}

.bdt-wc-products .bdt-wc-products-wrapper.bdt-grid {
  margin-left: -10px !important;
  margin-top: -10px !important;
}

.bdt-wc-products .bdt-wc-products-wrapper.bdt-grid > * {
  padding-left: 10px !important;
  margin-top: 10px !important;
}

.bdt-wc-products .bdt-wc-product .bdt-wc-product-inner {
  text-align: center;
  border: 1px solid #a7a7a7;
}

.bdt-wc-products .bdt-wc-product span.onsale {
  top: -5px !important;
  right: -5px !important;
}

/*home subscribe form*/
form.mc4wp-form {
  text-align: center;
}

form.mc4wp-form .mc4wp-form-fields {
  display: inline-block;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1em;
}

form.mc4wp-form .mc4wp-form-fields p {
  margin: 0 !important;
}

form.mc4wp-form .mc4wp-response p {
  color: #ff0000;
  margin: 0.5em 0;
}

form.mc4wp-form input {
  outline: none;
}

form.mc4wp-form input[type="email"] {
  min-width: 300px;
  background: no-repeat;
  border: none;
  color: #ffffff;
  padding: 10px 0;
}

@media (max-width: 767px) {
  form.mc4wp-form input[type="email"] {
    min-width: 180px;
  }
}

form.mc4wp-form input[type="submit"] {
  background: none;
  border: 1px solid #ffffff;
  padding: 5px 30px;
}

form.mc4wp-form .mc4wp-alert.mc4wp-error p, form.mc4wp-form .mc4wp-alert.mc4wp-error a {
  color: #ff0000;
}

/*New Elementor Mailchimp Form*/
.sw_mailchimp_form form.elementor-form .elementor-form-fields-wrapper.elementor-labels- {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 10px;
}

.sw_mailchimp_form form.elementor-form input#form-field-email {
  background: none !important;
  padding-left: 0 !important;
}

.sw_mailchimp_form form.elementor-form input[type="email"] {
  background: none !important;
}

.sw_mailchimp_form form.elementor-form input[type="email"] :focus {
  background-color: none !important;
  border: none !important;
  box-shadow: none !important;
}

.sw_mailchimp_form form.elementor-form .elementor-field:not(.elementor-select-wrapper) {
  box-shadow: none !important;
}

.sw_mailchimp_form form.elementor-form .elementor-message {
  line-height: 1.4;
  font-size: 14px;
}

.sw_mailchimp_form form.elementor-form .elementor-message.elementor-message-danger {
  color: #ff0000;
  display: flex;
  justify-content: flex-start;
  margin-top: 1em;
}

/********************************************************  
                    product page
*********************************************************/
@media (max-width: 767px) {
  .single-product .ast-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 3em;
  }
}

.single-product div#content {
  background: url(../images/bg-products.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.single-product #primary {
  width: 100% !important;
  margin-top: 4em !important;
  padding: 0 !important;
  border: 0 !important;
  margin-bottom: 4em !important;
}

.single-product #secondary {
  display: none !important;
}

.single-product #primary #main {
  position: relative;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

.single-product #primary #main .productAreaWrap .ast-article-single {
  background: #ffffff;
  padding: 2.5em;
}

@media only screen and (max-width: 767px) {
  .single-product #primary #main .productAreaWrap .ast-article-single {
    padding: 10px 10px 30px 10px;
  }
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  width: 200% !important;
  height: 200% !important;
}

.woocommerce-product-gallery {
  opacity: 1 !important;
  width: 40% !important;
  float: left !important;
}

@media (max-width: 767px) {
  .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
  }
}

.summary.entry-summary {
  width: 53% !important;
  float: right !important;
}

@media (max-width: 767px) {
  .summary.entry-summary {
    float: none !important;
    width: 100% !important;
  }
}

a.back-to-shop {
  position: absolute;
  display: block;
  z-index: 9;
  font-size: 2.5em;
  right: 0;
  top: 0;
  line-height: 1em;
  color: #333333 !important;
}

a.back-to-shop:hover {
  color: #e8b473 !important;
}

.woocommerce div.product {
  display: block;
  overflow: hidden;
}

/*thumbnails*/
.woocommerce div.product div.images.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
  border: 1px solid #CFCFCF;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  background: none !important;
  border: 1px solid #C4C4C4;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  border: 1px solid #CFCFCF;
}

/*product page's breadcrumb(need to hide from css/but need to not hide form setting)*/
.single-product nav.woocommerce-breadcrumb {
  display: none;
}

/*product short description*/
.woocommerce-product-details__short-description {
  border-top: 1px solid rgba(40, 40, 40, 0.2);
  padding-top: 2em;
  clear: both !important;
}

.woocommerce-product-details__short-description h4.shortDescTitle {
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 1em !important;
}

.woocommerce-product-details__short-description p {
  color: #282828;
  font-size: 15px;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .woocommerce-product-details__short-description p {
    font-size: 14px;
  }
}

/*product title*/
.single-product #primary #main h1.product_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4em;
  display: flex;
  align-items: center;
}

/*on sale*/
.single-product span.onsale {
  position: inherit !important;
  border-radius: 100%;
  -webkit-font-smoothing: antialiased;
  width: 60px !important;
  height: 60px !important;
  min-height: 20px !important;
  line-height: 1em !important;
  display: flex !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 18px !important;
  margin-left: 0.5em;
  background: #FD3A3A !important;
  color: #ffffff !important;
  font-family: Nunito , sans-serif;
}

/*price*/
.single-product #primary #main .price {
  padding-bottom: 0.5em;
  font-size: 38px;
  font-weight: bold;
}

.single-product #primary #main .price span.woocommerce-Price-amount.amount {
  color: #E8B473;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  font-weight: 400;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  color: #FD3A3A !important;
  opacity: 1 !important;
}

.single-product #primary #main .price del span.woocommerce-Price-amount.amount {
  color: #FD3A3A;
}

.woocommerce div.product p.price ins {
  margin-right: 0.3em;
}

/*Stock*/
.woocommerce div.product p.ast-stock-detail .ast-stock-avail {
  font-weight: 600 !important;
}

.woocommerce div.product .stock {
  color: #ff0000 !important;
}

/*cart form*/
.woocommerce div.product form.cart {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.woocommerce-variation-availability {
  margin: 1em 0;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 4px 0 0;
  float: none !important;
  display: flex;
  align-items: center;
}

.single-product .qtyWrapper {
  border: 1px solid #C4C4C4;
  padding: 0;
  display: flex;
  align-items: center;
}

.single-product input.qty::-webkit-outer-spin-button,
.single-product input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.single-product input.qty {
  -moz-appearance: textfield;
  border: 0 !important;
  border-left: 1px solid #C4C4C4 !important;
  border-right: 1px solid #C4C4C4 !important;
}

.single-product .input-number-decrement,
.single-product .input-number-increment {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  font-family: sans-serif;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

.quantityText {
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
}

/*variations select*/
.woocommerce div.product form.cart .variations select {
  border: 1px solid #cccccc;
  border-radius: 0 !important;
  padding: 10px;
  display: block;
}

/*Product Page's cart button and wishlist button*/
.cartWrap {
  display: flex;
  align-items: top;
  justify-content: space-between;
  margin: 2em 0;
}

@media (max-width: 991px) {
  .cartWrap {
    display: block;
  }
}

button.single_add_to_cart_button {
  color: #ffffff;
  background: #E8B473 !important;
  border-radius: 0 !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  margin-top: 1em !important;
  opacity: 1 !important;
  width: 48%;
  height: 50px !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  button.single_add_to_cart_button {
    float: none;
    width: 100%;
    display: block;
    margin-top: 15px !important;
  }
}

button.single_add_to_cart_button:hover {
  color: #ffffff !important;
}

button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f07a";
  font-weight: 300;
  margin-right: 1em;
  font-size: 18px;
}

.single-product .yith-wcwl-add-to-wishlist {
  text-align: center;
  margin: 0 !important;
  width: 48%;
  float: left;
}

@media (max-width: 991px) {
  .single-product .yith-wcwl-add-to-wishlist {
    width: 100%;
    float: none;
  }
}

.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist {
  display: block;
  background: rgba(242, 242, 242, 0.3);
  border: 1px solid #282828;
  box-sizing: border-box;
  height: 50px;
  line-height: 27px !important;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0 !important;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist i {
  color: #666666;
}

.single-product .yith-wcwl-add-to-wishlist a.add_to_wishlist:hover i {
  color: #ff0000;
}

.single-product .yith-wcwl-add-to-wishlist a.delete_item.button.alt {
  background-color: rgba(232, 180, 115, 0.3) !important;
  background: rgba(232, 180, 115, 0.3) !important;
  color: #000000 !important;
  border: 1px solid #e8b473 !important;
  box-sizing: border-box;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 100%;
}

.single-product .yith-wcwl-add-to-wishlist.exists a.add_to_wishlist i {
  color: #ff0000 !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse a {
  color: #e8b473 !important;
}

.single-product .yith-wcwl-wishlistexistsbrowse a:hover {
  color: #000000 !important;
}

/*category Title*/
.cateTitle {
  clear: both;
  font-size: 2.5em;
  color: #282828;
  font-weight: bold;
  margin-bottom: 0.7em;
  line-height: 1.3em;
}

/*Out of stock notifier*/
.cwginstock-subscribe-form .panel-primary {
  border-color: #000000;
}

.cwginstock-subscribe-form .panel-primary > .panel-heading {
  background-color: #000000;
  border-color: #000000;
}

/*out of stock email form*/
section.cwginstock-subscribe-form {
  width: 49%;
  float: right;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  section.cwginstock-subscribe-form {
    width: 100%;
    float: none;
  }
}

section.cwginstock-subscribe-form .panel-primary {
  border: none !important;
}

section.cwginstock-subscribe-form .panel-body {
  display: none;
  padding: 15px;
  margin-top: 1em;
  border: 1px solid #e8b473 !important;
  border-radius: 5px;
}

section.cwginstock-subscribe-form .form-group:last-child {
  margin-bottom: 0 !important;
}

section.cwginstock-subscribe-form .panel {
  box-shadow: none !important;
}

section.cwginstock-subscribe-form input.cwgstock_button {
  background-color: #e8b473 !important;
}

section.cwginstock-subscribe-form input.cwgstock_button:hover {
  background-color: #000000 !important;
}

.panel-heading.cwginstock-panel-heading {
  background-color: rgba(232, 180, 115, 0.3) !important;
  background: rgba(232, 180, 115, 0.3) !important;
  color: #000000 !important;
  border: 1px solid #e8b473 !important;
  box-sizing: border-box;
  height: 50px;
  padding: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 0;
}

.panel-heading.cwginstock-panel-heading h4 {
  color: #000000 !important;
  line-height: 27px !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.panel-heading.cwginstock-panel-heading:hover {
  background-color: #e8b473 !important;
}

.panel-heading.cwginstock-panel-heading:hover h4 {
  color: #ffffff !important;
}

/**************** Products Archive pages ****************/
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}

body:not(.post-type-archive-product):not(.ast-woo-shop-archive) #primary {
  border: 0 !important;
  width: 100%;
  padding-left: 0 !important;
}

body:not(.post-type-archive-product):not(.ast-woo-shop-archive) #secondary {
  display: none !important;
  border: 0 !important;
}

#secondary {
  padding: 0 !important;
}

.woocommerce-page #primary {
  padding-left: 20px;
  border-left: 0 !important;
}

@media (max-width: 991px) {
  .woocommerce-page #primary {
    padding-left: 0;
  }
}

.woocommerce-page #primary #main {
  padding: 20px;
  background: #ffffff;
}

@media (max-width: 767px) {
  .woocommerce-page #primary #main {
    padding: 20px 10px;
  }
}

.woocommerce-page .sidebar-main {
  background: #ffffff;
  padding: 20px;
}

@media (max-width: 767px) {
  .woocommerce-page .sidebar-main {
    padding: 20px 10px;
  }
}

@media (min-width: 993px) {
  .ast-left-sidebar #primary {
    padding-left: 25px;
  }
}

h2.widget-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  margin-bottom: 1em;
}

ul.product-categories {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.3em;
}

ul.woocommerce-widget-layered-nav-list {
  font-size: 14px;
}

ul.woocommerce-widget-layered-nav-list li {
  margin-bottom: .4em !important;
  line-height: 1.4em;
}

/*price filter for shop page and shop archive page*/
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: left;
}

.woocommerce .widget_price_filter .price_slider_amount input#min_price,
.woocommerce .widget_price_filter .price_slider_amount input#max_price {
  display: block !important;
  width: 48%;
  box-sizing: border-box;
  border: 1px solid #333333;
  padding: 5px;
  color: #333333;
  border-radius: 2px;
  overflow: hidden;
  outline: none;
}

.woocommerce .widget_price_filter .price_slider_amount input#min_price {
  float: left;
}

.woocommerce .widget_price_filter .price_slider_amount input#max_price {
  float: right;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
  clear: both !important;
  display: block !important;
  display: none !important;
}

.woocommerce .widget_price_filter .price_slider_amount .button[type="reset"],
.woocommerce .widget_price_filter .price_slider_amount .button[type="submit"] {
  width: 48%;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .woocommerce .widget_price_filter .price_slider_amount .button[type="reset"],
  .woocommerce .widget_price_filter .price_slider_amount .button[type="submit"] {
    padding: 12px 0;
  }
}

.woocommerce .widget_price_filter .price_slider_amount .button[type="reset"] {
  clear: both;
  float: left;
}

.woocommerce .widget_price_filter .price_slider_amount .button[type="submit"] {
  float: right;
}

form.woocommerce-shipping-calculator {
  display: none !important;
}

.post-type-archive-product div#content,
.tax-product_cat {
  background: url(../images/bg-products.png) no-repeat;
  background-size: cover;
  background-position: top center;
}

.astra-shop-thumbnail-wrap img {
  border: 1px solid #CFCFCF;
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
  }
}

.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  border-radius: 0 !important;
  -webkit-appearance: none;
  background: #FFFFFF;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  text-align: center !important;
  color: #282828;
  padding: .5em;
}

.woocommerce-products-header__title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 480px) {
  .woocommerce-products-header__title {
    font-size: 18px;
  }
}

.ast-woo-shop-archive .site-content > .ast-container {
  padding-bottom: 2em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  font-size: 1em !important;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  margin-bottom: 0;
  font-size: 1em !important;
}

.woocommerce ul.products:not(.col-products) li.product,
.woocommerce-page ul.products:not(.col-products) li.product {
  text-align: center;
}

.woocommerce ul.products:not(.col-products) li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products:not(.col-products) li.product .woocommerce-loop-product__title {
  font-size: 1em !important;
}

.woocommerce ul.products:not(.col-products) li.product .price,
.woocommerce-page ul.products:not(.col-products) li.product .price {
  margin-bottom: 0;
  font-size: 1em !important;
}

.woocommerce ul.products:not(.col-products) li.product:hover .astra-shop-thumbnail-wrap img,
.woocommerce-page ul.products:not(.col-products) li.product:hover .astra-shop-thumbnail-wrap img {
  border: 2px solid #e8b473;
}

.woocommerce ul.products:not(.col-products) li.product:hover .woocommerce-loop-product__title,
.woocommerce ul.products:not(.col-products) li.product:hover span.woocommerce-Price-amount.amount,
.woocommerce-page ul.products:not(.col-products) li.product:hover .woocommerce-loop-product__title,
.woocommerce-page ul.products:not(.col-products) li.product:hover span.woocommerce-Price-amount.amount {
  color: #e8b473;
  font-weight: bold;
}

.woocommerce ul.products:not(.col-products) li.product:hover .remaining,
.woocommerce-page ul.products:not(.col-products) li.product:hover .remaining {
  font-weight: bold;
}

/*shop page's wishlist button*/
body:not(.single-product) .yith-wcwl-add-to-wishlist a {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(40, 40, 40, 0.2);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666666;
  border-radius: 50%;
}

body:not(.single-product) .yith-wcwl-add-to-wishlist a i {
  font-size: 20px;
}

body:not(.single-product) .yith-wcwl-add-to-wishlist a:hover i {
  color: #ff0000;
}

body:not(.single-product) .yith-wcwl-add-to-wishlist.exists a {
  color: #ff0000;
}

/*available stock for shop page*/
.remaining {
  color: #888;
  font-size: 0.9em;
}

/*price for shop page*/
.price del {
  color: #FD3A3A !important;
  opacity: 1 !important;
}

.woocommerce .widget_product_categories .product-categories .count {
  float: none;
}

.woocommerce .widget .amount,
.woocommerce .widget ins {
  font-weight: normal;
}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li {
  font-size: 14px;
}

.woocommerce span.onsale {
  background-color: #FD3A3A !important;
  color: #ffffff;
}

.woocommerce nav.woocommerce-pagination {
  text-align: right;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-color: #E8B473 !important;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #E8B473 !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
  background: #E8B473 !important;
  color: #ffffff !important;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #E8B473 !important;
  color: #ffffff !important;
}

/*Side Toggle's cart button*/
.elementor-menu-cart__footer-buttons .elementor-button {
  border-radius: 0;
  background: #e8b473;
}

.elementor-menu-cart__close-button:after,
.elementor-menu-cart__close-button:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000000;
  border-radius: 1px;
}

td.actions button.button {
  color: #ffffff !important;
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  opacity: 0.8;
}

/*Home Products for New Arrivals and Latest Promotions*/
ul.products.col-products {
  margin: 0 !important;
  display: flex !important;
}

ul.products.col-products li {
  width: 19% !important;
  text-align: center !important;
  float: left !important;
  padding: 10px !important;
  border: 1px solid #a7a7a7 !important;
  margin: 0 0 1.25% 0 !important;
  list-style: none !important;
  background: #ffffff !important;
}

ul.products.col-products li:nth-of-type(n+2) {
  margin-left: 1.25% !important;
}

ul.products.col-products li:nth-of-type(5n+1) {
  margin-left: 0 !important;
}

@media (max-width: 991px) {
  ul.products.col-products li {
    width: 32% !important;
    margin-bottom: 2% !important;
  }
  ul.products.col-products li:nth-of-type(n+2) {
    margin-left: 2% !important;
  }
  ul.products.col-products li:nth-of-type(3n+1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 480px) {
  ul.products.col-products li {
    width: 48.5% !important;
    margin-bottom: 3% !important;
  }
  ul.products.col-products li:nth-of-type(n+2), ul.products.col-products li:nth-of-type(3n+1) {
    margin-left: 3% !important;
  }
  ul.products.col-products li:nth-of-type(2n+1) {
    margin-left: 0 !important;
  }
}

ul.products.col-products li .astra-shop-thumbnail-wrap img {
  border: 0 !important;
}

ul.products.col-products li del {
  display: block !important;
}

/***************** footer ******************/
/*messenger*/
.fb_dialog {
  bottom: 7em !important;
  right: 17px !important;
}

/*back to top*/
#ast-scroll-top {
  background-color: rgba(40, 40, 40, 0.8);
  font-size: 15px;
  font-size: 0.9375rem;
  background: #000000;
  border: 2px solid #ffffff;
  border-radius: 0 !important;
  bottom: 7em;
}

/*mobile search modal form*/
@media (max-width: 991px) {
  form.bdt-search.bdt-search-large {
    margin: 0 20px;
  }
}

table.shop_table p.woocommerce-shipping-destination {
  display: none !important;
}

.woocommerce div.product .product_meta {
  clear: both;
  border-top: 0 !important;
}

.woocommerce ul.products li.product .star-rating,
.woocommerce-page ul.products li.product .star-rating {
  display: none !important;
}

a.woocommerce-terms-and-conditions-link {
  color: #E8B473 !important;
}

a.woocommerce-terms-and-conditions-link:hover {
  color: #000000 !important;
}

ul.wc_payment_methods.payment_methods.methods li {
  position: relative;
  padding-left: 30px;
}

ul.wc_payment_methods.payment_methods.methods li input {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
}

li.wc_payment_method.payment_method_paypal_ic_checkout label {
  font-size: 0 !important;
}

li.wc_payment_method.payment_method_paypal_ic_checkout label:before {
  content: "PayPal or Credit Card. ";
  font-size: 16px !important;
}

li.wc_payment_method.payment_method_paypal_ic_checkout label:after {
  content: " +4% transaction fee for this payment method.";
  font-size: 16px !important;
  display: block;
}

li.wc_payment_method.payment_method_paypal_ic_checkout label img {
  display: none !important;
}

.fb_reset > div {
  height: 0 !important;
}


/***Amendments CSS***/

@media only screen and (min-width:991px){
  .elementor-widget-slides .elementor-swiper-button-prev {
      left: 8% !important;
  }

  .elementor-widget-slides .elementor-swiper-button-next {
      right: 8% !important;
  }
}

.elementor-swiper-button i::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/07/left-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
}

.elementor-swiper-button i.eicon-chevron-right::before {
    background-image: url(/wp-content/uploads/2025/07/right-icon.png) !important;
}

ul.products.col-products {
    flex-wrap: wrap;
    column-gap: 0;
}

.add_to_wishlist svg {
    margin: 0 !important;
}

body:not(.single-product) .add_to_wishlist:hover svg {
    color: #ff0000 !important;
}

.woocommerce ul.products li.product a.ast-on-card-button {
    display: none !important;
}

.woocommerce ul.products li.product .ast-onsale-card {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0;
    background-color: #FD3A3A !important;
    color: #ffffff;
    min-width: 3em;
    min-height: 3em;
    line-height: 3em;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
}

.ast-article-single.product .ast-onsale-card {
    background-color: #FD3A3A !important;
    color: #ffffff;
    min-width: 3em;
    min-height: 3em;
    line-height: 3em;
    padding: 0;
    font-size: 1em;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
}

.ast-article-single.product .cart .quantity.hidden {
	display: none !important;
}

body.page-id-596 .ast-article-single {
    padding: 2em;
    background-color: #FFF;
}

body.product-template-default .cartWrap .add_to_wishlist {
    width: 100% !important;
    gap: 10px;
}

body.product-template-default .cartWrap .single_add_to_cart_button {
    width: 48% !important;
}

button.single_add_to_cart_button:before {
    font-family: eicons;
    content: "\e8eb";
}

@media only screen and (max-width:767px){
  .elementor-widget-slides .elementor-swiper-button {
      bottom: 0 !important;
      top: auto !important; 
  }
}

@media only screen and (max-width:991px){
  body.product-template-default .cartWrap .single_add_to_cart_button {
    width: 100% !important;
  }
}
