* {
  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;
  color: #000;
}

body {
  direction: rtl !important;
  font-family: Yekan;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  overflow-x: hidden;
  color: #444;
  background-color: #f2f2f2;
}

.img-shop {
  background-position: -6px -4px !important;
  width: 22px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 6px;
}

.img-search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: transparent !important;
  background-position: -92px -4px !important;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: transparent !important;
}



.img-reg {
  background-position: -38px -4px !important;
  width: 21px;
  height: 23px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.frm-search input {
  border: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  /*color: #fff;*/
}

.frm-search {
display: flex;
  align-items: center;
  background-color: #f0f0f1;
  padding: 2px 4px 2px 10px;
  border: 1px solid #f0f0f1;
  border-radius: 999px;
}

.img-search.icon-slice {
  margin-left: 5px;
}

.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;
  border-radius: 100%;
  background-color: #52C5D0;
  display: inline-block;
  color: #fff;
  text-align: center;
  top: 0px;
  position: absolute !important;
  font-weight: bold;
  font-size: 15px;
  right: -13px;
  margin: 0 !important;
  line-height: 19px;
}

.wdn {
  padding-top: 10px;
}

.img-pro img {
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
}

.img-pro {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.pro-name {
  width: 100%;
  display: block;
  min-height: 52px;
}

.pro-name a {
  color: #000;
  display: block;
  font-family: Latin-Yekan;
  font-size: 13px;
  font-weight: 500;
  min-height: 60px;
}

.cost-pro {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.txt-timer {
  color: #716d71;
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  margin-top: -10px;
}

.set > span {
  color: #fff;
  font-size: 16px;
  display: block;
  position: relative;
}

.lnk-footers li a {
  color: #fbfbfbe8;
  font-size: 13px;
  font-weight: 400;
}

.for-banner .img-box.img-pro-banner img,
.three-banner .img-box.img-pro-banner img {
  object-fit: contain;
  max-width: 100% !important;
  -ms-scroll-snap-x: 100% !important;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
    .quick-buy a,
.orders a {
background-color: #52c5d05c;
  color: #000;
  font-size: 13px;
  padding: 6px 11px;
  border-radius: 25px;
}
  .wnd-timer {
    font-size: 15px;
  }

  .soon[data-layout*="group"] .soon-separator {
    margin-top: 7px !important;
  }

  .img-blog {
    height: 190px;
  }

  .off-pro .red-btn {
    background-color: #d4072e;
  }

  .off-pro .red-btn .cost-total,
  .off-pro .red-btn .unit {
    color: #fff !important;
  }

  .soon-text.soon-separator {
    position: absolute !important;
    left: -2px;
  }

  .main-wnd-title {
    font-size: 13px;
    padding: 0 15px;
  }

  .owl-wnd .item {
    margin: 0;
  }

  .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;
  }

  .company {
    border-right: 1px solid #ffffffb5;
  }

  .owl-pro .item,
  .owl-special .item {
    border: 1px solid #fff;
    transition: 200ms;
  }

  .owl-pro .item:hover,
  .owl-special .item:hover {
    box-shadow: 0px 12px 19px -7px rgba(0, 0, 0, 0.3);
    border-color: #52c5d0;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  .owl-pro .item:hover .off-pro .red-btn,
  .owl-special .item:hover .off-pro .red-btn {
    background-color: #fff !important;
  }

  .owl-pro .item:hover .off-pro .red-btn .cost-total,
  .owl-pro .item:hover .off-pro .red-btn .unit,
  .owl-special .item:hover .off-pro .red-btn .cost-total,
  .owl-special .item:hover .off-pro .red-btn .unit {
    color: #52c5d0 !important;
  }

  #dropdownMenuButton1 {
    padding-left: 0;
    text-align: left;
  }

  .row.row-banner {
    margin-left: -7px !important;
    margin-right: -7px !important;
  }

  .caption-section span,
  .caption-section {
    font-size: 1.2rem;
  }

  .p-0.icon-social li {
    flex-grow: 1;
    text-align: center;
  }

  .icon-social {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
  }

  /*.header.sticky-menu {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }*/

 

  



  .wnd-box {
    border-radius: 10px;
  }

  .copy {
    font-size: 12px;
  }

  .namd li {
    margin-right: 12px;
    width: 100px;
    height: 120px;
    line-height: 120px;
  }

  .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: 20px !important;
    width: 20px;
    height: 20px;
    margin-top: 8px;
  }

  .row-body {
    height: calc(100vh - 92px);
  }

  .list-cat li {
    flex-grow: 1;
  }

  .list-cat {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
  }

  .pl-md-60 {
    padding-top: 10px;
  }

  .sotial-footer ul li {
    margin-left: 2px;
  }

  .header-slide {
    margin-top: 29px !important;
  }

  .row.align-items-end.row-btn2 {
    min-height: 71.5px;
    padding-bottom: 10px;
  }

  .wrapper-categori .product-thumb.list-view {
    padding: 10px !important;
  }

  .section3-detail .tab-pane {
    padding: 35px 53px 35px 61px !important;
    font-size: 16px;
  }

  .col-12.p-xs-2 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .thumb-product3 .thumbnail {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .thumb-product3 .thumbnail img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
  }

  .owl-brands .owl-prev {
    right: 5px !important;
  }

  .owl-brands .owl-next {
    left: 5px !important;
  }

  .product-thumb.list-view .name-category {
    padding-right: 0 !important;
  }

  .product-thumb.list-view .name-category {
    height: 66px;
  }

  .column.count {
    flex: 0 1 36%;
    width: 27%;
    justify-content: flex-start;
  }

  .column.product-image {
    flex: 0 1 20%;
    width: 20%;
    max-width: 30%;
    text-align: center;
    padding: 5px;
  }

  .content-products {
    flex: 75% 0 1;
    max-width: 75%;
    flex-direction: row;
    padding-left: 0;
    align-items: center;
    display: flex;
    color: #909090;
  }

  .column.product-title {
    flex: 0 1 45%;
    width: 45%;
    padding-left: 85px;
  }

  .column.price {
    flex: 0 1 28%;
    width: 28%;
    padding: 5px;
    color: #909090;
  }

  .column.remove {
    flex: 0 1 5%;
    width: 10%;
    padding: 5px;
  }

  .cart-item.clearfix.cart-campaign {
    display: flex;
    align-items: center;
    padding: 25px 0;
    position: relative;
    color: #909090;
  }

  .wrapper-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .container-fluid.contact-section .card {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }

  .row.contact-info {
    padding: 0 55px;
  }

  .wrapper-categori2 {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative;
  }

  .wrapper-categori2.section1-detail {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .section2-detail {
    border-radius: 8px;
    padding: 9px 33px 11px 0 !important;
  }

  .c-comments-add__col--content button {
    width: 32px;
  }

  .c-comments-add__col--content .btn-default {
    height: 30px;
  }

  .c-comments-add__col--content .btn-warning {
    height: 30px;
  }

  .img-pro-wnd img,
  .img-pro img,
  .product-thumb .image a img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100% !important;
    border-radius: 5px;
  }

  .c-product-stock__title {
    font-size: 18px;
    padding-top: 1rem;
  }

  .product-thumb .price {
    font-size: 15px;
  }

  .name-category {
    margin-top: 13px;
    height: 43px;
  }

  .product-thumb .image a {
    height: 200px;
    width: 200px !important;
    display: block;
    margin: auto;
  }

  .img-pro-wnd {
    height: 200px;
  }

  .popup-added-to-basket-icon-check::before {
    font-size: 5rem;
  }

  #myModal .modal-content {
    border-radius: 18px !important;
  }

  #myModal .modal-dialog {
    max-width: 40% !important;
  }

  .cart-opt li {
    padding: 23px 30px;
  }

  .ca-list {
    margin-left: -20px;
  }

  .c-categori-name {
    color: #232933;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 700;
    margin-bottom: 16px;
  }

  .categori-item.text-xenter p {
    position: relative;
  }

  .ca-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .ca-list li {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px;
    margin-left: 20px;
    max-width: 25%;
  }

  .ca-list li img {
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    border-radius: 16px;
  }
/*
  .owl-category img {
    border-radius: 16px;
  }

  .owl-category .item a {
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: 239px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
  }
  */

  table.cart td {
    border: 4px solid #f6f6f6;
    position: relative;
  }

  table.cart td {
    min-width: 150px;
  }

  .link-continu {
    float: right !important;
  }

  .c-comments__evaluation {
    line-height: 2.71;
    color: #505050;
    font-size: 14px;
  }

  .title-footer {
    font-size: 15px;
  }

  .set > span i {
    display: none;
  }

  .title-footer {
    position: relative;
  }

  .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;
}

@media screen and (min-width: 1300px) {
  .container {
    max-width: 100% !important;
  }
}

.owl-theme .owl-dots .owl-dot {
  background-color: transparent !important;
}

.owl-pro .owl-nav span,
.owl-wnd .owl-nav span,
.owl-slider .owl-nav span,
.owl-special .owl-nav span {
  font-size: 0 !important;
}

.owl-nav {
  margin: 0 !important;
  direction: ltr;
}

@media screen and (min-width: 767.99px) and (max-width: 991.99px) {
  .new-product {
    margin-top: 15px;
  }

  .owl-category .owl-stage {
    padding-right: 0 !important;
  }
}

.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

.accordion-container .set > span i {
  position: absolute;
  left: 0;
  top: 17px;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 500.99px) {
}

@media screen and (max-width: 991.99px) {
  .w-chat {
    bottom: 49px !important;
  }

  .toolbar-box li > span {
    display: inline-block;
  }

  .quick-buy a,
  .orders a {
    min-width: 107px;
  }

  .toolbar {
    background-color: #fff;

    position: fixed;
    bottom: 0;
    width: 100%;
    right: 0;
    z-index: 10;
    padding: 10px;
  }

  .toolbar .shop {
    background-color: transparent !important;
    width: 44px;
    height: 40px;
    border-radius: 5px;
    box-shadow: none !important;
    display: inline-block;
    text-align: center;
    line-height: 37px;
  }

  .toolbar .shop span {
    margin: 0 !important;
  }

  body {
    padding-bottom: 57px;
  }

  .toolbar-box li {
    flex-grow: 1;
    text-align: center;
  }

  .toolbar-box.ps-0 {
    width: 100%;
    list-style: none;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 0px;
    padding: 0;
    padding-right: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .w-chat img {
    width: 60px;
  }

  #dropdownMenuButton2 {
    background-color: transparent !important;
    border: 1px solid #e0e0e2;
  border-radius: 8px;
    width: 44px;
    height: 40px;
    border-radius: 5px;
    box-shadow: none !important;
  }

  .shop-link {
    background-color: #1a1a1a !important;
    padding: 5px;
    border-radius: 5px;
  }

  .row.row-banner {
    margin-right: -10px !important;
  }

  .c-navi-new-list__category-item > li {
    margin-left: 0 !important;
    width: 100% !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;
  }

  .menuTrigger span {
    display: inline-block;
    vertical-align: middle;
  }

  .link-footer {
    background-color: #eceff1;
  }

  .slider .col-12 {
    padding: 0 !important;
  }

  .main-image {
    margin-top: 8px !important;
  }

  .wnd .row.row-align {
    margin-top: 14px;
  }

  .text-center.more a span {
    font-size: 11px;
  }

  .cost.text-right.p-3 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .col-12.text-center.more {
    padding: 0 !important;
  }

  .col-12.text-center.more a {
    padding: 5px 3px !important;
  }

  .container-fluid.wnd .r-wnd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
    width: 100% !important;
    flex-wrap: nowrap;
    display: inline-flex !important;
  }

  .img-pro.item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .cost.text-left.p-0 {
    text-align: left !important;
    padding-left: 10px !important;
  }

  .owl-wnd .owl-stage,
  .owl-pro .owl-stage,
  .owl-news .owl-stage,
  .owl-send .owl-stage {
    padding-right: 0 !important;
  }

  .owl-wnd .item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-md-5.col-12.p-0.order-md-5 {
    background-color: #ebebeb;
  }

  .reg {
    display: none !important;
  }

  .logo-mob img {
    width: 200px;
  }

  .menu-mob {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header {
    background-color: #fff;
  }

  .menuTrigger i {
    color: #000;
    font-size: 36px;
    vertical-align: middle;
  }

  .product-search {
    display: flex;
    align-items: center;
  }

  .categori-item span {
    color: #d9d3d3;
    font-size: 16px;
    margin-left: 7px;
  }

  .toolbar-desc li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 24px;
  }

  .logo-mob {
    text-align: center;
    padding: 10px 0;
  }

  .container {
    max-width: 100%;
  }

  .footer-bottom {
    text-align: center;
  }

  .namd {
    margin: 18px 0 5px 0 !important;
  }

  .footer-bottom .col-lg-3 {
    padding: 0 !important;
  }
}

.title-footer {
  font-weight: bold;
  color: #ffffff;
  position: relative;
  display: block;
}

.lnk-footers li {
  line-height: 2.1;
  position: relative;
  list-style-type: none !important;
}

.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.sotial-footer a {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  margin: auto;
  background-color: #191919;
  border-radius: 7px;
  text-align: center;
}

.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}

.sotial-footer a span {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
  margin: auto;
  background-color: #fff;
  border-radius: 7px;
  text-align: center;
  line-height: 31px;
}

.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

@media screen and (min-width: 992px) {
  .quick-buy a {
    animation: blinking 1s infinite;
  }

  @keyframes blinking {
    0% {
      border-color: #fff;
      color: #F28021;
      background-color: #fff;
    }

    49% {
      border-color: #fff;
      color: #F28021;
      background-color: #fff;
    }

    51% {
      color: #fff;
      background-color: #F28021;
    }

    to {
      color: #fff;
      background-color: #F28021;
    }
  }

 
.line {
  margin-left: 7px;
  margin-right: 12px;
  background-color: #e0e0e2;
  width: 1px;
  height: 23px;
  content: '';
}
  .header {
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.14);
  }

  .gap-li,
  .menu-left {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    width: 16.666667%;
  }

  .col-12.menu {

    position: relative;
    text-align: center;
  }

  .owl-stage {
    padding-right: 0 !important;
  }

  .shop.d-none.d-md-block {
    display: inline-block !important;
  }

  .row-menu-mob {
    display: none !important;
  }

  .logo {
 
    position: relative;
   
  }

  .img-pro {
    height: 200px;
  }

  .owl-slider .owl-item img {
    height: 100%;
  }

  .row-gift-style .item {
    padding-top: 40px;
    padding-bottom: 5px;
  }

  .row-gift-style {
    min-height: 220px;
  }

  .img-pro-wnd {
    margin: 7px 0.5rem 0 0.5rem;
    display: block;
  }

  .img-icon {
    width: 85px;
    height: 95px;
  }

  .col-12.text-center.more a::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    outline: 0px solid #fbb829;
    z-index: 0;
    left: 0;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .col-12.text-center.more a:hover::after {
    outline: 35px solid #fecc0c;
    outline-offset: -35px;
  }

  .banner a {
    margin-bottom: 15px;
  }

  .cost-total {
    font-size: 17px;
  }

  .timer .far {
    font-size: 23px;
  }

  .title-footer {
    margin-bottom: 13px !important;
  }

  .more a {
    border-radius: 25px;
    color: #fff;
    padding: 6px 7px;
  }

  .pr-padding {
    padding-right: 7px;
    padding-left: 7px;
  }

  .pl-padding {
    padding-right: 7px;
    padding-left: 7px;
  }

  .right-footer::after {
    position: absolute;
    width: 1px;
    height: 100%;
    border-left: 1px dashed #ccc;
    content: "";
    top: 0;
    left: 23px;
  }

  .owl-slider .owl-nav span {
    font-size: 0 !important;
  }

  .owl-send .item {
    position: relative;
  }

  .right-toolbar {
    text-align: left;
    z-index: 10002;
    position: relative;
  }

  #panel-menu {
    display: none;
  }

  .register {
    position: relative;
  }

  .footer-info {
    width: 90%;
  }

  .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: #1e1e1e;
  font-weight: bold;
}

.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;
}

.brand-section {
  background-color: #f8f8f8;
}

@media screen and (max-width: 991.99px) {
  .owl-slider img {
    border-radius: 15px;
  }

  .product_search button i {
    font-size: 18px;
    vertical-align: middle;
    color: #6f6f6f;
    font-weight: 500;
  }

  #dropdownMenuButton2 i {
    font-size: 22px;
    vertical-align: middle;
    color: #6f6f6f;
    font-weight: 500;
  }

  .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;
  }

  .pr-padding {
    margin-bottom: 8px;
    padding-left: 0 !important;
  }

  .caption-section > span::before {
    bottom: -1px;
  }

  .caption-section {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .row-gift-style .item {
    padding-top: 31px;
  }

  .row-gift-style {
    min-height: 194px;
  }

  .img-icon {
    width: 75px;
    height: 84px;
    background-size: contain !important;
  }

  

  .cost-total {
    font-size: 14px;
  }

  .cost-total .unit {
    font-size: 11px !important;
  }

  .menu-mob {
    background-color: #f9f9f9;
  }

  .row.row-align {
    align-items: center;
  }

  .more a {
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    padding: 5px 15px;
  }

  .copy {
    text-align: center !important;
  }

  .c-left span {
    display: inline-block !important;
    vertical-align: middle;
  }

  .brand-section {
    padding-top: 10px !important;
  }

  .owl-brands .owl-prev {
    left: -45px;
  }

  .owl-brands .owl-next {
    right: -45px;
  }

  .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: 5px;
    padding-right: 10px;
    background-color: #fff;
    color: #595959;
    font-size: 12px;
  }

  .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: 7px;
    border: 1px solid #d7d7d7;
  }

  .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;
  }

  .img-send img {
    margin: 10px auto !important;
  }

  .banner-wnd {
    text-align: center;
  }

  .adv-banner li img {
    width: 100% !important;
    height: auto !important;
  }

  .img-pro img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-bottom {
    padding: 15px 15px 0 !important;
    text-align: center;
  }

  .title-footer {
    font-size: 13px;
  }

  .title-footer {
    display: block;
  }
}

.item-main {
  width: 100%;
}

.item-img {
  width: 100%;
  position: relative;
}

.item-img .place {
  padding-top: 100%;
}

.item-img-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.item-img-inner > a {
  height: 100%;
  width: 100%;
}

.product-image-box {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}

.product-image-box img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .quick-buy a,
  .orders a {
    font-size: 10px !important;
    padding: 8px 8px;
  }
}

@media screen and (min-width: 1200px) {
  .frm-search {
    width: 500px;

  }
}

.lnk-footers li a:hover {
  color: #fff;
  transition: all 0.2s linear;
  text-decoration: underline !important;
  font-weight: 500;
}

.row.categori-box .card {
  border-radius: 0 !important;
}

.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 (min-width: 580px) and (max-width: 992.99px) {
}

@media screen and (min-width: 680.99px) and (max-width: 991.99px) {
}

@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,
.owl-special .owl-next,
.owl-blog .owl-next {
  margin: 0 !important;
}

.owl-pro .owl-prev,
.owl-special .owl-prev,
.owl-blog .owl-prev {
  margin: 0 !important;
}

.brand-logo img {
  width: auto !important;
}

.cost-total {
  color: #52c5d0;
  font-weight: bold;
  margin-left: 0px;
}

.after-off .cost-total,
.after-off .unit {
  color: #52c5d0 !important;
}

.pro-name-special a {
  min-height: 40px;
}

.old-cost {
  color: #737373;
  text-decoration: line-through;
  font-weight: 500;
  line-height: 1;
}

.old-cost .unit {
  color: #737373 !important;
  font-size: 11px !important;
}

.unit {
  font-size: 13px;
  color: #52c5d0;
  font-weight: 500;
}

.unit2 {
  color: #ef0000;
  font-weight: 500;
}

.price-2 {
  color: #ef0000;
  font-weight: 500;
  font-size: 15px;
}

.owl-pro .item,
.owl-special .item,
.owl-blog .item {
  margin-bottom: 12px;
  -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-top: 10px;
  border-radius: 14px;
  overflow: hidden;
}

.item-img2 {
  background-color: #fff;
  border-radius: 14px;
  padding-bottom: 20px;
}

.text-top {
  font-size: 13px;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 15px;
}

.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: #999999;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 100%;
}

.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: #d4072e !important;
  width: 20px;
  border-radius: 25px;
}

  #sync1 .owl-prev {
  position: absolute;
  top: 45%;
  left: 30px;
}

  #sync1 .owl-next {
  position: absolute;
  top: 45%;
  right: 30px;
}

.copy {
 padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffffab;
  font-weight: 400;
  background-color: #41b3be;
  border-top: 1px solid #81c7cd;
}

.copy .color-footer {
  color: #fff;
  font-weight: 600;
}

.model-banner {
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}

.model-pro {
  color: #6c6c6c;
  font-size: 12px;
}

.offer {
  background-color: #d4072e;
  color: #fff;
  font-weight: bold;
  padding: 0px 5px;
  border-radius: 25px;
  font-size: 13px;
}

.owl-pro .item,
.owl-special .item {
  background-color: #fff;
  padding-top: 10px;
  min-width: 120px;
}

.owl-blog .item {
  background-color: #fff;
}

.icon-card {
  background-position: -177px -49px;
  width: 24px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.add-to-card {
  background-color: #ee0b74;
  position: absolute;
  width: 95%;
  bottom: 0;
  color: #fff;
  text-align: center;
  border-radius: 7px 7px 0 0;
  box-shadow: 0px 0px 5px #918a8a;
  left: 0;
  right: 0;
  margin: auto;
  height: 0;
  transition: all 0.2s linear;
}

.add-to-card a {
  color: #fff;
}

.owl-pro .item:hover .add-to-card {
  height: auto !important;
  padding: 8px 5px;
}

.right-footer {
  position: relative;
}

.footer .tel {
  font-size: 13px;
  font-weight: bold;
}

.footer-logo {
  display: block;
  margin-bottom: 10px;
}

.brand-section .card {
  box-shadow: 0px 0px 10px #ddd;
  border: none !important;
  border-radius: 0;
}

.header {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 10001;
}

.banner img {
  width: 100% !important;
}

.nav-link {
  color: #464646;
  font-size: 14px !important;
  font-weight: 500;
}

.frm-search input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #595959 !important;
  font-size: 12px;
}

.frm-search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #595959 !important;
  font-size: 12px;
}

.frm-search input:-ms-input-placeholder {
  /* IE 10+ */
  color: #595959 !important;
  font-size: 12px;
}

.frm-search input:-moz-placeholder {
  /* Firefox 18- */
  color: #595959 !important;
  font-size: 12px;
}

.banner-sectoon {
  background-color: #f6f6f6;
  padding-bottom: 18px;
}

.slider img,
.banner a img {
  width: 100% !important;
}

.banner a {
  display: block;
}

.outer {
  position: relative;
}

.owl-wnd .item {
  position: relative;
  background-color: #fff;
   border-radius: 7px;
}

.timer .far {
  color: #545354b0;
  margin-top: -4px;
  font-size: 11px;
}

.news-form .form input {
  width: calc(100% - 38px);
  height: 38px;
  border-radius: 10px;
  padding-right: 7px;
  margin-left: 5px;
  background-color: #fff;
  color: #52c5d0;
}

.news-form .form {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #fff;
  padding-left: 5px;
}

.btn-news-letter {
  background-color: #52c5d0;
  text-align: center;
  line-height: 30px;
  width: 43px;
  height: 30px;
  font-size: 12px;
  border-radius: 7px;
  padding: 0 !important;
  box-shadow: none !important;
  color: #fff !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;
}

.img-box {
  position: relative;
  display: inline-block;
}

.more-view-info {
  text-align: right;
}

.col-12.text-center.more a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.col-12.text-center.more a:hover {
  border-color: #fecc0c;
}

.col-12.text-center.more a span {
  position: relative;
  z-index: 2;
}

.footer-link {
  border-top: 1px solid #e1e1e1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.more-info.more {
  color: #d4072e;
  font-size: 15px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
}

.owl-theme .owl-dots .owl-dot span {
  margin: 5px 4px !important;
}

.border-none {
  border: none !important;
}

.shop-link:hover {
  color: #fff;
}

.wnd .owl-prev,
.wnd .owl-next {
  margin: 0 !important;
}

.owl-pro .owl-next,
.owl-brand .owl-next,
.owl-special .owl-next,
.owl-blog .owl-next {
  position: absolute;
  left: -16px;
  top: 38%;
  background: url("../images/next.png") no-repeat !important;
  width: 46px !important;
  height: 47px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.owl-pro .owl-prev,
.owl-brand .owl-prev,
.owl-special .owl-prev,
.owl-blog .owl-prev {
  position: absolute;
  right: -16px;
  top: 38%;
  background: url("../images/prev.png") no-repeat !important;
  width: 46px !important;
  height: 47px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.owl-wnd .owl-next {
  position: absolute;
  left: -1px;
  top: 38%;
  background: url("../images/prev-wnd.png") no-repeat !important;
  width: 36px !important;
  height: 37px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.owl-wnd .owl-prev {
  position: absolute;
  right: -1px;
  top: 38%;
  background: url("../images/wnd-next.png") no-repeat !important;
  width: 36px !important;
  height: 37px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.offer-mob {
  background-color: #eb162e;
  color: #fff;
  border-radius: 25px;
  padding: 0 8px;
  margin-right: 0px;
}

.owl-dot span {
  background: #999999 !important;
}

.owl-dot.active span {
  background: #d11f39 !important;
  width: 20px !important;
  border-radius: 25px !important;
}

.banner-header.p-0 {
  z-index: 1000;
  position: relative;
}

@media screen and (max-width: 1199.99px) {
  .c-navi-new-list__category-item > li {
    margin-left: 5px;
  }
}

.namd li img {
  object-fit: contain;
  max-height: 100% !important;
}

@media screen and (max-width: 767.99px) {
    .quick-buy a,
.orders a {
  color: #000;
  font-size: 13px;
  padding: 6px 11px;

}
     .count {
  top: -5px !important;
  right: -17px !important;
}
    .row.banner-section a {
  height: 120px;
}
.row.banner-section a img{
  height: 100%;
  width:100%;
  object-fit:cover;
  object-position: bottom;
}
    .title-wnd.p-xs-0 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px !important;
}
  .wnd {
    margin-top: 20px;
  }
  .img-blog {
    height: 220px;
  }

  .pt-xs-10 {
    padding-top: 10px;
  }

  .container-fluid.slider.ps-md-0.pe-md-0 {
    margin-top: 10px;
  }

  .card.crd-pro .card-body {
    padding: 0 !important;
  }

  .off-pro .red-btn .cost-total,
  .off-pro .red-btn .unit {
    color: #d4072e !important;
  }

  .card.crd-pro {
    border-radius: 0 !important;
  }

  .owl-special .owl-stage {
    padding-right: 0 !important;
  }

  .soon-text.soon-separator {
    position: absolute !important;
    left: -1px;
  }

  .cost-wnd {
    background-color: #fff;
    border-radius: 25px;
    padding-right: 5px;
  }

  .sub-wnd-title {
    font-size: 11px;
    text-align: right;
    color: #000;
  }

  .owl-wnd .item {
    margin: 7px 12px 12px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .p-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .mt-xs-15 {
    margin-top: 15px;
  }

  .caption-section span {
    font-size: 15px;
  }

  .col-lg-12.col-12.pr-md-30.pl-md-60.mt-4.mb-4 {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .owl-category .owl-stage {
    padding-right: 0 !important;
  }

  .icon-social li {
    margin: 0 5px;
  }

  .header.sticky-menu .row-header {
    display: none !important;
  }

  .container.p-0.wnd.mt-5.mb-5 {
    margin-top: 14px !important;
    margin-bottom: 14px !important;
  }

  .wnd-panel {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .copy {
    font-size: 11px;
  }

  .namd li {
    width: 85px;
    height: 85px;
    padding: 5px;
  }

  .accordion-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .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: 16px !important;
  }

  .text-news.d-block {
    margin-bottom: 10px;
  }

  .accordion-container {
    margin-bottom: 20px !important;
  }

  .row-news-letter {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row-social {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .namd {
    text-align: center;
  }

  .banner.order-lg-0 .item.img-pro-banner:nth-child(1) {
    margin-left: 1%;
  }

  .banner.order-lg-0 {
    display: flex;
  }

  .item.img-pro-banner {
    height: 100px;
  }

  .item.img-pro-banner img {
    object-fit: fill !important;
    width: 100% !important;
    height: 100% !important;
  }

  .banner .item.img-pro-banner {
    width: 49.5%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .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;
  }

  .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;
  }

  .wnd-link .cost-total {
    color: #000 !important;
  }

  .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 {

    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-reg {
    transform: scale(0.9);
  }

  .owl-wnd .img-pro-wnd img,
  .img-pro img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 5px;
  }

  .owl-wnd .img-pro-wnd,
  .img-pro {
    height: 150px;
    display: block;
  }

  .p-xs-2 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .accordion-container .set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: transparent;
    line-height: 40px;
    border-bottom: 1px solid #a5a7a961;
  }

  .accordion-container .content {
    position: relative;
    width: 100%;
    height: auto;
    padding-right: 10px !important;
    display: none;
    line-height: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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: linear-gradient(225deg,#d22c2c,#ee3838 41.68%,#f25353);
  padding: 2px;
}

.wnd .bg-white {
  border-radius: 0 0 10px 10px;
}

.footer {
 background-color: #52c5d0;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

.caption-section {
  position: relative;
}

.lnk-footers {
  padding-right: 0;
}

.namd li {
  background-color: #fff;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  border-radius: 15px;
}

.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;
}

.img-slice {
  background: url("../images/slices.png") no-repeat;
}

  #sync1 .owl-prev {
  background: url("../images/slices.png") no-repeat -21px -53px !important;
  width: 40px;
  height: 42px !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

  #sync1 .owl-next {
  background: url("../images/slices.png") no-repeat -83px -48px !important;
  width: 40px;
  height: 42px !important;
  font-size: 0 !important;
  box-shadow: none !important;
}

.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: url("../images/nav-sprite.png") no-repeat -137px -288px;
  width: 8px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  transform: rotate(180deg);
}

.close-menu .times {
  background: url("../images/nav-sprite.png") no-repeat -190px -288px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.closeSubPanel i {
  background: url("../images/nav-sprite.png") no-repeat -136px -309px;
  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;
}

.menu-intro .dropdown-menu a:hover .menu-title {
  color: #d4072e;
}

.c-navi-new-list__inner-category--hovered {
  background-color: #52c5d01a;
  border-top-color: #52c5d0 !important;
  border-bottom-color: #52c5d0 !important;
}

.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 {
  background-color: #52c5d01a;
  border-top-color: #52c5d0;
  border-bottom-color: #52c5d0;
}

.support:hover a {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.support a {
  margin-right: 10px;
}

.img-pro,
.img-pro-wnd {
  overflow: hidden;
}

.img-box.img-pro-banner {
  overflow: hidden;
  position: relative;
}

.logo a:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
}

.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;
}

.register button {
 background-color: transparent !important;
  color: #e5e5e5;
  border: 1px solid #e0e0e2;
  border-radius: 8px;
  padding: 4px;
  color: #000;
  font-size: 12px;
}

.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;
}

.gap-c {
  display: inline-block;
  width: 1px;
  height: 13px;
  background-color: #000;
  margin-right: 20px;
  vertical-align: middle;
}

.owl-wnd .owl-stage {
  padding-right: 0 !important;
}

.soon-text.soon-separator {
  position: absolute !important;
  left: -2px;
}

.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-"] {
  z-index: 8;
  position: relative;
  font-size: 15px;
  color: #da1e28;
}

.soon-text {
  font-weight: 501 !important;
}

.soon[data-layout*="group"] {
  padding: 0 !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: -37% !important;
  font-size: 10px !important;
  color:#000;
 
}

.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-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-value,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-value {
  top: 45%;
}

.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: 37% !important;
  font-size: 10px !important;
}

.soon-wrapper[data-visual*="ring"]:not([data-layout*="label-hidden"])
  .soon-label,
.soon[data-visual*="ring"]:not([data-layout*="label-hidden"]) .soon-label {
  bottom: 30%;
}

.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-text.soon-label {
}

.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%;
}

.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: -47% !important;
  font-size: 8px !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: Yekan;
}

.soon-text {
  font-family: arial;
  font-weight: 501 !important;
  padding-top: 5px;
}

.soon[data-layout*="group"] {
  padding: 0 !important;
}

.icon-up {
  width: 30px;
  height: 30px;
  margin: auto;
  border: 1px solid #e3e3e3;
  border-radius: 100%;
  color: #a5a5a5;
  line-height: 30px;
}

.container-fluid.up {
  background-color: #f2f2f2;
  color: #8c8c8c;
  padding-top: 20px;
}

.scrollup {
  cursor: pointer;
}

#dropdownMenuButton1 {
  background-color: transparent !important;
  width: 44px;
  height: 40px;
  border-radius: 5px;
  box-shadow: none !important;
}

#dropdownMenuButton1::after,
#dropdownMenuButton2::after {
  display: none !important;
}

.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 0.3s ease-in-out;
  transition: all 0.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: 0.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 0.2s ease-in-out;
  transition: all 0.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;
}

.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: #52c5d0;
  border-color: #52c5d0;
  box-shadow: none !important;
}

.btn-primary:hover,
.btn-primary:focus {
  color: #fff !important;
  background-color: #094279;
  border-color: #094279;
}

.addToCart::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 20px;
  transition: opacity 0.15s ease, transform 0.25s ease;
  transform: translateY(100%);
  content: "\f07a";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.add-crd.addToCart {
  background-color: #74a32f;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.header.sticky-menu {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;

  margin: auto;
 
}

.search-result {
  background-color: #fff;
  box-shadow: 0px 6px 8px #ccc;
  border-radius: 0 0 10px 10px;
  padding: 10px;
  position: absolute;
  top: 40px;
  right: 0;
  width: 100%;
  height: 150px;
  overflow-y: auto;
  z-index: 10000000000000;
}

.search-result-list li {
  list-style: none;
  text-align: right;
  line-height: 2;
  border-bottom: 1px solid #eee;
  padding: 5px;
  font-size: 13px;
}

.search-result-list li a {
  color: #000;
}

.title-footer.lnk-footer.un-link.d-block span {
  font-size: 12px;
  color: #333;
}

.cal a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  direction: ltr;
  display: inline-block;
}

.title-about {
  color: #252525;
  font-size: 1.2rem;
  color: #1e1e1e;
  font-weight: 600;
}

.more-view {
  color: #a7a7a7;
  position: absolute;
  left: 18px;
  top: 0;
  font-weight: 600;
}

.tooltip {
  font-family: iranyekan;
  font-size: 12px;
}

.container {
  margin: 0 auto;
  max-width: 1280px !important;
}

.wnd .more-show {
  color: #fff !important;
  font-weight: 600;
  border: 1px solid #ffffffbd;
  padding: 5px 9px;
  border-radius: 7px;
}

.more-show i {
  vertical-align: middle;
  margin-right: 5px;
}

.row.mt-2.align-items-center.cost-col {
  min-height: 66px;
}

.owl-new-pro .owl-prev {
  position: absolute;
  left: -10px;
  top: 38%;
  margin: 0 !important;
  background-color: transparent !important;
}

.owl-new-pro .owl-next {
  position: absolute;
  right: -10px;
  top: 38%;
  margin: 0 !important;
  background-color: transparent !important;
}

.owl-new-pro .owl-prev span,
.owl-new-pro .owl-next span {
  font-size: 40px;
}

.owl-new-pro .owl-next:hover span,
.owl-new-pro .owl-prev:hover span {
  color: #d4072e !important;
}

.news-icon {
  background-position: -6px -120px !important;
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-right: 5px;
}

.text-news.d-block {
  color: #ffffffe0;
  text-align: center;
  font-size: 12px;
  margin-top: 10px;
  font-weight: 400;
}

.text-social {
  font-weight: bold;
  color: #fff;
  font-size: 15px;
}

.text-company {
  color: #ffffffb8;
  text-align: justify;
  font-weight: 400;
}

.color-footer2 {
  color: #595959;
  font-weight: bold;
}

.desc-send-text {
  color: #9a9a9a;
  font-size: 12px;
  font-weight: 300px;
}

.title-send {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

.more-service {
  color: #fff !important;
  font-weight: 600;
}

.more-service i {
  color: #fff;
}

.more-service i {
  vertical-align: middle;
  margin-right: 5px;
}

.w-chat {
  position: fixed;
  left: 5px;
  bottom: 10px;
  z-index: 10;
}

.js-mega-menu-category-options.is-active .tabcontent.active.show {
  display: block !important;
}

.owl-category .owl-prev {
  position: absolute;
  right: -20px;
  top: 38%;
  background: url("../images/wnd-next.png") no-repeat !important;
  background-color: rgba(0, 0, 0, 0);
  width: 36px !important;
  height: 37px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.owl-category .owl-next {
  position: absolute;
  left: -20px;
  top: 38%;
  background: url("../images/prev-wnd.png") no-repeat !important;
  background-color: rgba(0, 0, 0, 0);
  width: 36px !important;
  height: 37px !important;
  box-shadow: none !important;
  background-color: transparent !important;
  border: none !important;
}

.owl-category .owl-nav span {
  font-size: 0 !important;
}



.img-wnd {
  display: block;
}

.img-wnd img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

.main-wnd-title {
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  display: -webkit-box;
  overflow: hidden;
  min-height: 40px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #000;
}

.owl-nav {
  font-weight: 300;
}

.red-btn {
  line-height: 1;
  padding: 0.22rem 0.75rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tooltip {
  font-family: Yekan;
  font-size: 12px;
}

.footer-bottom {
 background-color: #41b3be;
  border-top: 1px solid #41b3be;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-title-footer {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 10px;
}

.icon-map {
  background-position: -30px -117px;
  width: 13px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.text-address {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  color: #ffffffe3;
  margin-right: 5px;
}

.icon-mail {
  background-position: -6px -120px !important;
  width: 14px;
  height: 9px;
  display: inline-block;
  vertical-align: middle;
}

.text-mail {
  display: inline-block;
  width: calc(100% - 30px);
  vertical-align: middle;
  color: #eee7e7b8;
  margin-right: 5px;
}

.title-footer.lnk-footer b {
  color: #ffffffcf;
}

.text-mail a {
  color: #ffffffcf;
}

.wnd .cost-total {
  color: #d4072e !important;
}

.wnd .cost-total .unit {
  color: #d4072e !important;
}

.wnd .owl-dots {
  position: absolute;
  right: 42px;
  bottom: 24px;
}

.img-special {
  display: block;
}

.img-special img {
  object-fit: contain;
  max-width: 100% !important;
  max-height: 100% !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro-name-special a {
  color: #000;
  display: block;
  font-family: Latin-Yekan;
  font-size: 13px;
  font-weight: 500;
}

.full-name-pro {
  color: #000;
  opacity: 0;
  font-family: Latin-Yekan;
  font-size: 13px;
  font-weight: 500;
  background: white;
  height: fit-content;
  font-family: Latin-Yekan;
  opacity: 0;
  transition: 400ms 200ms;
  z-index: 1;
}

.owl-special .item:hover .full-name-pro {
  opacity: 1;
}

/*----------------- MAIN MENU -----------------*/
.sub-items-header {
  color: #52c5d0;
  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;
}

.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%;
}

.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;
}

.soon-repeater.soon-value::after {
  position: absolute;
  width: 88%;
  height: 88%;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  content: "";
  border-radius: 100%;
  left: 0;
  bottom: 0;
}

.wnd .caption-section {
  color: #fff;
}

.more-show.all-cat {
  border: 1px solid #52c5d0;
  border-radius: 5px;
  padding: 5px 6px;
  color: #52c5d0 !important;
  transition: all 0.2s linear;
  display: inline-block;
}

.more-show.all-cat:hover {
  background-color: #52c5d0;
  color: #fff;
}

.owl-pro {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
}

.card.crd-pro {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background-color: #fff;
  border-radius: 15px !important;
}

.img-blog {
  display: block;
  overflow: hidden;
  position: relative;
}

.img-blog img {
  border-radius: 15px;
  object-fit: fill;
  max-width: 100% !important;
  max-height: 100% !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.col-12.blog-name {
  min-height: 70px;
}

.blog-name a {
  color: #303030;
}

.owl-blog .item:hover .img-blog img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.owl-blog .item:hover .blog-name a {
  color: #52c5d0;
}

.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:after,
.cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.cssmenu #head-mobile {
  display: none;
}

.cssmenu > ul > li {
  display: inline-table;
  position: relative;
  margin-left: 20px;
  position: relative;
  text-align: right;
}

.cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}

.cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background-color: #fff;
  padding-top: 10px;
  border-radius:0 0 15px 15px;
}

.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: 200px;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  line-height: 2.7;
  box-shadow: 0px 0px 4px #dcd8d8;
  margin: 0 10px 10px;
  border-radius: 5px;
}

.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: #52c5d0;
  background-color: #fff;
}

.cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  left: 5px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: "";
}

.cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  left: 8px;
  display: block;
  width: 2px;
  height: 8px;
  background: #fefefe;
  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: 14px;
  text-decoration: none;
  color: #000;
  line-height: 3;
  font-weight: 600;
}

#cssmenu1 li i {
  font-size: 8px;
  vertical-align: middle;
  color: #000;
  margin-right: 2px;
}

.cssmenu > ul > li > a > span {
  padding: 5px 2px;
}

#cssmenu > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  z-index: 99;
  text-align: right;
}

.frm-search-quick.me-auto {
  display: flex;
  align-items: center;
  background-color: #f2f2f2;
  padding: 2px 4px 2px 10px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}

.btn-search {
  width: 40px;
  text-align: center;
  background-color: transparent !important;
  box-shadow: none !important;
}

.frm-search-quick.me-auto input {
  background-color: transparent !important;
  border: none !important;
  line-height: 3;
}

.p-0.quick-list-item li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}

.d-block.c-img {
  width: 97px;
  height: 97px;
  overflow: hidden;
}

.text-center.mt-3.c-name {
  color: #000 !important;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}

.mr-3 {
  margin-right: 0.75rem;
}

.flex {
  display: flex;
}

.items-center {
  align-items: center;
}

.px-3.py-2.lg\:px-3.lg\:py-3.rounded-lg.bg-orange-700.text-white.text-sm.lg\:text-sm.md\:text-sm {
  background-color: #52c5d0;
  border-radius: 5px;
}

@media (min-width: 768px) {
  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 16px !important;
  }

  .old-cost {
    font-size: 15px;
  }

  .img-wnd {
    height: 200px;
  }

  .img-special {
    height: 200px;
  }

  .price.actual-price {
    color: #000 !important;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.bg-gray-100 {
  background-color: #f3f4f6;
  border-radius: 0.5rem;
}

.rounded-3xl.mr-2.w-6.border-2 {
  width: 1.5rem;
  border-radius: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  border: 2px solid #dddada !important;
}

.quick-p-name {
  margin: 0 !important;
  font-size: 18px;
}

@media (max-width: 767.99px) {
  .wnd-timer {
    font-size: 12px;
  }

  .soon-wrapper [class*="soon-"],
  .soon [class*="soon-"] {
    font-size: 14px !important;
  }

  .old-cost {
    font-size: 13px;
  }



  .img-wnd {
    height: 150px;
  }

  .img-special {
    height: 150px;
  }

  .price.actual-price {
    color: #52c5d0 !important;
  }

  .flex.lg\:w-30.w-full.lg\:mb-0.justify-end.whitespace-nowrap {
    text-align: left;
    justify-content: flex-end;
  }

  .quick-p-name {
    text-align: left !important;
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .flex.flex-col-reverse.lg\:flex-row.justify-between.items-center {
    flex-direction: column-reverse;
    display: flex;
    justify-content: space-between;
  }

  .w-full {
    width: 100% !important;
  }
}

.flex.whitespace-nowrap.border-2 {
  border: 2px solid #52c5d0 !important;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 !important;
  font-weight: 600;
  color: #000;
  font-size: 15px;
}

.profile-form [type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #52c5d0;
  background-color: #fff;
  border-color: #52c5d0;
  border-width: 1px;
  border: 2px solid;
  border-radius: 100%;
}

.profile-form [type="radio"]:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.profile-form [type="radio"]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.cursor-pointer {
  cursor: pointer;
}

.text-red-800 {
  color: #d4072e;
}

.profile-form [type="text"],
.profile-form [type="email"],
.profile-form [type="number"] {
  color: #6b7280;
  outline: 2px solid transparent;
  outline-offset: 2px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background-color: #f2f2f2;
}

.form-control:focus {
  box-shadow: none !important;
}

.profile-form .select2-container--default .select2-selection--single {
  background-color: #f2f2f2;
  border: 1px solid #ced4da;
  border-radius: 4px;
}

.profile-form .select2-container .select2-selection--single {
  height: 48px;
}

.profile-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 48px;
}

.profile-form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 11px;
}

.col-12.desc-form {
  padding-top: 1.25rem;
  border-top: 2px solid #eee;
  margin-top: 20px;
}

.border-2.border-dashed.border-gray-te.rounded-md.p-3.w-full.min-h-33.relative {
  border-radius: 0.375rem;
  border: 2px dashed #eee !important;
}

.mx-atuo.select-file.mt-3 {
  display: inline-block;
  margin: auto !important;
  border: 1px solid #ccc;
  padding: 9px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.dwn {
  display: inline-block;
  margin: auto !important;
  border: 1px solid #ccc;
  padding: 9px 10px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #f3f3f3;
}

.text-lg {
  font-size: 1rem;
}

.category-list .cat-brand {
  background-color: #52c5d0;
  text-align: center;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  color: #fff;
  font-size: 19px;
}

.header.sticky-menu .logo img {
  width: 60px;
}

.category-list .price {
  min-width: 130px;
  display: inline-block;
}

.btn-info {
  color: #fff;
  background-color: #084d8e;
  border-color: #084d8e;
}

.btn-info:hover,
.btn-info:focus {
  color: #fff;
  background-color: #52c5d0;
  border-color: #52c5d0;
}

.jusify-between {
  justify-content: space-between;
}



.wnd-timer {
  color: #da1e28;
  font-weight: 900;
}

.off-wnd {
  background-color: #da1e28;
  color: #fff;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  border-radius: 3px;
  height: 19px;
  min-width: 1.75rem;
  gap: 0.25rem;
  align-items: center !important;
  justify-content: center;
  letter-spacing: -1px;
  display: flex;
}

.row.wnd .more-show {
  color: #fff !important;
}


.new-product {
  background-color: #52c5d0;
  padding: 2px;
  border-radius: 15px;
}
.new-product .card.crd-pro {
  border: none !important;
}
.new-product .row.align-items-center {
  color: #52c5d0 !important;
}
.new-product .card-body {
  padding: 0 !important;
}
.new-product .caption-section {
  color: #fff;
}
.new-product .more-show {
  color: #fff;
}
.item.position-relative.first-of-slider::after {
  content: "قیمت رقابتی";
  left: -27px;
  position: absolute;
  top: 20px;
  background-color: #52c5d0;
  color: #fff;
  transform: rotate(-45deg);
  padding: 3px 25px;
  z-index: 1;
}
.item.position-relative.first-of-slider {
  position: relative;
}
.item.position-relative.first-of-slider {
  border: 1px solid #52c5d0;
}
#sync2 {
position: absolute;
  bottom: 0;
  right: .25rem;
  z-index: 10;
  background-color: #00000078;
  top: auto;
  border-radius: 0 0 7px 7px;
  color: #fff;
  width: calc(100% - .25rem);
}
.banner-section img {
  border-radius: 7px;
}
  #sync2 .owl-item.active.current{
  background-color: #000000a3;
}
@media screen and (min-width: 768px) {
.banner-col a {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .banner-col a::after {
    padding-bottom: 102%;
    content: "";
    display: block;
  }
  .banner-col a img {
    display: block;
    height: 100%;
    left: 50%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    border-radius: 7px;
    object-position: bottom;
  }

  #sync1 .owl-item,
   #sync1 .owl-item img {
    height: 100%;
    border-radius: 7px;
  }
.item.img-pro-banner {
  height: 414px;
  display: block;

}
}
.slide-col {
  overflow: hidden;
  border-radius: 7px;
}
.banner-section{
   margin-left: -10px !important;
  margin-right: -10px !important;
}
.ls-img-pro {
  height: 100px;
  overflow: hidden;
  border: 2px solid #fca805;
  border-radius: 100%;
  width: 100px;
  margin: auto;
}
.w-img-pro {
  background-color: #ebebeb;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  padding: 13px;
  border: 4px solid #fff;
}
.ls-img-pro img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain !important;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  max-width: 80% !important;
}
.ls-name-pro {
  color: #284258;
  font-size: 13px;
  min-height: 40px;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .wnd-carousel {
    width: 85%;
  }
    .title-wnd {
    width: 15%;
  }
}
.favo {
  background-color: transparent !important;
  box-shadow: none !important;
  color: #5d5858;
  font-size: 15px;
}
.soon-group.soon-group-separator {
  margin: 0 5px;
}
.icon-cal{
 background-position: -6px 0 !important;
  width: 30px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.phone {
  display: flex;
  gap: 5px;
  align-items: center;
  direction: ltr;
  color: #000 !important;
}