*, :after, :before, input {
	box-sizing: border-box;
}
.bg-secondary {
	background-color: #2A2F4F;
}
.product-discount-percent {
	color: #ff905a;
}
.product-price-color {
	color: #03a685;
}
.product-border {
	border: 1px solid #ededed !important;
}
.product-border:hover {
	-webkit-box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
	-moz-box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
	box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}
.product-image-container,
.product-image-container-lg,
.product-image-container-sm{
	background: transparent;
	height: 100%;
	width: 100%;
	max-height: 475px;
	text-align: center;
	overflow: hidden;
}
.product-image-container-sm{
	height: 220px;
}
.product-image-container {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.product-image-container-sm img { 
	height: 300px;
	width: auto;
	margin: 0 auto;
}
.product-image-container-lg img { 
	width: 100%;
	margin: 0 auto;
}

/*
 * 4. PAGINATION
 */

.page-link {
		padding: 10px 15px;
    color: #282c3f;
    margin: 0 5px;
}

.product-colors {
	width: 100%;
	overflow: auto;
}

.cart-remove-absolute{
	top: 0;
	right: 2%;
}

.product-other-color-image {
	 overflow: hidden;
}

.product-other-color-image img {
  width: 60px;
  max-height: 70px;
}

.footer{
	background-color: #ffe6e6;
}

@media (max-width: 768px) {
	.product-image-container img{
		height: auto;
		width: 100%;
		margin: 0 auto;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.product-image-container img{
		max-height: 100%;
	    width: auto;
	    margin: 0 auto;
	}
}

@media (min-width: 1024px) and (max-width: 1439px) {
	.product-image-container img{
		width: 100%;
		margin: 0 auto;
	}
}

.cart-empty-bag{
	background: url('../../images/empty-bag.png') no-repeat;
	background-size: 80px;
	height: 100px;
	width: 100px;
	display: inline-block;
}
.loader-fixed {
	top: 40%;
	left: 47%;
	z-index: 100;
}
#loader {
	height: 100px;
	width: 100px;
	background: #fff;
	border: 1px solid #ececec;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
	-moz-box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
	box-shadow: 0 2px 16px 4px rgb(40 44 63 / 7%);
}

.color-box, 
.color-box-lg {
	height: 15px;
	width: 15px;
	display: inline-block;
	border-radius: 100px;
	box-shadow: 0px 0px 0px 1px #d6d6d6;
}

.color-box::before, 
.color-box-lg::before{
	border-radius: 100%;
	border-width: 4px;
	top: -1px;
	left: -1px;
	right: -1px;
  bottom: -1px;
}

.color-box-lg{
	height: 35px;
	width: 35px;
}

.gold-font {
	background-image: url('../../images/golden-bg.png');
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
  background-position: left;
}

.cursor-pointer {cursor: pointer;}

.sidebar-filters li label:hover { color: black }

.search-closebtn {
	background: #f5f5f5;
    padding: 0px 10px 0px 10px;
    border-radius: 50%;
    color: #969696 !important;
}

h3.with-petals::before,
h4.with-petals::before,
.with-petals::before{
	content: url('../../images/petals-left.png');
    padding-right: 10px;
}

h3.with-petals::after,
h4.with-petals::after,
.with-petals::after{
	  content: url('../../images/petals-right.png');
    padding-left: 10px;
}

.product_badge {
		display: inline-block;
    position: absolute;
    padding: 6px 30px;
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - 1rem), 1rem 100%, 1rem calc(100% - 1rem), 100% calc(100% - 1rem), calc(100% - 1.1rem) calc(50% - 1rem / 2));
    left: -1rem;
    margin-top: 10px;
}

.badge-warning {
		color: #000;
		background: linear-gradient(90deg, #FFC700 0%, #FFCE20 59.5%, #FFE27C 100%);
    border-bottom: 1rem solid rgba(255, 199, 0, 1);
}

.badge-primary {
	  color: #fff;
	  background: rgba(26, 131, 255, 1);
    border-bottom: 1rem solid rgba(26, 131, 255, 1);
}

.badge-pink {
		color: #fff;
	  background: #e9718b;
    border-bottom: 1rem solid #e9718b;
}

.badge-magenta {
		background: linear-gradient(91.94deg, rgba(128, 0, 128, 0.8) -4.71%, rgba(128, 0, 128, 0.56) 73.19%);
    border-bottom: 1rem solid rgba(150, 17, 121, 1);
}

.badge-gold {
		color: #000;
		background: linear-gradient(130.42deg, #FFD385 21.36%, #CBA05A 96.73%);
    border-bottom: 1rem solid rgba(208, 165, 94, 1);
}

.badge-green {
		color: #fff;
		background: rgba(70, 95, 59, 1);
    border-bottom: 1rem solid rgba(52, 60, 49, 1);
}

.filter-header{
	cursor: pointer;	
}

input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}
.page-details, 
.page-details h1, .page-details h2, .page-details h3,
.page-details h4, .page-details h5, .page-details h6{
	font-size: 13px;
}

/* Customize the display of Instagram embeds */
.custom-instagram {
    display: flex;
    flex-wrap: wrap; /* Wrap content if it overflows */
    justify-content: center; /* Center the embeds */
    gap: 20px; /* Add space between blocks */
    padding: 20px;
}

.custom-instagram blockquote {
    width: 300px; /* Set a custom width for each video */
    height: auto;
    border: 2px solid #ddd; /* Add a border around the video */
    padding: 10px;
    border-radius: 8px; /* Round corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add shadow for a 3D effect */
    transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

/* Hover effect */
.custom-instagram blockquote:hover {
    transform: scale(1.05); /* Slightly enlarge on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Enhance shadow on hover */
}

.custom-instagram a {
    text-decoration: none; /* Remove underline from the link */
    color: #333; /* Set link color */
}

.custom-instagram a:hover {
    color: #007bff; /* Change link color on hover */
}

.absolute-checkout {
	bottom: 0;
    left: 0;
    background: #f5f5f5 !important;
    width: 100%;
    z-index: 10;
    position: absolute;
}

.sold-out {
    position: relative;
}
.sold-out::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 3px;
    background-color: #e4e4e4;
    transform-origin: center;
    z-index: 1;
}
.sold-out::after {
    transform: translate(-50%, -50%) rotate(0);
}
.sold-out span {
    position: relative;
    z-index: 2;
    color: #999;
}
.qc-text-box {
	height: 37px;
	font-size: 14px;
	padding: 0 10px;
}
#qc-loader{
	height: 100%;
    width: 100%;
    background: rgb(215 215 215 / 50%);
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 90%;
}