

.shop-header
{
	width: 100%;
	height: 500px;
	background-color: rgb(255, 255, 255);
	/*background-image: url("/static/img/shop-img/shop-header2.jpg");*/
	box-shadow: 4px 4px 10px rgba(98, 112, 204, 0.98);
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 100px;
	padding-bottom: 50px;
	padding-right: 100px;

}

.shop_container{
    position: relative;
	top: 75.3%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10%;
	width: 80%;
}


.shop_container_text
{
		position: absolute;
	top: 45.3%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10%;
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.shop_container_text {
		position: absolute;
		top: 38.3%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
		width: 100%;
	}

	.shop_container {
		position: absolute;
		top: 70.3%;
		left: 0;
		right: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		/*left: 15%;*/
		/*width: 100%;*/
		/*display: grid;*/
		/*justify-content: center;*/
		/*align-items: end;*/



	}

	.range-slider input[type=range] {
		position: absolute;
		left: 0;
	}

	.shop-header {
		width: 100%;
		height: 800px;
		background-color: rgb(255, 255, 255);
		/*background-image: url("/static/img/shop-img/shop-header2.jpg");*/
		box-shadow: 4px 4px 10px rgba(98, 112, 204, 0.98);
		/*display: flex;*/
		/*justify-content: end;*/
		/*align-items: center;*/
		/*margin-top: 100px;*/
		/*padding-bottom: 50px;*/
		/*padding-right: 100px;*/


	}
	.dexa{
		position: relative;
		left: 16%;
	}
}



.shop_title{
	font-size: 17px;
	font-weight: 400;
	color: #ffb700;
	line-height: 1.2;
	padding-bottom: 3rem;
	display: flex;
	justify-content: center;
	text-shadow: 2px 4px 12px orange;
	padding-right: 1rem;
}

.price_product{
	font-size: 14px;
	padding: 0.2rem;
	color: red;
}

.price_product_old{
	font-size: 14px;
	/*padding: 0.5rem;*/
	color: green;
	text-decoration: line-through;
}

.available_style{
	color: green;
	/*box-shadow: 2px 4px 6px green;*/
	width: fit-content;
	padding: 0.5rem;
	text-shadow: 2px 4px 6px greenyellow;
}
.not_available_style{
	color: red;
	width: fit-content;
	padding: 0.5rem;
	text-shadow: 2px 4px 6px orangered;
}

.refund_terms{
	font-size: 14px;

}


/*product gallery slider*/

.gallery_product .hero img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 500px;
    object-fit: contain;
    border-radius: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.gallery_product {
  width: min(100vmin,500px);
  min-height: 40vh;


  & img {
    width: 90%;
    height: 105%;
    /*aspect-ratio: 1/1;*/
    object-fit: contain;
  	border-radius: 5%;
  }
}

/*.hero { aspect-ratio: 3/2; }*/

.fadeIn { animation: fadeIn 0.5s; }

@keyframes fadeIn {
  0% {
    opacity: 0.6;
  }
  90% {
    opacity: 1;
  }
}

.btns {
  list-style-type: none;
  display: flex;
  gap: 0.25rem;
	padding: 0;

  & li {
    cursor: pointer;
    transition: opacity 0.2s;


    &:hover {
      opacity: 0.8;
    }
  }
}
/*!*===========*! start rating*/

.rating {
    display: flex;
    cursor: pointer;
}

.star {
    font-size: 2rem;
    color: #ccc;
}

.star:hover,
.star:hover ~ .star {
    color: #ffcc00;
}

.star.selected {
    color: #ffcc00;
}
/*!*================*!*/
/*start price filter*/
.range-slider {
	/*width: 300px;*/
	margin: 0;
	text-align: center;
	position: relative;
	height: 6em;
}



.range-slider span{
	    display: grid;
    gap: 1rem;

}

.range-slider svg,
.range-slider input[type=range] {
	position: absolute;
	left: 0;
	bottom: 0;
}

input[type=number] {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 18px;
	-moz-appearance: textfield;
	width: 95%;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number]:invalid,
input[type=number]:out-of-range {
	border: 2px solid #ff6347;
}

input[type=range] {
	-webkit-appearance: none;
	width: 100%;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-lower {
	background: #2497e3;
}

input[type=range]:focus::-ms-fill-upper {
	background: #2497e3;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-webkit-slider-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
	-webkit-appearance: none;
	margin-top: -7px;
}

input[type=range]::-moz-range-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-moz-range-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}

input[type=range]::-ms-track {
	width: 100%;
	height: 5px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

input[type=range]::-ms-fill-lower,
input[type=range]::-ms-fill-upper {
	background: #2497e3;
	border-radius: 1px;
	box-shadow: none;
	border: 0;
}

input[type=range]::-ms-thumb {
	z-index: 2;
	position: relative;
	box-shadow: 0px 0px 0px #000;
	border: 1px solid #2497e3;
	height: 18px;
	width: 18px;
	border-radius: 25px;
	background: #a1d0ff;
	cursor: pointer;
}
/*=======================*/
/*available product filter*/
.check-box {
	display: flex;
	align-items: center;
}

.check-box span{
	margin-bottom: 0.5rem;
}

input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 40px;
    height: 20px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

input:checked[type="checkbox"] {
    background: #7da6ff;
}

input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

input:checked[type="checkbox"]::after {
    left: 50%;
}

/*==================================*/
#spinner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
}
.spinner-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.spinner-grow {
	width: 3rem;
	height: 3rem;
}
.spinner-container img {
	position: absolute;
	width: 100px;
	height: 100px;
}
/*=========================*/
/*product comment considerations*/
.features{
    margin-bottom: 32px;
}
ul{
    list-style: none;
    list-style-image: none;
}

.feature.included {
    color: #555;
}

 .feature:before {
  font-family: "Font Awesome 5 Free";
    content: "\f14a";
    color: #1dbf73;
    padding-left: 12px;
	 float: right;
}
/*======================================*/
  .rtl-breadcrumb {
            direction: rtl;
            text-align: right;
            display: ruby-text;
            /*justify-content: flex-start;*/
            list-style: none;
            padding-right: 20px;
            margin-top: 10px;
        }
        .breadcrumb-r-item {
            position: relative;
            margin: 0 0.5rem;
			color: rgb(155, 151, 151);
        }
        .breadcrumb-r-item::after {
            content: '/';
            position: absolute;
            left: -0.8rem; /* Adjust spacing as needed */
			top: -0.1rem;
        }
        .breadcrumb-r-item:last-child::after {
            content: '';
        }
        .breadcrumb-item-r a {
            text-decoration: none;
            color: rgba(150, 157, 196, 0.98);
        }
        /*.breadcrumb-item.active {*/
        /*    color: black;*/
        /*}*/
.wishText{
	/*color: #9b9797;*/
	font-size: 12px;
}

/*============================*/
 /* reset default */
        .status {
            margin: 2em auto;
            font-size: 1rem;
        }

        .wrapper {
            width: 100%;
            padding: 1em 0;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 10px;
            border: 3px solid white;
            background-color: dodgerblue;
        }

        .point {
            width: 50px;
            height: 50px;
            position: relative;
            display: grid;
            place-items: center;
            border-radius: 50%;
            cursor: pointer;
            border: 3px solid white;
            color: dodgerblue;
            background-color: white;
        }

        .line {
            width: 10%;
            height: 3px;
            background-color: white;
        }

        .credit {
            margin-top: 1em;
            text-align: center;
        }


        .progress {
            background-color: hotpink;
        }


.product_short_description{
	font-size: 13px;
	color: #2d3238;
	text-align: center;
	background-color: #d8f869;
}

.core_short_description{
	font-size: 13px;
	color: #2d3238;
	text-align: center;
	margin: 10px;
}

.count_order_detail{
	position: absolute;
	top: 80px;
	left: 30px;
	height: 30px;
	min-width: 30px;

}

.shopping-bag-mobile {
	display: none;
}


@media screen and (max-width: 775px) {
	.count_order_detail {
		position: absolute;
		top: 80px;
		left: 130px;
		height: 30px;
		min-width: 30px;
	}
	.coupon_mobile_view{
		display: flex;
		justify-content: center;
	}
	.shopping-bag-mobile {
    position: fixed;
    left: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
}
.nav-mobile{
    .nav-mobile{
        display: none;
    }
}

@media screen and (max-width: 540px) {
    .nav-mobile{
  display: flex;
  justify-content: space-around;
    background-color: #cccaca;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 400px;
    z-index: 99;
}

.nav-item-mobile{
  display: flex;
  flex-direction:column;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
}

.nav-item-mobile.active {
  color: #6fb26f; /* Active link text color */
    font-weight: bold; /* Optional: make the active link bold */
}

.nav-item-mobile.active i {
   color: #6fb26f; /* Active link text color */
}
}
#total-count-products {
    position: absolute;
    top: 5px;
    left: 158px;
    background-color: #ff9800; /* Badge color */
    color: #fff; /* Badge text color */
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tags{
    display: inline-block;
    background: rgba(232, 233, 239, 0.98);
    border-radius: 5px;
    margin: 2px;
    padding: inherit;
}

.fruite-img {
    position: relative;
	 overflow: visible; /* مهم: اجازه بده روبان از تصویر بیرون بزند */
}

.guarantee-label {
   position: absolute;
    top: 15px;           /* فاصله از بالا */
    left: -65px;         /* فاصله از چپ برای زاویه */
    background-color: #51BD53F9;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 5px 60px;   /* طول و ضخامت روبان */
    transform: rotate(-45deg);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    z-index: 10;
    white-space: nowrap;  /* جلوگیری از شکستن متن */
}

