/*!
Theme Name: La Diamond
Theme URI: https://claymindsolutions.com
Author: Claymind Solutions Pvt Ltd
Author URI: https://claymindsolutions.com
Description: La Diamond
Version: 1.0.0
Tested up to: 6.7.1
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: la-diamond
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

img {
	height: auto;
	max-width: 100%;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


.product-set-wrapper-set1 {
    background-color: #f0f0f0;
}

.product-set-wrapper-set2 {
    background-color: #e0e0e0;
}
.diamond_modal_text .out-of-stock{color: red;}
/* Smart Slider */

@media screen and (min-width: 768px) {
  .n2-ss-slider-wrapper-inside,
.n2-ss-slider-1,
.n2-ss-slider-2,
.n2-ss-slider-3,
.n2-ss-slider-4 {
  width: 100vw;
  /* height: calc(100vh - 250px); */
  position: relative;
  overflow: hidden;
}
}

.n2-ss-slide {
  width: 100%;
  height: 100%;
  position: absolute;
}

.n2-ss-slide-background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.n2-ss-layers-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.n2-ss-layer {
  position: absolute;
  text-align: center;
  color: #fff;
}

.n2-ss-button-container {
  margin-top: 20px;
}

.woocommerce-product-rating .woocommerce-review-link {
  font-size: 0; /* Hide all text inside */
}

.woocommerce-product-rating .woocommerce-review-link .count {
  font-size: 14px; /* Show only the number */
}

.woocommerce-product-rating .woocommerce-review-link::before {
  content: "(";
  font-size: 14px;
}

.woocommerce-product-rating .woocommerce-review-link::after {
  content: ")";
  font-size: 14px;
}
.checkout-cart-items{display: none !important;}

