@font-face {
  font-family: 'iranyekan';
  src: url('../fonts/iranyekan.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'nimkat';
  src: url('../fonts/iranyekan.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'zara';
  src: url('../fonts/DidotElder-Bold.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/googlefonts.woff2') format('woff2');
}

.sub77{
    position : absolute;
    padding :5px 15px;
    background :#ffffff;
    box-shadow:0px 4px 4px 1px #e3e1e1;
    top:30px;
    display : none;
}

.hl{    
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #ee583f 8%, #d92d77 42%, #bd3381 58%);
}

.bg-green2{
    background: #a4dbbe !important;
}

.bg-green3{
    background: #88b4ff !important;
}

.bg-green4{
    background: #ffb8b2 !important;
}

.bg-red2{
    background: #ef3b51 !important;
}








.flip-x{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#big_menu{
  display: none;
}

#undermnucnt{
  background: #ffffff;
  padding: 5px;
  display: none;
}

.text-gold,.score{
visibility : hidden;
}


.owl-stage-outer{
  border-radius: 8px;
}

.rds8{
   border-radius: 8px;
}



#zarinpal{margin:auto;}
#zarinpal img {width: 40px;}

.Gembo-category{
  box-shadow:  6px 6px 6px #e1e1e1;
  border-radius: 20px;           
}

.iranyekan{
  font-family: 'iranyekan';
  }



.titletext{
  background:#22b9ff;
  width: fit-content;
  padding: 7px 12px;
  position: relative;
  box-shadow:  6px 6px 6px #e1e1e1;
  border-radius: 15px;
  font-size: 20px !important;

 
}

.incart {
  position: fixed;
  background-color: #ffffff;
  box-shadow:0px 5px 15px 20px #e1e1e1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: scroll;
  /*border: solid 1px #777777;*/
}

.incart {
  height: 300px;
  width: 100%;
  bottom: -350px;
  left: 0;
}

.incart.active {
  bottom: 0;

}

.favbadge{
  position: absolute;
  left: 29px;
  top: 13px;
}

.favbadge2{
  position: absolute;
  left: 13px;
  top: 13px;
}


.cartbadge{
  position: absolute;
  left: 13px;
  top: 13px;
}

.cartbadge2{
  position: absolute;
  left: 13px;
  top: 13px;
}

#resqinpmob , #resqinpdesk{
  position: fixed;
    width: 100%;
    z-index: 5;
    display: none;
    border: 1px solid #e5e5e5;
    margin-top: 385px;
    right: 0;
}

.megamenubody{
  position: absolute;
  top: 34px;
  padding: 10px;
  background: #ffffff;
  width:100%;
  overflow: hidden;
  height: auto;
  display: none;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 20px  #e5e5e5;
}


.megamenuitem{
   transition: 0.1s;
  padding: 5px;
}

.megamenuitem:hover{
  color: #0d387f !important;
  transform: scale(1.05);
}

.megamenuitem2{
  transition: 0.1s;
  font-weight: bold;
  font-size: 13px;
}

.megamenuitem2:hover{
  color: #0d387f !important;
  transform: scale(1.05);
}


.stkfont{
  font-size: 12px;
}

.loginbtn{
  padding: 9px;
  border: 1px #dddddd solid;
  margin-left: 12px;
  color: #111111 !important;
  cursor: pointer;
  border-radius: 5px;
}

header .nav-link{
  padding: 5px !important;
}

.loginbtn span{
  font-size: 12px;
  font-weight: bold;
}

.fa-right-to-bracket{
  transform: scaleX(-1);
}

.searchiconinhome{
  cursor: pointer;
  font-size: 13px;
  top: 20px;
  left: 20px;
  color: #81858b;
}

.searchiconinhome:hover,.fa-cart-shopping:hover{
  color: #0d387f;
  transform: scale(1.05);
}



.search-f{
  background: #ffffff;
  border-width: 0;
  height: 40px;
  border-radius:25px;
  font-size:13px;
}




.modal-dialog{
  max-width: 1000px !important;
  background: #141414;
}


.text-tiny {
  font-size: 1.5vw !important;
}

.text-small {
  font-size: 2vw !important;
}

.text-big {
  font-size: 3vw !important;
}

.text-huge {
  font-size: 5vw !important;
}

.price{
  color: #000000;
}

.imp_pro{
  position: absolute;
  background: #ffffff;
  top: 60%;
  width: 90%;
  right: 5%;
  border-radius: 15px;
}



.bw{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.bw:hover {
    filter: none;
    -webkit-filter: grayscale(100%);
}

main{
  min-height: 90vh;
  max-width: 1920px !important;
  margin-right:auto;
  margin-left: auto;
  margin-top: 100px;
}



.zara-font{
  font-family: zara !important;
}

.off-bg{
  top: 0;
  padding: 8px;
  position: absolute;
  left: 0;
  background: #000000;
}

.off-bg span{
  color: #ffffff;
  font-size: 30px;
  font-family: zara;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: rtl;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}


.white-box1{
  width: 100%;
  right: 0;
  height: 35%;
  background: #A7ACDB;
  position: absolute;
  top: 30%;
}



/************category bix***********/

.cate-box{
  position: relative;

}

.cate-box .image {
  display: block;
  width: 100%;
  height: auto;
}

.cate-box .overlay {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.cate-box:hover .overlay {
  bottom: 0;
  height: 100%;
}

.cate-box .text h2{
   font-size: 20px;
}

.cate-box .text{
  color: white;
 
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.slider-text{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 25%;
  -webkit-transform: translate(-25%, -25%);
  -ms-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

/***********************************/

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
  cursor: pointer;
}


.btn-action{
  border-width:0 ;
  color: #ffffff;
  padding: 5px 10px;
}

.z-index-2{
  z-index: 2;
}

.white-box{
  width: 85%;
  height: 100px;
  position: absolute;
  left: 30px;
  bottom: 8px;
}

@media (max-width: 991px) {
  .white-box{
    width: 90%;
    left: 5%;
  }

  .size-box{
    margin-top: 0 !important;
  }

  
}

@media (max-width: 767px) {
  .cate-bg{
    /*background: #A7ACDB;*/
  }
}

.propic1{
  transition: 0.2s;
  display: block !important;
}

.propic2{
  transition: 0.2s;
  display: none !important;
}

.product-cart:hover .propic1{
  display: none !important;
}

.product-cart:hover .propic2{
  display: block !important;
}

.w-150{
  width: 150px;
}

.info-box{
  transition: 0.3s;
  background: #ffffff;
}



.info-box:hover{
  transition: 0.2s;
  box-shadow: 0px 0px 15px 0px #0d387f;
  transform: scale(1.05);
}

.info-icon{
  font-size: 80px;
  color : #0d387f ;
}

.comparelist{
  width: 70%;
  padding: 20px;
  border-radius: 15px;
  position: absolute;
  top: 200px;
  margin-right: 15%;
  background: #e1e1e1;
  display: none;
}
.footer{
  background:#000000;
  position: relative;
}

.top-header{
  background: #ffffff;
  height: 70px;
}

.hclrlight{
  color: #ffffff ;
}


.sc .fa-heart:hover{
  /*color: #dd0000 !important;*/
}

.hclr{
  color : #dd0000;
}


.bg-center{
  background-position: center;
  background-repeat: no-repeat;
}



.crt{
  color: #999999!important;
}

.w-370{
  width: 370px;
}


/*.myh{
  height: 350px;
}

@media (max-width: 964px) {
  .myh{
    height: auto;
  }
}*/


/*img{
  background: linear-gradient(
    90deg,
    #eeeeee 0% , #eeeeee 35%,
    #dddddd 45% , #dddddd 55%,
    #eeeeee 65% , #eeeeee 100%
  );

  background-size:400% ;
  animation: loading 1.5s infinite;
}

@keyframes loading{
  0% {background-position: 0 0;}
  100% {background-position: 100% 0;}
}*/


.d_none{
  display: none;
}

.partner_type{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.partner_type img{
 width:65px !important;
}

.amzcell{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}
.spcell{
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
}


.darsad_bdg{
  position: absolute;
  top: 15px;
  left: 25px;
  z-index: 3;
}



.overhdn{
  overflow: hidden;
}

.zoom{
  transition: 0.3s;
}

.zoom:hover{
  transition: 0.3s;
  transform: scale(1.1);
}

.pt30{
  padding-top: 30px;
}

.pt20{
  padding-top: 20px;
}

.dsgnvalue{
   border-radius: 50%;
}

.clrvalue{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.realclr{
  z-index: 3;
  position: absolute;
  left: 10%;
  width: 30px;
}

.stknm{
  position: absolute;
  width: 110%;
  bottom: 0;
}

.crt{
  position: relative;
  overflow: hidden;
}

.megabody{
  
  padding: 10px;
  background: #f3f3f3;
  display: none;
}



.srhvr:hover{
  background: rgba(255, 255, 255, 0.3);
}


.bxs{
  overflow: hidden; 
  height: 280px;
}

.w200{
  width: 200px;
}

.single_price{
  font-size: 20px;
}

.single_price2{
  padding: 5px;
  border-radius: 10PX;
  background: #e6123d;
  color: #ffffff;
  font-size: 20px;
}

.text-red2{
  color: #e6123d;
  background: rgba(0, 0, 0, 0);
}

.sz-1{
  font-size: 30px;
}

.sz-2{
  font-size: 40px;
}

.sz-3{
  font-size: 40px;
}

.sz-4{
  font-size: 50px;
}


.sz-5{
  font-size: 60px;
}


.defh{
  height: 387px;
}

.h-300{
  height: 300px;
}

.h-400{
  height: 400px;
}

.h-500{
  height: 500px;
}

.h-600{
  height: 600px;
}

.h-700{
  height: 700px;
}

.h-800{
  height: 800px;
}

.h-900{
  height: 900px;
}

.text-30{
  font-size: 30px;
}

.ml10{
  margin-left: 8%;
}

.mr10{
  margin-right: 8%;
}

.search-box{
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  border-radius: 15px;
  z-index: 100000;
  display: none;
}

.font-arial{
  font-family: 'Arial' !important;
}


.subs{
  transition: 0.2s;
  display: none;
}


.sidemenu{
  height: 100vh;
  transition: 0.5s;
  background: #ffffff;
  padding: 10px;
  position: absolute;
  top : 0;
  margin-right: -100%;
  width: 60%;
  z-index: 999;
  box-shadow: 1px 1px 20px  #e5e5e5;
}

.text-red{
  color: red;
}

.bg-red{
/*  background: #fd3540;*/
  background: #645e72;
}

.bg-danger{
  background: #fd3540 !important;
}

.bg-warning{
  background: #ffcc40 !important;
}

.bg-dark{
  background: #303030 !important;
}

.bg-blue{
  background: #1f1f71 !important;
}

.bg-green{
  background: #1f1f71!important;
}

.bg-gray{
  background: #b9b9b9 !important;
}

.bg-light-gray{
  background: #f3f3f3 !important;
}

.text-dark2{
  color: #383838 !important;
}

.h-70{
  height: 80px;
}

.w-60{
  width: 60px;
}

.brs-15{
  border-radius: 15px;
}

.fa-search{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.scroll-div {
  width:100%;
  height: 500px;
  overflow-y: scroll;
}

body{
  font-family: 'iranyekan';
  color: #555555;
  background: #ffffff;
}

.bg-light-gray2{
  background: #f5f5f5;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'nimkat';
   color: #444444;
}

a{
  text-decoration: none;
}

ul,ol{
  list-style-type: none;
}



.pro_box{
  background: #ffffff;
  border-radius: 15px;
  height: 325px;
}

.mnu,.dropdown-toggle::after{
  color: #000000;
  font-size: 14px;
}

.mnu{
  padding-bottom: 4px;
}

.mnu:hover{
  color: #ffffff;
  border-bottom: solid 2px #ffffff;
}

.mnu1{
  font-size: 14px;
  color: #000000;
}

#brand_list{
  width: 130px;
  z-index: 99;
  background: #f5f5f5;
  direction: ltr;
  display: none;
}

.brand_list_items{
  transition: 0.2s;
}


.brand_list_items:hover{
  transition: 0.3s;
  color: #ffffff !important;
  background: #1f1f71;
}



.list-group-item a:hover{
  color: #0d387f!important;
}

.little_card{
  position: relative;
}

.little_card .overly{
  position: absolute;
  background: rgba(0, 0, 0,0.5);
  top: 0;
}

.little_card .overly span{
  color: #ffffff;
  font-size: 12px;
  padding: 3px;
}

.h80vh{
  height: 80vh;
}

.justify{
  text-align: justify;
}

.green-hover:hover {
  color : #0d387f!important ;
}

.pro-dt{
  overflow: hidden;
  height: 70px;
  transition: 0.3s;
}

.size-box{
  transition: 0.3s;
  height: 30px;
  margin-top: 30px;
}

.product-cart:hover .size-box{
 margin-top: 0;
  transition: 0.3s;
}


.footer_menu li{
  padding: 2px;
  font-size: 16px;
}

.text_border{
  border-right: 10px solid #0d387f;
}

.text_border2{
  border-right: 10px solid #ffffff;
}

.dropdown-menu li{
  text-align: right;
}

.tabs{
  padding: 1px 20px;
}

.tabs .nav-link{
  color: #0d387f;
  }

.icon_place{
  padding-left: 10px;
}

.icon_place .fa{
  padding: 5px;
  color: #333333;
}
.icon_place .fa:hover{
  color: #0d387f;
}

.from-left{
  margin-left: 260px;
}

.font-small{
  font-size: 14px;
}

.banner img{
  border-radius: 15px;
}

.rds{
  border-radius: 25px;
}


.category_filter .list-group .list-group-item{
  border-width: 0;
}

.category_filter .list-group .list-group-item a{
  font-size: 16px;
  color: #555555;
}

.tmb_posts p{
  font-size: 11px;
}

a{
  color:#0d387f;
}

.dropdown-menu a:hover{
  color: #0d387f!important;
}

.product-title{
  font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 20px;
    color: #111;
}


.en-title{
  font-size: 16px;
  font-family: Arial;
}

.product-sutitle{
  font-size: 15px;
  /*padding: 2px 10px 10px 0px;*/
}



.product-size{
  padding: 2px 10px 10px 80px;
  font-size: 15px;
  color: #0d387f;
  font-weight: bold;
}

.product-price{
  /*padding: 2px 10px 10px 80px;*/
  font-size: 16px;
  color: #444444;
  font-weight: bold;
}

.add-to-cart{
  padding: 2px 8px 10px 80px;
}

/*.share{
  margin-top: -10px;
  padding: 0px 8px 0px 95px;
  float: left;
}*/

.sc .fa{
  padding:0 5px;
  cursor: pointer;
}

.fa-facebook,.fa-twitter,.fa-whatsapp{
  color: #666666;
}

.sc .fa:hover{
  /*color:#0d387f;*/
  
}

.nmbd{
  background: #ff3b3b;
  margin-left: -12px;
  margin-top: -22px;
  border-radius: 50%;
  padding: 2px 8px;
}

.total_cart{
  font-family: iranyekan;
  font-size: 14px;
  color: white; 
}



.price_row{
  height: 50px;
}


.swal2-title{
  font-size: 18px !important;
  font-family: iranyekan;
}



.suggest .item img{
  border-radius: 25px;
}

.suggest{
  /*box-shadow: ;*/
}

.rds25{
  border-radius: 25px;
}

.rds10{
    border-radius:10px;
}

.rds15{
    border-radius:15px;
}

.price,.off,.score{
   font-size: 14px; 
}

.pro_card_title{
  font-size: 13px;
  font-family: iranyekan;
  padding: 13px 7px 8px 7px ;
  text-align: right;
  line-height: inherit;
}

.pro_card_price{
  direction: rtl;
  font-size: 14px;
  text-align: right;
  padding: 0px 39px 8px 7px ;
}

.pro_card_cnt{
  overflow: hidden;
}

.btn-danger{
  transition: 0.8s;
  height: 30px;
  font-size: 13px;
  margin-right: -136px;
  background: #dd0f52;
}

.btn-danger:hover{
  background: #dd0f52;
}


.text-gold{
  color: #ffd700;
}

.font-12{
  font-size: 12px !important;
}

.text-pink{
  color: #dd0f6e;
}





.rds20{
   border-radius: 20px;
}

.btn-success{
  background: #dd0f52;
  border-color: #dd0f52;
}

.btn-success:hover{
  background: #dd0f62;
  border-color: #dd0f62;
}


.slide_title{
  font-size: 5vw;
  font-weight: bold;
  /*position: absolute;
  margin-top: -200px;*/
  color: #f3f3f3;
}

.bgi{
  
  
  margin-top: 20px;
  text-align: center;
 
}

.slide1{
  background: #b9b9b9;
  
}

.slide2{
  background: #0d387f;
  
}

/********Category**********/
.btn{
  border-width: 0;
  font-family: nimkat;
}
/***********A*************/

.category .a{
  background:#f42c37;
}

.category .a .cnt{
  padding: 25px 10px;
}

.category .a h4{
  color:#ffffff;
  font-size: 21px;
}

.category .a h3{
  color:#ffffff;
  font-size: 32px;
}

.category .a h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 100px;
}

.category .a .btn{
  float: left;
  border-radius: 25px;
  color: #f42c37;
}

.category .a .btn:hover{
  background: #000000;
  color: #ffffff;
}

.category .a .pic{
  position: absolute;
  top: 0;
}

.category .a .pic img{
  margin-right: 40%;
  width: 65%;
}

/*********B************/

.category .b{
  background:#fec62e;
}

.category .b .cnt{
  padding: 38px 10px;
}


.category .b h4{
  color:#ffffff;
  font-size: 21px;
}

.category .b h3{
  color:#ffffff;
  font-size: 32px;
}

.category .b h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 80px;
}

.category .b .btn{
  float: left;
  border-radius: 25px;
  color: #fec62e;
}

.category .b .btn:hover{
  background: #000000;
  color: #ffffff;
}

.category .b .pic{
  position: absolute;
  top: 0;
}

.category .b .pic img{
  margin-right: 30%;
  width: 80%;
}
/**********C************/
.category .c{
  background:#222222;
}

.category .c .cnt{
  padding: 38px 10px;
}

.category .c h4{
  color:#ffffff;
  font-size: 21px;
}

.category .c h3{
  color:#ffffff;
  font-size: 32px;
}

.category .c h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 80px;
}

.category .c .btn{
  float: left;
  border-radius: 25px;
  color: #ffffff;
  background: #f42c37;
}

.category .c .btn:hover{
  color: #000000;
  background: #ffffff;
}

.category .c .pic{
  position: absolute;
  top: 0;
}

.category .c .pic img{
  margin-right: 45%;
  width: 70%;
}


/********category2**********/
/***********A*************/

.category2 .a{
  background:#1688ff;
}

.category2 .a .cnt{
  padding: 38px 10px;
}

.category2 .a h4{
  color:#ffffff;
  font-size: 21px;
}

.category2 .a h3{
  color:#ffffff;
  font-size: 32px;
}

.category2 .a h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 70px;
}

.category2 .a .btn{
  float: left;
  color: #1688ff;
  border-radius: 25px;
}

.category2 .a .btn:hover {
  color: #ffffff;
  background: #000000;
}

.category2 .a .pic{
  position: absolute;
  top: 0;
}

.category2 .a .pic img{
  margin-right: 25%;
  width: 90%;
}

/*********B************/

.category2 .b{
  background:#2dd06f;
}

.category2 .b .cnt{
  padding: 38px 10px;
}


.category2 .b h4{
  color:#ffffff;
  font-size: 21px;
}

.category2 .b h3{
  color:#ffffff;
  font-size: 32px;
}

.category2 .b h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 70px;
}

.category2 .b .btn{
  float: left;
  color: #2dd06f;
  border-radius: 25px;
}

.category2 .b .btn:hover {
  color: #ffffff;
  background: #000000;
}

.category2 .b .pic{
  position: absolute;
  top: 8%;
}

.category2 .b .pic img{
  margin-right: 0;
  width: 100%;
  transform: scaleX(-1);
}
/**********C************/
.category2 .c{
  background:#ededef;
}

.category2 .c .cnt{
  padding: 25px 10px;
}

.category2 .c h4{
  color:#ffffff;
  font-size: 21px;
}

.category2 .c h3{
  color:#ffffff;
  font-size: 32px;
}

.category2 .c h2{
  color : #ffffff;
  opacity: 0.7; 
  font-size: 92px;
}

.category2 .c .btn{
  float: left;
  border-radius: 25px;
  background: #1688ff;
  color: #ffffff;
}

.pointer{
   cursor: pointer;
}

.category2 .c .btn:hover {
  color: #000000;
  background: #ffffff;
}

.category2 .c .pic{
  position: absolute;
  top: 10%;
}

.category2 .c .pic img{
  margin-right: 90%;
  width: 65%;
}



/*******************************/
.category .a,.b,.c{
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}

.category2 .a,.b,.c{
  border-radius: 25px;
  position: relative;
  overflow: hidden;
}


.bnr2{
  
  border-radius: 25px;
 
}



.bnr2 .vv img{
  width: 60%;
  position: absolute;
  top: -60%;
  
}

.bnr2 .mytext{
  color: white;
  padding: 50px;
}

.bnr2 h2{
  color: white;
}

.bnr2 p{
  text-align: justify;
}

.bnr2 .btn{
  border-width: 0;
}

.bnr2 .btn:hover{
  background: #222222;
  color: #ffffff;
}


.rand_pro{
  margin-bottom: 30px;
  border-radius: 25px;
}

.rand_pro img{
  border-radius: 15px;
}

.btn-primary{
  ttransition: 0.5s;
  opacity: 0;
}

.pro_card_price{
  transition: 0.5s;
  opacity: 1;
  line-height: 0.95;
}

.rand_pro:hover .btn-primary{
  transition: 0.5s;
  opacity: 1;
}
.rand_pro:hover .pro_card_price{
  transition: 0.5s;
  opacity: 0;
}

.rand_pro .btn-primary{
  transition: 0.5s;
  background: #f42c37;
  color: #ffffff;
  border-width: 0;
}

.rand_pro .btn-primary:hover{
  transition: 0.5s;
  background: #222222;
  color: #ffffff;
  border-width: 0;
}

.shop_srch{
  border-radius: 25px;
}

.filter_dropdown{
  text-align: right;
}

.filters .btn{
  font-family: iranyekan;
  color: #666666;
}

.srch{
  border-radius: 25px;
}



.add_cart_place{
  position: relative;
  margin-top: 15px;
}

.add_cart_place .fa{
  position: absolute;
  left: 20px;
  bottom: 0;
  margin: 0;
  padding: 10px;
  color: white;
  background: #0d387f;
  border-radius: 150px;
}

.add_cart_place .fa:hover{
  
 cursor: pointer;
}

/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  #opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  /*content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;*/
}
.item a:hover i {
  display: block;
  z-index: 2;
}

.fa-angle-down::before{
  display: none;
}

.navbar-nav .fa-angle-down{
  color: #ffffff;
}


/*faq*/

.faq {
  height: 100vh;
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  
}
.accordion {
  
  max-height: 100%;
  padding: 30px;
  margin-inline: 20px;
  background: white;
  border-radius: 20px;
}
.accordion__title {
  text-align: center;
  margin-bottom: 20px;
}
.accordion__content {
  margin-bottom: 20px;
  padding: 10px;
  background: #e9ecef;
  border-radius: 10px;
}

.question {
  
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid #dee2e6; */
  cursor: pointer;
  user-select: none;
  transition: font-size 0.3s;
}
.question::after {
  margin-left: 10px;
  content: "+";
  transition: 0.3s;
}
.answer {
  height: 0;
  color: #666;
  overflow: hidden;
  transition: 0.3s;
}
/* ========================CSS for JS */

.accordion__content.active .answer {
  height: auto;
}
.accordion__content.active .question {
  font-size: 18px;
}
.accordion__content.active .question::after {
  transform: rotate(180deg);
  content: "-";
}



/*=============product swiper==============*/

.swiper-container {
  width: 100%;
  height: 100%;
 
  
}
.swiper-slide {
  text-align: center;
  font-size: 32px;
  background: #fff;
  min-height: 250px;
  cursor: grab;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
   
}
.swiper-pagination-bullet-active {
    background: #000;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
    left: 1.5rem;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000%27%2F%3E%3C%2Fsvg%3E);
    right: 1.5rem;
}


.searchdiv{
  padding-right: 50px;
}
@media (max-width: 1070px) {
  
  .searchdiv{
    padding-right: 70px;
  }

  .mnu, .dropdown-toggle::after{
    font-size: 13px;
  }

  main{
    margin-top: 170px !important;
  }

  #resqinpmob{
     margin-top: 10px !important;
  }
  
}

