/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.header_menus ul li a.elementor-item.elementor-item-active {
  font-weight: 700 !important;
}

.search_icon .e-font-icon-svg-container {
  padding: 20px !important;
}

.jewelry_volume .swiper-slide .swiper-slide-inner {
  overflow: hidden;
}
.gallery_box .gallery-item img {
    height: 300px;
    object-fit: cover;
}

.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*="elementor-page-"]) .site-main {
  padding: 15px 0;
  max-width: 1240px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
  padding: 0 0 8px 0;
}
.collection_cat li.product-category img,
.collection_cat li.product-category {
/*     height: 350px !important;
	object-fit: cover; */
	border-radius: 30px;
}

.earing_cat .woocommerce ul li:before {
    content: "";
    background-color: #00000069;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
}
.earing_cat ul.products li.product a img {
    position: relative;
}
.earing_cat .woocommerce ul li a h2 {
    z-index: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  color: #6a6868;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.elementor-menu-cart__main .elementor-menu-cart__subtotal,
.elementor-menu-cart__main .elementor-menu-cart__product-price.product-price {
  font-family: "Outfit", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #002060 !important;
  padding-top: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
  color: #000;
}
.cart_btn form.variations_form.cart table.variations th.label {
    width: 100%;
    display: block;
  padding: 0 0 5px;
    text-align: left;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
	background-color: transparent;
}
.cart_btn #pa_size {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 25px;
    margin-right: 0 !important;
}
.cart_btn .quantity input.input-text {
    background-color: transparent;
    border: 1px solid #002060;
    border-radius: 30px;
    padding: 10px 15px;
    color: #002060;
    width: 70px !important;
    font-size: 30px;
    height: 50px !important;
}
.cart_btn form.variations_form.cart table.variations td.value {
    width: 100%;
    display: block;
    padding: 0;
	background-color: transparent;
}
.single-product .cart_btn .elementor-add-to-cart button {
  margin-left: 0 !important;
}

.wishlist_page .wishlist_table thead th span,
.woocommerce-cart .wc-block-cart-items__header span,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block,
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item,
.woocommerce-checkout h3.wc-block-components-product-name {
  font-family: "Outfit", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #002060 !important;
}

.wishlist_page .wishlist_table thead th {
  background-color: transparent;
  border: none;
}

.wishlist_page .wishlist_table {
  border: none !important;
}

.wishlist_page .wishlist_table .wishlist-items-wrapper tr td {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.wishlist_page .wishlist_table .wishlist-items-wrapper tr td.product-name a {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.flex-viewport,
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image img {
  border-radius: 10px;
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block .wc-block-components-totals-item {
  font-weight: 400 !important;
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__image > img {
  border-radius: 5px;
}
.elementor-menu-cart__main .elementor-menu-cart__product-remove.product-remove:after,
.elementor-menu-cart__main .elementor-menu-cart__product-remove.product-remove:before {
  background-color: #002060;
}
.elementor-menu-cart__main .elementor-menu-cart__product-remove.product-remove {
  border-color: #002060;
}
.my_dataaccount form.woocommerce-form.woocommerce-form-login.login {
  max-width: 565px;
  margin: auto;
  border: navajowhite;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 32px;
  border-radius: 15px;
}
.my_dataaccount li.woocommerce-MyAccount-navigation-link a {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  color: #000;
}
.my_dataaccount li.woocommerce-MyAccount-navigation-link.is-active a {
  color: #002060 !important;
  font-weight: 500 !important;
}
.my_dataaccount p.woocommerce-LostPassword.lost_password a,
.my_dataaccount .woocommerce-MyAccount-content p a {
  color: #002060;
}
.my_dataaccount .woocommerce-MyAccount-content p {
  color: #6a6868;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.my_dataaccount header.woocommerce-Address-title.title a.edit {
  color: #000;
  display: block;
  float: unset;
  padding-bottom: 10px;
}
.my_dataaccount .woocommerce-form-login.login input,
.my_dataaccount form.woocommerce-EditAccountForm p.woocommerce-form-row input {
  border: 1px solid #002060;
  padding: 15px;
  border-radius: 22px;
}

.my_dataaccount .woocommerce-form-login.login label,
.my_dataaccount form.woocommerce-EditAccountForm legend,
.my_dataaccount form.woocommerce-EditAccountForm p.woocommerce-form-row label {
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #002060;
}
.my_dataaccount .woocommerce-form-login.login .woocommerce-form-login__rememberme {
  margin-top: 32px;
}
.my_dataaccount .woocommerce-form-login.login .woocommerce-form-login__submit,
.my_dataaccount form.woocommerce-EditAccountForm button.woocommerce-Button {
  border: 1px solid #002060;
  background-color: transparent;
  color: #002060;
  margin-top: 20px;
  padding: 15px 30px;
  border-radius: 50px;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

.elementor-menu-cart__main .elementor-menu-cart__footer-buttons a {
  font-family: "Outfit", Sans-serif !important;
  font-size: 14px;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #002060 !important;
  background-color: #61ce7000 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #002060;
  border-radius: 100px 100px 100px 100px;
  padding: 15px;
}
.wishlist_table a.remove_from_wishlist.button,
.cart_btn .elementor-add-to-cart button,
.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  fill: #002060;
  color: #002060 !important;
  background-color: #61ce7000 !important;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #002060;
  border-radius: 100px 100px 100px 100px;
  padding: 18px 40px 18px 40px;
}
.my_dataaccount header.woocommerce-Address-title.title h2,
.woocommerce-checkout .wc-block-components-sidebar p,
.woocommerce-checkout h2.wc-block-components-title.wc-block-components-checkout-step__title {
  color: #000000;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 22px;
  font-weight: 600 !important;
}

.woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.woocommerce-checkout
  .wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  box-shadow: inset 0 0 0 1px #121212cc !important;
}

.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  border: 2px solid #002060 !important;
}

.woocommerce-cart td.wc-block-cart-item__product ins.wc-block-components-product-price__value.is-discounted {
  margin-left: 0;
}
.woocommerce .woocommerce-Price-amount span.woocommerce-Price-currencySymbol,
.woocommerce span.woocommerce-Price-amount bdi {
    display: inline-block;   
}
.woocommerce .woocommerce-Price-amount span.woocommerce-Price-currencySymbol {
    vertical-align: middle;
    line-height: 0;
}
.woocommerce .woocommerce-Price-amount span.woocommerce-Price-currencySymbol img {
    width: 20px !important;
    margin-bottom: 4px !important;
    margin-right: 6px !important;
}
.single-product .single_price .woocommerce-Price-amount span.woocommerce-Price-currencySymbol img {
    width: 30px !important;
}


.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #fff;
  font-size: 20px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  color: #fff;
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 30px;
  background-color: #002060;
}

.woocommerce-notices-wrapper .woocommerce-message .wc-forward {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #61ce7000 !important;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 12px 30px;
}

.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #ffd966;
}
.elementor-menu-cart__main .elementor-menu-cart__product-name.product-name a {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  line-height: 25px;
}
.woocommerce-cart td.wc-block-cart-item__product a.wc-block-components-product-name {
  font-family: "Cormorant Garamond", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.woocommerce-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  font-family: "Outfit", Sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #002060;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #002060;
  border-radius: 100px;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  fill: #002060;
  color: #002060;
  background-color: #61ce7000;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #002060;
  border-radius: 100px 100px 100px 100px;
  padding: 15px;
  text-decoration: none;
}

.single_price ins {
  text-decoration: none;
}

.single_car ul.page-numbers li span,
.single_car ul.page-numbers li a {
  height: 50px;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.wishlist_page .wishlist_table .product-stock-status span.wishlist-in-stock,
.wishlist_page .wishlist_table .wishlist-items-wrapper tr td.product-price span,
.woocommerce-cart
  .wp-block-woocommerce-cart-order-summary-subtotal-block.wc-block-components-totals-wrapper
  .wc-block-components-totals-item,
.woocommerce-cart span.price.wc-block-components-product-price {
  color: #002060;
  font-family: "Outfit", Sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.cart_btn .quantity {
  display: none;
}

.woocommerce-cart td.wc-block-cart-item__image a {
  display: block;
}

.jewelry_volume .elementor-swiper-button {
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #ffd966;
  border-radius: 50%;
  top: unset !important;
  transform: unset !important;
  bottom: -60px;
}

.product_desouter {
  display: flex;
  gap: 10px;
  padding-bottom: 7px;
}

.single_thumb .woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
}

.single_thumb .woocommerce-product-gallery ol li {
  width: 86% !important;
  margin-bottom: 15px !important;
}

.single_thumb .woocommerce-product-gallery ol li img {
  border-radius: 10px !important;
  opacity: 1 !important;
}

.jewelry_volume .elementor-swiper-button svg {
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: center;
  width: 50px !important;
  height: 50px !important;
  fill: transparent !important;
}

.jewelry_volume .elementor-swiper-button.elementor-swiper-button-prev svg {
  background-image: url(https://demourls.xyz/Deepa_fashion/wp-content/uploads/2025/01/arrow_slider.png);
}

.jewelry_volume .elementor-swiper-button.elementor-swiper-button-next svg {
  background-image: url(https://demourls.xyz/Deepa_fashion/wp-content/uploads/2025/01/arrow_slidernext.png);
}

.jewelry_volume .elementor-swiper-button:hover {
  background-color: #ffd966;
}

.jewelry_volume .elementor-swiper-button:hover svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(94%) saturate(0%) hue-rotate(96deg) brightness(94%)
    contrast(100%);
}

.jewelry_volume .elementor-swiper-button-next {
  right: unset !important;
  left: 72px;
  /* transform: rotate(180deg) !important; */
}

.collection_cat li.product-category {
  position: relative;
}

.collection_cat li.product-category img {
  margin-bottom: 0 !important;
}

.collection_cat li.product-category h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other_acesory button.yith-wcwl-add-to-wishlist-button,
.on_sale ul.products li.product.type-product a.button {
  display: none;
}

.on_sale button.yith-wcwl-add-to-wishlist-button {
  right: 0;
  left: unset;
}

.on_sale span.woocommerce-Price-amount.amount bdi {
  font-weight: 500;
}

del {
  display: none !important;
}

.on_sale ins {
  text-decoration: none;
}

.single_price span.woocommerce-Price-currencySymbol {
  font-size: 27px;
  padding-right: 7px;
}

.new-arrivalbtn {
  position: absolute;
  top: 0;
  display: block;
  color: #fff;
  background-color: #002060;
  font-family: "Outfit", Sans-serif;
  font-size: 14px;
  font-weight: 300;
  border-radius: 100px;
  min-width: 55px;
  min-height: 30px;
  line-height: 30px;
  margin: 17px;
}

.ring_category li.product_cat-new-arrivals.product_cat-on-sale.product_cat-rings .new-arrivalbtn {
  margin-left: 78px;
}

.category_boder img.attachment-woocommerce_thumbnail {
  box-shadow:
    13px -12px 0px 0px #fffdf7,
    13px -12px 0px 2px #ffd966 !important;
  max-width: 96%;
}

.description_product p strong {
  color: #6a6868;
  font-weight: 300;
}

.description_product p {
  color: #000;
}

.equeal_height img.attachment-woocommerce_thumbnail {
  min-height: 340px !important;
  object-fit: cover;
}

.product_filters select {
  border-color: #002060;
  padding: 15px 25px;
  border-radius: 100px;
  background-color: transparent;
  color: #002060;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
  appearance: none;
  background-image: url(https://demourls.xyz/Deepa_fashion/wp-content/uploads/2025/01/sort_down.png);
  background-repeat: no-repeat;
  background-position: 90%;
}

span.sku_num {
  color: #6a6868;
  font-family: "Outfit", Sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.additional_tabs ul.tabs.wc-tabs {
  padding: 0 !important;
}

.additional_tabs ul.tabs.wc-tabs li {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #d9d9d9 !important;
  background-color: transparent !important;
}

.additional_tabs ul.tabs li.active {
  border-bottom: 2px solid #ffd966 !important;
}

.product_filters .wpfFilterContent {
  display: flex;
  flex-direction: column-reverse;
}

.product_filters .ui-slider.ui-widget-content .ui-slider-handle,
.product_filters .ui-slider.ui-widget-content:not(.iris-slider-offset) {
  border: none !important;
}

.product_filters .ui-slider.ui-widget-content:not(.iris-slider-offset),
.product_filters .ui-slider-range {
  background: #002060 !important;
  border-radius: 6px;
}

.product_filters .ui-slider.ui-widget-content .ui-slider-handle {
  background-color: #cdcdcd;
  border-radius: 50%;
}

.product_filters span.wpfFilterDelimeter {
  display: none;
}

.product_filters .wpfPriceInputs {
  display: block !important;
}

.product_filters input#wpfMinPrice,
.product_filters span.wpfCurrencySymbol {
  float: left;
}

.product_filters span.wpfFilterDelimeter {
  display: none;
}

.product_filters input#wpfMaxPrice {
  float: right;
}

.product_filters .wpfPriceInputs:after {
  content: "$";
  position: absolute;
  right: 0;
  transform: translateX(-55px);
}
.wishlist_page .wishlist_table .product-add-to-cart a,
.product_filters .wpfPriceInputs {
  font-size: 18px;
  color: #002060;
  font-family: "Outfit", Sans-serif;
  line-height: 24px;
}

.product_filters.single_cat select {
  margin-bottom: 50px;
}

.wishlist_page .yith-wcwl-share,
img.zoomImg {
  display: none !important;
}

.single-product .single_price .price {
  margin-bottom: 5px;
}

@media only screen and (max-width: 890px) and (min-width: 768px)  {	
	.gallery_box .gallery-item {
		max-width: 50% !important;
	}
	.gallery_box .gallery-item img {
    	height: 400px; 
	}
}

@media screen and (max-width: 1024px) {
  .page-header .entry-title,
  .site-footer .footer-inner,
  .site-footer:not(.dynamic-footer),
  .site-header .header-inner,
  .site-header:not(.dynamic-header),
  body:not([class*="elementor-page-"]) .site-main {
    max-width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .jewelry_volume .elementor-swiper-button {
    bottom: -10px;
  }

  .single_price span.woocommerce-Price-currencySymbol {
    font-size: 20px;
    padding-right: 7px;
  }

  .single_thumb .woocommerce-product-gallery {
    display: block;
    margin-bottom: 0 !important;
  }

  .single-product .single_price .price {
    line-height: 30px !important;
  }

  .single-product .additional_tabs .woocommerce-tabs .woocommerce-Tabs-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .single_thumb .woocommerce-product-gallery ol {
    display: flex;
    gap: 15px;
    margin-top: 15px !important;
  }

  .single_thumb .woocommerce-product-gallery ol li {
    margin-bottom: 0 !important;
  }

  .mobile_col {
    display: block !important;
  }

  .equeal_height img.attachment-woocommerce_thumbnail {
    min-height: 300px !important;
  }

  .support_box .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
  }

  .support_box .elementor-image-box-wrapper h3 {
    margin-top: 2px;
  }

  .product_filters .woocommerce-ordering {
    margin-bottom: 0px;
  }
}

/* custom css  */
