/*
 * animate
*/
.animated {
  -webkit-animation-duration:2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

div[role="tooltip"] .tooltip-inner {
    font-family: var(--font-main),"Roboto", sans-serif;
}

/*
 * Responsively Lazy
*/

.responsively-lazy:not(img){
    position:relative;
    height:0;
}

.responsively-lazy:not(img) > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


img.responsively-lazy{
   background:transparent url("../../images/loading_med.gif") no-repeat center center;
}
img.lzy{ width: 110px; }
.menubar-toggle {
  display: none;
  background:#1d212d;
  color: #ffffff;
  font-size: 1.1em;
  position: fixed;
  right: 0px;
  top: 35px;
  margin: 0; 
  width: 45px;
  height: 45px; 
}  
.menubar2-toggle {
 
 background:#ffffff;
  color: #1d212d;
  font-size: 1.1em;
  z-index: 10000;
  margin: 0; 
  width: auto;
  height: 45px; 
  border-width: 3px;
  border-color: #e9e9e9;
} 
.menubar2-toggle:hover{
   background:#1d212d;
  color: #ffffff;
}
.menubar2-toggle p{display: none;}

 @media only screen and (max-width:991px) {
   .dastebandi_img{
 display: none;
}
  .headerSearchForm{width: 100%;}
  .menubar2-toggle {
    z-index: 100000;
 border-top: 1px solid #1d212d;
  background:#1d212d;
  color:#ffffff;
  font-size: 1.1em;
   position: fixed;
  left:0px;
 bottom: 0;
  margin: 0; 
  width: 100%;
  height: 30px; 
} 
 .menubar2-toggle:hover {color: red;}

.menubar2-toggle p{display: inline-block;}

}

/* Add here all your CSS customizations */

body {
  direction: rtl;
  font-family: var(--font-main),tahoma, Arial, sans-serif;
  font-weight: normal;
}


/* mega menu */

.sf-menu li.megamenu > ul li ul li{
    padding-right: 20px;
}
.sf-menu li.megamenu > ul li ul li.is-top {
  padding-right: 13px;
}

.sf-menu li.megamenu > ul li ul li.is-top::before {
  color: #1ca2bd;
  content: '\f0a8';
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
  top: 5px;
}

.sf-menu li.megamenu > ul li ul li.is-top a {
    color: #1ca2bd;
}

.sf-menu li.megamenu > ul li ul li.is-headline {
  padding-right: 0px;
}

.sf-menu li.megamenu > ul li ul li.is-headline a {
    font-weight: bold;
}

.megamenu-img{
    float: left;
}
/* ./mega menu */

.recent-post .media-body {
  font-size: 14px;
  line-height: 27px;
}

.caption-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 15px;
    
}

/* Thumbnail product*/
.thumbnail .price {
    height: 20px;
}

.widget.widget-colors ul li a.selected{
  border-color:#232323;
}

.widget.widget-colors ul li a{
  text-align: center;
}

.colorTabs {
    display: none;
}

.colorTabs.selected {
  display: block;
}

.widget.widget-colors.product, .widget.widget-colors.product .widget-content{
  border:none;
}

#most-visited .media-link{
  float:right;
}

.media-list .media .fa {
  float: right;
  /*margin-left: 0.5em;
  padding-right: 10px;
  line-height: 2em;*/
}
.media-list.agent .media .fa {
  float: right;
  margin-left: 0.5em;
  padding-right: 10px;
  line-height: 2em;
}


/* Rating stars
/* ========================================================================== */
.rating a{
   color: #3c3c3c99;
   letter-spacing: 0.2em;
}

.rating a.star i:before{
    content: "\f005";
    color: red;
}

.product-list .media-heading{
  font-weight: normal;
  font-size: 13px;

}

/* ./Thumbnail product*/

/* Widget categories
/* ========================================================================== */
.widget-categories ul li + li {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.widget-categories ul li a {
    display: block;
    padding: 5px 20px 5px 0;
    position: relative;
}
.widget-categories ul li a:before {
    content: '\f0a8';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 5px;
}
.widget-categories ul li a:hover:before {
    -webkit-animation: bounceIn .4s;
    animation: bounceIn .4s;
}
/* Widget tabs
/* ========================================================================== */
.widget.categories {
    border: solid 3px rgba(35, 35, 35, 0.1);
    margin-top:30px;
}
.widget.categories .widget-title {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 15px;
}
.widget.categories .widget-content {
    border-top: solid 1px rgba(35, 35, 35, 0.1);
    padding: 10px 15px;
}
.widget.categories ul {
    margin: -10px -15px -10px -15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    text-transform: uppercase;
}
.widget.categories ul li {
    padding: 10px 15px;
    overflow: hidden;
}
.widget.categories ul li + li {
    border-top: solid 1px rgba(35, 35, 35, 0.1);
}
.widget.categories ul a {
    display: block;
    margin-left: 20px;
    color: #232323;
}
.widget.categories ul li a:hover {
    color: #89c144;
}
.widget.categories ul a .count {
    float: left;
    text-align: left;
    font-size: 12px;
    margin-left: 2px;
}
.widget.categories ul ul.children {
    font-size: 13px;
    font-weight: 700;
    line-height: 15px;
    text-transform: none;
    margin-top: 5px;
    padding-right: 30px;
}
.widget.categories ul ul.children li {
    padding: 10px 15px 10px 0;
}
.widget.categories ul ul.children a {
    margin-left: 0;
}
.widget.categories ul .count {
    float: left;
    font-size: 12px;
    margin-left: 2px;
}
.widget.categories ul .arrow {
    float: left;
    border: solid 1px #232323;
    color: #232323;
    width: 17px;
    height: 17px;
    cursor: pointer;
    text-align: center;
}
.widget.categories ul .arrow .fa {
    font-size: 17px;
    line-height: 14px;
}

.widget.categories ul li.active {
    background-color:#eee;
}

.widget.categories ul li span:hover{
  cursor: pointer;
}
.widget.categories ul li a{
  display:inline-block;
}

table.cart tbody tr td{
  vertical-align: middle;
}

table.cart td.quantity{
   width: 125px;
}

.actions-continue {
    float: left;
}


/*       ----------------------------            li time line    -----------              */
  
.timeline {
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}


.timestamp {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 100;
}

.status {
  padding: 0px 40px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
}
.status h4 {
  margin-top:15px;
  font-weight: 600;
}
.status:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.li.complete .status {
  border-top: 2px solid #66DC71;
}
.li.complete .status:before {
  background-color: #66DC71;
  border: none;
  transition: all 200ms ease-in;
}
.li.complete .status h4 {
  color: #66DC71;
}

@media (min-device-width: 320px) and (max-device-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .timestamp {
    width: 100px;
  }

  .status:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }
}



.agentSocial {
  margin:15px 0;
}

ul.contact li{
  padding:5px 0;
}

.comments .media-body{
  display:block;
  width:100%;
}
.modal-backdrop{
  z-index: initial;
}
.popup-cart .modal-backdrop{
  z-index: initial;
}
.copyright{
  text-align:right;
}

.pp_content_container {
    text-align: right;
}
#update_cart{
  float: left;
}

@media (max-width: 991px) {
      
    .orders td.description h4 a {
      font-size: 12px;
      line-height: 19px;
    }
    .navigation.opened {
      right: 0;
      overflow-y: scroll;
    }
}

@media (max-width: 480px) {
    
    #clear_cart,#update_cart,#add_cart, .actions-continue{
      width:100%;
      margin-bottom:15px;
    }
    
    #update_cart{
    float: right;
    margin-bottom:30px;
    }
    
   .orders td.description h4 a {
      font-size: 12px;
      line-height: 19px;
    }
    
    .orders input.form-control {
      padding: 2px 4px;
    }
}

a.downloadapp{
  width:193px;
  height:72px;
  display: inline-block;
  margin:35px 0 0 5px;
}

a.iosdownload {
  background-image: url(../../img/appdownload.png);
  background-position: -197px 0;
  background-repeat: no-repeat;
}

a.androiddownload {
  background-image: url(../../img/appdownload.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.section-title{
  line-height: 1em;
}


/* ------------------------------------------------- owl-carousel2 ----------------------------*/
.owl-carousel .owl-item {
    float: right;
}
.top-products-carousel .owl-next {
    right: 10px;
    margin-top: -16px !important;
    margin-right: -50px !important;
}
.top-products-carousel .owl-prev {
    left: 10px;
    margin-top: -16px !important;
    margin-left: -50px !important;
}
.top-products-carousel .owl-prev, .top-products-carousel .owl-next {
    position: absolute;
    top: 50%;
    border: none;
    color: #181515;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}


/*./ ------------------------------------------------- owl-carousel2 ----------------------------*/
.page-section.breadcrumbs .page-header h1{
    font-size: 24px;
}

.product-single .product-title{
  font-size: 18px;
}


#registModal .modal-backdrop{
  z-index:unset;
}

 .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 30%; 
    z-index: 15;
    width: 100%;
    padding-left: 0;
     margin-left: -30%; 
    text-align: center;
    list-style: none;
   
}
  .carousel-indicators li {
    display: inline-block;
   width: auto;
    height:auto;
    margin: 1px;
    text-indent: 0px;
    cursor: pointer;
    background-color: black;
   color: white;
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px 20px;

}
.carousel-indicators .active {
    width: auto;
    height:auto;
    margin: 0;
    color: white;
    background-color: #257eca;

}
.price-label {
    color: red;
    display: block;
    clear: both;
    font-size: 15px;
    margin-bottom: 5px;
    float: right;
    margin-right: 15%;
    margin-top: 30px;
}
.price-final {
   
    display: inline-block;
    vertical-align: top;
    background: #f0413e;
    margin-right: 2px;
    color: #fff;
    padding:5px 14px;
    position: relative;
    font-size: 25px;
    line-height: 37px;
    min-width: 147px;
    box-sizing: border-box;
    transition: 150ms linear;
    float: right;
    margin-top: 10px;
    margin-bottom: 30px;
   
    

}
 .price-old {
    
    line-height: 37px;
    display: inline-block;
    vertical-align: top;
    background: gray;
    position: relative;
    padding:5px 14px;
    font-size: 25px;
    color: #e5e5e5;
    box-sizing: border-box;
    min-width: 76px;
    text-align: center;
    transition: 150ms linear;
    float: right;
    clear: both;
    margin-right: 15%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.price-old:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 30%;
    border-right: 10px solid gray;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    z-index: 2;
    transition: 150ms linear;
}

.price-old::before {
  border-bottom: 1px solid #000;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  right: 1px;
  top: 25px;
  transform: rotate(-30deg);
  width: 96%;
  z-index: 2;
}
 .price-final:after {
    content: "";
    position: absolute;
    right: 0;
    z-index: 1;
    top: 28%;
    border-right: 11px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.info-attributes {
    display: block;
    clear: both;
    margin-right: 15%;
    padding-left:10px;
}
 .info-attributes span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #000;
    direction: rtl;
}
.info-timerLabel {
    color: #000;
    font-weight: bold;
    margin: 10px 22%;
    font-size: 18px;
    padding-bottom: 8px;
    
}
.timer__holder span {
    display: inline-block;
    background: #3a3a3a;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-right: 2px;
    font-size: 28px;
    line-height: 42px;
    margin-right: 2px;
    padding: 8px 7px 4px 8px;
}
.timer{
  float: right;
  clear: both;
  margin: 10px 22%;
  max-width: 100%;
 
}
.timer__spacer {
    margin-right: 2px;
    font-size: 30px;
    
    margin-left: -4px;
    color: #333;
    vertical-align: 3px;
}

 .div1{width:100%; height:400px;  }
 .div1_1{width:50%; float:left; text-align: center;font-family: IRANSans-web;padding: 10px; height: 70px; }
 .div1_2{width:50%; height:250px;  float:right; 
  
  overflow:hidden;
  /*background:linear-gradient(-90deg,#cecece,white);*/
}
 .div1_3{width:50%;height:330px;  float:left; text-align: center; }
 .div1_3 img{max-width:90%; height: 98%;  margin: auto; }
 .div1_4{
  width:50%; 
  height:175px;  
  float:right; 
  
  /*background:linear-gradient(-90deg,#cecece,white);*/
  text-align: center;
}
@media (max-width: 991px){

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    border-right: solid 1px #232323;
    background-color: #232323;
    transition: 1s;
}
.shop-info-banners .bazdid{
  float: right;
  display: block;
}
}

  @media only screen and (max-width: 800px) {
    .thumbnail .media img{width: 65%; height: 65%;}
   
.div1{width:100%; height:auto; border: 1px solid black;  }
 .div1_1{width:50%; height:50px; float:left; text-align: center;font-family: IRANSans-web;padding: 5px; }
 .div1_2{width:50%; height:200px;  float:right;}
 .div1_3{width:50%;height:250px;  float:left; text-align: center; }
 .div1_3 img{width:auto; height: 88%; margin-top:40px;  }
 .div1_4{width:50%; height:100px;  float:right; }
       .price-final{font-size: 15px; padding:3px 15px;  min-width: 16px;}
        .price-old { font-size: 15px;   padding:3px 15px; direction: rtl;  min-width:36px;}
         .info-attributes span { font-size: 8px;}
         .timer__holder span {font-size: 15px;}
 .price-label {
    color: red;
    display: block;
    clear: both;
    font-size: 13px;
    margin-bottom: 2px;
    float: right;
    margin-right: 15%;
    margin-top: 5px;
}
.div1_1 h3{font-size: 20px;}
.info-timerLabel {
    display: none;
    color: #000;
    font-weight: bold;
    float: right;
    margin: 2px 10%;
    font-size: 10px;
}
.info-attributes span{display: none;}
}
@media only screen and (max-width: 991px) {
   .shop-info-banners{font-size: 10px;}
  .header-search{width: 50%; display: inline; float: right;}
  .cart-wrapper .btn {
    height: 40px;
    display: inline;
    float: right;
    z-index: 10;
}
  }
 @media only screen and (max-width: 600px) {
 
  .thumbnail .media img{width: 60%; height: 60%;}
   .top-products-carousel{border-radius: 1xp black !important; border:none; }
 .div1{width:100%; height:auto; margin: 0 auto; }
 .div1_1{width:100%; height:auto; float:left; text-align: center;font-family: IRANSans-web;padding: 5px;  }
 .div1_1 h2{font-size: 17px;}
 .div1_2{width:100%; height:auto;  float:right; background-color:white; text-align: center;}
 .div1_3{width:100%;height:180px;  float:left; text-align: center; }
 .div1_3 img{ max-height: 90%; margin-top:5px;  }
 .div1_4{width:100%; height:80px;  float:right; background-color:white;}
       .price-final{font-size: 15px; padding:3px 15px;  min-width: 16px;}
        .price-old { font-size: 15px;   padding:3px 15px; direction: rtl;  min-width:36px;}
         .info-attributes span { font-size: 8px;}
         .timer__holder span {font-size: 15px;}
 .price-label {
    color: red;
    display: block;
    clear: both;
    font-size: 13px;
    margin-bottom: 2px;
    float: right;
    margin-right: 15%;
    margin-top: 5px;
}
.div1_1 h3{font-size: 20px;}
.info-timerLabel {
  display: none;
    color: #000;
    font-weight: bold;
   float: right;
  margin: 2px 10%;
    font-size: 10px;
}
.info-attributes p{display: none;}

}



#amazing.owl-carousel .owl-item img {
  width: unset;
}
.amazingCountdown {
    text-align: center;
  direction: ltr !important;
}

/* jQuery Countdown styles 2.0.0. */

.countdown-rtl {
  direction: rtl;
}
.countdown-holding span {
  color: #888;

}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-section {
    background: #3a3a3a;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-right: 2px;
    font-size: 28px;
    line-height: 22px;
    margin-right: 2px;
    padding: 8px 7px 4px 8px;
    float: none !important;
    display: inline-block !important;

}

/*.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}*/


.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
  padding: 10px;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
  display: block;
  width: 100%;
}



.main-slider .owl-theme .owl-controls .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 0;
    font-size: 30px;
    line-height: 30px;
    border: solid 1px #232323;
    background: transparent;
    color: #232323;
}

.widget-tag-cloud ul li a {
    font-size: 11px;
    padding: 0 3px;
}


.widget-tag-cloud ul li {
    margin-left: 3px;
    margin-top: 4px;
}




/*.logo img {
        filter:opacity(30%);
        -webkit-transition-property: filter; /* Safari */
      /*-webkit-transition-duration: 0.7s; /* Safari */
     /* transition-property: filter;
      transition-duration: 0.7s;
}

.logo img:hover {
        filter:none;
}*/

.img_slider{
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    opacity: 1;
}
.img_slider:hover{
  opacity: 0.5;
}

body{
  background-color: #eeeff1;
}

#zemanat{
  width: 100%;
  background-color:white;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
  height:auto;
  margin: 0px auto;
}
.vijeh{margin:0 auto;}
#zemanat>span>img{width:85px; height:85px; padding: 10px; margin-top:10px; margin-right:4%; }
#zemanat>span>img:hover{ opacity: 0.5; }
#zemanat>span>a{font-size:15px; }
#zemanat>span{ }
  @media only screen and (max-width: 1500px) {
     .body{width: 90%;}
         .vijeh{width: 100%;}
       #zemanat{width: 95%;}
         #zemanat>span>a{font-size: 13px;  }
         #zemanat>span>img{width:70px; height:70px; padding: 5px; margin-top:10px;  }
    }
     @media only screen and (max-width: 1310px) {
         #zemanat{width:98%;}
         .vijeh{width: 98%;}
          .body{width: 90%;}
         #zemanat>span>a{font-size: 12px;  }
         #zemanat>span>img{width:70px; height:70px; padding: 5px; margin-top:15px;  }
    }
      @media only screen and (max-width: 1150px) {
         .body{width: 90%;}
         #zemanat{width:98%;}
          .vijeh{width: 98%;}
         #zemanat>span>a{font-size: 11px;  }
         #zemanat>span>img{width:60px; height:60px; padding: 5px; margin-top:15px;  }
    }
       @media only screen and (max-width:972px) {
         .body{width: 95%;}
         #zemanat{width: 96%;}
        #zemanat>span{  }
         #zemanat>span>a{font-size:7px;  }
         #zemanat>span>img{width:50px; height:50px; padding: 1px; margin-top:10px;  }
    }
    .body{ width: 80%;   margin: 0px auto; }
    
     @media only screen and (max-width:800px) {
      .page-section{padding: 10px;}

      .body{width: 100%;}

.product-list {
 padding: 40px;
   
}
.shop-info-banners {padding:35px 15px;}
.footer{padding:0px 30px;
}
}

    .rating span.star.active:before, .rating span.star:hover:before, .rating span.star:hover ~ span.star:before {
    content: "\f005";
    color: #3c3c3c99;
}
.img_slider2{
  margin-top: 5px;
  max-width: 100%;
  height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.img_slider2:hover{
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
#partners2{
  width: 200px;

}
.top-products-carousel .owl-prev .fa, .top-products-carousel .owl-next .fa {
    color: black;
    font-size: 24px !important;
    line-height: 30px;
}

.sf-menu.nav > li > a, .sf-menu ul li > a {
    padding: 10px 15px 10px 15px;
}

.to-top {
  z-index: 10000000;
}

.thumbnail{padding: 10px;} 
.white2{background-color: white; padding: 3px;     box-shadow: 0 1.5px 2.5px 0 rgba(0,0,0,.1);}
.white{background-color: white; padding: 20px;     box-shadow: 0 1.5px 2.5px 0 rgba(0,0,0,.1);}

.header .navigation-wrapper {
    background-color: #f5f6f7;
    border-top: 1px solid #e5e8ea;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);}
  .page-section{padding: 7px;}
  .footer-meta{background-color: white;}


.thumbnail.thumbnail-banner .caption-inner {
    border: solid 6px #ffffff;
    padding: 15px;
  }

  .section-box{
      padding-right: 50px; 
      padding-left: 50px; 
  }

.banner{margin-bottom: 30px;}

  .sliderBox{margin-top: -5px !important;}
  #slider2{margin-top: 10px !important;}

   @media only screen and (max-width:991px) {
      #slider2{margin-top: 0px !important;}
    .sliderBox{margin-top: 30px !important;}
   }

    @media only screen and (max-width:800px) {
    /*#sidebar{display: none;}*/
    /*.sliderBox {
        margin-top: 0px !important;
    }*/
    .banner{display: none;}
    .foter_del{display: none;}
    .section-box{
        padding-right: 0px; 
        padding-left:  0px; 
    }
    
    #sidebar{
        display: none;
    }
  }
   .footer-widgets {
     padding: 0px 0; 
     margin-top: 0px;
    background-color: transparent;
}

.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;
    margin: 0px 10px;
    padding: 0;
    line-height: 1;
}

.top-products-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;
    margin: -25px;
    padding: 0;
    line-height: 1;
}

.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;
    margin: 0px 10px;
    padding: 0;
    line-height: 1;
}
.top-products-carousel .owl-prev, .top-products-carousel .owl-next {
    position: absolute;
    top: 50%;
    border: solid 3px #e9e9e9;
    color: #e9e9e9;
    height: 37px;
    width: 37px;
    line-height: 37px;
    text-align: center;
}

.pad{padding-right: 50px !important; padding-left: 50px !important;}

.padding-horizontal-0 {
    padding-right: 0;
    padding-left: 0;
}

.blog-Summary{
    height: 77px;
    overflow: hidden;
    text-align: justify;
}
.main-slider{margin-left: -15px;}
.sidebar{margin-right: -13px; }

/*   iran social    */
.soroush {
  background-image: url("../../../../public/images/social/soroush.png");
  background-size: contain, cover;
}

.soroush i{
    display: none;
}

.igap {
  background-image: url("../../../../public/images/social/igap.png");
  background-size: contain, cover;
}
.igap i{
    display: none;
}
.gap {
  background-image: url("../../../../public/images/social/gap.png");
  background-size: contain, cover;
}
.gap i{
    display: none;
}


.bale {
  background-image: url("../../../../public/images/social/bale.png");
  background-size: contain, cover;
}
.bale i{
    display: none;
}


.bisphone {
  background-image: url("../../../../public/images/social/bisphone.png");
  background-size: contain, cover;
}
.bisphone i{
    display: none;
}


.wispi {
  background-image: url("../../../../public/images/social/wispi.png");
  background-size: contain, cover;
}
.wispi i{
    display: none;
}

.eitaa {
  background-image: url("../../../../public/images/social/eitaa.png");
  background-size: contain, cover;
}

.eitaa i{
    display: none;
}

.widget.search_element{
      border: solid 3px rgba(35, 35, 35, 0.1);
}

.widget.search_element ul li {
  display: inline-block;
  padding-right:6px;
  border: 1px solid #a8a8a8;
  border-radius: 8px;
  margin: 0px 5px 5px 0px;
  float: right;
}
.widget.search_element ul li .remove-filter{
    padding: 10px 5px 10px 7px;
    cursor: pointer;
}
.widget.search_element .widget-content {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
  padding: 15px;
  overflow: hidden;
}

.widget.search_element .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 15px;
}


/*   ./iran social    */


.widget.widget-filter-price #range-price-slider {
  float: left;
  text-align: left;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border-color: transparent;
  border: none;
  font-size: 15px;
  font-weight: 700;
  color: #232323;
  width: 120px;
  line-height: 33px;
}

@media (min-width: 992px) {

    .main-slider-row .owl-stage-outer {
        max-height: unset;
    }
    .main-slider-row .owl-stage {
        max-height: unset;
    }
    .main-slider-row .owl-item {
        max-height: unset;
    }
    .main-slider-row .item {
        max-height: unset;
    }
    .main-slider-row .slide-img {
        max-height: unset;
    }
}

.products.list .thumbnail .caption-text{
    line-height: 30px;
}

.products.list .thumbnail .media img{
    height: 270px;
    width: auto;
}

.view-type.btn-theme-transparent:hover ,.view-type.btn-theme-transparent.active{
  border-color: #232323 !important;
  color: #ffffff;
}
.notices{
  direction: flex;
  flex-wrap: wrap;
}

.notic-box{
  display: flex;
  justify-content: space-between;
  padding:20px 10px;
  color: #424242;
}

.notic-box::before ,.notic-box::after {
  position: absolute;
  bottom: 0;
  right: .875rem;
  left: .875rem;
  height: 1px;
  content: "";
  background-color: rgba(34,36,38,.15);
}


.notic-box::after {
    background-color: #a62626;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    visibility: hidden;
    transition: -webkit-transform .25s ease-out; 
    transition: transform .25s ease-out; 
    transition: transform .25s ease-out,-webkit-transform .25s ease-out; 
    will-change: transform,visibility; 
}

.notic-box:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.notic-box .title{
    height: 48px;
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 27px;
}

.notic-box .price{
   font-size: 12px;
}

.notic-img{
  display: flex;
  flex:0 0 128px;
}

.notic-img img{
  min-width: 120px;
  border-radius: 5px 0 0 5px;
}

.notic-content{
   display: flex;
   flex:1 1;
   flex-flow: column;
}

.time-place {
  color: #bdbdbd;
  flex-grow: 1;
  font-size: 10px;
}
.post-title a {
  color: #232323;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.content .post-wrap {
  border-radius: 10px;
  position: relative;
  border: 1px solid grey;
  transition: 0.3s;
  padding: 4px;
}
.btn-theme-sm {
    font-size: 14px;
    padding: 7px 7px;
}