/* Start Of CSS Reset  Line 1 To 97 */
/**
 * html5doctor.com 
Reset Stylesheet v1.6.1 
 * Richard Clark 
 * http://cssreset.com
 */

 @font-face {
    font-family: Yekan Bakh;
    src: url('fonts/YekanBakh-VF.woff');
    src: url('fonts/YekanBakh-VF.woff2');
    src: url('fonts/YekanBakhFaNum-VF.woff');
    src: url('fonts/YekanBakhFaNum-VF.woff2');
    /*src: url('fonts/YekanBakhNoEn-VF.woff');*/
    /*src: url('fonts/YekanBakhNoEn-VF.woff2');*/
}

 @font-face {
    font-family: Bakhnum;
    src: url('fonts/YekanBakhFaNum-VF.woff');
    src: url('fonts/YekanBakhFaNum-VF.woff2');
    YekanBakhFaNum-Black.woff
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 100;
	src: url('fonts/YekanBakh-thin.woff') format('woff'),   
	url('fonts/YekanBakh-thin.woff2') format('woff2');		
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/YekanBakh-Light.woff') format('woff'),   
	url('fonts/YekanBakh-Light.woff2') format('woff2');	
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: normal;
	src: url('fonts/YekanBakh-Regular.woff') format('woff'),   
	url('fonts/YekanBakh-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 600;
	src: url('fonts/YekanBakh-SemiBold.woff') format('woff'),   
	url('fonts/YekanBakh-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/YekanBakh-Bold.woff') format('woff'),   
	url('fonts/YekanBakh-Bold.woff2') format('woff2'); 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 800;
	src: url('fonts/YekanBakh-ExtraBold.woff') format('woff'),   
	url('fonts/YekanBakh-ExtraBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 900;
	src: url('fonts/YekanBakh-Black.woff') format('woff'),   
	url('fonts/YekanBakh-Black.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 950;
	src: url('fonts/YekanBakh-ExtraBlack.woff') format('woff'),   
	url('fonts/YekanBakh-ExtraBlack.woff2') format('woff2');		 
}

:root {
    /* Primary Colors */
    --primary-color: #85c441;
    --primary-dark: #5e9820;
    --primary-darker: #4d7e18;
    --primary-light: #b4f96a;
    --primary-lighter: #cdff97;
    --primary-pale: #ebffd6;
    
    /* Secondary Colors */
    --secondary-color: #4f4e4e;
    
    /* Text Colors */
    --text-primary: #1c2d00;
    --text-secondary: #434141;
    --text-muted: #858585;
    --text-light: #6e6e6e;
    --text-lighter: #999;
    --text-dark: #000;
    --text-white: #fff;
    --text-darker: #1d1c1c;
    --text-menu: #004225;
    --text-green: #003008;
    --text-article: #333333;
    --text-footer: #626c3d;
    --text-footer-light: #546a3d;
    --text-error: #dc3545;
    
    /* Background Colors */
    --bg-primary: #efefef;
    --bg-white: #fff;
    --bg-light: #f3f3f3;
    --bg-lighter: #f7f7f7;
    --bg-menu: #e9e9e9;
    --bg-menu-sub: #f6f6f6;
    --bg-footer: #dddddd;
    --bg-dark: #262626;
    --bg-darker: #454741;
    --bg-transparent: rgba(0, 0, 0, 0.5);
    
    /* Border Colors */
    --border-primary: #ccc;
    --border-light: #e1e1e1;
    --border-lighter: #e3e3e3;
    --border-dark: #555;
    
    /* Cart Colors */
    --cart-bg: #262626;
    --cart-text: #ededed;
    --cart-item-bg: #eee1;
    
    /* Status Colors */
    --success-color: var(--primary-color);
    --error-color: #ff0000;
    --warning-color: #ffff00;
    --info-color: #256eff;
    --danger-color: #f64749;
    
    /* Legacy compatibility - to be phased out */
    --theam-color: var(--primary-color);
    --theam-second-color: var(--secondary-color);
}

/* Scrollbar colors using variables */
body, html {
 scrollbar-color: var(--primary-color) var(--cart-bg);
}

 html, body, div, span, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 abbr, address, cite, code,
 del, dfn, em, img, ins, kbd, q, samp,
 small, strong, sub, sup, var,
 b, i,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section, summary,
 time, mark, audio, video {
     margin:0;
     padding:0;
     border:0;
     outline:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
 }

 *{
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

 body {
     line-height:1.5em;
 }

img{
  width: 100%;
  display: block;
  max-width:100%;
}

.logo img {
    max-width: 80%;
}

a {
  color: var(--dark);
}

label {
  font-weight: bold;
  font-size: 13px;
  color: var(--text-white);
}

.btn-search {
    position: absolute;
    top: 0px;
    border: none;
}

/* Bootstrap Grid System */
.container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}

.cls-1{fill:none;}
.cls-1,.cls-2{stroke: var(--text-white); stroke-width:3px;}
.cls-2{fill: var(--primary-color); stroke-miterlimit:10;}
.cls-3,.cls-4{isolation:isolate;}
.cls-4{font-size:27px; fill: var(--primary-dark); font-family:'Bakhnum'; font-weight:700;}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  position:relative;
  max-width:1170px;
  margin:0 auto;
}

.row-no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row-no-gutters [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: right;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
      float: right;
  }
  .col-sm-12 {
      width: 100%;
  }
  .col-sm-11 {
      width: 91.66666667%;
  }
  .col-sm-10 {
      width: 83.33333333%;
  }
  .col-sm-9 {
      width: 75%;
  }
  .col-sm-8 {
      width: 66.66666667%;
  }
  .col-sm-7 {
      width: 58.33333333%;
  }
  .col-sm-6 {
      width: 50%;
  }
  .col-sm-5 {
      width: 41.66666667%;
  }
  .col-sm-4 {
      width: 33.33333333%;
  }
  .col-sm-3 {
      width: 25%;
  }
  .col-sm-2 {
      width: 16.66666667%;
  }
  .col-sm-1 {
      width: 8.33333333%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
      float: right;
  }
  .col-md-12 {
      width: 100%;
  }
  .col-md-11 {
      width: 91.66666667%;
  }
  .col-md-10 {
      width: 83.33333333%;
  }
  .col-md-9 {
      width: 75%;
  }
  .col-md-8 {
      width: 66.66666667%;
  }
  .col-md-7 {
      width: 58.33333333%;
  }
  .col-md-6 {
      width: 50%;
  }
  .col-md-5 {
      width: 41.66666667%;
  }
  .col-md-4 {
      width: 33.33333333%;
  }
  .col-md-3 {
      width: 25%;
  }
  .col-md-2 {
      width: 16.66666667%;
  }
  .col-md-1 {
      width: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
      float: right;
  }
  .col-lg-12 {
      width: 100%;
  }
  .col-lg-11 {
      width: 91.66666667%;
  }
  .col-lg-10 {
      width: 83.33333333%;
  }
  .col-lg-9 {
      width: 75%;
  }
  .col-lg-8 {
      width: 66.66666667%;
  }
  .col-lg-7 {
      width: 58.33333333%;
  }
  .col-lg-6 {
      width: 50%;
  }
  .col-lg-5 {
      width: 41.66666667%;
  }
  .col-lg-4 {
      width: 33.33333333%;
  }
  .col-lg-3 {
      width: 25%;
  }
  .col-lg-2 {
      width: 16.66666667%;
  }
  .col-lg-1 {
      width: 8.33333333%;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

 .containerclass {
  transition: 0.5s;
  position: relative;
  right: 0px;
 }

 article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
     display:block;
 }

 nav ul {
     list-style:none;
 }

 blockquote, q {
     quotes:none;
 }

 blockquote:before, blockquote:after,
 q:before, q:after {
     content:'';
     content:none;
 }

 a {
     margin:0;
     padding:0;
     font-size:100%;
     vertical-align:baseline;
     background:transparent;
 }

 ins {
     background-color: var(--warning-color);
     color: var(--text-dark);
     text-decoration:none;
 }

 mark {
     background-color: var(--warning-color);
     color: var(--text-dark);
     font-style:italic;
     font-weight:bold;
 }

 del {
     text-decoration: line-through;
 }

 abbr[title], dfn[title] {
     border-bottom:1px dotted;
     cursor:help;
 }

 table {
     border-collapse:collapse;
     border-spacing:0;
 }

 hr {
     display:block;
     height:1px;
     border:0;
     border-top:1px solid var(--border-primary);
     margin:1em 0;
     padding:0;
 }

 input, select {
     vertical-align:middle;
     font-family:'bakhnum','Yekan Bakh','Tahoma',IRANSans;
 }

/* End Of CSS Reset */

/* Start Of Main Styles */

body {
    font-family:'Yekan Bakh','Tahoma',IRANSans;
    color: var(--text-muted);
    background: var(--bg-primary);
    margin: 0;
    padding: 0;
    direction: rtl;
}

*{
  box-sizing:border-box;
}

h1 {
    font-family: 'Bakhnum';
}

.topmargin {
    margin-top: 200px;
}

li {
   list-style: none;
}

a {
  text-decoration: none;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}

header {
 width: 100%;
 float: right;
 position: relative;
 z-index: 999;
}

header .header{
 width: 100%;
 float: right;
 background: var(--bg-white);
 position: relative;
 margin-bottom:30px;
}

header .logo{
  float: right;
  margin-left: 15px;
}

header .logo img{
  width: 120px;
  padding: 5px 0px;
}

.search{
  float: right;
  width: 50%;
  position: relative;
  margin: 24px 0px;
}

.search-header-box{
  float: right;
  width: 100%;
  /*border: 1px solid var(--border-primary);*/
  border-radius: 10px;
  padding: 2px;
  position: relative;
}

.search-header {
  align-items: center;
  justify-content: center;
  margin: 0px;
}

.search-header input {
  border: none;
  padding: 5px;
  border-radius: 5px;
  color: var(--text-muted);
  width: 100%;
  box-shadow: none;
  background-color: var(--bg-lighter);
  transition: .3s
}

.search-header .show-input {
  width: 195px!important;
  margin-right: 0px;
  padding: 5px;
}

.search-header i {
  margin-left: 0!important;
  outline: none;
  cursor: pointer;
  width: 26px;
  height: 26px;
  float: left;
  position: absolute;
  left: 5px;
  top: 4px;
}

.search-header i svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary-color);
  fill: var(--primary-color);
}

.lolo {
    display:inline-block;
}

.cart{
  float: left;
  z-index: 999;
  position: fixed;
  margin: 20px 0px;
  margin-left: -65px;
  padding-left: 7px;
}

.cart-ltr {
  direction:ltr;
}

.header-top{
  background: var(--primary-color);
  height: 30px;
  float: right;
  width: 100%;
}

/* Menu Styles */
.menu {
  width: auto;
  float: right;
}

.menu-container {
  width: 80%;
  margin: 0 auto;
  background: var(--bg-menu);
}

.menu-mobile {
  display: none;
  padding: 6px;
}

.menu-mobile:after {
  font-size: 2.5rem;
  content: "";
  padding: 0;
  width: 40px;
  display: block;
  position: relative;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve'%3E%3Crect y='3' style='fill:%23556080;' width='50' height='2'/%3E%3Crect y='17' style='fill:%23556080;' width='50' height='2'/%3E%3Crect y='31' style='fill:%23556080;' width='50' height='2'/%3E%3C/svg%3E");
  height: 31px;
  background-repeat: no-repeat;
  margin: 0 auto;
  top: 10px;
}

.menu-dropdown-icon:before {
  content: "";
  display: none;
  cursor: pointer;
  float: right;
  padding: 2em 1em;
  color: #807f7f;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M492,236H276V20c0-11.046-8.954-20-20-20c-11.046,0-20,8.954-20,20v216H20c-11.046,0-20,8.954-20,20s8.954,20,20,20h216 v216c0,11.046,8.954,20,20,20s20-8.954,20-20V276h216c11.046,0,20-8.954,20-20C512,244.954,503.046,236,492,236z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.menu>ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}

.menu>ul:before,
.menu>ul:after {
  content: "";
  display: table;
}

.menu>ul:after {
  clear: both;
}

.menu>ul>li {
  float: right;
  padding: 0;
  margin: 0;
}

.menu>ul>li.menu-dropdown-icon:after {
  float: right;
  padding: 0;
  margin: 0;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.011 512.011' style='enable-background:new 0 0 512.011 512.011;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M505.755,123.592c-8.341-8.341-21.824-8.341-30.165,0L256.005,343.176L36.421,123.592c-8.341-8.341-21.824-8.341-30.165,0 s-8.341,21.824,0,30.165l234.667,234.667c4.16,4.16,9.621,6.251,15.083,6.251c5.462,0,10.923-2.091,15.083-6.251l234.667-234.667 C514.096,145.416,514.096,131.933,505.755,123.592z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
  top: 20px;
}

.menu>ul>li a {
  text-decoration: none;
  padding: 10px 10px;
  display: block;
  color: var(--text-menu);
}

.menu>ul>li:hover>a {
  color: var(--primary-color);
  position: unset;
}

.menu>ul>li.menu-dropdown-icon:hover:after {
  display: none;
}

.menu>ul>li>ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul:before,
.menu>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33%!important;
  background: none;
  float: right;
}

.menu>ul>li>ul>li a {
  color: var(--text-menu);
  padding: .4em 0;
  width: 95%;
  font-size: 0.8rem;
  display: block;
  border-bottom: 1px solid var(--border-primary);
}

.menu>ul>li>ul>li>ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu>ul>li>ul>li>ul:before,
.menu>ul>li>ul>li>ul:after {
  content: "";
  display: table;
}

.menu>ul>li>ul>li>ul:after {
  clear: both;
}

.menu>ul>li>ul>li>ul>li {
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  font-size: .8em;
}

.menu>ul>li>ul>li>ul>li a {
  border: 0;
}

.menu>ul>li>ul.normal-sub {
  width: 650px;
  left: auto;
  border: 1px solid var(--primary-color);
  border-radius: 0 0 5px 5px;
  border-top-color: var(--bg-menu-sub);
  background-color: var(--bg-menu-sub) !important;
  transition:0.5s;
}

.inlinecat {
  display:flex;
}

.menu>ul>li>ul.normal-sub>li {
  width: 100%;
}

.menu>ul>li>ul.normal-sub>li a {
  border: 0;
  /*padding: 1em 0;*/
  /*padding-top: 18px;*/
  padding-left: 5px;
  align-content: center;
}

.menu>ul>li>ul.normal-sub>li a:hover {
  color: var(--primary-color);
}

a:hover {
  color: var(--primary-dark);
}

.cat-th-img {
  display:inline-block;
  width:55px;
}

/* Modal Styles */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-transparent);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-in-out;
  direction:ltr;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--bg-white);
  border-radius:20px;
  max-width: 80%;
}

.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  cursor: pointer;
  width: 24px;
  color: var(--text-white);
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 6px;
}

.wrapper{
  overflow: hidden;
  max-width: 321px;
  background: var(--bg-white);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
}

.wrapper .title-text{
  width: 100%;
}

.wrapper .title{
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -18px;
}

.wrapper .slide-controls{
  position: relative;
  display: flex;
  height: 50px;
  width: 98%;
  overflow: hidden;
  margin: 30px 0 10px 0;
  justify-content: space-between;
  border: 1px solid var(--primary-color);
  border-radius: 20px;
}

.slide-controls .slide{
  height: 100%;
  width: 100%;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.6s ease;
}

.slide-controls label.signup{
  color: var(--text-dark);
}

.slide-controls .slider-tab{
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  z-index: 0;
  border-radius: 15px;
  background-color: var(--primary-color);
}

.number-input {
  height: 35px;
  margin: 5px 0 5px 0;
  justify-content: space-between;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  padding:5px 10px;
  vertical-align: middle;
  font-family: 'bakhnum','Yekan Bakh', 'Tahoma', IRANSans;
  text-align: left;
  float: left;
}

input[type="radio"]{
  display: none;
}

#signup:checked ~ .slider-tab{
  left: 50%;
}

#signup:checked ~ label.signup{
  color: var(--text-white);
  cursor: default;
  user-select: none;
}

#signup:checked ~ label.login{
  color: var(--text-dark);
}

#login:checked ~ label.signup{
  color: var(--text-dark);
}

#login:checked ~ label.login{
  cursor: default;
  user-select: none;
}

.wrapper .form-container{
  width: 100%;
  overflow: hidden;
}

.container-signup {
  width: 100%;
}

.form-container .form-inner{
  display: flex;
  width: 100%;
}

.form-container .form-inner form{
  width: 50%;
}

.form-inner form .field{
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.form-inner form .field input{
  direction: rtl;
  height: 100%;
  width: 98%;
  outline: none;
  padding-right: 15px;
  border-radius: 15px;
  border: 1px solid var(--primary-color);
  font-size: 17px;
}

.form-inner form .field input:focus{
  border-color: #104801;
}

.form-inner form .field input::placeholder{
  color: var(--text-lighter);
  transition: all 0.3s ease;
}

form .field input:focus::placeholder{
  color: #104801;
}

.form-inner form .pass-link{
  direction:rtl;
  margin-top: 20px;
  padding-right:20px;
}

.form-inner form .signup-link{
  text-align: center;
  margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a{
  color: #104801;
  text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover{
  text-decoration: underline;
}

form .btn{
  height: 50px;
  width: 100%;
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

form .btn .btn-layer{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: rgb(77,126,24);
  background: linear-gradient(90deg, rgba(77,126,24,1) 0%, rgba(133,196,65,1) 35%, rgba(94,152,32,1) 100%);
  border-radius: 15px;
}

form .btn:hover .btn-layer{
  left: 0;
}

form .btn input[type="submit"]{
  height: 100%;
  width: 100%;
  z-index: 1;
  position: relative;
  background: none;
  border: none;
  color: var(--text-white);
  padding-left: 0;
  border-radius: 15px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

/* Slider Styles */
.slider-swiper{
  position: relative;
  width: 100%;
  float: right;
  border-top: 0px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-top:-30px;
}

.slider-swiper .swiper-container{
  padding: 0px;
}

/* Cart Icon */
.icon-cart{
  position: relative;
  width: 50px;
  height: 50px;
  text-decoration: none;
  /*padding: 5px;*/
  cursor: pointer;
}

.icon-cart>svg{
  position: relative;
  width: 52px;
  height: 52px;
  right: 0;
  padding: 5px;
  border: 1px solid var(--primary-color);
  background-color: var(--bg-white);
  border-radius: 10px;
}

.icon-cart span{
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--error-color);
    top: 2px;
    left: 19px;
  padding: 10px;
  font-family: 'Bakhnum';
}

/* Cart Tab */
.cartTab{
  width: 410px;
  max-width: 100%;
  background-color: var(--cart-bg);
  color: var(--cart-text);
  position: fixed;
  top: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 80px 1fr 70px;
  right: -410px;
  transition: 0.5s;
  z-index: 1000;
  direction:rtl;
}

.cartTab h3 {
  margin: auto;
}

.cartTab h1{
  padding: 20px;
  margin: 0;
  font-weight: 300;
}

.cartTab .btn-slider{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 410px;
}

.cartTab button{
  background-color: var(--primary-color);
  border: none;
  font-family:'Yekan Bakh','Tahoma','IRANSans', Poppins;
  font-weight: 500;
  cursor: pointer;
}

.cartTab .close-slide{
  background-color: #eee;
}

.listCarttap{
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 0px;
}

.listCarttap::-webkit-scrollbar{
  width: 0;
}

activeTabCart .cartTab{
  right: 0;
}

body.activeTabCart .container{
  transform: translateX(-250px);
}

.sitem{
  margin: 0 10px;
}

.listcart .sitem{
  font-size: 12px;
  display: grid;
  grid-template-columns: 70px 150px 70px auto;
  text-align: center;
  align-items: center;
}

.listcart .sitem img{
  width: 60px;
  height: 60px;
  border-radius: 8px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.listcart .sitem .name {
  color: var(--primary-lighter);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: 'Bakhnum';
}

.listcart .quantity span{
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 12%;
  color: var(--border-dark);
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.listcart .quantity span:nth-child(2){
  background-color: transparent;
  color: var(--primary-lighter);
  cursor: auto;
}

.quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Bakhnum';
}

.quantity span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #eee;
  border-radius: 12%;
  color: var(--border-dark);
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.listcart .sitem:nth-child(even){
  background-color: var(--cart-item-bg);
  margin: 4px 0;
  padding: 4px 10px;
}

.listcart{
  overflow-x: hidden;
  height: calc(100vh - 150px);
  width: 100%;
  overflow-y: scroll;
}

.listcart::-webkit-scrollbar {
  width: 7px;
}
 
.listcart::-webkit-scrollbar-track {
  background: var(--text-dark);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.listcart::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border: unset;
}

.listcart .totalPrice,.curency {
  color: var(--primary-lighter);
}

.totalPrice,.curency {
  display:none;
}

.trashCan {
  position: relative;
  width: 20px;
  height: auto;
  margin: 0 auto;
  padding-top: 4px;
}

/* Navigation */
nav {
  display: block;
  position: absolute;
  z-index: 12;
  width: 100%;
  float: right;
  top: 113.5px;
}


nav .menubox{
  width: 100%;
  padding: 0px 40px;
}

nav .menu-row{
  width: 100%;
  float: right;
  background: var(--bg-menu-sub);
  border-radius: 0px 0px 15px 15px;
  position: relative;
}

.sing{
  float: left;
  display: flex;
}

.sing a{
  color: var(--text-white);
}
  
.Exit {
  border-right: 1px solid var(--text-white);
  border-radius: 0px 0 0px 12px;
}

.SignUp {
  background: var(--primary-color);
  height: auto;
  float: right;
  position: relative;
  padding: 10px 10px;
  cursor: pointer;
  color: var(--text-white);
}

.SignUp:hover {
  background-color: var(--primary-dark);  
}

.slide-img {
  text-align: center;
  width: 100%;
  float: right;
}

.imgc {
  display: none!important;
}

main {
  background-color: var(--bg-primary);
  width: 100%;
  float: right;
}

.newProducts .pd-new{
  text-align: center;
  width: 100%;
}

.newProducts .pd-new img{
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 275px;
  margin: 0 auto;
  width: auto;
}

.newProducts .pd-new h3{
  width: 100%;
  float: right;
  line-height: 2;
  margin-top: 20px;
  font-size:13px;
}
        
.newProducts .pd-new a{
  color: var(--text-secondary);
}

section {
  width: 100%;
}

.Produts-dir {
  background-color: var(--bg-primary);
  height: auto;
  padding-top: 10px;
}

.svg-1 {
  margin-top: 10px;
  margin-bottom: 16px;
}

.pd-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.pd {
  display: inline-block;
  text-align: center;
  width: calc(20% - 20px);
}

@media (max-width: 480px) {
  .pd{
    width: calc(45% - 9px);
  }
}

.pd-new{
  text-align: center;
}

.PD-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  float: right;
}

.PD-img-sub>p {
  padding: 22px; 
}

.PD-img-sub>p {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-dark);
  padding: 5px;
  text-align:center;
  width: 100%;
  float: right;
}

.Banner {
}

.B-img {
  width: 100%;
}

.About_Us {
  line-height: 2.5;
}

.About_Us>p {
  margin: 20px 30px;
}

.HotSell {
  height:400px ;
}

.NewProducts {
  height:400px ;
  margin-bottom: 20px;
}

.npd-center {
  width: 100%;
  height: auto;
  background-color: var(--bg-light);
  float: right;
  border-radius: 20px;
}

.npd-m {
  width: 100%;
  float: right;
}

.nPD-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.BestSold {
}

.bestsold-dir {
  direction: ltr;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
  border-radius: 25px;
}

.bestsold-title {
  width: 25%;
  background-color: var(--primary-color);
  border-radius: 25px 0 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bestsold-title h2 {
  color: var(--text-white);
  font-size:18px;
  font-family: 'Bakhnum';
  text-align: center;
}

.bestsold-list {
  width: 75%;
  justify-content: center;
  align-items: center;
  border-radius:0 25px 25px 0;
  /*background-color:#fcfcfc;*/
    background-color:#f3f3f3;
  
}

.bestsold {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.bestsold img {
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
}

.product-list h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.bestsold h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

.bestsold p {
  font-size: 16px;
  margin-bottom: 10px;
}


.art-base {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.art-base a {
  display: inline-block;   /* یا contents */
  text-decoration: none;   /* اختیاری */
  color: inherit;          /* برای حفظ رنگ متن */
}


.Ar-img {
  width: 30%;
  padding: 5px;
  background-color: var(--primary-color);
  border-radius: 0px 10px 10px 0;
}

.art-title {
  color: var(--text-footer);
  border-radius: 5px 5px 0 0;
  padding: 5px 10px;
  font-size:14px;
}

.art-short {
  font-size: 12px;
  color: var(--text-footer-light);
}

.article {
  height:auto;
  width: 100%;
  float: right;
  margin-top: 50px;
}

.article .articlebox{
  width: 46%;
  max-height: 140px;
  float: right;
  overflow: hidden;
  margin:0 10px 10px 10px;
  display: flex;
}

/*.article  .articlebox a img{*/
/*  border-radius: 0px 0px 30px 30px;*/
/*  height: 140px;*/
/*  width: auto;*/
/*  display: block;*/
/*  max-width: 100%;*/
/*  margin: 0 auto;*/
/*}*/

.article  .articlebox img{
  /*border-radius: 0px 0px 30px 30px;*/
  height: 140px;
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.article  .articlebox a h2{
  width: 100%;
  float: right;
  text-align: center;
  line-height: 3;
  color: var(--text-dark);
}

.artrowcolor {
  color: var(--text-article);
}

.artBG  {
  background-color: var(--bg-footer);
  border-radius:10px 0 0 10px;
  display:block;
  width:75%;
}

/* Products List */
.listProduct {
  width:100%;
  padding: 20px;
  padding-top:0;
  text-align: right;
  direction: rtl;
  /*display: inline-flex;*/
  /*margin: 50px auto;*/
}

.listProductcenter {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  /*margin-top:212px;*/
  
}

.listProduct{
  /*margin-bottom: 40px        */
}    

.item {
  margin: 12px 8px;
  display: inline-block;
  position: relative;
  width: 21%;
  padding-bottom: 12px;
  border:1px solid var(--border-lighter);
  border-radius: 10px;
  overflow: hidden;
  font-family:'Bakhnum';
}

h3.name {
  font-family: 'Bakhnum';
  font-size: 14px;
  color: #3e3e3e;
  margin: 5px auto 0px auto;
}

.imgBox {
  height: auto;
  box-sizing: border-box;
}

.imgBox img {
  display: block;
  width: 100%;
  height: auto;
}

.imgBox>img {
  border-radius: 10px 10px 0 0;
}

.details {
  text-align:center;
}

.details h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  color: var(--text-darker);
  font-weight: bold;
}

.details .price {
  position: absolute;
  top: 40px;
  left: 20px;
  font-weight: bold;
  color: var(--text-green);
  font-size: 14px;
}

button.addCart  {
  position: absolute;
  bottom: -1px;
  right: -4px;
  height: 38px;
  width: 103%;
  border: 1px solid var(--text-white);
  background-color: var(--primary-color);
  cursor: pointer;
  transition: 0.2s;
  font-family: 'Bakhnum';
}

button.addCart:active {
  background-color: var(--primary-color);
}

button.addCart:hover {
  box-shadow: 0 0 20px 12px rgb(182 213 98 / 28%);
  background-color: var(--primary-dark);
}

button.addCart0 {
    position: absolute;
    bottom: 23px;
    cursor: pointer;
    transition: 0.2s;
    height: 5px;
    width: 100%;
    border: 1px solid var(--text-white);
    background-color: var(--error-color);
    left: 28px;
    font-family: 'Bakhnum';
    border-radius: 14px;
    text-align: center;
    justify-self: anchor-center;
    
  /*position: absolute;*/
  /*bottom: -2px;*/
  /*cursor: pointer;*/
  /*transition: 0.2s;*/
  /*height: 38px;*/
  /*width: 104%;*/
  /*border: 1px solid var(--text-white);*/
  /*background-color: var(--error-color);*/
  /*left: -2px;*/
  /*font-family: 'Bakhnum';*/
}

.addCart1 {
  position: absolute;
  bottom: -8px;
  right: 5px;
  height: 40px;
  width: 125px;
  border: 8px solid var(--bg-primary);
  background-color: var(--primary-color);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s;
  font-family: 'Bakhnum';
  font-size: 10px;
}

.addCart1:hover {
  background-color: var(--primary-dark);
  color: var(--text-white);
}

.all_prices>p {
  position: absolute;
  padding: 5px;
  box-sizing: border-box;
  transition: 0.7s;
  height: 30px;
  color: var(--text-dark);
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.all_prices > p:not(:first-child) {
  padding-right: 10px;
}

.all_prices_left>p {
  left: -178px;
  top: 30px;
  width: 70%;
  background-color: var(--primary-color);
  visibility: hidden;
}

.all_prices_right>p {
  right: -109px;
  top: 30px;
  width: 42%;
  background-color: var(--primary-light);
  visibility: hidden;
}

.all_prices_dis>p {
  position: absolute;
  right: 159px;
  top: 30px;
  width: 30px;
  background-color: var(--warning-color);
  display: none;
  z-index: 2;
}

.item:hover .all_prices_left>p {
  left: 66px;
  visibility: visible;
}

/*.item:hover .all_prices_right>p {*/
/*  right: 132px;*/
/*  visibility: visible;*/
/*}*/

.item:hover .all_prices_right>p {
  right: 132px;
  visibility: visible;
}

.all_prices_left p:first-child {
  visibility:hidden;
}

.all_prices_right p:first-child {
  background-color: var(--primary-light);
  padding-right: 0;
  top:-30px;
  width: 100%;
  right: -6px !important;
  justify-content: center;
}

.item:hover .all_prices_right p:first-child {
  top:30px;
}

.item:hover .all_prices_left p:first-child {
  visibility:hidden;
}

.all_prices_left>p:nth-child(2) {
  top: 60px;
  background-color: var(--primary-dark);
  transition: 1.12s;
}

.all_prices_right>p:nth-child(2) {
  top: 60px;
  background-color: var(--primary-pale);
  transition: 1.24s;
}

.all_prices_dis>p:nth-child(2) {
  top: 60px;
}

.all_prices_left>p:nth-child(3) {
  top: 90px;
  transition: 1.02s;
}

.all_prices_right>p:nth-child(3) {
  top: 90px;
  transition: 1.05s;
}

.all_prices_dis>p:nth-child(3) {
  top: 90px;
}

.all_prices_left>p:nth-child(4) {
  top: 120px;
  background-color: var(--primary-dark);
  transition: 0.8s;
}

.all_prices_right>p:nth-child(4) {
  top: 120px;
  background-color: var(--primary-pale);
  transition: 0.7s;
}

.all_prices_dis>p:nth-child(4) {
  top: 120px;
}

.all_prices_left>p:nth-child(5) {
  top: 150px;
  transition: 0.6s;
}

.all_prices_right>p:nth-child(5) {
  top: 150px;
  background-color: var(--primary-light);
  transition: 0.5s;
}

.all_prices_dis>p:nth-child(5) {
  top: 150px;
}

.all_prices_left>p:nth-child(6) {
  top: 180px;
  background-color: var(--primary-dark);
  transition: 0.9s;
}

.all_prices_right>p:nth-child(6) {
  top: 180px;
  background-color: var(--primary-pale);
  transition: 0.8s;
}

.all_prices_dis>p:nth-child(6) {
  top: 180px;
}

.all_prices_left>p:nth-child(7) {
  top: 210px;
  background-color: var(--primary-color);
  transition: 0.3s;
}

.all_prices_right>p:nth-child(7) {
  top: 210px;
  background-color: var(--primary-light);
  transition: 0.6s;
}

.Limited_startQuantity {
  display:none;
}

.Limited_endQuantity {
  display:none;
}

.ptext {
  display: block;
  margin-top: 40px;
  font-weight: bold;
  font-size: 16px;
}

.btn-add {
  display: block;
  padding: 5px;
  color: #181616;
  margin: 5px auto;
  background: #5bff76;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  cursor: pointer;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  left: 10%;
  right: 10%;
}

.btn-add:hover {
  color: var(--text-white);
  background: #45a152;
}

/* Product List Page */
.product-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  max-width: 1500px;
  margin: 0 auto;
}

.product-image {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  margin-top: -2px;
}

.product-image img {
  width: 60px;
  height: 60px;
  margin-top: 10px;
}

.product-name {
  font-size: 18px;
}

.product-name h2,p{
  margin: 5px;
  font-size:14px;
  font-family: 'Bakhnum';
  font-weight: 300;
  /*color: #313131;*/
}

.product-description {
  font-size: 14px;
  font-family: 'Bakhnum';
}

.product-price {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
}

.product-quantity {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.product-quantity-decrease,
.product-quantity-increase {
  width: 20px;
  height: 24px;
  border: 1px solid var(--border-primary);
  cursor: pointer;
}

.product-quantity-input {
  width: 40px;
  height: 20px;
  border: 1px solid var(--border-primary);
  text-align: center;
}

.product-total-price {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* Product Page */
.card-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}

.img-display{
  box-sizing: border-box;
  overflow: hidden;
  max-width: 500px;
  height:auto;
}

.img-showcase{
  width: 100%;
}

.img-showcase img{
  max-width: 90%;
  border-radius: 8px;
}

.img-select{
  display: flex;
}

.img-item{
  box-sizing: border-box;
  margin: 0.3rem;
}

.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-left: 0;
}

.img-item:hover{
  opacity: 0.8;
}

.img-item img{
  width: 142px;
  height: 142px;
  border: solid 1px var(--border-primary);
}

.product-content{
}

.product-title{
  font-size: 21px;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin-bottom: 17px;
}

.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.product-price span{
  font-weight: 400;
}

.last-price span{
  color: var(--danger-color);
  text-decoration: line-through;
}

.new-price span{
  color: var(--info-color);
}

.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}

.product-detail p{
  font-size: 0.9rem;
  padding: 0.3rem;
  opacity: 0.8;
}

.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
  list-style-type: none;
}

.pro-detail-Inpage ul li{
  margin: 0;
  list-style: none;
  background: url(favicon.ico) right top no-repeat;
  background-size: 24px;
  padding-right: 1.7rem;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}

.pro-detail-Inpage ul li span{
  font-weight: 600;
  font-family:Bakhnum;
}

.purchase-info{
  margin: 1.5rem 0;
  display: flex;
}

.purchase-info1{
  position: relative;
  display: inline-block;
  width: 21%;
  height: 134px;
}

.purchase-info2{
  display: inline-block;
  width:73%;
  position: relative;
}

.p_info2 {
  position:absolute;
  bottom: 5px;
  height: 120px;
}

.btn-slider {
  height: 55px;
  position: fixed;
  bottom: 0 !important;
}

.purchase-info input,
.purchase-info .btn-slider{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-left: 0.2rem;
  margin-bottom: 1rem;
}

.purchase-info input{
  width: 60px;
}

.purchase-info .btn-slider{
  cursor: pointer;
  color: var(--text-white);
}

.purchase-info .btn-slider:first-of-type{
  background: var(--info-color);
}

.purchase-info .btn-slider:last-of-type{
  background: var(--danger-color);
}

.purchase-info .btn-slider:hover{
  opacity: 0.9;
}

.pro-detail-Inpage {
}

.pro_info {
  display: inline-block;
}

.p_inline:first-child {
  margin-bottom: 4px;
}

.p_inline {
  display: block ;
  margin:0;
  margin-bottom: 2px;
}

.pro-pg-line1{
  border: 1px solid var(--primary-color);
}

.pro-pg-line{
  border: 1px dotted var(--primary-color);
}

.img-display {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.pro_info {
  display: block;
  width: 58%;
}

.product-content {
}

.pro-detail-Inpage {
}

.purchase-info {
  margin-top: 1rem;
}

.product-imgs{
  width: 40%;
}

@media screen and (min-width: 992px){
  .card-wrapper{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .product-imgs{
    width: 40%;
  }
  
  .product-content{
    padding-top: 0;
  }
}

/* Footer */
footer {
  padding-top: 10px;
  width: 100%;
  float: right;
  direction: rtl;
  margin-top: 30px;
  position: relative;
  font-family: 'Bakhnum';
}

footer:after{
  content:"";
  width:100%;
  position: absolute;
  background: var(--primary-color);
  height: calc(100% - 200px);
  bottom: 0px;
  z-index: -1;
}

.middle {
  max-width: 100%;
  margin: 0 auto;
}

.middle-m {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
}

.Information1 {
  height: 80px;
  background: #E5E5E5;
  border: 1px solid var(--border-light);
  border-radius: 25px 25px 0 0;
  position: relative;
}

.Information2 {
  height: auto;
  background: #EEEEEE;
  /*border: 1px solid var(--border-light);*/
  /*border-radius: 0 0 25px 25px;*/
  position: relative;
  /*margin-bottom: 50px;*/
}

.Information3 {
    height: auto;
    background: #EEEEEE;
    border-radius: 0 0 25px 25px;
    position: relative;
    margin-bottom: 50px;
}

.inlinecatfoot {
    display: inline-block;
    padding: 7px 10px;
    border-radius: 10px;
    margin: 2px;
    /*background-color: #a7a7a730;*/
    background-color: #ffffff3d;
}
    
.inlinecatfootastyle {
    padding: 10px 20px;
}
.we {
  width: 100%;
  float: left;
}

.address{
  padding:0px 20px;
}

.we>p  {
  text-align: right;
  padding: 15px 10px;
  font-size: 15px;
  font-weight: bold;
  margin: 0px;
  text-align: center;
  padding-bottom: 10px;
}

.Trust-link {
  display: inline-block;
  width: 20%;
  margin-bottom: 4px;
}

.trustbox{
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  padding: 10px;
  justify-content: center;
}

.Trust-link>a {
}

.TL-img {
  width: 100%;
  height: auto;
  background-color: #EBEBEB;
  border-radius: 14px;
  border: 1px solid var(--border-primary);
}

.TL-img:hover {
  border: 1px solid var(--primary-color);
}

.nTL-img  {
  width: auto;
  height: auto;
  padding: 5px;
  display: block;
  max-height: 85px;
  margin: 0 auto;
}

.Icon-M {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0px 10px;
}

.Icon-link {
  margin-left: 1px;
  height: 58px;
}

.Icon-link>a {
  display: inline-block;
}

.I-img {
  width: 56px;
  height: 56px;
  overflow: hidden;
}

.I-img:hover .stdorrizan {
  fill: var(--primary-dark);
}

.nI-img  {
  width: 56px;
  height: 56px;
}

.In-M {
  width: 100%;
  margin: 0 auto;
}

.In-link {
  margin: 2px 0px;
  display: inline-block;
}

.In-link>a {
  display: inline-block;
}

.In-img {
  width: 78px;
  height: 74px;
  background-color: #9171cc;
  border-radius: 6px;
}

.nIn-img  {
  width: 78px;
  height: 74px;
}

.p1 {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

.location {
  height: auto;
  width: 100%;
  padding: 10px;
  border: solid 1px var(--primary-color);
  border-radius:20px;
}

.UpBottom {
  width: 100%;
  height: 254px;
  background: var(--primary-color);
}

.CopyWrite {
  width: 100%;
  height: auto;
  background: var(--primary-dark);
  text-align: center;
  color: var(--text-white);
  line-height: 3;
  font-size: 13px;
  padding: 0px 10px;
}

/* Article */
.article_rtl {
  padding:240px 40px 40px 40px;
  direction: rtl;
}

.art-content {
  max-width: 1300px;
  margin: 0px auto;
  position: relative;
  top: 60px;
  margin-bottom: 60px;
}

.invisible {
 display: none;
}

.similar {
  width: 100%;
  margin:0 auto;
  float: none;
}

.myproduct {
  color:#3d3d3d;
  /*margin-top: 70px;*/
}

.cursor {
  cursor: pointer;
}

.faktorha {
  position: relative;
  top: 70px;
  width: 100%;
}

.st30{fill: var(--primary-color);}
.st41{display:none;}

/* Animations */
.column::after {
  content: '';
  clear: both;
  display: block;
}

.column div {
  position: relative;
}

.column div:first-child {
}

figure {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hover14 figure {
  position: relative;
}

.hover14 figure::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover14 figure:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

.trustbox {
  padding-top:0px;
}

.p2 {
  margin-top: -10px;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.sabad {
  width: 43px;
  height: 43px;
  left: 0px;
  position: absolute;
  bottom: 9px;
  z-index: 11;
}

.sabad1 {
  position: absolute;
  width: 99px;
  height: 99px;
  right: 12px;
  bottom: 28px;
}

/* Form Styles */
.form-group {
  position: relative;
}

.form-control.is-invalid {
  border-color: var(--text-error);
}

.invalid-feedback {
  display: none;
  color: var(--text-error);
  position: absolute;
  bottom: -20px;
  left: 0;
}

.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.tooltip .tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: var(--text-white);
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 500;
  top: 120%;
  left: -5%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: small;
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
  z-index:100px;
}

button#print-btn {
  padding: 9px;
  border-radius: 12px;
  font-family: 'Bakhnum';
  font-size: small;
  font-weight: 600;
  border: 2px solid;
  border-color: var(--primary-color);
}

body {
  font-family:'Yekan Bakh','Tahoma',IRANSans;
  color: var(--text-muted);
  background: var(--bg-primary);
  margin: 0;
  padding: 0;
  direction: rtl;
}

h3 {
  font-family: 'Bakhnum';
}

.margintop {
  margin-top: 200px;
}

.edit-btn {
  padding: 3px;
  border-radius: 5px;
  border: none;
  font-family: 'Bakhnum';
  font-size: small;
  font-weight: 600;
  border: 2px solid;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  float: left;
  margin-left: 5px;
  background-clip: content-box;
  color: var(--text-dark);
  margin-top: 20px;
}

@media print {
  body * {
    visibility: hidden;
  }

  .print-area,
  .print-area * {
    visibility: visible;
  }

  .print-area {
    position: absolute;
    left: 0;
    top: 0;
  }
  .tooltip-text, #print-btn { display: none; }
}

.Icon-link1 {
  margin-left: 5px;
}

.p-border {
  border:1px solid var(--border-primary);
  padding:5px;
  border-radius: 5px;
  display: inline-block;
}

.p-border:hover {
  border:1px solid var(--primary-color);
}

.errorlist {
  display: none;
}

#mobile-register-form {
  width: 100%;
  direction: rtl;
}

#id_mobile_number1  {
  color: var(--text-light);
}

#mynumlabel {
  color: var(--text-light);
  position: relative;
  top: 13px;
}

.send_btn {
  width: 69%;
  float: left;
  margin-top: 5px;
  border: 1px solid var(--primary-color);
  padding: 5px;
  border-radius: 5px;
}

#message-container {
  margin-top: 15px;
  float: right;
  text-align: center;
  direction: rtl;
}

input[type=text]:focus {
  border: 0.5px solid var(--primary-dark);
  outline-color: #85c441;
}

.tcolorfaktor {
  background: var(--bg-darker);
  color: #e3e3e3;
  border-radius: 15px 15px 0 0;
  display: flex;
  max-width: 1110px;
  justify-content: left;
  position: relative;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
  height: 290px;
}

.tcolorfaktorf {
  background: var(--bg-darker);
  color: #e3e3e3;
  border-radius: 15px 15px 0 0;
  display: flex;
  max-width: 1110px;
  justify-content: left;
  position: relative;
  margin: 0 auto;
  border-radius: 15px 15px 0 0;
  font-weight: 600;
}

.pishi {
  width: 90px;
  display: inline-block;
  position: relative;
  bottom: -125px;
  left: 120px;
}

.bottom-margin {
  margin-bottom:120px;
}

.footoffactor {
  background-color: var(--bg-darker);
  padding: 15px;
  border-radius: 0 0 15px 15px;
  font-family: 'Bakhnum';
  max-width: 1110px;
  height: auto;
  margin: 0 auto;
}

#addToHomeScreen {
  border-left: solid 1px var(--text-white) !important;
  display: none;
}

    * {
    /*border:none!important;*/
  }









 
    /*استایل های  ادیتور جدید*/
    /* متغیرهای پایه برای همه استایل‌ها – ریسپانسیو بر اساس em */
:root {
    --bx-pad-y: 0.15em;
    --bx-pad-x: 0.45em;
    --bx-radius-soft: 0.35em;
    --bx-radius-pill: 999px;
}

/* استایل پایه‌ی همه باکس‌ها */
[class^="bx-"],
[class*=" bx-"] {
    display: inline-block;
    padding: var(--bx-pad-y) var(--bx-pad-x);
    border-radius: var(--bx-radius-soft);
    text-decoration: none;
}

/* لینک داخل باکس‌ها */
[class^="bx-"] a,
[class*=" bx-"] a {
    text-decoration: none;
    color: inherit;
}

/* حالت hover روی خود span و روی لینک داخلش */
[class^="bx-"]:hover,
[class*=" bx-"]:hover,
[class^="bx-"] a:hover,
[class*=" bx-"] a:hover {
    text-decoration: none;
}

/* 1) زرد ملایم */
.bx-yellow-soft {
    background: #fef9c3;
    border: 1px solid #facc15;
    color: #78350f;
}
.bx-yellow-soft:hover {
    background: #fef08a;
}

/* 2) زرد پررنگ */
.bx-yellow-strong {
    background: #facc15;
    border: 1px solid #eab308;
    color: #451a03;
}
.bx-yellow-strong:hover {
    background: #eab308;
}

/* 3) نارنجی ملایم */
.bx-orange-soft {
    background: #ffedd5;
    border: 1px solid #fdba74;
    color: #7c2d12;
}
.bx-orange-soft:hover {
    background: #fed7aa;
}

/* 4) نارنجی پررنگ */
.bx-orange-strong {
    background: #fdba74;
    border: 1px solid #ea580c;
    color: #7c2d12;
}
.bx-orange-strong:hover {
    background: #f97316;
}

/* 5) قرمز ملایم */
.bx-red-soft {
    background: #fee2e2;
    border: 1px solid #fca5a5;
    color: #7f1d1d;
}
.bx-red-soft:hover {
    background: #fecaca;
}

/* 6) قرمز هشدار (قوی) */
.bx-red-strong {
    background: #fecaca;
    border: 1px solid #dc2626;
    color: #7f1d1d;
}
.bx-red-strong:hover {
    background: #fca5a5;
}

/* 7) صورتی روشن */
.bx-pink-soft {
    background: #fdf2f8;
    border: 1px solid #f9a8d4;
    color: #831843;
}
.bx-pink-soft:hover {
    background: #fce7f3;
}

/* 8) صورتی پررنگ */
.bx-pink-strong {
    background: #f9a8d4;
    border: 1px solid #db2777;
    color: #831843;
}
.bx-pink-strong:hover {
    background: #f472b6;
}

/* 9) سبز ملایم */
.bx-green-soft {
    background: #dcfce7;
    border: 1px solid #86efac;
    color: #14532d;
}
.bx-green-soft:hover {
    background: #bbf7d0;
}

/* 10) سبز تیره */
.bx-green-strong {
    background: #4ade80;
    border: 1px solid #22c55e;
    color: #064e3b;
}
.bx-green-strong:hover {
    background: #22c55e;
}

/* 11) سبز قیمت (پیل‌شکل) */
.bx-green-price {
    background: #ecfdf5;
    border: 1px solid #16a34a;
    color: #166534;
    border-radius: var(--bx-radius-pill);
    padding: var(--bx-pad-y) calc(var(--bx-pad-x) * 1.4);
}
.bx-green-price:hover {
    background: #d1fae5;
}

/* 12) آبی ملایم */
.bx-blue-soft {
    background: #dbeafe;
    border: 1px solid #93c5fd;
    color: #1e3a8a;
}
.bx-blue-soft:hover {
    background: #bfdbfe;
}

/* 13) آبی پررنگ */
.bx-blue-strong {
    background: #60a5fa;
    border: 1px solid #2563eb;
    color: #1e3a8a;
}
.bx-blue-strong:hover {
    background: #3b82f6;
}

/* 14) بنفش ملایم */
.bx-purple-soft {
    background: #f3e8ff;
    border: 1px solid #d8b4fe;
    color: #581c87;
}
.bx-purple-soft:hover {
    background: #e9d5ff;
}

/* 15) بنفش تیره */
.bx-purple-strong {
    background: #c4b5fd;
    border: 1px solid #7c3aed;
    color: #312e81;
}
.bx-purple-strong:hover {
    background: #a855f7;
}

/* 16) خاکستری روشن */
.bx-gray-soft {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #374151;
}
.bx-gray-soft:hover {
    background: #e5e7eb;
}

/* 17) خاکستری پررنگ */
.bx-gray-strong {
    background: #e5e7eb;
    border: 1px solid #9ca3af;
    color: #111827;
}
.bx-gray-strong:hover {
    background: #d1d5db;
}

/* 18) مشکی ملایم (برای تم‌های خاص) */
.bx-black-soft {
    background: #111827;
    border: 1px solid #4b5563;
    color: #f9fafb;
}
.bx-black-soft:hover {
    background: #020617;
}

/* 19) هشدار حاشیه‌ای (پس‌زمینه خیلی ملایم) */
.bx-border-warning {
    background: #fff7ed;
    border: 1px solid #f97316;
    color: #7c2d12;
}
.bx-border-warning:hover {
    background: #ffedd5;
}

/* 20) اطلاع‌رسانی حاشیه‌ای (آبی ملایم) */
.bx-border-info {
    background: #eff6ff;
    border: 1px solid #3b82f6;
    color: #1e3a8a;
}
.bx-border-info:hover {
    background: #dbeafe;
}























/* Media Queries */
@media (max-width: 1260px) {
  .cart {
    margin-left:0;
  }
}

@media (max-width: 1200px) {
  .Trust-link {
    width: 25%;
  }
  
  .all_prices > p:not(:first-child) {
    padding-right: 10px;
  }
  
  .icon-cart>svg {
    border: 1px solid var(--text-white);
  }
  
  .cart-ltr {
    direction: rtl;
  }
  
  .icon-cart span {
    left:15px;
    font-family: 'Bakhnum';
  }
  
  .purchase-info1 {
    width: 25%;
  }
  
  .Icon-M {
    width: 98%;
  }
  
  .Icon-link {
    margin-left: 2px;
  }
  
  .tooltip .tooltip-text {
    margin-left: 0;
  }
  
  .listProductcenter {
    gap:0%;
  }
  
  .item {
    margin: 12px 2px;
    width: 23%;
  }
  
  .item:hover .all_prices_right>p {
    right: 54%;
    justify-content: center;
  }
  
  .item:hover .all_prices_left>p {
    left: 25%;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -7px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }
  
  .cart {
    position: fixed;
    margin: 0;
    margin-top: 20px;
    left: 0px;
    z-index: 9999;
    background: var(--bg-white);
    border-radius: 0 10px 10px 0;
    padding-left: 10px;
    width: 12%;
    padding-bottom: 8px;
  }
}

@media (max-width: 1199px) {
  .Icon-link {
    margin-left: 2px;
  }
}

@media (max-width: 991px) {
  .Trust-link {
    width: 32%;
  }
  
  .purchase-info2 {
    width: 65%;
  }
  
  .purchase-info1 {
    width: 33%;
  }
  
  .item {
    width: 32%;
  }
  
  .all_prices_right>p {
    width: 42%;
  }
  
  .item:hover .all_prices_right>p {
    right: 55%;
  }
  
  .Icon-M {
    padding: 0px;
  }
  
  .all_prices_right p:first-child {
    width: 101%;
    right: 0px !important;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -11px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }

  .tcolorfaktor {
    height: 400px;
  }
}

@media only screen and (max-width: 959px) {
  .menu {
    width: auto;
    float: right;
  }
  
  .menu-container {
    width: 100%;
  }
  
  .menu-mobile {
    display: block;
  }
  
  .menu-dropdown-icon:after {
    display: none;
  }
  
  .menu-dropdown-icon:before {
    display: block;
  }
  
  .menu>ul {
    display: none;
  }
  
  .menu>ul>li {
    width: 100%;
    display: block;
  }
  
  .menu>ul>li a {
    padding: 5px 2em;
    width: 100%;
    display: block;
    padding-left: 0px;
    padding-right: 15px;
  }
  
  .menu>ul>li>ul {
    position: relative;
  }
  
  .menu>ul>li>ul.normal-sub {
    width: 100%;
  }
  
  .menu>ul>li>ul>li {
    float: none;
    width: 45% !important;
    margin-top: 0px;
    display: inline-flex;
  }
  
  .menu>ul>li>ul>li:first-child {
    margin: 0;
  }
  
  .menu>ul>li>ul>li>ul {
    position: relative;
  }
  
  .menu>ul>li>ul>li>ul>li {
    float: none;
  }
  
  .menu .show-on-mobile {
    display: block;
    position: absolute;
    z-index: 100;
    background: var(--bg-white);
    right: 0px;
    top: 50px;
    border-radius: 10px;
  }
  
  .menu>ul>li>ul.normal-sub {
    margin-top: 15px;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -7px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }
}

@media (max-width: 768px) {
  .marginDown {
    margin-top: 50px;
  }
  
  .purchase-info1 {
    border:0px;
  }
  
  .addCart1 {
    bottom:-15px;
  }
  
  .we>p {
    text-align: center;
  }

  .table {
    top: 0;
  }
  
  .table thead th {
    padding: 5px;
  }
  
  .product-name h2, p {
    margin: 0;
    margin-top: 5px;
    padding: 0px 10px;
  }
  
  table th, .table td {
    padding: 0;
  }
  
  .all_orders {
    margin-bottom: 5px;
  }
  
  .Icon-M {
    width: 100%;
    padding: 0px;
  }
  
  .item:hover .all_prices_left>p {
    left: 30%;
  }

  .item:hover .all_prices_right>p {
    right: 58%;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -3px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }

  .tcolorfaktor {
    height: 250px;
  }
  
  .art-content {
    top: 120px;
}

/* Mobile display */
@media (min-width: 768px) {
  #addToHomeScreen {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #addToHomeScreen {
    display: block;
    position: absolute;
    z-index: 999;
    justify-self: anchor-center;
    border: none !important;
    right: unset;
    border-radius: 0 0 22px 22px;
  }
}

@media (max-width: 748px) {
  .tcolorfaktor {
    height: 320px;
  }
}

@media (max-width: 710px) {
  .profile-container {
    display: grid; 
  }
  
  .profile-card {
    width:auto;
  }
}

@media (max-width: 670px) {
  .article .articlebox {
   width: 100%;
  }

  .all_prices_right>p {
    width: 46%;
  }

  .item:hover .all_prices_right>p {
    right: 55%;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -3px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }
}

@media (max-width: 600px) {
  .item {
    width: 48%;
  }
}

@media (max-width: 547px) {
  .tcolorfaktor {
    height: 345px;
  }
}

@media (max-width: 499px) {
  .tcolorfaktor {
    height: 455px;
  }
}

@media (max-width: 480px) {
  .modal-content {
    height: 250px;
  }
  
  .cart {
    margin-left:0px;
  }
  
  .svg-cat {
    margin-top: 12px;
  }
  
  .cls-4 {
    font-size: 60px;
  }
  
  nav .menubox{
    padding: 0px 15px;
  }
  
  .trustbox{}
  
  .middle-m{
    flex-wrap: wrap;
  }
  
  .tcolorfaktor {
    height:475px;
  }

  footer .middle{
    padding: 0px 15px;
  }
  
  .SignUp{
    float: right;
  }
  
  header .logo img{
    padding: 10px;
  }
  
  .bestsold-title{
    width: 100%;
    border-radius: 15px 15px 0 0;
    height: 90px;
  }
  
  .bestsold-list{
    width:100%;
    border-radius: 0px 0px 15px 15px;
    height: auto;
  }
  
  .bestsold-dir{
    flex-wrap:wrap;
    padding: 0px 15px;
    float: right;
  }
  
  .bestsold img{
    height: auto;
  }
  
  .item{
    width: 100%;
    height: auto;
  }
  
  .product-imgs{
    width: 100%;
  }
  
  .pro_info{
    width:100%;
    margin-top:20px;
  }
  
  .divTableCell, .divTableHead{
    width: 100%;
  }
  
  .divTableRow{
    flex-wrap:wrap;
  }
  
  .upme{
    top: 10px;
    margin-top: 20px;
    border-radius: 8px 8px 0 0;
    height: 55px;
  }
  
  .tablesize1{
    width: 100%;
  }
  
  table{
  }
  
  .mytable {
    display: inline-table;
  }
  
  .table th,
  .table td {
    padding: 0px;
    font-size: small;
    font-weight: 600;
  }
  
  .table thead th {
    padding: 0px;
    font-family: 'Bakhnum';
    font-size: small;
    font-weight: 600;
  }
  
  .purchase-info1{
    border: 0px;
  }
  
  .addCart1 {
    right: -10px;
  }
  
  .sabad1 {
    width: 80px;
    height: 80px;
    right: 16px;
  }
  
  .icon-cart {
   width: 52px; 
  }
  
  .profile-container {
   display: grid; 
  }
  
  .profile-card {
    width:auto;
  }
  
  .p1 {
    padding: 5px;
    text-align: center;
  }
  
  .Icon-M {
    width: 55%;
  }

  .tcolorprice {
    width: 100%
  }
  
  .py-5 {
    padding-bottom: 0;
  }
  
  .gcolor {
    width: 80px;
    height: 80px;
    left:-50px;
  }
  
  .item:hover .all_prices_right>p {
    right: 58%;
  }
  
  .item:hover .all_prices_left>p {
    padding-right: 22px;
  }

  .cart {
    width: 60px;
  }
  
  .img-showcase img {
    max-width: 100%;
    margin: 0 auto;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -3px !important;
    justify-content: center;
  }

  .item:hover .all_prices_right p:first-child {
    top:30px;
    position: absolute;
  }
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }
}

@media (max-width: 420px) {
  .Ar-img {
    width: 1%;
    }

@media (max-width: 390px) {
  #addToHomeScreen {
  }
  .search {
    position: relative;
    left: -5%;
  }
  
  header .logo {
    margin-left: -30px;
  }
  
  header .logo img {
    width: 100px;
    margin-right: 0px;
    position: relative;
    right: -15px;
  }
  
  .Icon-M {
    width: 70%;
  }
  
  .item:hover .all_prices_left>p {
    padding-right: 25px;
  }
  
  .menu>ul>li>ul>li {
    width: 100% !important;
  }

  .all_prices_left p:first-child {
    visibility:hidden;
  }

  .all_prices_right p:first-child {
    background-color: var(--primary-light);
    position: relative;
    padding-right: 0;
    top:-30px;
    width: 101%;
    right: -3px !important;
    justify-content: center;
    transition: top 0.5s ease;
  }

  /*.item:hover .all_prices_right p:first-child {*/
  /*  top:-451px;*/
  /*}*/
  
  .item:hover .all_prices_left p:first-child {
    visibility:hidden;
  }
  
  .cls-4 {
    font-size: 70px;
  }
}