/*
 Theme Name: Divi Child
 Theme URI: https://divi.space/
 Description: A Child Theme built for Divi
 Author: SJ
 Author URI: https://divi.space
 Template: Divi
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@import url("../Divi/style.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;1,600&display=swap");


a {
  color: #c97d87;
}

#main-content {
  min-height: 80vh;
}

#main-header {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  background-color: #efc4cb;
}

.heading-design {
  text-align: center;
  position: relative;
}

.heading-design::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #bcbcbc;
  left: 0;
  top: 71%;
}

.heading-design h1 {
  display: inline-block;
  background: #fff;
  position: relative;
  padding: 0 40px;
  font-weight: 500;
}

#top-menu li a {
  font-weight: normal;
}

#top-menu-nav>ul>li>a:hover {
  opacity: 1;
  color: #af8f39;
}

#et-top-navigation .et-cart-info {
  font-size: 20px;
  color: #c97d87;
}

.rakhi-category-section {
  width: 100%;
  padding: 20px 0;
}

.rakhi-category-grid {
  display: grid;
  gap: 24px;
}

.rakhi-category-grid.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.rakhi-category-grid.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.rakhi-category-grid.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.rakhi-category-card {
  display: block;
  text-decoration: none;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}

.rakhi-category-card:hover {
  transform: translateY(-3px);
}

.rakhi-category-image {
  width: 100%;
  height: 330px;
  overflow: hidden;
  background: #f7f7f7;
}

.rakhi-category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rakhi-category-card:hover .rakhi-category-image img {
  transform: scale(1.05);
}

.rakhi-category-title {
  background: #c97d87;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 18px 10px;
}
.et_pb_scroll_top.et-pb-icon{
    background: #c97d87;
}
/* Tablet */
@media (max-width: 991px) {
  .rakhi-category-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .rakhi-category-image {
    height: 260px;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .rakhi-category-grid {
    /*  grid-template-columns: repeat(1, 1fr) !important;
        gap: 18px;*/
  }

  .rakhi-category-image {
    height: 200px;
  }

  .rakhi-category-title {
    font-size: 14px;
    padding: 14px 5px;
  }

}

#content-area #left-area {
  width: 100%;
  padding-right: 0;
}

#main-content .container::before {
  display: none;
}

.products .product.type-product {
  width: 21.64% !important;
  display: inline-block;
  float: none !important;
  vertical-align: top;
}

.archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(3n) {
  margin-right: 4.04%;
}

.archive.et_right_sidebar.woocommerce-page #main-content ul.products li.product:nth-child(4n) {
  margin-right: 0;

}

.woocommerce-Price-amount.amount {
  color: #c97d87;
}

.woocommerce-breadcrumb {
  color: #c97d87 !important;
}

.woocommerce-breadcrumb a {
  color: #767676 !important;
}

h1 {
  font-weight: 500 !important;
}

.orderby {
  background: none;
  border: 1px solid #cdcdcd;
  font-size: 14px;
  margin-right: 8px;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
  font-size: 18px;
  padding: 4px 14px !important;
  background: #c97d87 !important;
}

#footer-bottom {
  background-color: #efc4cb !important;
}

#footer-info {
  width: 100%;
  float: none;
  text-align: center;
  font-size: 14px !important;
  font-weight: 300;
}

#footer-info,
#footer-info a {
  color: #3f3f3f !important;
}

.woocommerce ul.products li.product a img {
  max-height: 290px;
}


/* Product box */
.woocommerce ul.products li.product {
  position: relative !important;
  overflow: hidden !important;
}

/* Image area relative */
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  position: relative !important;
  display: block !important;
}

/* Button wrapper hidden */
.woocommerce ul.products li.product .custom-hover-cart {
  position: absolute !important;
  top: 45% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 99 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transition: all 0.3s ease !important;
}

/* Hover par show */
.woocommerce ul.products li.product:hover .custom-hover-cart {
  opacity: 1 !important;
  visibility: visible !important;
  top: 50% !important;
}

/* Button design */
.woocommerce ul.products li.product .custom-hover-cart a.button {
  display: inline-block !important;
  background: #c97d87 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  border: none !important;
  white-space: nowrap !important;
}

/* Image dim on hover */
.woocommerce ul.products li.product:hover img {
  opacity: 0.55 !important;
  transition: 0.3s ease !important;
}

.woocommerce ul.products li.product .custom-hover-cart {
  pointer-events: auto !important;
}



.woocommerce a.button:hover::after,
.woocommerce-page a.button:hover::after {
  display: none;
}

.added_to_cart.wc-forward {
  background: #efc4cb !important;
  color: #4e4e4e !important;
  padding: 12px 27px !important;
  border-radius: 4px !important;
  font-size: 15px !important;
  text-transform: capitalize !important;
  border: none !important;
  white-space: nowrap !important;
  margin-top: 10px;
  font-weight: 500;
  box-shadow: 0px 2px 1px #a9a9a9;
}

.woocommerce ul.products li.product .custom-hover-cart a.button:hover,
.added_to_cart.wc-forward:hover {
  background: #9f2e33 !important;
  color: #fff !important;
}

.button,
.wc-block-components-checkout-place-order-button {
  display: inline-block !important;
  background: #c97d87 !important;
  color: #fff !important;
  padding: 12px 22px !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  text-transform: capitalize !important;
  border: none !important;
  white-space: nowrap !important;
  cursor: pointer;
}

.button:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: #9f2e33 !important;
}

.mobile_menu_bar {
  cursor: pointer;
}

.posted_in a {
  color: #c97d87;
}

.single_add_to_cart_button.button.alt::after {
  display: none;
}

.wc-block-components-checkout-return-to-cart-button {
  color: #c97d87 !important;
}


.et_overlay::before {
  color: #c97d87;
}


.products.columns-4 .product-category.product {
  width: 21.5% !important;
  float: none;
  display: inline-block;
  vertical-align: top;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #c97d87 !important;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: #EFC4CB;
}

.woocommerce .woocommerce-message {
  line-height: 45px;
}

.quantity {
  border: 1px solid #d6d6d6;
}

.quantity .qty-btn {
  border: 0;
  padding: 12px 12px;
  background: no-repeat;
  cursor: pointer;

}

.qty-btn.qty-minus {
  border-right: 1px solid #d6d6d6;
}

.qty-btn.qty-plus {
  border-left: 1px solid #d6d6d6;
}

.quantity .qty.text {

  padding: 6px !important;
  margin-left: -4px;
  margin-right: -4px;

}

.woocommerce .quantity input.qty,
.woocommerce-page .quantity input.qty {
  background: none !important;
  height: 34px !important;
  width: 35px !important;
}

.single-product .quantity input.qty {
  background: none !important;
  height: 34px !important;
  width: 35px !important;
  text-align: center !important;
  border: none !important;
  font-size: 18px !important;
  box-shadow: none !important;
  outline: none !important;
  color: #313131;
}

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

.single-product .quantity input.qty[type=number] {
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}


@media only screen and (max-width: 1205px) {
  .et_pb_gutters2.et_right_sidebar.woocommerce-page #main-content ul.products li.product {
    margin-right: 3.04%;
  }
}

@media only screen and (max-width: 980px) {
  .orderby {
    margin-right: 0;
  }

  .mobile_menu_bar::before,
  .mobile_menu_bar::after,
  #top-menu li.current-menu-ancestor>a,
  #top-menu li.current-menu-item>a {
    color: #1C2429;
  }

  .et_mobile_menu {
    border-top: 3px solid #9f2e33;
    padding: 25px;
  }
}


@media only screen and (max-width: 768px) {
  .woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .woocommerce-page ul.products li.product:nth-child(n) {
    width: 44.55% !important;
  }

  .woocommerce ul.products li.product:hover .custom-hover-cart {
    top: 40% !important;
  }

  ody:not(.et-tb) #main-content .container,
  body:not(.et-tb-has-header) #main-content .container {
    padding-top: 35px;
  }

  .heading-design h1 {
    padding: 0 20px;
  }

  h1 {
    font-size: 26px;
  }
}


@media only screen and (max-width: 575px) {
  .et_pb_row {
    width: 90%;
  }

  .et_pb_section {
    padding: 20px 0;
  }

  .product .related h2 {
    font-size: 19px !important;
  }

}

@media only screen and (max-width: 479px) {
  .woocommerce-page ul.products li.product:nth-child(n) {
    width: 44.55% !important;
    margin-left: 9% !important;
  }

  .woocommerce-page ul.products li.product:nth-child(2n+1) {
    margin-left: 0 !important;
  }

}

@media only screen and (max-width: 450px) {
  .rakhi-category-title {
    font-size: 11px;
  }
}