.dili.contact_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
div#add_favirate {
    z-index: 9;
    position: absolute;
    margin-top: -48px;
    font-size: 36px;
    margin-right: 17px;
    cursor: pointer;
    left: 17px;
}
.contact {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.contact_icon {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 10px;
}

.contact_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.whatsapp { background: #25D366; }
.telegram { background: #0088cc; }
.instagram { background: #E4405F; }
.phone { background: #4CAF50; }

.contact_icon a:hover {
    transform: scale(1.15);
}
.tab-content * {
    line-height: 2.2 !important;
    font-size: 14px !important;
}
.row.extrafield {
    margin: 0;
    margin-bottom: 5px;
}
.row.extrafield * {
    line-height: 3 !important;
}
div#short_description {
    font-size: 14px !important;
}
.row.extrafield .col-sm-2 {
    background: #f2f2f2;
    border-right: 5px solid #0b5f3b;
}
.row.extrafield .col-sm-10 {
    background: #f2f2f2;
    border-right: 5px solid #2196F3;
    transform: translateX(-10px);
}
.dili {
    border: 1px dotted #7b7b7b;
    padding: 7px;
    border-radius: 12px;
    line-height: 2.4;
    margin-bottom: 5px;
    background: #fbfbfb;
    font-size: 14px;
}
.image_qr table {
    text-align: center;
    display: table;
    width: 180px !important;
    height: 180px !important;
    margin: 12px auto !important;
}
.image_qr {
    border: 1px dotted #7b7b7b;
    border-radius: 12px;
    background: #fbfbfb;
    height: 220px;
}
img.lazyloaded {
    filter: grayscale(1) !important;
}
.checked {
    color: orange;
}
.answer {
    background: #e6e9f2;
    margin-right: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 1px dashed #c3c3c3;
    margin-top: 10px;
    margin-bottom: 10px;
}
span.reviews_description {
    text-align: justify !important;
}
span.fa.fa-star {
    font-family: FontAwesome !important ;
}
.reviews_content {
    margin-bottom: 16px;
    line-height: 2.2;
    border-bottom: 1px dashed #d9d9d9;
    padding-bottom: 8px;
}
div#main {
    line-height: 2.4;
    text-align: justify;
}
p.alert.alert-danger.review_lists_empty {
    text-align: center;
    line-height: 2.5;
}
form {
    line-height: 2.5;
}
input.btn.btn-info.review_save {
    margin-top: 15px;
}
.tip-wrap {
    z-index: 99;
}
.row.botton_info,
.row.top_info {
    margin: 0 !important;
}
.breadcrumb {
    margin-bottom: -65px !important;
}
div#main span,div#main p{
   font-size: unset !important; 
}
a.nav-link {
    font-size: unset !important;
}
.product-gallery {
  max-width: 600px;
  margin: auto;
}
.tab-content {
    margin-top: 15px;
}
/* اسلایدر اصلی */
.main-slider {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.main-slider img {
  width: 100%;
  display: block;
  border-radius: 10px;
}
svg.swiper-navigation-icon {
    color: #000;
    background: #ededed;
    padding: 6px 0px;
    border-radius: 5px;
    width: 28px;
}

/* تصاویر کوچک (thumbnail) */
.thumbs-slider {
  margin-top: 10px;
  height: 100px;
}

.thumbs-slider .swiper-slide {
  width: 100px !important;
  height: 100px !important;
  opacity: 0.5;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
}

.swiper-slide.swiper-slide-visible {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 6px 1px #ebebeb;
}
.thumbs-slider .swiper-slide-thumb-active {
    opacity: 1;
}

.thumbs-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.row.top_info {
    background: #fff;
    box-shadow: -1px 0px 5px 5px #e3e3e3;
    padding: 25px 0px;
    border-radius: 7px;
}
.row.botton_info {
    background: #fff;
    box-shadow: -1px 0px 5px 5px #e3e3e3;
    padding: 15px;
    border-radius: 7px;
    margin-top: 12px !important;
}
.row.botton_info {
    margin-top: 30px;
}
.product_count {
    width: 50px !important;
    height: 37px !important;
}
i.fa.fa-chevron-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 1.3;
    font-size: 25px;
    border-radius: 4px;
    left: 20px;
}
i.fa.fa-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 1.3;
    font-size: 25px;
    border-radius: 4px;
    right: 20px;
}
.price_clss {
    display: inline-block;
    margin-left: 25px;
}
.pricelocationlocation_icon {
    background: #676767;
    padding: 10.5px;
    color: #fff;
    margin-top: 10px;
    transform: translateY(2.5px);
    border-radius: 2px;
    cursor: pointer;
}

.discount_price {
    font-weight: bold;
    color: green;
}
.line-through {
    text-decoration: line-through;
    font-weight: bold;
    color: #dd3540;
}
h1.name_class {
	font-size: 20px;
	line-height: 2.2;
}
#manufacturer {
	position: absolute;
	font-size: 14px;
}
#barcode {
	position: absolute;
}
div#addedcart_alert {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #0000003b;
    height: 100% !important;
}
div#addedcart_alert .modal-content {
    line-height: 6;
    background: #edffed;
    color: #000;
    font-weight: bold;
    display: block;
    width: 360px;
    margin: 0 auto;
    margin-top: 15% !important;
}
div#extrafield {
    line-height: 2.6;
}

#short_description {
    white-space: pre-line;    
	line-height: 3.9rem;
	margin-bottom: 8px;
	text-align: justify;
}

#main {
	max-width: 100% !important;
	padding: 0 !important;
}

.carousel-control.right {
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.0001) 0),color-stop(rgba(0,0,0,.5) 100%));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0.09) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.left {
	right: auto;
	left: 0;
	background-image: -webkit-linear-gradient(left,color-stop(rgba(0,0,0,.5) 0),color-stop(rgba(0,0,0,.0001) 100%));
	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
	background-image: linear-gradient(to right,rgba(0, 0, 0, 0.13) 0,rgba(0,0,0,.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.swiper.main-slider.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden {
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 6px 1px #ebebeb;
}

.item {
	padding: 0 !important;
}


.beruz {
	text-align: left;
}
.beruz {
    font-size: 14px;
}
#priceplace {
	font-size: 16px;
}
.review_lists_empty {
    background: #f2f2f2;
    color: #000;
}
.editdate {
    margin-left: 0 !important;
    padding: 0;
}
#inventory {
	line-height: 2.2;
	padding-top: 18px;
	border-style: dotted;
	border-color: #eeeeee;
	border-width: 2px 0px 0px 0px;
	margin-top: 50px;
	text-align: justify;
}

.tags_class {
    width: 70px !important;
    display: inline-block;
    margin: 0px 0px 3px 5px;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
    background: #f7f7f7;
    font-weight: bold;
    position: relative;
    color: #666666;
    border: 1px solid #c7c7c7;
    box-shadow: 2px 2px 1px 1px #b9b9b9;
}
.inmahsul {
	background: #e6ffda;
	margin-top: 10px;
	line-height: 48px;
	text-align: center;
	border: 1px solid #e6e6e6;
	box-shadow: 1px 1px 6px 2px #cccccc47;
}
.fa.fa-phone.fasele {
	margin-left: 10px;
	background: #ececec;
	color: #000;
	padding: 4px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
}
.social-icons .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin: 5px;
  background-color: #f1f1f1;
  color: #333;
  transition: all 0.2s;
}
.social-icons .btn:hover { color: #fff; }
.telegram:hover { background-color: #0088cc; }
.whatsapp:hover { background-color: #25D366; }
.linkedin:hover { background-color: #0077b5; }
.email:hover { background-color: #dd4b39; }
.twitter:hover { background-color: #1da1f2; }
.facebook:hover { background-color: #3b5998; }
    
.social {
	text-align: left;
	font-size: 13px;
	line-height: 2px;
	margin-top: 29px;
	color: #9d9d9d;
}
a.nav-link {
    line-height: 18px;
    font-size: 13px;
    color: rgb(37 37 37);
    position: relative;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.05);
    display: block;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 15px;
}
li.nav-item {
    margin-left: 9px;
}
li.nav-item.active a.nav-link {
    background: #0b5f3b;
    color: #fff;
}

@media (max-width:768px) {
    #short_description {
    	line-height: 2.2 !important;
    	margin-bottom: 18px !important;
    }
    .social {
        text-align: center !important;
    }
    .name_class {
    	font-size: 20px !important;
    }
    #addtocart {
    	display: block !important;
    	width: 100% !important;
    	margin-top: 7px !important;
    }
    #main {
    	line-height: 24px;
    	color: #515151;
    }
    .mobile_hidden {
            display: none;
    }
    div#inventory {
        margin-top: 0 !important;
    }
    .iconslist {
        display: none;
    }  
     a.nav-link {
        font-size: 13px !important;
        padding: 7px 7px !important;
    }   
    
    
}