﻿/* ----------------------------- IMPORTS ----------------------------- */
@import "../../fontiran.css";

/* ----------------------------- COLORS CSS ROOT ----------------------------- */
:root {
    --colorPrimary: #d70a0c;
    --colorPrimaryDark: #FFCC01;
    --colorAccent: #0055FF;
    --colorTextDark: #232323;
    --colorTextLight: #858585;
    --colorStroke: #D2D2D2;
    --colorSecondary: #EF394E;
    --colorFooterBackground: #F9F9F9;
    --colorProp_1: #F7F7F7;
    --colorProp_2: #FBFBFB;
}
/* ----------------------------- BODY CSS CODE ----------------------------- */
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: iranyekan;
    scroll-behavior: smooth;
}
.rowtop{
margin:auto 250px auto 250px
}
.topheader{
	margin-top:-21px;
	padding:0px;
	background:transparent;
	width:100%;
	height:30px
}
.ggclr{
	color:#eee !important
}
.ggclr:hover{
	color:red !important
}
#searchdatafa{
	height: auto;
  background: white;
  margin-top: 0px;
  box-shadow: 5px 2px 8px;
  position: absolute;
  z-index: 200;
  width: 80%;
  margin-right: 6%;
}
body {
    direction: rtl;
    background: white;
}
.mySlides {
    display: none;
}

			#toprow{
		margin: auto 60px auto 60px;
	}
.curser {
    cursor: pointer;
}

.column {
    float: left;
    width: 16.66%;
}

.demo {
    opacity: 1;
}
.salerslider{
	width:103.6% !important;
	height:auto;
	background:#D32F2F;
	padding:30px;
	margin-right:-1%
}
body{
    --colorHeaderNavTrue: #d70a0c;
    --colorHeaderNavFalse: #858585;
    --colorNavUL: rgba(0, 0, 0, 0.9);
    --colorNavHoverBackground: rgba(255, 255, 255, 0.1);
    --colorHoverIconMenu: rgba(255, 255, 255, 0.1);
    --colorHoverIconMenuPrimary: #FFCC01;
    --colorIconMenu: #FFFFFF;
}
/* Dropdown Button */
#prdiv a{
font-size:14px;
    width: 90%;
}
.btnopener{
   width:50% !important;
   float:right !important;
   text-align:left;
   padding: 8px 16px !important;
   margin: 15px 0 !important;
}
.btnopnlink{
      color:white !important;
	  width:50% !important;
	  margin:10px 0px !important;
}
.text-center2 {
  border: 1px solid rgb(238, 238, 238);
  padding: 35px 10px 10px 0px;
  height: 200px;
}
.dropbtn {
  padding: 16px;
  font-size: 16px;
  border: none;
}
.info_secondary_area a {
    color: black;
    text-decoration: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.hrdiv{
	margin: 30px auto;
    border: 2px dashed red;
    max-width: 300px;
    min-width: 40px;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display:none;
  position: absolute;
  background-color: #FFF;
  margin: -10px -10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 50;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 50;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 2px 2px;
  text-decoration: none;
  display: block;
}
/* ---------------- LOGIN - PAGE CSS CODE ---------------- */
.search-design-product form button {
    width: 25px;
    height: 25px;
    outline: none;
    border: none;
    background: none;
}

.search-design-product form input {
    width: 70%;
    outline: none;
    border: none;
    font-size: 12.5px;
    color: var(--colorSearchText);
    background: none;
}

.search-design-product form input::placeholder {
    color: var(--colorSearchPlaceHolder);
}

.product_items {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-item {
    margin: 15px 0;
    cursor: pointer;
    position: relative;
    width: 260px;
    height: 360px;
    padding: 10px;
    background: var(--colorProduct);
    border: 2px solid var(--colorProductBorder);
    border-radius: 0 15px 80px 15px;
    transition: ease-in-out 0.3s;
}

.product-item:hover {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item:hover p {
    box-shadow: 3px 0 10px rgba(0, 0, 0, 0.25);
}

.product-item h3 {
    position: absolute;
    top: 180px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);

    max-width: 96%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    right: 15px;
}

.product-item img {
    position: absolute;
    width: 240px;
    height: 160px;
    border-radius: 0 5px 5px 5px;
    object-position: center;
    object-fit: cover;
    margin: 0 -2px;

}

.product-item .teacher-container {
    position: absolute;
    top: 225px;
    right: 15px;
}
.menue-leftbold{
    float: right !important;
    font-size: 16px !important;
    color: #ccc9c9 !important;
}

.product-item .teacher-container img {
    width: 25px;
    height: 25px;
    float: right;
    padding: 0;
}

.product-item .teacher-container h5 {
    font-size: 12.5px;
    color: var(--colorTitlesLightText);
    margin: 8px 30px;
    font-weight: normal;
}
.spanlink {
  display: inline-grid;
  align-items: center;
  text-align: center;
  font-size: 16px;
  margin: 2px;
}
.c-product__guarantee-text {
  width: 70%;
  border: 1px solid #9E9E9E;
  text-align: right;
  padding: 5px;
  border-radius: 10px;
  background-color: #C62828;
  color: white;
  font-size: 16px;
  text-align: center;
  padding:5px 20px
}
.product-item .ratebar-container {
    position: absolute;
    display: flex;
    flex-direction: row;
    top: 270px;
    left: 10px;
}

.product-item .ratebar-container svg {
    width: 25px;
    height: 25px;
}

.product-item h4 {
    position: absolute;
    top: 328px;
    left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTitlesDarkText);
}

.product-item .student-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 325px;
    right: 60px;
}

.product-item .student-container img {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
}
.btnsearch{
background-color: red;
  width: 4%;
  border: 0px black;
  height: 47px;
  margin-top: 0px;
  border-radius: 5px 0px 0px 5px !important;
}

.product-item .student-container h6 {
    margin-right: 25px;
    margin-top: 2px;
    font-size: 12.5px;
    color: var(--colorStudentCount);
}
.product-item p {
    bottom: -15px;
    right: 0;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: white;
    background: #008C86;
    border: 2px solid #2FB99D;
    padding: 10px 8px;
    border-radius: 50%;
    margin-top: 20px;
    transition: ease-in-out 0.3s;
}

/* Product Price*/
.product_price_area {
    background: white;
    padding: 16px 12px;
    box-shadow: 0 1px 4px var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.product_price_area button{
    background: var(--colorPrimary);
    padding: 5px 10px;
    font-size: 14px;
    color: white;
    margin-top: 30px;
    width: fit-content;
    border: none;
    border-radius: 3px;
    transition: 0.3s;
    outline: none;
}

.product_price_area button:hover{
    background: #e5680f;
}

.product_price_area h3 {
    font-size: 14px;
    color: var(--colorPrimary);
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 10px;
}

.product_price_area h3 span {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
}

.product_price_area h2 {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    margin-top: 30px;
}

.container-img {
    margin-top: 30px;
}

.image {
    display: block;
    width: 80%;
    height: auto;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 18px;
    text-align: center;
	opacity: 1;
}
.overlay2 {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 80%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    font-size: 18px;
    text-align: center;
}

.container-img:hover .overlay {
    opacity: 1;
}

.title-color {
    color: #1A237E;
}

.red-text-color {
    color: tomato;
}

.price-color {
    color: darkgray;
}
.product_price_area h2 span {
    font-size: 14px;
    color: #008C86;
    font-weight: bold;
}

.product_price_range_slider {
    position: relative;
}

.slider_track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    border-radius: 10px;
}

.product_price_range_slider input[type="range"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    pointer-events: none;
}

.product_price_range_slider input[type="range"]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-ms-track {
    appearance: none;
    height: 5px;
}

.product_price_range_slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.product_price_range_slider input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.product_price_range_slider input[type="range"]::-ms-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}


.product_price_range_slider input[type="range"]::-moz-range-thumb {
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background: #464646;
    border-radius: 50%;
    margin: -8px 0;
    pointer-events: auto;
    border: none;
}

.product_price_range_slider input[type="range"]:active::-webkit-slider-thumb {
    background: white;
    border: 3px solid #464646;
}

.product_category_area {

}

.product_category_area ul {
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
}

.product_category_area ul li {
    display: block;
    width: 100%;
}

.product_category_area ul li a{
    display: block;
    color: #464646;
    font-size: 12.5px;
    border-radius: 10px;
    border: 2px solid var(--colorPrimary);
    background: white;
    margin: 12px 0;
    padding: 8px 10px;
    text-decoration: none;
    transition: 0.5s;
}

.product_category_area ul li a:hover{
    color: white;
    font-size: 12.5px;
    border: 2px solid #337ab7;
    background: #337ab7;
}

.login_design{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.85);
    z-index: 1000;
    display: none;
}

.login_popup{
    width: 800px;
    height: 500px;
    background: white;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0 3px 6px rgba(0,0,0,0.35);
}
.rounded-lg{
    border: 1px solid transparent;
	border-radius:10px;
}
.close_login{
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 48%;
    transform: translate(-50%,0);
    padding: 8px 0 5px 0;
    display: block;
    font-size: 25px;
    font-weight: bold;
    background: #E64949;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: white;
    box-shadow: 0 -3px 6px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.close_login:hover{
    text-decoration: none;
    background: #DB2828;
    color: white;
    transform:scale(1.15);
    left: 45%;
}

.login_img{
    width: 100%;
    height: 500px;
    background: linear-gradient(30deg, rgba(0, 140, 134, 0.9), rgba(47, 185, 157, 0.85)), url("~/Images/Site/pic_login.jpg") no-repeat center center;
    border-radius: 25px 0 0 25px;
}

.login_img h5{
    color: white;
    font-size: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.login_form{
    width: 100%;
    height: 500px;
    text-align: center;
    padding: 20px 0;
}

.login_form img{
    width: 95px;
    height: 95px;
    margin: 10px;
}

.inputs{
    position: relative;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    border: 2px solid #858585;
    padding: 0 10px;
    margin: 15px 20px 15px 0;
}

.inputs h5{
    position: absolute;
    font-size: 12.5px;
    padding: 0 3px;
    color: #858585;
    top: -28px;
    right: 20px;
    background: white;
    font-weight: bold;
}

.inputs input{
    outline: none;
    border: none;
    padding: 8px 6px;
    margin: 0;
    width: 100%;
    background: none;
    text-align: left;
}

.inputs input.mobile_country{
    width: 50px;
    border-right: 2px solid #858585;
}

.btn_form{
    margin: 30px 0;
}

.btn_form button{
    margin: 0 8px;
    font-size: 14px;
    padding: 10px 50px;
    background: #1A237E;
    border: none;
    border-radius: 30px;
    outline: none;
    color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    transition: 0.5s;
}

.btn_form button:hover{
    padding: 10px 60px;
    background: #008C86;
}

.btn_form a{
    text-decoration: none;
    font-size: 12.5px;
    color: #1A237E;
    transition: 0.5s;
    font-weight: bold;
}

.btn_form a:hover{
    color: #008C86;
}

.go_form{
    margin-top: 20px;
}

.go_form h5{
    font-size: 12.5px;
    font-weight: bold;
    color: #858585;
}
.footer_social_area h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}
.footer_bottom_area h3 {
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextLight);
}

.important_brands_area a img {
    width: 100px;
    height: auto;
}

.footer_info_area > h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}
.go_form button{
    margin: 5px 0;
    font-size: 14px;
    padding: 8px 16px;
    font-weight: bold;
    background: white;
    border: 2px solid  #1A237E;
    border-radius: 30px;
    outline: none;
    color: #1A237E;
    transition: 0.5s;
}

.go_form button:hover{
    padding: 8px 50px;
    border: 2px solid  #008C86;
    color: #008C86;
}
    .festival{
    width:23%;
    margin:1%;
	float:right;
    }
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #1A237E;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
/* استایل زیرمنوها - ابتدا پنهان باشند */
.dropdown-content .submenu {
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  margin-top: -1px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/* استایل لینک‌های زیرمنو */
.dropdown-content .submenu a {
  color: black;
  padding: 8px 8px;
  text-decoration: none;
  display: block;
}

/* تغییر رنگ لینک‌های زیرمنو در هنگام هوور */
.dropdown-content .submenu a:hover {
  background-color: #1A237E;
  color: white;
}

/* نمایش زیرمنو هنگام هوور بر روی المان اصلی (هنگامی که روی آن کلیک می‌کنیم) */
.dropdown-content:hover .submenu {
  display: block;
}
/* کلاس‌ها و تنظیمات قبلی منو‌ها (همان‌طور که از قبل داشتید) */

/* زیر منوها */
.sub-dropdown {
  display: none; /* ابتدا زیر منو‌ها پنهان باشند */
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #f1f1f1;
  min-width: 260px;
  margin: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.ulli{
}
.ulli li{
float:right
}
/* وقتی روی آیتم زیرمنو هاور می‌کنیم، زیر منو‌های مرتبط نمایش داده شوند */
.dropdown-content .sub-dropdown {
  display: none;
}

.dropdown-content:hover .sub-dropdown {
  display: block;
}

.tv:hover .tvsub-dropdown {
  display: block;
}
.vertical-menu {
  width: 150px;
}

.vertical-menu a {
  background-color: #eee;
  color: black;
  text-align:center;
  display: block;
  padding: 12px;
  text-decoration: none;
}

.vertical-menu a:hover {
  background-color: #ccc;
  color:black
}

.vertical-menu a.active {
  background-color: var(--colorPrimary);
  color: white;
}
.content {
  padding: 16px;
}

.sticky66 {
  position: sticky;
  top: 0;
  width: 100%;
  z-index:100;
  background:#232f3e;
  opacity:1
}

.sticky + .content {
  padding-top: 60px;
}
.search-bar {
  height: 44px;
  width: 200px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  background: #fff;
}

.input {
  border: none;
  height: 25px;
  width: 150px;
  color: #1b1b1b;
  font-size: 15px;
  outline: none;
}

.input:not(:placeholder-shown) + .label {
  font-size: 9px;
  top: 3px;
  color: #00c853;
}

.input:focus ~ .label {
  font-size: 9px;
  top: 3px;
  color: #4279a3;
  transition: all 0.5s ease;
}

.label {
  color: #aaaaaa;
  position: absolute;
  top: 13px;
  pointer-events: none;
  transition: all 0.5s ease;
}

.search-btn {
  background: #4279a3;
  border-radius: 20px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  justify-content: center;
  cursor: pointer;
  right: 2px;
  position: absolute;
  transition: all 1s ease;
}

.icon {
  display: inline-flex;
}
.btnopnlink{
	width:90%
}
.btnopnprdk{
	color:white !important;
	float:right;
	margin:10px 0px
}
.icon-18 {
  width: 18px;
  height: 18px;
}

.highlight {
  width: 0px;
  height: 1px;
  background: #4279a3;
  position: absolute;
  bottom: 8px;
  transition: all 1s ease;
}

.input:focus ~ .highlight {
  width: 150px;
  transition: all 1s ease;
}

/* ----------------------------- DARK INFO CSS CODE ----------------------------- */
.dark_background_area {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.dark_background_area:after {
    width: inherit;
    height: inherit;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.85));
}

.dark_background_area img {
    object-position: top;
    object-fit: cover;
    z-index: -1;
    width: inherit;
    height: inherit;
}

/* ----------------------------- HEADER NAV CSS CODE ----------------------------- */
.header_main_area {
}

.header_nav_area nav {
    width: 100%;
    height: 60px;
}

.header_nav_area nav > a {
    float: right;
    line-height: 80px;
}

.header_nav_area nav > a img {
}

.header_nav_area nav ul {
    list-style: none;
    line-height: 80px;
    z-index: 5;
}

.header_nav_area nav ul li {
    display: inline-block;
}

.header_nav_area nav ul li a {
    display: block;
    color: var(--colorHeaderNavFalse);
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.price-now{
	font-size:20px;
	color:red
}
	.clr{
	background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    box-shadow: inset 0 0 5px 0px rgb(0 0 0 / 72%);
    box-shadow: inset 0px 0.1rem 2px 0px rgb(0 0 0 / 50%);
	}
.takhfif{
    font-size: 18px;
    line-height: auto;
    font-weight: 700;
    padding: 4px;
    background-color: #e6123d;
    color: #fff;
    border-radius: 20px;
    margin-right: 4px;
    width: 72px;
    text-align: center;
}
.takhfif::after {
  content: " % ";
}
#coloreid:hover #colorshow {
    opacity: 0.7;
}

.mobile-menus{
	float:right;
	padding:15px 18px 12px 0px;
	font-size:17px;
	width:100%;
	color:black;
}
#mover {
    animation: example 4s infinite;
}
.header_nav_area nav ul li a {
    display: block;
    color: var(--colorHeaderNavFalse);
    text-decoration: none;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: bold;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header_nav_area nav ul li a:hover, .nav_menu_active {
    color: red !important;
}

.burger_menu_btn {
    cursor: pointer;
    line-height: 80px;
    float: left;
    margin: -10px 15px;
    display: none;
}

.burger_menu_btn img {
    width: 30px;
    height: 30px;
    transition: 0.5s;
    transform: rotate(0deg);
}

#input_check_burger_menu {
    display: none;
}

/* ----------------------------- HEADER ICON MENU CSS CODE ----------------------------- */
.header_icon_menu {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
}

.header_icon_menu a {
    margin: 0 5px;
    padding: 8px;
    text-decoration: none;
    color: var(--colorIconMenu);
    font-size: 12.5px;
    font-weight: normal;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header_icon_menu a:hover {
    background: var(--colorHoverIconMenu);
    border-radius: 50%;
    color: var(--colorHoverIconMenuPrimary);
}

.header_icon_menu a svg {
    width: 25px;
    fill: white;
}

.header_icon_menu a:hover svg {
    fill: var(--colorHoverIconMenuPrimary);
}

/* ----------------------------- INFO SLIDER AREA CSS CODE ----------------------------- */
.info_slider_area {
    margin: 30px 0;
}

.info_slider_carousel {
    position: relative;
}


.info_slider_carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -25%);
    display: flex;
}

.info_slider_carousel .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.info_slider_carousel .owl-dots .owl-dot.active span {
    width: 25px;
    height: 25px;
    background: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
}

.info_slider_carousel .owl-dots .owl-dot span {
    background: var(--colorPrimary);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.info_slider_carousel .owl-dots .owl-dot span:hover {
    background: var(--colorPrimary);
}

.info_item {
    width: 100%;
    height: 630px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.info_item h2 {
    color: white;
    font-size: 35px;
    font-weight: bold;
}

.info_item p {
    color: var(--colorTextLight);
    font-size: 16px;
    font-weight: normal;
    max-width: 85%;
    line-height: 28px;
    margin: 50px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.info_item a {
    text-decoration: none;
    color: white;
    font-size: 12.5px;
    font-weight: normal;
    padding: 8px 30px;
    border: 2px solid white;
    border-radius: 10px;
    opacity: 0.8;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.info_item a:hover {
    opacity: 1;

    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

/* ----------------------------- SLIDER MAIN AREA CSS CODE ----------------------------- */
.slider_main_area {
    margin: 105px 0 100px 0;
}

.slider_main_carousel {
    position: relative;
}

.slider_main_carousel .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translate(-50%, -25%);
    display: flex;
}

.slider_main_carousel .owl-dots .owl-dot {
    outline: none;
    border: none;
}

.slider_main_carousel .owl-dots .owl-dot.active span {
    width: 25px;
    height: 25px;
    background: var(--colorPrimary);
    border: 2px solid var(--colorPrimary);
}

.slider_main_carousel .owl-dots .owl-dot span {
    background: var(--colorPrimary);

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.slider_main_carousel .owl-dots .owl-dot span:hover {
    background: var(--colorPrimary);
}

.slider_item {
    width: 100%;
    height: 500px;
    position: relative;
}

.slider_item:after {
    position: absolute;
    width: inherit;
    height: inherit;
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 90), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}

.slider_item img {
    z-index: -1;
    width: inherit;
    height: inherit;
    object-fit: cover;
    object-position: center;
}

.slider_main_title {
    z-index: 1;
    position: absolute;
    bottom: 15px;
    right: 15px;
    left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.slider_main_title h4 {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
    margin-top: 15px;
}

.slider_main_title a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    position: relative;
    width: 160px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.slider_main_title a span {
    font-size: 16px;
    font-weight: normal;
    color: var(--colorTextDark);
    z-index: 1;
    position: relative;
}

.slider_main_title a .liquid {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -80px;
    left: 0;
    background: var(--colorPrimary);
    /*-webkit-box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);*/
    /*box-shadow: inset 0 0 50px rgba(0, 0, 0, .5);*/

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.slider_main_title a .liquid::after,
.slider_main_title a .liquid::before {
    content: '';
    width: 200%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -75%);
}

.slider_main_title a .liquid::before {
    border-radius: 45%;
    background: rgba(255, 255, 255, 1);
    animation: liquid_animation 5s linear infinite;
}

.slider_main_title a .liquid::after {
    border-radius: 40%;
    background: rgba(255, 255, 255, .5);
    animation: liquid_animation 10s linear infinite;
}

.slider_main_title a:hover .liquid {
    top: -120px;
}
.socialmediamobile{
	display:none;
	position:fixed;
	left:5px;
	bottom:5px
}
.socialmediamobile a{
		z-index:500000
}
.socialmediamobile a img{
	margin-bottom:10px;
	z-index:500000
}

@keyframes liquid_animation {
    0% {
        transform: translate(-50%, -75%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -75%) rotate(360deg);
    }
}

/* ----------------------------- SMALL LINE AREA CSS CODE ----------------------------- */
.small_line_area {
    margin: 45px 0 35px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.small_line_area h2 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    padding: 10px 12px;
    border-bottom: 4px solid var(--colorPrimary);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    max-width: fit-content;
}

/* ----------------------------- CATEGORY MAIN AREA CSS CODE ----------------------------- */
.category_main_area {

}

.center_col {
    display: flex;
    justify-content: center;
}

.category_main_area a {
    text-decoration: none;
    margin-bottom: 15px;
}

.category_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    width: 100%;
    height: 100%;
    padding: 8px 16px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.category_item:hover {
    border-radius: 10px;

    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.category_item img {
    width: 100%;
    height: 100%;
    padding: 15px;
    margin-bottom: 10px;
}

.category_item h3 {
    color: var(--colorTextDark);
    font-size: 14px;
}

/* ----------------------------- PRODUCTS MAIN AREA CSS CODE ----------------------------- */
.products_main_area {
    margin: 0 15px;
}

.products_main_carousel a {
    text-decoration: none;
}

.product_item {
    display: flex;
    flex-direction: column;
    background: white;
    border: 2px solid var(--colorStroke);
    margin: 0 8px;
    padding: 10px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product_item:hover {
    border-radius: 10px;

    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.product_item img {
    padding: 0 15px 0 15px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product_item h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    text-align: right;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.available {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.available h6 {
    font-size: 12.5px;
    color: var(--colorTextLight);
    margin: 5px 0;
}

.available span {
    font-size: 12.5px;
    color: white;
    background: var(--colorSecondary);
    padding: 5px 8px 3px 8px;
    border-radius: 5px;
    text-align: center;
}

.product_item h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    text-align: left;
}

.product_item h3 span {
    font-size: 14px;
    color: var(--colorTextDark);
    text-align: left;
    margin-right: 5px;
}

.product_item button {
    font-size: 14px;
    color: var(--colorTextDark);
    background: var(--colorPrimary);
    border: 0;
    border-radius: 5px;
    outline: none;
    text-align: center;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product_item button:hover {
    background: var(--colorAccent);
    color: white;
}

.product_item:hover button {
    padding: 8px 16px;
    height: auto;
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}

/* ----------------------------- GO UP MAIN AREA CSS CODE ----------------------------- */
.go_up_main_area {
    margin-top: 80px;
    margin-bottom: 0;
    text-align: center;
}

.go_up_main_area a {
    font-size: 12.5px;
    color: var(--colorTextLight);
    border: 1px solid var(--colorStroke);
    padding: 8px 16px;
    border-radius: 5px;
    text-decoration: none;

    background: linear-gradient(to top, black 50%, white 50%);
    background-size: 100% 200%;
    background-position: right top;

    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.go_up_main_area a:hover {
    color: white;
    background-position: left bottom;
}

.go_up_main_area hr {
    border: none;
    height: 1px;
    background: var(--colorStroke);
}

/* ----------------------------- FOOTER MAIN AREA CSS CODE ----------------------------- */
.footer_main_area {
    background: var(--colorFooterBackground);
    margin-top: -16px;
    margin-bottom: -16px;
    display: flex;
    flex-direction: column;
}

/* ----------------------------- LOGO COMPANY AREA CSS CODE ----------------------------- */
.logo_company_area {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 45px 0;
}

.logo_company_area h1 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
    color: var(--colorTextDark);
}

/* ----------------------------- FEATURE FOOTER AREA CSS CODE ----------------------------- */
.feature_footer_area {

}

.feature_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
}

.feature_item img {
    width: 70px;
    height: auto;
}

.feature_item h6 {
    font-size: 12.5px;
    font-weight: normal;
    margin-top: 10px;
    color: var(--colorTextDark);
}

/* ----------------------------- FOOTER INFO MAIN AREA CSS CODE ----------------------------- */
.footer_info_main_area {
    margin: 45px 0;
}

.footer_info_area {
    display: flex;
    flex-direction: column;
    text-align: right;
    max-width: 50%;
}

.footer_info_area > h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}

.footer_info_area > p {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextLight);
    margin-top: 5px;
}

.info_secondary_area {
    margin: 10px 0;
}

.info_secondary_area img {
    width: 22px;
    height: 22px;
    float: right;
    margin-left: 8px;
    margin-top: 5px;
}

.info_secondary_area p {
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextLight);
    margin: 5px 0;
}

.footer_social_area {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-end;
    width: 50%;
}
#sarchor2{
    margin-bottom: 8px;
	height: 47px;
	border:1px solid black;
	width: 78%;
    width: 80%;
    margin-right: 6%;
	float:right
}
.footer_social_area h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}

.social_items {
    display: flex;
    flex-direction: row;
    margin: 20px 30px;
}
.social_items a{
	color:black;
	text-decoration:none
}
.social_items svg {
    width: 30px;
    height: 30px;
    fill: var(--colorTextLight);
    margin: 0 10px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social_items svg:hover {
    fill: var(--colorPrimary);
}

.important_brands_area {
    display: flex;
    flex-direction: row;
    margin: 45px 20px;
}

.important_brands_area a {
    text-decoration: none;
}

.important_brands_area a img {
    width: 100px;
    height: auto;
}

/* ----------------------------- FOOTER INFO MAIN AREA CSS CODE ----------------------------- */
.footer_bottom_area {
    text-align: center;
}

.footer_bottom_area hr {
    border: none;
    height: 1px;
    background: var(--colorStroke);
}

.footer_bottom_area h3 {
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextLight);
}

/* ----------------------------- PATH AREA CSS CODE ----------------------------- */
.path_area {
    display: flex;
    flex-direction: row;
    margin: 45px 0;
}

.path_area a {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextLight);
    text-decoration: none;
    margin-left: 5px;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.path_area a:hover {
    color: var(--colorAccent);
}

.path_area a span {
    margin-right: 5px;
}

/* ----------------------------- REVIEW MAIN AREA CSS CODE ----------------------------- */
.review_main_area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.review_area {
    display: flex;
    flex-direction: row;
}

.img_product_area {
    display: flex;
    flex-direction: column;
}

.img_product_area > img {
    width: 280px;
    height: 280px;
}

.list_img_product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.list_img_product a {
    text-decoration: none;
    border: 1px solid var(--colorStroke);
    border-radius: 5px;
    margin: 0 5px;
}

.list_img_product img {
    width: 50px;
    height: 50px;
    padding: 5px;
}

.list_img_product button {
    border: 1px solid var(--colorStroke);
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    position: relative;
}

.list_img_product button span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.list_img_product button img {
    filter: blur(3px);
    width: 40px;
    height: 40px;
}

.review_info_area {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.review_info_area h1 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}

.review_info_area h6 {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextLight);
    margin-top: 5px;
}

.colors_area {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 15px 0;
}

.colors_area h3 {
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTextDark);
    margin-top: 10px;
}

.colors_area button {
    margin-right: 5px;
    padding: 3px 6px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12.5px;
    font-weight: normal;
    border: 2px solid white;
    outline: none;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.colors_area button:hover, .color_selection {
    border: 2px solid var(--colorAccent) !important;
}

.colors_area button:nth-child(2) {
    background: #232323;
    color: white;
}

.colors_area button:nth-child(3) {
    background: #616161;
    color: white;
}

.colors_area button:nth-child(4) {
    background: #E6E6E6;
    color: black;
}

.review_info_area h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
}

.prop_list {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
}

.prop_list h5 {
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextLight);
}

.prop_list h4 {
    font-size: 12.5px;
    font-weight: bold;
    color: var(--colorTextDark);
    margin-right: 5px;
}

.review_info_area a {
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    color: var(--colorAccent);
}

.price_area {
    display: flex;
    flex-direction: column;
    background: var(--colorFooterBackground);
    border: 2px solid var(--colorStroke);
    border-radius: 10px;
    padding: 15px 10px;
    height: fit-content;
}

.product_detail {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.product_detail img {
    width: 25px;
    height: 25px;
}

.product_detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    margin: 0 6px;
    max-width: 250px;
    line-height: 25px;
}

.product_detail p {
    font-size: 12.5px;
    font-weight: normal;
    margin: 0 6px;
    max-width: 250px;
    line-height: 25px;
}

.product_detail:nth-child(2) {
    color: var(--colorTextDark);
}

.product_detail:nth-child(3) {
    color: var(--colorTextLight);
}

.product_detail:nth-child(4) {
    color: var(--colorPrimary);
}

.price {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.price > span {
    font-size: 12.5px;
    color: white;
    background: var(--colorSecondary);
    padding: 5px 8px 3px 8px;
    border-radius: 5px;
    text-align: center;
}

.price h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    text-align: left;
    margin-top: 5px;
}

.price h3 span {
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextDark);
    text-align: left;
    margin-right: 5px;
}

.price_area > h3 {
    font-size: 12.5px;
    font-weight: bold;
    color: var(--colorTextLight);
    text-align: left;
    margin-left: 40px;
    text-decoration: line-through;
}

.price_area > button {
    font-size: 14px;
    font-weight: normal;
    outline: none;
    border: none;
    border-radius: 5px;
    background: var(--colorPrimary);
    color: var(--colorTextDark);
    padding: 8px 16px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 15px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.price_area > button svg {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    fill: var(--colorTextDark);

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.price_area > button:hover {
    background: var(--colorAccent);
    color: white;
}

.price_area > button:hover svg {
    fill: white;
}

/* ----------------------------- TABS PRODUCT MAIN AREA CSS CODE ----------------------------- */
.tabs_product_main_area {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 25px;
}

.tabs_product_main_area button {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextLight);
    padding: 10px 12px;
    border: none;
    outline: none;
    margin-left: 15px;
    background: none;
    max-width: fit-content;
    border-bottom: 4px solid white;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tabs_product_main_area button:hover, .tabs_product_main_area button.btn_tabs_active {
    border-bottom: 4px solid var(--colorPrimary);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    color: var(--colorTextDark);
}

.tabs_content_area {
    display: none;
}

/* ----------------------------- CONTENT PROPERTIES CSS CODE ----------------------------- */
.prop_content {
    display: flex;
    flex-direction: column;
}

.prop_content h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorTextDark);
    margin-top: 15px;
}

.prop_content h3 span {
    font-size: 16px;
    font-weight: bold;
    color: var(--colorPrimary);
    margin: 8px 0 0 5px;
}

.list_prop_group {
    display: flex;
    flex-direction: row;
}

.list_prop_group h4 {
    width: 200px;
    padding: 8px 16px;
    background: var(--colorProp_1);
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTextDark);
}

.list_prop_group p {
    width: 100%;
    padding: 5px 16px;
    background: var(--colorProp_2);
    font-size: 14px;
    font-weight: normal;
    color: var(--colorTextDark);
    margin: 0 5px 8px 0;
}

.list_prop_group p img {
    width: 15px;
    height: 15px;
}

/* ----------------------------- CONTENT COMMENTS CSS CODE ----------------------------- */
.comments_area {
    display: flex;
    flex-direction: column;
}

.comment_item {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid var(--colorStroke);
    border-radius: 10px;
    background: white;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.comment_item:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.comment_detail {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comment_detail img {
    width: 25px;
    height: 25px;
}

.comment_detail h3 {
    font-size: 14px;
    font-weight: bold;
    color: var(--colorTextDark);
    margin: 6px 10px 0 10px;
}

.comment_detail h6 {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextLight);
    margin: 6px 0 0 0;
}

.comment_item > p {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextDark);
    line-height: 22px;
    margin: 15px 0;
}

.comment_replay {
    display: flex;
    flex-direction: row;
}

.comment_replay h3 {
    font-size: 14px;
    font-weight: bold;
    color: var(--colorAccent);
}

.comment_replay p {
    max-width: 80%;
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextLight);
    margin-right: 10px;
}

.send_comment {
    margin-top: 35px;
}

.send_comment form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.send_comment form textarea {
    font-size: 12.5px;
    font-weight: normal;
    color: var(--colorTextDark);
    width: 85%;
    height: 150px;
    border-radius: 10px;
    border: 1.5px solid var(--colorAccent);
    margin-bottom: 15px;
    padding: 8px 10px;
}

.send_comment form button {
    font-size: 14px;
    font-weight: bold;
    background: var(--colorPrimary);
    color: var(--colorTextDark);
    border-radius: 5px 15px 15px 5px;
    padding: 8px 6px;
    display: flex;
    flex-direction: row;
    border: none;
    outline: none;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.send_comment form button svg {
    width: 20px;
    height: 20px;
    fill: var(--colorTextDark);
    margin-left: 10px;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.send_comment form button:hover {
    background: var(--colorAccent);
    color: white;

    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.send_comment form button:hover svg {
    fill: white;
}

/* ----------------------------- SEARCH BOX AREA CSS CODE ----------------------------- */
.search_box_area {
    z-index: 5;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.search_box_area > img {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 8px;
    background: rgba(0, 0, 0, 0.85);
    border-radius: 50%;
    cursor: pointer;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search_box_area > img:hover {
    transform: scale(1.2);
    margin: 0 -20px;
}


.search_box_area form {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.25);
    border-radius: 12px;
    width: 375px;
}

.search_box_area form input {
    background: none;
    border: none;
    outline: none;
    color: white;
    padding: 8px;
    font-size: 16px;
    font-weight: normal;
}

.search_box_area form button {
    border: none;
    outline: none;
    background: var(--colorAccent);
    padding: 8px 16px;
    border-radius: 0 12px 12px 0;

    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.search_box_area form button img {
    width: 30px;
    height: 30px;
}

.search_box_area form button:hover {
    background: var(--colorPrimary);
}


/* ----------------------------- MEDIA MAIN SS CODE ----------------------------- */
@media screen and (max-width: 1400px) {


}

@media screen and (max-width: 1200px) {
			.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
	.rowtop {
  margin: auto 0px auto 0px;
}
	  .footer_social_area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 45px 15px 0 15px;
    width: 50%;
  }
				#toprow{
		margin: 0px;
	}
.socialmediamobile{
	display:none
}
	  .burger_menu_btn {
    display: block;
  }
	.header_icon_menu{
		display:none
	}
}
@media screen and (max-width: 320px) {
	body {
		max-width:97%;
	}
}
@media screen and (max-width: 980px) {
	body {
		max-width:99%;
		margin-right:0.5% !important;
	}
	.category_item img {
    padding: 0px;
   }
	.varanty_items {
    display: block;
	}
		.varanty_items a {
    display: block;
	}
		.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
    /* ------------------ HEADER ICON MENU - MEDIA CSS CODE ------------------ */
    .header_icon_menu {
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin: 20px 0;
    }

    .header_icon_menu a {
        margin: 0 5px;
        padding: 8px;
        text-decoration: none;
        color: var(--colorIconMenu);
        font-size: 12.5px;
        font-weight: normal;
    }

    .header_icon_menu a:nth-child(1):after {
        content: 'حساب کاربری';
    }



    .header_icon_menu a:hover {
        background: var(--colorHoverIconMenu);
        border-radius: 3px;
        color: var(--colorHoverIconMenuPrimary);
    }

    .header_icon_menu a svg {
        width: 25px;
        fill: var(--colorIconMenu);
    }

    .header_icon_menu a:hover svg {
        fill: var(--colorHoverIconMenuPrimary);
    }

    /* ------------------ INFO SLIDER AREA - MEDIA CSS CODE ------------------ */
    .info_slider_area {
        margin: 0;
    }

    .info_item {
        width: 100%;
        height: 580px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .info_item h1 {
        color: white;
        font-size: 30px;
        font-weight: bold;
    }
		#toprow{
		margin: auto 60px auto 60px;
	}

    /* ------------------ REVIEW MAIN AREA - MEDIA CSS CODE ------------------ */
    .review_main_area {
        display: flex;
        flex-direction: column;
        justify-content: normal;
    }

    .review_area {
        display: flex;
        flex-direction: column;
    }

    .img_product_area {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .img_product_area > img {
        width: 345px;
        height: 345px;
    }

    .list_img_product {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

    .review_info_area {
        display: flex;
        flex-direction: column;
        margin: 35px 0;
    }

    .price_area {
        position: fixed;
        z-index: 4;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        background: var(--colorFooterBackground);
        border: none;
        border-radius: 0;
        padding: 10px 0 0 0;
        height: fit-content;

        -webkit-box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.16);
    }

    .product_detail {
        display: flex;
        flex-direction: row;
        margin-bottom: 6px;
    }

    .product_detail img {
        width: 20px;
        height: 20px;
    }

    .product_detail h3 {
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTextDark);
        margin: 0 6px;
        max-width: 100%;
        line-height: 25px;
    }

    .product_detail p {
        font-size: 12.5px;
        font-weight: normal;
        margin: 0 6px;
        max-width: 100%;
        line-height: 25px;
    }

    .product_detail:nth-child(2) {
        color: var(--colorTextDark);
    }

    .product_detail:nth-child(3) {
        color: var(--colorTextLight);
    }

    .product_detail:nth-child(4) {
        color: var(--colorPrimary);
    }

    .price {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        margin: 5px;
    }

    .price > span {
        font-size: 12.5px;
        color: white;
        background: var(--colorSecondary);
        padding: 5px 8px 3px 8px;
        border-radius: 5px;
        text-align: center;
    }

    .price h3 {
        font-size: 14px;
        font-weight: bold;
        color: var(--colorTextDark);
        text-align: left;
        margin-top: 5px;
    }

    .price h3 span {
        font-size: 14px;
        font-weight: normal;
        color: var(--colorTextDark);
        text-align: left;
        margin-right: 5px;
    }

    .price_area > h3 {
        font-size: 12.5px;
        font-weight: bold;
        color: var(--colorTextLight);
        text-align: left;
        margin-left: 45px;
        text-decoration: line-through;
    }

    .price_area > button {
        font-size: 14px;
        font-weight: normal;
        outline: none;
        border: none;
        border-radius: 0;
        background: var(--colorPrimary);
        color: var(--colorTextDark);
        padding: 8px 16px;
        text-align: center;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-top: 0;

        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
	    .login_popup{
        width: 95%;
        height: 500px;
        background: white;
        border-radius: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 3px 6px rgba(0,0,0,0.35);
    }
	    .login_form{
        width: 100%;
        height: 500px;
        text-align: center;
        padding: 30px 0;
    }
	    .login_img{
        display: none;
    }

    body {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 768px) {
		.centered-content p{
   text-align:center
    }
	.header_nav_area nav ul li a{
		float:right
	}
	#pricechanger2{
		margin-top:63px
	}
	#searchdatafa{
	height: auto;
  background: white;
  margin-top: 0px;
  box-shadow: 5px 2px 8px;
  position: absolute;
  z-index: 200;
width: 99%;
    margin-right: 0.5%;
}
	.salerslider{
  width: 114.59% !important;
  padding: 10px;
  margin-right: -8%;
		margin-top:30px
	}
	.rounded-lg{
width: 114% !important;
    margin: 5px -26px;
	}
	.prsh2{
		width:262px !important
	}
	.container {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto;
  margin-left: auto;
}
			#toprow{
		margin: 0px;
	}
	.socialmediamobile{
	display:inline
    }
	#sarchor2{
		float: right;
	}

    /* ------------------ INFO SLIDER AREA - MEDIA CSS CODE ------------------ */
    .info_item h1 {
        color: white;
        font-size: 28px;
        font-weight: bold;
    }

    /* ------------------ SLIDER MAIN AREA - MEDIA CSS CODE ------------------ */
    .slider_main_title {
        z-index: 1;
        position: absolute;
        bottom: 15px;
        right: 15px;
        left: 15px;
        display: flex;
        flex-direction: column;
        justify-content: normal;
        align-items: center;
    }

    .slider_main_title h4 {
        color: white;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 15px;
        text-align: center;
    }

    .slider_main_title a {
        display: block;
        padding: 8px 16px;
        text-decoration: none;
        position: relative;
        width: 160px;
        border-radius: 10px;
        overflow: hidden;
        text-align: center;
    }

    /* ----------------------------- FOOTER INFO MAIN AREA CSS CODE ----------------------------- */
    .footer_info_area {
        display: flex;
        flex-direction: column;
        text-align: right;
        margin: 0 15px;
        max-width: 100%;
    }

    .footer_social_area {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 45px 15px 0 15px;
        width: 100%;
    }

    .social_items {
        display: block;
        flex-direction: row;
        margin: 20px 0;
    }
	    .social_items a {
        display: block;
    }

    .important_brands_area {
        display: flex;
        flex-direction: row;
        margin: 45px 0;
    }

}

@media screen and (max-width: 1080px) {
	.header_icon_menu{
		display:none
	}
		.btnsearch{
		  margin-top: -22px;
			width: 10%;
	}

    /* ------------------ HEADER NAV - MEDIA CSS CODE ------------------ */
	#sarchor2{
    margin-top: -22px;
    width: 90%;
		margin-right: 0px;
	}
	.rowtop{
margin:auto 0px auto 0px
}
    .burger_menu_btn {
        display: block;
    }

    .header_nav_area nav ul {
        list-style: none;
        line-height: normal;
        position: fixed;
        top: 112px;
        left: -100%;
        width: 100%;
        height: 100%;
        padding-bottom: 150px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        overflow-y: auto;
        background: #232f3e;
        z-index: 5;

        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }

    .header_nav_area nav ul li {
        display: block;
    }

    .header_nav_area nav ul li a {
        width: 100%;
        display: block;
        color: var(--colorHeaderNavFalse);
        text-decoration: none;
        padding: 8px 16px;
        font-size: 16px;
        margin: 15px 0;
        font-weight: bold;
        border-radius: 5px;

        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
	.slider {
    padding-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}

.small2 {
    font-size: 14px;
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.small2 .small-ul {
    display: flex;
    position: absolute;
    top: 0;
}
.fltright{
	float:right;
}
.small2 .small-ul li {
    margin-left: 25px;
    transition: width 1s ease-in-out;
    margin-left: -4px;
}

.small2 .small-span {
    position: absolute;
    top: calc(50% - 20px);
    opacity: 0.1;
    cursor: pointer;
    color: #fff;
    text-shadow: 1px 2px 10px rgba(0, 0, 0, 1);
}

.small2 .small-span :hover {
    opacity: 0.5;
}

.small2 .small-span:first-of-type {
    right: 10px;
}

.small2 .small-span:last-of-type {
    left: 10px;
}

    .header_nav_area nav ul li a:hover, .nav_menu_active {
        color: var(--colorHeaderNavTrue) !important;
        background: var(--colorNavHoverBackground);
    }

    #input_check_burger_menu:checked ~ ul {
        left: 0;
    }

    #input_check_burger_menu:checked ~ .burger_menu_btn .rotate_burger {
        transition: 0.5s;
        content: url("../../../Images/Site/ic_close_menu.svg");
        transform: rotate(180deg);
    }

    /* ------------------ SLIDER MAIN AREA - MEDIA CSS CODE ------------------ */
    .slider_main_area {
        margin: 145px 15px 100px 15px;
    }

    .slider_item {
        width: 100%;
        height: 250px;
        position: relative;
    }
}
@media screen and (max-height: 475px) {
	.login_popup{
		overflow: auto;
		height:100% !important ;
	}
}