* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  direction: rtl;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}


@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/media/iranyekanwebbold.92d6ffc1.eot);
  src: url(../fonts/media/iranyekanwebbold.92d6ffc1.eot) format("embedded-opentype"),
    url(../fonts/media/iranyekanwebbold.9be2c236.woff2) format("woff2"),
    url(../images/media/iranyekanwebbold.80e0cf71.woff) format("woff"),
    url(../fonts/media/iranyekanwebbold.6e8ebb8e.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/media/iranyekanweblight.dfdc6e89.eot);
  src: url(../fonts/media/iranyekanweblight.dfdc6e89.eot) format("embedded-opentype"),
    url(../fonts/media/iranyekanweblight.c61fd368.woff2) format("woff2"),
    url(../fonts/media/iranyekanweblight.52efa674.woff) format("woff"),
    url(../fonts/media/iranyekanweblight.6906da26.ttf) format("truetype");
}

@font-face {
  font-family: iranyekan;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/media/iranyekanwebregular.74500baf.eot);
  src: url(../fonts/media/iranyekanwebregular.74500baf.eot) format("embedded-opentype"),
    url(../fonts/media/iranyekanwebregular.e46ea675.woff2) format("woff2"),
    url(../fonts/media/iranyekanwebregular.0974083c.woff) format("woff"),
    url(../fonts/media/iranyekanwebregular.e4f82d0d.ttf) format("truetype");
}

body {
  direction: rtl !important;
  font-family: iranyekan;
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color:#f5f5f5;
}
/*----------------- MAIN MENU -----------------*/
.sub-items-header {
  color: #d34;
  margin-top: 16px;
}
.menu-back-dark {
  position: fixed;
  background: #0008;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 200ms 200ms;
  z-index: 10;
}
#main-menu {
  display: flex;
  position: relative;
  margin: auto !important;
  text-align: center;
  padding-right: 0;
}
#main-menu > li {
  display: inline-block;
}
#main-menu .items {
  height: 38px;
}
#main-menu .items > a {
  display: block;
  padding: 8px 0 0 19px;
  transition: 200ms 250ms border-bottom-width;
  color: #284258;
  font-weight: 600;
  font-size: 14px;
  line-height: 3;
}
.c-navi-new-list__sublist-see-all-cats {
  color: #000;
  font-weight: 900;
  font-size: 15px;
}
#main-menu .items > a i {
  vertical-align: middle;
  font-size: 10px;
  color: #ccc;
}
#main-menu .items > a:hover {
  color: #000;
}
#main-menu .sub-menu.row {
  position: absolute;
  width: 1250px !important;
  max-height: 0;
  top: 98%;
  right: 0;
   left: 0;
   margin: auto !important;
  background: white;
  padding: 0 32px;
  text-align: right;
  line-height: 1.5;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  box-shadow: inset 0 35px 10px -25px rgba(0, 0, 0, 0.07);

}
.has-sub ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  background: #fff;
}
li.has-sub ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  list-style: none;
  border-bottom: 1px solid #ecebeb;
}
li.has-sub ul li a {
  padding: 0 15px;
  width: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  line-height: 3.3;
  text-align: right;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
li.has-sub:hover > ul > li {
  height: 45px;
}
li.has-sub ul li a:hover {
  color: #000;
  background-color: #40916c78;
}
li.has-sub:hover > ul {
  left: auto;
}
.main-items a {
  color: #000 !important;
  font-weight: 600 !important;
}
.img-menu img {
  width: 40px;
}
#main-menu .sub-menu [class|="col"] {
  padding: 18px 0px;
}
#main-menu .items:hover .sub-menu {
  transition: 500ms 250ms;
  max-height: 100vh;
}
.sub-menu a:hover {
  color: #40916c;
}
.sub-items-header a {
  color: #40916c;
  margin-top: 16px;
  display: block;
}
.sub-menu ul li {
  list-style: none;
  display: inline-block;
}
.sub-menu.row .col {
  max-height: 480px;
  overflow-y: auto;
}
.sub-menu .tab {
  float: right;
  border: 1px solid #eee;
  background-color: #fff;
  width: 20%;
  height: 350px;
  overflow-y: auto;
}
.sub-menu .tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 0 10px;
  width: 100%;
  border: none;
  outline: none;
  text-align: right;
  cursor: pointer;
  line-height: 3;
  border-top: 1px solid #fff;
  border-top-color: rgb(255, 255, 255);
  border-bottom: 1px solid #ecebeb;
  position: relative;
}
.sub-menu .tab button::after {
  color: rgba(82,82,82,0.45);
  margin-right: auto;
  font-size: 60%;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f053";
  position: absolute;
  left: 10px;
  top: 9px;
}
.sub-menu .tab button.active {
  background-color: #40916c78;
border-top-color: #40916c;
border-bottom-color: #40916c
}
.sub-menu .tabcontent {
  float: right;
  padding: 0px 12px;
  background-color: #e8ecef;
  width: 80%;
  border-right: none;
  height: 380px;
  overflow-y: auto;
  display: none;
}
.m-subcat {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 300px;
  padding-right: 0 !important;
  overflow-y: auto;
}
.w-100.p-0.m-subcat > li {
  width: 25%;
}
.m-subcat li,
.sub-menu li {
  display: block;
  list-style: none;
  line-height: 2.2;
}
.sub-menu li a {
  font-weight: 400;
  font-size: 13px;
  color: #696969 ;
  transition: all 0.2s linear;
}
.sub-menu li a:hover{
  color: #000 !important;
}
.c-navi-new-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
}
.c-navi-new-list__category-item {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
}
.sub-menu .tabcontent.active.show {
  display: block !important;
}
.img-search.icon-slice {
  margin-right: 3px;
  width: 27px;
  height: 25px;
  background-color: transparent !important;
  border-radius: 6px;
  line-height: 13px;
 box-shadow: none !important;
}
.img-slice{
  background: url("../images/slices.png") no-repeat;
}
 .icon-shop{
  background-position: -28px -2px;
  width: 22px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}

.img-search span {
  background-position:-8px -6px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.img-reg span{
  background-position:  -54px -3px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.frm-search input {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.frm-search {
display: flex;
    align-items: center;
    background-color: #e8ecef;
    padding: 0px 4px;
    border: 1px solid #e8ecef;
    border-radius: 25px;
    position: relative;
    padding: 3px;
    width: 400px;
}
.img-search.icon-slice {
  margin-left: 2px;
}
.row.row-header {
  align-items: center;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.img-all {
  background-position: -41px -9px;
  width: 21px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.count {
  width: 20px;
  height: 20px;
  background-color: #ff0101;
  border-radius: 100%;
  line-height: 20px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 6px;
  top: 0px;
}
.header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;

}

.wdn {
  padding-top: 10px;
}
.name-col {
  min-height: 50px;
  height:50px;
}
.pro-name a {
  color: #284256;
  display: block;
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}
.nasher {
  color: #91969f;
  overflow: hidden;
   display: -webkit-box;
   /*height:25px;*/
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.cost-pro {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

@media(max-width:768px){
    
    .cont-category{
        padding-right:4px !important;
        padding-left:4px !important;
    }
    
    .name-col{
        margin-top:0px !important;
    }
    .name-col{
        min-height:50px;
        max-height:50px;
        height:50px;
    }
    .cost{
        margin-bottom:4px !important;
    }

}
@media screen and (min-width: 768px) {
  .category-section{
    padding-top: 2rem;
  }
  .owl-slider img,.owl-slider  .item{
    border-radius: 34px;
  }
  .owl-category .img-category::before{
    width: 239px;
    height: 239px;
  }
  .slice__container .text span.txt {
    transform: rotate(273deg);
    font-size: 17px;
  }
  .wheel__btn {
    width: 110px;
    height: 110px;
    line-height: 74px;
  }
  
  .slice__container.null .txt {
    font-size: 28px !important;
  }
  .logo-footer {
    background-color: #fff;
    margin-top: -41px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    padding: 19px 40px;

  }
.row-social::after {
    position: absolute;
    content: '';
    right: -0;
    width: 4px;
    height: 200px;
    background-color: #fff;
    border-radius: 25px;
    top: -40px;
  }
  .bg-info-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
 
  .send-section .thum-send {
    display: flex;
    align-items: center;
  }
  .wnd {
    border: 1px solid #f8500e;
  }

  .more-off a span {
    font-size: 14px;
    font-weight: 600;
  }


  .wnd {
    border-radius: 15px;
  }

  .wnd-box {
    border-radius: 7px;
  }

  .soon-repeater.soon-value::after {
    position: absolute;
    width: 88%;
    height: 88%;
    top: -8px;
    right: 0;
    margin: auto;
    content: '';
    border-radius: 100%;
    left: 0;
    bottom: 0;
    border: 2px solid #4be5a2;
  }

  .copy {
    font-size: 12px;
  }

  .namd li {
    margin-right: 12px;
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon-wrapper[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-separator>.soon-group-inner>.soon-group-sub>.soon-group-inner,
  .soon[data-visual]>.soon-group>.soon-group-inner>.soon-group-sub>.soon-group-inner {
    min-width: 34px !important;
  }
  .logo-section .item a {
    height: 60px;
  }
  .row-body {
    height: calc(100vh - 92px);
  }
  .pl-md-60 {
    padding-top: 30px;
  }
  .img-pro-wnd {
    height: 200px;
  }
  .c-left {
    text-align: left;
  }
  .c-right {
    text-align: right;
  }
  .news-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .logo {
    text-align: left;
  }
}

.right-toolbar>span {
  display: inline-block;
  vertical-align: middle;
}

.right-toolbar>span {
  display: inline-block;
  vertical-align: middle;
}

.title0category {
  color: #666;
  font-size: 13px;
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 12px;
}

.owl-carousel img {
  max-width: 100% !important;
}

.big-img-category {
  height: 100%;
}

.namd li {
  display: inline-block;
  vertical-align: middle;
}

.container:not(.slider-container) {
  margin: 0 auto;
  max-width: 1676px !important;
}
.slider-container{
    max-width: 100% !important;
}


.owl-theme .owl-dots .owl-dot {
  background-color: transparent !important;
}

.owl-nav span {
  font-size: 0 !important;
}

.owl-nav {
  margin: 0 !important;
  direction: ltr;
}

.card-body.text-block p {
  margin: 1.71429rem 0 !important;
  line-height: 2;
}

.google-account {
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  border-top: 1px solid #eee;
  line-height: 44px;
}

.btn.btn-outline-primary:hover {
  background-color: #f8f8f8 !important;
  border-color: #0fa7ad !important;
}

@media screen and (min-width: 767.99px) and (max-width: 991.99px) {
  .wnd .col-2.p-0 {
    flex: 0 0 180px !important;
    max-width: 180px !important;
  }

  .wnd .col-10 {
    width: calc(100% - 185px) !important;
    flex: 0 0 calc(100% - 185px) !important;
    min-width: calc(100% - 185px) !important;
  }

}
.owl-send .item {
  min-width: 25%;
}

@media screen and (min-width: 1350px) {
    .frm-search{
        width:519px;
    }
}
@media screen and (min-width: 1200px) {
  .owl-brands img {
    width: auto !important;
    margin: auto;
  }

  .frm-search {
    /*width: 100%;*/
  }

}
@media screen and (max-width: 991.99px) {
        .soon-repeater.soon-value::after {
    position: absolute;
    width: 100%;
    height:100%;
    top: 0px;
    right: 0;
    margin: auto;
    content: '';
    border-radius: 100%;
    left: 0;
    bottom: 0;
    border: 2px solid #4be5a28a;
}
      .name-col{
        min-height:50px;
        max-height:50px;
        height:50px;
    }
     .timer{
        display:flex;
      flex-direction: row-reverse;
          align-items: center;
          justify-content: space-between;
          margin-top:0px !important;
  }
  .register button {
    background-color: #43946f;
    border: none !important;
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    line-height: 37px;
    color: #fff !important;
  }
  .shop-link {
    display: inline-block;
    position: relative;
    border-radius: 5px;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .send-section .title-send {
    text-align: center !important;
  }
  .pr-padding {
    margin-bottom: 8px;
  }
  .row.row-banner {
    margin-right: -10px !important;
  }

  .col-12.menu {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .d-block.logo.text-center {
    display: none !important;
  }
  .js-categories-bar-item {
    display: none !important;
  }
  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }
  .link-footer {
    background-color: #eceff1;
  }
  .slider .col-12 {
    padding: 0 !important;
  }
  .wnd .row.row-align {
    margin-top: 14px;
  }
  .text-center.more a span {
    font-size: 11px;
  }
  .more-off a span {
    font-size: 12px;
        display: flex
;
    align-items: center;
    gap: 10px;

  }
  .cost.text-right.p-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .col-12.text-center.more,
  .more a {
    padding: 0 !important;
  }
  .col-12.text-center.more a,
  .more-off a {
    padding: 5px 3px !important;
  }
  .img-pro.item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .owl-pro .item {
    margin: 5px;
     background-color:#fff;
  }
  .cost.text-left.p-0 {
    text-align: left !important;
    padding-left: 10px !important;
  }

  .owl-pro .owl-stage,
  .owl-news .owl-stage,
  .owl-send .owl-stage,
  .owl-off .owl-stage {
    padding-right: 0 !important;
  }

  .owl-off .item {
    margin-bottom: 20px;
  }
.owl-blog .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .col-md-5.col-12.p-0.order-md-5 {
    background-color: #ebebeb;
  }
  .reg {
    display: none !important;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header {
    padding-bottom: 20px;
    z-index: 15;
    position: relative;
  }
  .menuTrigger i {
    color: #6e6e6e;
    font-size: 26px;
    vertical-align: middle;
    margin-left: 20px;
  }
  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }
  .container {
    max-width: 100%;
  }
  .footer-bottom {
    text-align: center;
  }
  .namd {
    margin: 18px 0 5px 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .header.sticky-menu {
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  .owl-slider{
    /*box-shadow: 0px 0px 13px #999292;*/
   border-radius: 34px;
  }
  .register button {
    border: none !important;
    color: #fff !important;
    background: #40916c;
    border-radius:25px;
    line-height: 2.9;
    font-size: 13px;
    font-weight: 600;
    padding: 0 20px 0 0;
  }
  .img-reg{
    width: 32px;
    height: 37px;
    display: inline-block;
    
  }
  .img-shop{
 
  width: 32px;
  height: 37px;
  display: inline-block;
  margin-right: 16px;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  .shop.d-none.d-md-block {
    display: inline-block !important;
  }
  .row-menu-mob {
    display: none !important;
  }
  .logo {
    line-height: 3.5;
  }

  .owl-pro .pro-name {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .caption-section {
    margin-bottom: 20px;
  }
  .img-pro-wnd {
    margin: 7px 0.5rem 0 0.5rem;
    display: block;
  }
  .col-12.text-center.more a::after,
  .more-off a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0px solid #c4c4c4;
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .col-12.text-center.more a:hover::after,
  .more-off a:hover::after {
    outline: 35px solid #c4c4c4;
    outline-offset: -35px;
  }
  .banner a {
    margin-bottom: 15px;
  }
  .owl-pro .item {
    margin-left: 7px;
    margin-right: 7px;
  }
  .more a {
    border: 2px solid #dcdde0;
    border-radius: 25px;
    color: #3d3d3d;
    padding: 7px 22px;
  }
  .more-off a {
    color: #fff;
    padding: 7px 22px;
  }
  .news-box{
          background-color: #ebebeb;
    padding: 10px !important;
  }
  .news-box .more-off a {
    color: #284258;
    padding: 7px 22px;
  }
  .more-off a i {
    vertical-align: middle;
  }
  .owl-off .item,.owl-blog .item {
    border-radius: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .owl-send .item {
    position: relative;
  }
  .right-toolbar {
    text-align: right;
  }
  #panel-menu {
    display: none;
  }
  .register {
    position: relative;
  }
  .menu .active.show {
    background-color: #e8ecef;
  }
  .nav.tab-menu.nav-pills {
    background-color: #eee;
  }
  .namd {
    text-align: left;
  }
}
.adv-banner li {
  list-style: none;
  margin-bottom: 12px;
}
.owl-theme.owl-brands a {
  display: block;
  background-color: #fff;
}
.caption-section span {
  z-index: 2;
  color: #40916c;
  font-size: 1.3rem;
  font-weight: 900;
}
.show-all {
  color: #999;
  position: relative;
  z-index: 1;
  padding-right: 10px;
  font-weight: 600;
  font-size: 15px;
}
.caption-section span {
  position: relative;
  display: inline-block;
}
.big-img-category {
  display: block;
}
.big-img-category img {
  width: 100% !important;
  height: 100% !important;
}
.categori-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #555;
  font-size: 13px;
  text-align: center;
  padding: 8px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 767px) {
    .owl-slider .item img{
 transform: scale(0.90);

            
        }
.owl-slider .owl-item.center .item img{
    transform: scale(1);
   
        }
}
@media screen and (max-width: 991.99px) {
    
  .img-shop.position-relative {
    width: 37px;
    height: 37px;
    display: inline-block;
    border-radius: 0 9px 9px 9px;
    text-align: center;
    line-height: 37px;
  }
  #dropdownMenuButton2::after {
    display: none !important;
  }
  #dropdownMenuButton2 {
    border: none !important;
    margin-right: -5px !important
  }
  .logo-mob img {
    width: 100px;
  }
  .row.menu{
    display: none !important;
  }
  .product_search form {
    display: flex;
    align-content: center;
    border: 1px solid #eee;
    border-radius: 5px;
  }
  .product_search button i {
    font-size: 18px;
    vertical-align: middle;
    color: #8f8f8f;
  }
  .dropdown.me-2.register button::after {
    display: none !important;
  }
  .container-fluid.wnd {
    padding-left: 0 !important;
  }
  .product-thumb.list-view .image a {
    min-height: 128px;
    width: 140px !important;
  }
  .cart-info {
    max-height: 30vh;
    overflow-y: auto;
  }
  .page {
    overflow-x: hidden;
  }
  .site-name {
    padding-right: 15px !important;
  }
  .p-mob-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .send-section {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
  }
  .caption-section {
    margin-bottom: 13px;
  }
  .container-fluid.categori-section.pt-3 {
    padding-top: 0 !important;
  }
  .img-icon {
    width: 75px;
    height: 84px;
    background-size: contain !important;
  }
  .owl-off .item,.owl-blog .item {
    border-radius: 15px;
  }
  .menu-mob {
    background-color: #f9f9f9;
  }
  .row.row-align {
    align-items: center;
  }
  .more a {
    border: 2px solid #dcdde0;
    border-radius: 25px;
    color: #000;
    padding: 5px 15px;
  }
  .copy {
    text-align: center !important;
  }
  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }
  .product-carousel {
    padding-top: 0 !important;
  }
  .product-image-box img {
    width: 80% !important;
  }
  div#accordian>ul {
    max-height: 90vh;
    overflow-y: auto;
  }
  #search-field {
    line-height: 3;
    width: calc(100% - 40px);
    border-radius: 13px;
    padding-right: 10px;
  }
  .footer-bar ul li.search.active .site-search {
    bottom: 100%;
    visibility: visible;
  }
  .footer-cart-contents {
    position: relative;
  }
  .toolbar-desc .count {
    position: absolute;
    top: -20px;
    background-color: #ffb4cb;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    color: #fff;
    line-height: 22px;
    right: -6px;
    z-index: 2;
    text-align: center;
  }
  .product_search {
    background-color: #fff;
    border-radius: 13px;
  }
  .product_search button {
    background-color: transparent !important;
    height: 38px;
    padding: 0 10px;
  }
  .my-account img {
    width: 33px;
  }
  #search {
    display: block;
    cursor: pointer;
  }
  .footer-bar ul li svg {
    width: 40px;
  }
  .categori-list-section {
    padding: 0 !important;
  }
  .banner-wnd {
    text-align: center;
  }
  .adv-banner li img {
    width: 100% !important;
    height: auto !important;
  }
  .img-pro img {
    width: 100% !important;
  }
  .footer-bottom {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 15px 0 !important;
    text-align: center;
  }
}

.lnk-footers li a:hover {
  color: #2ca6a4;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}
.img-pro img {
  width: 100% !important;
}
.owl-brands .owl-item:hover img {
  filter: none !important;
}
.owl-brands .owl-item img {
  filter: grayscale(100%);
  -webkit-transition: all 0.5s ease 80ms;
  -moz-transition: all 0.5s ease 80ms;
  -ms-transition: all 0.5s ease 80ms;
  -o-transition: all 0.5s ease 80ms;
  transition: all 0.5s ease 80ms;
}

.title-footer.un-link span {
  position: relative;
}

.owl-theme .owl-nav [class*="owl-"] {
  background: transparent;
}

.product-carousel .owl-nav [class*="owl-"] {
  margin: 0 !important;
}

@media screen and (min-width: 1320px) {}

.price {
  text-align: center;
  color: #666;
}

@media screen and (max-width: 570.99px) {
    
}
.category-info a {
  display: block;
}
.all-categori.mr-auto {
  z-index: 13;
}
.all-categori>a {
  color: #464646 !important;
  font-size: 14px !important;
  font-weight: 500;
}
.timer>span {
  display: inline-block;
  vertical-align: middle;
}
.owl-brands .owl-nav span,
.owl-pro .owl-nav span {
  color: #000 !important;
}
.owl-brands .owl-prev {
  position: absolute;
  top: 0;
}
.owl-brands .owl-next {
  position: absolute;
  top: 0;
}
.owl-pro .owl-next  {
  left: -17px !important;
}
.owl-pro .owl-prev {
  right: -17px !important;
}
.owl-off   .owl-next {
  left: -12px !important;
}
 .owl-off  .owl-prev {
  right: -12px !important;
}
.cost-total {
  font-weight: bold;
  margin-left: 0px;
}
.owl-off .cost .cost-total {
  color: #fff;
}
.cost .old-cost {
  color: #91969f;
  font-weight: 600;
}
.old-cost {
  font-size: 15px;
  text-decoration: line-through;
}
.cost .unit {
  color: #fff;
}
.unit {
  font-size: 11px;
  font-weight: 500;
}
.owl-pro .item {
  background-color: #fff;

  -webkit-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -moz-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -o-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  -ms-transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  transition: transform 300ms cubic-bezier(0.34, 2, 0.6, 1),
    box-shadow 200ms ease;
  margin-bottom: 20px;
  border-radius: 14px;
}
.owl-pro .item:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.18);
}
.owl-slider .owl-dots {
  position: absolute;
  bottom: 13px;
  right: 0;
  width: 100%;
  text-align: center;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.owl-slider .owl-dots .owl-dot span {
  margin: 5px 2px !important;
  background-color: #fff;
  width: 35px !important;
  border-radius: 25px;
  height: 5px !important;
}
.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
}
.adv-banner li .owl-slider .owl-dot.active span,
.owl-slider .owl-dots .owl-dot.active span,
.owl-slider .owl-dots .owl-dot:hover span {
  background: #40916c!important;
}
.owl-slider .owl-prev  span,.owl-slider .owl-next  span{
  font-size: 0 !important;
}
.owl-slider .owl-prev {
  position: absolute;
  top: 40%;
  right:20px;
  background:url('../images/slider-nav.png') no-repeat !important;
  width: 22px;
  height: 41px;
  border-radius: 25px !important;
  line-height: 0 !important;
  margin: 0 !important;
}
.owl-slider .owl-next {
  position: absolute;
  top: 40%;
  left:20px;
  background:url('../images/slider-nav.png') no-repeat !important;
  width: 22px;
  height: 41px;
  border-radius: 25px !important;
  line-height: 0 !important;
  margin: 0 !important;
  transform: rotate(-180deg) !important;
}
.button-footer {
  
  padding-bottom: 20px;
}
.copy {
  background-color: #367b5c;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #ffffffd4;
}
.copy .color-footer {
  color: #fff;
  font-weight: 900;
  font-size: 12px;
}
.offer {
  font-weight: bold;
  padding: 0px 5px;
  font-size: 15px;
}
.owl-off .offer {
  color: #c83cb9;
}
.owl-pro .offer {
  color: #4be5a2;
}
.owl-pro .item {
  position: relative;
background-color:#fff;
  margin-top: 12px;
}
.owl-pro .item:hover .add-to-card {
  height: auto !important;
  padding: 8px 5px;
}
.c-left,.c-right {
  font-size: 12px;
}
.right-footer {
  position: relative;
}
.footer-logo {
  display: block;
  margin-bottom: 10px;
}
.cssmenu ul ul li.has-sub:hover a,
.cssmenu ul li.has-sub ul li.has-sub ul li a:hover {
  background: #3d8a67;
  color: #fff !important;
  text-align: right;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cssmenu #head-mobile {
  display: none;
}
#cssmenu>ul>li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
#cssmenu2>ul>li {
  display: block;
  list-style: none;
  list-style-type: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0;
}
.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 14px !important;
  padding: 10px 0 5px 0;
  background: rgba(255, 255, 255, 0.8);
}
.cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu li:hover>ul {
  left: auto;
}
.cssmenu li:hover>ul>li {
  height: 45px;
}
.cssmenu ul ul ul {
  margin-right: 100%;
  top: 0;
  z-index: 2;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.cssmenu ul ul li a {
  padding: 0 15px;
  width: 155px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #dae9ff;
  margin: 0 10px 10px 10px;
  border-radius: 9px;
  text-align: right;
}
.cssmenu ul ul li:last-child>a,
.cssmenu ul ul li.last-item>a {
  border-bottom: 0;
}
.cssmenu ul ul li:hover>a,
.cssmenu ul ul li a:hover {
  color: #000;
}
.cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  left: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ccc;
  content: "";
}
.cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  left: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ccc;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0;
}
.cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
.cssmenu>ul>li.has-sub>ul>li.active>a,
.cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333;
}
.cssmenu li:hover>ul {
  left: auto;
}
.cssmenu>ul>li>a {
  font-size: 13px;
  text-decoration: none;
  color: #fff;
  line-height: 2.5;
}
#cssmenu>ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cssmenu>ul>li.has-sub>a:after {
  content: " ";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 3px solid #fff;
  position: absolute;
  top: 49%;
  left: -11px;
}
.cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a,
.cssmenu #head-mobile {
  border: 0;
  list-style: none;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu>ul>li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  display: inline-block;
  margin-left: 23px;
}
.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1000;
  box-shadow: 0px 5px 5px #201e1e1c;
}
.banner img {
  width: 100% !important;
  border-radius: 15px;
}
.nav-link {
  color: #464646;
  font-size: 14px !important;
  font-weight: 500;
}
.frm-search input::-webkit-input-placeholder {
  color: #284258 !important;
  font-size: 12px;
}
.frm-search input::-moz-placeholder {
  color: #284258 !important;
  font-size: 12px;
}
.frm-search input:-ms-input-placeholder {
  color: #284258 !important;
  font-size: 12px;
}
.frm-search input:-moz-placeholder {
  color: #284258 !important;
  font-size: 12px;
}
.container-fluid:not(.body-content) {
  margin: 0 auto;
  max-width: 1566px;
}
.slider{
    margin:0px;
    max-width:100% !important;
}
.header{
    max-width:100% !important;
}
.banner-header{
    background-color:#c11755;
}
.banner-header .col-12, .menu{
      margin: 0 auto !important;
    max-width: 1676px !important;
}
@keyframes blink {
  50% {
    opacity: 0.5;
  }
}
.slider {
  padding-top: 11px;
}
.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}

.banner a {
  display: block;
}
.owl-off .item ,.owl-blog .item{
  background-color: #ffff;
  position: relative;
}

.form input {
  height: 38px;
  border-radius: 9px;
  padding-right: 10px;
  background-color: #367b5c;
  color: #fff;
  border-color: #367b5c;
}
.form input::placeholder{
  color: #fff;
  font-size: 13px;
}
.form input:focus{
  background-color: #367b5c;
  color: #fff;
  border-color: #367b5c;
  box-shadow: 0 0 0 .25rem rgba(132, 236, 193, 0.07) !important;
}
.btn-news-letter {
  background-color: #ffffff;
color: #40916c;
height: 38px;
font-weight: 600;
  border-radius: 9px;
  text-align: center;
  padding: 0 !important;
  box-shadow: none;
  box-shadow: none !important;
}
.col-8.cost {
  min-height: 55px;
}
.offer.gift-box {
  font-size: 10px;
  padding: 5px 7px;
}
.send-box-cat span {
  width: 83px;
  left: 0;
  border: 1px solid #78beb4;
  z-index: 2;
  color: #78beb4;
  font-weight: 500;
  padding: 1px 6px;
  margin-top: 3px;
  border-radius: 25px;
  font-size: 10px;
  background-color: #fff;
}
.send-box {
  position: absolute;
  left: 0;
  border: 1px solid #4375ff;
  z-index: 2;
  color: #6d93fb;
  font-weight: 500;
  padding: 1px 10px;
  margin-top: 3px;
  top: 42px;
  border-radius: 25px;
  font-size: 12px;
  background-color: #fff;
}
.categori-section {
  padding-bottom: 15px;
}
.img-box {
  position: relative;
  display: inline-block;
}
.col-12.text-center.more a,
.more-off a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.col-12.text-center.more a:hover,
.more-off a:hover {
  border-color: #ec6707;
}
.col-12.text-center.more a span,
.more-off a span {
  position: relative;
  z-index: 2;
}
.thumbnail.thum-send:hover img {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.3s ease 80ms;
  -moz-transition: all 0.3s ease 80ms;
  -ms-transition: all 0.3s ease 80ms;
  -o-transition: all 0.3s ease 80ms;
  transition: all 0.3s ease 80ms;
}
.footer-link {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.more-info.more {
  color: #6eccf3;
  font-size: 11px;
  background-color: transparent;
  cursor: pointer
}
.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px !important;
}
.shop-link:hover {
  color: #fff;
}
.owl-pro .owl-prev,
.owl-off .owl-prev {
  position: absolute;
  top: 38%;
  background: url('../images/prev.png') no-repeat  !important;
  width: 56px !important;
  height: 56px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
}

.wnd .owl-prev,
.wnd .owl-next {
  margin: 0 !important;

}

.owl-pro .owl-next,
.owl-off .owl-next {
  position: absolute;
  top: 38%;
  background: url('../images/prev.png') no-repeat  !important;
  width: 56px !important;
  height: 56px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
  transform: rotate(180deg);
}

.offer-mob {
  background-color: #eb162e;
  color: #fff;
  border-radius: 25px;
  padding: 0 8px;
  margin-right: 0px;
}

.owl-dot.active span {
  background-color: #43946f  !important;
}

.banner-header.p-0 {
  z-index: 1000;
  position: relative;
}
@media screen and (max-width: 1199.99px) {

}
.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}
.desc-about {
  text-align: justify;
}
@media screen and (max-width: 767.99px) {
  .ps-xs-0{
    padding-right: 0 !important;
  }
  .pe-xs-0{
    padding-left: 0 !important;
  }
  .pr-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
  .title-wnd {
	    text-align: center;
	    margin-top: 10px;
    }
  .soon-text.soon-label{
    display: none !important;
  }
  .text-xs-center{
    text-align: center;
  }
  .bg-info-col {
    /*padding-top: 5rem !important;*/
  }
  .row-social{
    margin-top: 30px;
  }
  .col-social,.title-text-social {
    text-align: center;
  }
  .footer-top{
    display: none !important;
  }
  .owl-category .img-category::before{
    width: 150px;
    height: 150px;
  }
  .title-footer.lnk-footer.un-link {
    text-align: center;
  }
  .slice__container .text span.txt {
    font-size: 12px;
  }
  .wheel__btn {
    width: 90px;
    height: 90px;
    line-height: 54px;
  }
  .slice__container.null .txt {
    font-size:15px !important;
  }
  .link-footer-inner {
    margin-top: 10px !important;
  }
  .c-left, .c-right {
  font-size:12 !important;
}  
    .p-xs-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
    .namd li img {
  vertical-align: baseline;
}
.mt-xs-15{
    margin-top:15px;
}
.text-news  {
    font-size: 10px;

  }
  .send-section .thum-send a {
    text-align: center;
  }
  .send-section .thum-send a {
    font-size: 12px;
  }
  .title-send a div.d-block:nth-child(2) {
    display: none !important;
  }
  .slide-col {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .banner-left-col{
    display: none !important;
  }
  .wnd .col-2.p-0 {
    flex: 0 0 120px !important;
    max-width: 120px !important;
  }
  .container-fluid.off-panel {
    padding: 0 !important;
    margin-top:0px;
  }
  .img-pro-banner{
      border-radius:15px;
      margin:10px;
  }
  .off-box ,.news-box{
    border-radius: 0 !important;
  }
  .row.row-off-panel {
    align-items: center;
  }
  .more-off a {
    color: #fff;
    font-weight: 600;
  }
  .wnd .col-10 {
    width: calc(100% - 125px) !important;
    flex: 0 0 calc(100% - 125px) !important;
    min-width: calc(100% - 125px) !important;
  }
  .off-box .col-2.p-0, .news-box .col-2.p-0 {
	flex: 0 0 120px !important;
	max-width: 120px !important;
}
  .off-box .col-10, .news-box .col-10  {
    width: calc(100% - 125px) !important;
    flex: 0 0 calc(100% - 125px) !important;
    min-width: calc(100% - 125px) !important;
    padding-left: 0 !important;
  }
  .container.p-0.wnd.mt-5.mb-5 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }
  .logo-section {
    background-color: #fff;
  }

  .news-section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .list-section .col-md-6.col-12.ps-md-0 {
    padding: 0 !important;
    margin-bottom: 15px;
  }
  .list-section .col-md-6.col-12.pe-md-0 {
    padding: 0 !important;
  }
  .copy {
    font-size: 11px;
  }
  .img-list-nasher,.img-list-author {
    height: 40px !important;
    line-height: 40px !important;
  }
  .list-enteshar.p-0 {
    margin-left: -8px !important;
    margin-right: -6px !important;
  }
  .img-list-author img {
    height: 40px !important;
    width: 40px !important;
  }
  .namd li {
    width: 85px;
    height: 85px;
    padding: 5px;
    line-height: 85px;
  }
  .d-block.list-name-nasher {
    font-size: 10px;
  }
  .row-news-letter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .namd {
    text-align: center;
  }

  .logo-section .item a {
    height: 40px;
  }
  .banner.order-lg-0 {
    display: flex;
  }
 
  .row-footer {
    display: none !important;
  }

  .cat-box {
    width: 50px !important;
    height: 50px !important;
    line-height: 50px !important;
  }

  .list-cat li {
    width: 25%;
    margin: 5px;
  }

  .right-toolbar span {
    margin-right: 15px;
    position: relative;
  }

  li.home,
  .support.intro {
    display: none !important;
  }

  .prl-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .timer .far {
    margin-right: -5px;
  }

  #sync1 {
    margin-top: 28px !important;
  }

  .img-wnd {
    width: 109px !important;
  }

  .show-more:hover {
    color: #fff !important;
  }

  .title-wonder-full {
    width: 190px !important;
    height: 40px;
    display: block;
    margin-top: -13px;
    background-size: 190px;
  }

  .title-wonder-full svg {
    width: 100%;
    height: 100% !important;
  }

  .all-wnd-mob i {
    vertical-align: middle;
    margin-right: 5px;
    color: #636466;
  }

  .all-wnd-mob a {
    color: #636466;
  }

  .pro-model a {
    color: #2a2a2a;
    font-weight: 700;
  }

  .show-more {
    width: 60px;
    height: 40px;
    background-color: #eb162e;
    display: inline-table;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
    top: -7px;
    position: relative;
  }

  .wnd-link li {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  #sync2 .current .item {
    border: 1px solid #eb162e;
    border-radius: 5px;
    position: relative;
  }

  .categories {
    width: 100% !important;
  }

  .owl-theme.owl-gift,
  .owl-pro,
  .owl-send {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .brand-list .index-row a {
    margin: 2px 0 !important;
  }

  .btn-group.box-icon {
    margin-top: 10px;
  }

  .c-share__social {
    width: 37px !important;
    height: 37px !important;

    line-height: 32px !important;
  }

  .lbl-edit-shipping-address {
    border: none !important;
  }

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

  .address-item .address-details {
    font-size: 14px;
  }

  .section3-detail .tab-pane {
    padding: 35px 10px 35px 10px !important;
    font-size: 14px !important;
  }

  .row-tab #myTabs li a {
    padding: 14px 12px !important;
  }

  .col-md-8.col-12.cost.text-right.pr-3 {
    padding-left: 5px !important;
  }

  .img-pro img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: fill;
    height: 100% !important;
    border-radius: 5px;
  }
  .img-pro {
    height: 170px;
    
    display: block;
  }

  .p-xs-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .owl-brands .owl-prev {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    left: -10px !important;
    border-radius: 100% !important;
    line-height: 26px !important;
  }

  .owl-brands .owl-next {
    background: rgba(255, 255, 255, 0.8) !important;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -30px;
    z-index: 10;
    right: -10px !important;
    border-radius: 100% !important;
    line-height: 26px !important;
  }
}

.wnd {
  background-color: #eff1f5;
}

.footer {
  padding-bottom: 20px;
}
.caption-section {
  position: relative;
}
.lnk-footers {
  padding-right: 0;
}
.namd li {
  background-color: #367b5c;
  text-align: center;
  position: relative;
  border-radius: 15px;
  border: 1px solid #367b5c;
}
.more-about {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.more-about i {
  vertical-align: middle;
  font-size: 15px;
  margin-right: 5px;
}
.more-about:hover {
  color: #43c2fd;
  transition: all 0.2s linear;
}
.send-section {
  padding-top: 40px;
  background-color: #f4f5f7;
}
.ms-auto.right-toolbar {
  margin-bottom: 10px;
}

.support a {
  direction: ltr;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  color: #717275;
  font-weight: 600;
}

.support a .color {
  color: #3d8a67;
}

.menu-icon {
  background: url("../images/slices.png") no-repeat -169px -5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 1200px) {


}
/*.owl-slider .owl-prev span {*/
/*  background: url("../images/slices.png") no-repeat -8px -97px !important;*/
/*  width: 13px;*/
/*  height: 13px !important;*/
/*  font-size: 0 !important;*/
/*  box-shadow: none !important;*/
/*  display: inline-block;*/
/*}*/

/*.owl-slider .owl-next span {*/
/*  background: url("../images/slices.png") no-repeat -8px -71px !important;*/
/*  width: 13px;*/
/*  height: 13px !important;*/
/*  font-size: 0 !important;*/
/*  box-shadow: none !important;*/
/*  display: inline-block;*/
/*}*/

.page {
  overflow-x: hidden;
}

.panel-menu {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100vh;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
}

.close-li {
  background-color: #f3f3f3 !important;
}

.subPanel {
  width: 300px;
  background-color: #fff !important;
  position: fixed;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -300px;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 999999 !important;
  display: block !important;
  padding-right: 0 !important;
}

.panel-menu>ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
}

#panel-menu ul {
  padding-right: 0 !important;
  max-height: 100vh;
  overflow-y: auto;
}

.panel-menu ul li {
  list-style: none;
  width: 100%;
  line-height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  cursor: pointer;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #edecec;
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}

.btn-menu {
  background-color: #f3f3f3 !important;
  width: 100%;
  line-height: 40px;
  padding: 5px;
  padding-right: 5px;
  cursor: pointer;
  border-bottom: 1px solid rgb(218 218 218);
  color: #858585;
  padding-right: 21px;
}

.panel-menu {
  z-index: 10;
}

.panel-menu ul li {
  padding-left: 20px;
  padding-right: 10px;
}

.main-menu a {
  color: #717471;
  font-weight: 500;
  font-size: 14px;
}

.openSubPanel {
  position: relative;

  cursor: pointer;
  z-index: 1;
  text-align: right;
  width: 100%;
  display: block;
}

.panel-menu.isOpen,
.subPanel.isOpen {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
}

.subPanel {
  z-index: 20;
}

.closeSubPanel,
.closePanel,
.openSubPanel {
  cursor: pointer;
}

.panel-menu>ul:nth-child(1) {
  overflow-y: auto !important;
  max-height: 100vh;
  width: 100%;
}

.border-none {
  border: none !important;
}

.panel-menu.isOpen::before {
  position: absolute;
  right: 300px;
  content: "";
  top: 0;
  height: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 500%;
}

.arow-menu i {
  background-position:-8px -31px;
	width: 8px;
	height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.close-menu .times {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel i {
  background-position:-7px -52px;
  width: 16px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.panel-menu.isOpen .close-menu {
  padding: 0;
  width: 28px;
  height: 28px;
  font-size: 21px;
  color: #858585;
  line-height: 15px;
  text-align: center;
  line-height: 33px;
  float: left;
  position: absolute;
  left: 10px;
  top: 10px;
}

.openSubPanel .arow-menu {
  color: #879496;
  font-size: 22px;
}

.arow-menu {
  position: absolute;
  left: 0;
  top: 0;
  height: 29px;
  color: #879496;
}
.send-section .img-send {
  display: inline-block;
}
.c-navi-new-list__inner-category--hovered {
  color: #3d8a67;
  transition: all 0.2s linear;
}
.c-navi-new-list__inner-category--hovered .ico-menu {
  transition: all 0.2s linear;
}
.c-navi-new-list__inner-category.js-mega-menu-category:hover {
  color: #3d8a67;
  transition: all 0.2s linear;
}
.support:hover a {
  transform: scale(1.1);
  transition: all 0.2s linear;
}
.support a {
  margin-right: 10px;
}

.menu-account li:not(:last-child) a {
  border-bottom: 1px dashed #d8d4d4;
}

.menu-account li {
  padding: 5px 20px;
  line-height: 3;
}

.menu-account li a {
  font-size: 13px;
  display: block;
  color: #424750;
  display: block;
  font-weight: 600;
  width: 100%;
}
.menu-account li:hover {
  background-color: #f0f0f1;
}

.menu-account {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  border: none !important;
  min-width: 250px;
  padding: 0;
}

.menu-account li i {
  font-size: 17px;
  margin-left: 2px;
  vertical-align: middle;
}

.m-user-img img {
  width: 40px;
  height: 40px;
  border-radius: 100% !important;
}
.scrollup {
  cursor: pointer;
}
.mini-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 1;
}
.mini-cart-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-bottom: 4px solid #f6f6f6;
}
.btn.btn-link {
  color: #212121;
  text-decoration: none;
}
.shop .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border: 0;
  border-radius: 10px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.mini-cart-products {
  max-height: 280px;
  overflow-y: auto;
}
.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}
.mini-cart-product-thumbnail {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.mini-cart-product-thumbnail a {
  display: block;
  position: relative;
  padding: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mini-cart-product-thumbnail a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #000;
  border-radius: 10px;
  opacity: .03;
  z-index: 10;
}
.mini-cart-product-thumbnail img {
  max-width: 100%;
}
.mini-cart-product-detail {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 15px;
  position: relative;
}
.mini-cart-product-brand {
  font-weight: 700;
  margin-bottom: 5px;
}
.mini-cart-product-detail a {
  color: #212121;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mini-cart-product-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 700;
}
.mini-cart-purchase-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mini-cart-product-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mini-cart-product-price {
  font-weight: bold;
}
.mini-cart-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  margin: 10px;
}
.currency {
  font-size: 12px;
}
#dropdownMenuButton1 {
  background-color: #e8ecef;
  border: none !important;
  border-radius: 25px;
  color: #284258 !important;
  padding: 0 25px 0 10px !important;
  line-height: 2.9;
font-size: 13px;
font-weight: 600;
}
.mini-cart-product-remove {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 0;
  background-color: transparent;
  z-index: 1;
}
.mini-cart-product-remove i {
  color: #000 !important;
}
.mini-cart-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
  border-top: 4px solid #f6f6f6;
}
.mini-cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.mini-cart-total-label {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.mini-cart-total-value {
  font-size: 18px;
  font-weight: bold;
}
.btn-primary {
  color: #fff !important;
  background-color: #40916c;
  border-color: #40916c;
  box-shadow: none !important;
}
.btn-primary:hover {
  color: #fff !important;
  background-color: #35825e;
}
.row.menu {
  background-color: #fff;
}

.right-toolbar button::after {
  display: none !important;
}

.cost-total {
  font-size: 16px;
}
.d-block.cost {
 
  border-radius: 0 25px 25px 0;
  padding: 5px;
}
.off-box {
  background-color: #3f906b;
   border-radius: 15px;
 }
.owl-pro .unit {
  color: #8e8e8e;
}
.owl-pro .old-cost {
  color: #8e8e8e;
}
.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}
.about-company-top {
  background-color: #f6f6f6;
  padding-top: 1rem;
  padding-bottom: 2rem;
}

.link-copy li {
  display: inline-block;
  margin-left: 19px;
  position: relative;
}
.link-copy.p-0 li a {
  color: #fff;
  font-size: 13px;
  transition: all 0.2s linear;
}
.link-copy.p-0 li a:hover {
  color: #66f2b2;
}
.list-enteshar.p-0 li {
  list-style: none;
}
.list-enteshar.p-0 li {
  width: 24%;
  display: inline-block;
  border: 1px solid #cdcdcd;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 10px;
  vertical-align: middle;
}
.d-block.list-name-nasher {
  color: #787878;
  font-weight: 600;
  min-height: 40px;
}
@media screen and (min-width: 992.99px) and (max-width: 1080.99px) {
  #main-menu .items > a {
    font-size: 11px !important;
  }
  .namd li {
    width: 110px !important;
    height: 110px !important;
   line-height: 100px !important;
  }
}
.org-color{
  color: #3f906b !important;
}

.cat-name{
  color: #284258;
  font-size: 14px;
  font-weight: 600;
}
.owl-category .img-category {
  height: 240px;
  position: relative;
}
.owl-category .img-category img{
 z-index: 1;
  position: absolute;
  width:80%;
  right:10%;
  height:60%;
  top:20%;
}
.owl-category .img-category::before{
  position: absolute;
  content: '';
  background: url('../images/bg-cat.png') no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width:100%;
  height:100%;
}
.owl-category .img-category img{
 object-fit: contain;
 max-height: 100% !important;
 border-radius: 17px;
}
.category-section{
  padding-bottom: 2rem;
}
.input-group.is-selected {
  display: block !important;
}

.hot-ideas-wrap li img {
  width: 100% !important;
  border-radius: 15px;
}
.hot-ideas-wrap li {
  list-style: none;
}
@media screen and (min-width: 601px){
  .row.row-banner {
    margin-left: -1% !important;
    margin-right: -1% !important;
  }
}
@media screen and (max-width: 600.99px){
  .row.row-banner {
    margin-left: -1% !important;
    margin-right: -1% !important;
  }
}
.news-title{
  color: #333;
  font-weight: 600;
  font-size: 15px;
overflow: hidden;
min-height: 40px;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
position: relative;
}
.news-title::before{
  background-color: #40916c;
  position: absolute;
  top:5px;
  width: 5px;
  height: 20px;
  content: '';
  right: 0;
  border-radius: 25px;
}
.short-news-desc{
  color: #666666;
  overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
height:70px;
}
.img-news {
  height: 168px;
  overflow: hidden;
  border-radius: 9px;
}
.img-news img{
  object-fit: fill;
  max-height: 100%;
  border-radius: 9px;
  width: 100%;
}
.title-news{
  color: #284258;
}
.lbl-news{
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #595959ed;
  color: #fff;
  padding: 0 12px;
  border-radius: 25px;
  z-index: 1;
  line-height: 2;
}
.img-special {
  height: 167px;
  overflow: hidden;
border-radius: 9px;
}
.date-blog {
  font-size: 11px;
}
.layer-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100% );
  background: -webkit-linear-gradient( top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100% );
  background: linear-gradient( to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  z-index: 2;
  display: flex;
  justify-content: flex-end;
 font-weight: 600;
  flex-direction: column;
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  text-align: right;
}
.owl-blog .item:hover .layer-item {
  color: #f15d22;
}
.img-special img {
  object-fit: fill;
  max-width: 100% !important;
  max-height: 100% !important;
  border-radius: 10px;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}
.owl-blog .item:hover .img-special img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 1px solid #fff;
}
.button-footer {
  background-color: #40916c;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.d-bolck.about-company {
  color: #ffffffd1;
  font-size: 12px;
  text-align: justify;
  line-height: 1.6;
}
.about-company a {
  color: #fff;
  transition: all 0.2s linear;
}
.about-company a i{
  color: #3f906b;
  vertical-align: middle;
  margin-right: 5px;
}
.about-company a:hover {
  color: #3f906b;
}
.title-footer.lnk-footer.un-link {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}
.bg-info-col{
  background:#000 url('../images/bg-info.jpg') no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 431px;
  color: #fff;
}
.d-block.title-text-social {
  font-size: 19px;
  font-weight: 900;
}
.col-social a {
  color: #fff;
}
.icon-info {
  width: 50px;
}
.icon-info i{
  font-size: 20px;
  vertical-align: middle;
}
.bg-info-col .text-info {
  width: calc(100% - 55px);
  text-align: right;
  color: #fff !important;
  font-size: 12px;
}
.bg-info-col .text-info a{
  direction: ltr;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1px;
}
.chat{
  position: fixed;
  left: 0;
  bottom: 5px;
  z-index: 1;
}
.container.p-0.second-header.sticky-menu{

}

.container-fluid.header.p-0 {
    position: fixed;
top: 0;
width: 100%;
right: 0;
z-index: 100000;
left: 0;
margin: auto;
background:#fff !important;
}
.header.sticky-menu .banner-header {
  display: none !important;
}
.search-result {
  position: absolute;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 2px 5px #b5b3b3;
  border-radius: 7px 7px 0 0;
  z-index: 100;
  top: 45px;
}
.search-result-list li {
  list-style: none;
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
}
.search-result-list li a {
  color: #000 !important;
}
.search-result-list {
  max-height: 300px;
  overflow-y: auto;
}
 .soon-text.soon-separator {
    position: absolute !important;
    left: -2px;
  }
   .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 32px !important;
    width: 38px;
    height: 38px;
    margin-top: 10px;
  }
  
  .soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  font-size: 18px !important;
}
.soon-text.soon-separator {
  position: absolute !important;
  left: -2px;
  bottom: 10px;
}
.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}
.timer far.fa-clock {
  color: #7a7a7a;
  font-size: 20px;
}
.soon-repeater.soon-value {
  margin: auto !important;
  height: 100%;
}
.soon-slot .soon-slot-inner {
  z-index: 8;
}
.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  color: #fff;
}
.soon-text.soon-label {
  color: #fff;
}
.soon-text {
  font-weight: 501 !important;
}
.soon[data-layout*="group"] {
  padding: 0 !important;
}
.soon-slot .soon-slot-inner {
  z-index: 8;
}

.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}
.soon-group.soon-group-sub {
  direction: ltr;
}
.soon[data-scale="m"] {
  font-size: 4px;
  direction: ltr !important;
}

.soon-repeater.soon-value {
  border-radius: 100%;
  margin: auto !important;
  height: 100%;
}
.soon-slot .soon-slot-inner {
  z-index: 8;
}
.soon[data-layout*="group"][data-layout*="overlap"] > .soon-group {
  direction: ltr;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: -50% !important;
  font-size: 8px !important;
}

.soon-wrapper[data-layout*="group"] .soon-label,
.soon[data-layout*="group"] .soon-label {
  font-size: 0.5em;
}
.soon-wrapper[data-visual] .soon-label,
.soon[data-visual] .soon-label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25%;
  margin-top: 0 !important;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.325em !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 50%;
  display:flex;
  justify-content:center;
  align-items:center;
  width:100%;
  height:100% !important;
}
.soon-slot .soon-slot-inner {
  z-index: 8;
}
.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: -27% !important;
font-size: 9px !important
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
}
.soon-group.soon-group-sub {
  direction: ltr;
}
.soon[data-scale="m"] {
  font-size: 20px;
  direction: ltr !important;
  text-align: right !important;
}
.timer span {
  display: inline-block;
  vertical-align: middle;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  display: inline-block;
  vertical-align: baseline;
}
.soon-wrapper [class*="soon-"],
.soon [class*="soon-"] {
  z-index: 8;
  position: relative;
  text-align: center !important;
 font-family: iranyekan;
}
.soon-text {
  font-family: arial;
  font-weight: 501 !important;
font-family: iranyekan;
}
.soon[data-layout*="group"] {
  padding: 0 !important;
}

.soon-text.soon-separator {
  font-size: 24px !important;
  left: -3px !important;
  top: 10px;
}
.shop .dropdown-toggle::after {
  display: none !important;
}
.icon-cal{
  background-position: -79px -3px;
	width: 25px;
	height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.cal-number {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cal-text {
  color: #303030;
  font-weight: 600;
  line-height: 1;
}
.cal {
  color: #40916c;
  direction: ltr;
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
}
a:hover {
  color: #3d8a67;
}

.img-pro {
  height: 160px;
  overflow: hidden;
}
.img-pro img{
    padding:15px;
object-fit: contain;
max-width: 100% !important;
height: 100% !important;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
  transition-duration: 0.4s;
transition-duration: 0.4s;
transition-duration: 0.4s;
transition-duration: 0.4s;
transition-duration: 0.4s;
}
.item:hover .img-pro img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.owl-off .cost-box {
  background-color: #c83cb9;
  display: inline-block;
  padding: 2px 37px;
  border-radius: 25px;
}
.owl-pro .cost-box {

  display: inline-block;
  padding: 2px 37px;
  border-radius: 25px;
  background-color:#40916c;
}
.owl-pro .cost-box:hover{
     background-color:#c83cb9 !important;
}
.owl-off .lbl-pro2 {
  background: #c83cb9;
  color: #fff;;
}
.owl-pro .lbl-pro2 {
  background: #4be5a2;
  color: #000;
  font-weight: 600;
}
.lbl-pro2 {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 1;
  padding: 0 8px;
  font-size: 11px;
  border-radius: 25px;
  box-shadow: 0px 3px 5px #484242;
}
.owl-category .item {
  padding-top: 35px;
}
.owl-pro .cost-total,.owl-pro .unit {
  color: #fff;
}
.cost-box.off {
  background-color: #4be5a2;
  border-color: #4be5a2;
}
.cost-box.off .cost-total,.cost-box.off .unit{
  color: #000 !important;
}
.col-12.text-center.mb-3.cost {
  min-height: 68px;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.blog-panel {
  /*background-color: #ebebeb;*/
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn.btn-news-letter.form-control.mt-2:hover {
  background-color: #35825e;
  border-color: #35825e;
  color: #fff;
  transition: all 0.2s linear;
}
.about-section {
  /*background-color: #ebebeb;*/
  padding-bottom: 2rem;
}
.about-sec{
     background-color: #ebebeb;
  background: url('../images/bg-about.png') no-repeat;
background-size: cover !important;
min-height: 317px;
padding: 20px;
}
.more-view {
  color: #40916c;
  font-weight: 600;
  font-size: 18px;
}
.more-view i{
 vertical-align: middle;
}
.desc-about::before{
  position: absolute;
  content: '';
  right: -20px;
  top:0;
  width: 5px;
  height: 100%;
  background-color: #40916c;
  border-radius: 25px;
}
.owl-pro .item:hover .cost-box{
  background-color: #40916c;
  transition: all 0.2s linear;
 }
 .owl-pro .item:hover .cost-total, .owl-pro .item:hover .unit{
   color: #fff;
 }
 .owl-category .owl-prev  i,.owl-category .owl-next  i{
  font-size: 0 !important;
}
.owl-category .owl-prev {
  position: absolute;
  top: 40%;
  right:-20px;
  background:url('../images/cat-nav.png') no-repeat !important;
  width: 17px;
  height: 32px;
  border-radius: 25px !important;
  line-height: 0 !important;
  margin: 0 !important;
}
.owl-category .owl-next {
  position: absolute;
  top: 40%;
  left:-20px;
  background:url('../images/cat-nav.png') no-repeat !important;
  width: 17px;
  height: 32px;
  border-radius: 25px !important;
  line-height: 0 !important;
  margin: 0 !important;
  transform: rotate(-180deg) !important;
}
@keyframes elementor-animation-wobble-top{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}.elementor-animation-wobble-top{transform-origin:0 100%}.elementor-animation-wobble-top:active,.elementor-animation-wobble-top:focus,.elementor-animation-wobble-top:hover{animation-name:elementor-animation-wobble-top;animation-duration:1s;animation-timing-function:ease-in-out;animation-iteration-count:1}@keyframes elementor-animation-wobble-bottom{16.65%{transform:skew(-12deg)}33.3%{transform:skew(10deg)}49.95%{transform:skew(-6deg)}66.6%{transform:skew(4deg)}83.25%{transform:skew(-2deg)}100%{transform:skew(0)}}
.owl-category .item:hover  .img-category img{
  animation-name: elementor-animation-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.img-box.img-pro-banner::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-box.img-pro-banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: #ffffff;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 90%;
  -ms-transform-origin: 90%;
  transform-origin: 90%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.img-box.img-pro-banner:hover::before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  opacity: 0.5;
}
.img-box.img-pro-banner:hover::after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 0.5;
}
.ico-menu {
  display: inline-block;
  width: 50px;
}
.ico-menu img{
 max-height: 50px !important;
  width: 50px;
  object-fit: contain !important;
}



.banner_header img{
            height: 400px;
    }
    @media(max-width:992px){
    .owl-category .img-category {
  height: 200px;
  position: relative;
}
}
@media(max-width:768px){
    .owl-category .img-category {
  height: 175px;
  position: relative;
}
    .col-top {
  padding-top: 10px !important;
}
    .bg-info-col {
        min-height:336px;
        /*padding-top:0px;*/
    }
      
    .pro-name{
        max-height:50px;
    }
    .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon-wrapper[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-separator
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner,
  .soon[data-visual]
    > .soon-group
    > .soon-group-inner
    > .soon-group-sub
    > .soon-group-inner {
    min-width: 32px !important;
    width: 32px;
    height: 32px;
    margin: 10px;
  }
    .soon [class*="soon-"] {
  font-size: 15px !important;
  /*margin:0px 5px;*/
}
.soon-seperator{
    margin:0px 2px;
}
.item-pro{
    /*min-height:250px;*/
    padding:10px 0px;
}
.col-12.text-center.mb-3.cost {
    min-height: 48px;
    align-items: center;
    display: flex
;
    flex-direction: column;
    justify-content: flex-end;
}
    .mob_offer_t{
        display: flex
;
    }
    /*.img-fluid{*/
    /*        margin-top: 11px;*/
    /*}*/
    .soon-separator{
    margin-top: 7px !important;

    }
      .soon-repeater{
      height:10px !important;
  }
  .timer {
      display:flex;
      flex-direction: row-reverse;
          align-items: center;
          justify-content: space-between;
          margin-top:0px !important;
  }
 
  .timer img{
      height:25px;
      width:100px;
  }
    .owl-slider .owl-stage-outer{
    padding-top:5px;
}

    .banner_header img{
            height: 180px;
    }
    .row-off-panel{
            flex-direction: row-reverse;
    }
    .more-off{
        margin:10px;
            display: flex
;
    align-items: center;
    gap: 10px;
}
    
    .row-off-panel {
        justify-content: flex-end;
          margin:10px !important;
    }
  
    .pro-name a{
        min-height: 5px;
    }
    .img-pro{
        height: 114px;
    }
    .img-pro img{
        padding:0;
    }
    .cost-total{
        font-size:13px;
    }
    .owl-carousel img{
        top:30px;
        right:13px;
    }
    .owl-category .img-category img{
        width: 85%;
    }
}
 .owl-slider  .owl-nav {
           position: absolute;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            width: 70%;
            right:14%;
        }
.owl-slider .owl-nav button{
    font-size:40px !important;
}
.owl-slider .owl-nav button:hover{
    background:transparent;
}
@media(max-width:768px){
    .owl-slider .owl-prev, .owl-slider .owl-next {
  width: 13px;
  height: 25px;
  background-size:contain !important;

}
}
 
@media(max-width:576px){
    .owl-slider .owl-nav{
        width:98%;
        right:1%;
    }
   
    .owl-category .img-category {
  height: 140px;
  position: relative;
}
.caption-section span {
    z-index: 2;
    color: #40916c;
    font-size: 1.3em;
    font-weight: 900;
}
.owl-category .item {
  padding-top: 10px;
}
.category-section {
    padding-bottom: 1rem;}
}
.form-control #input-quantity{
    width: 55% !important; 
}
.noUi-connect {
    background: #43946f !important;
}
.btn.btn-filter-cost {
    background-color: #43946f;
    border-color: #43946f;
    color: #fff;
}
