
.header.header-6 .header-middle {
  min-height: 86px;
}

.header.header-6 .header-middle .container::after {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: 0;
  height: .1rem;
  background-color: #ebebeb;
}

.header.header-6 .header-bottom {
  background-color: #fff;
}

.header.header-6 .header-bottom .menu>li>a {
  color: #000;

  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.header.header-6 .header-bottom .menu>li>a::before {
  bottom: 0;
  height: .2rem;
}

.header.header-6 .header-bottom .menu>li:hover>a,
.header.header-6 .header-bottom .menu>li:focus>a,
.header.header-6 .header-bottom .menu>li.active>a {
  color: #66bb6a;
}

.header.header-6 .header-bottom .menu>li+li {
  margin-left: .6rem;
}

.header.header-6 .header-bottom .header-right {
  padding-right: 1rem;
}

.header.header-6 .header-bottom .header-right p,
.header.header-6 .header-bottom .header-right i {
  color: #000;

}

.title {
  font-weight: 500;
  font-size: 2.6rem;

}

.heading {
  margin-bottom: 4rem;
}

.heading .title {
  margin-bottom: 1.5rem;
}

.title-desc {
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.7em;
}

.subtitle {
  font-weight: 400;
  font-size: 1.6rem;

  margin-bottom: 1.8rem;
}

.header-6 .header-middle,
.header-6 .header-menu {
  font-size: 1.4rem;
}

.header-6 .search-toggle:not(:hover):not(.active),
.header-6 .wishlist-link:not(:hover):not(:focus),
.header-6 .cart-dropdown:not(.show):not(:hover) .dropdown-toggle,
.header-6 .compare-dropdown:not(.show):not(:hover) .dropdown-toggle {
  color: #333;
}

@media screen and (min-width: 576px) {
  .header-6 .header-middle .container {
    min-height: 86px;
  }
}

.intro-slider-container,
.intro-slide {
  min-height: calc(100vh - 150px);
  max-height: 750px;
  background-color: #333;
}

.intro-slide {
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center center;
}

.intro-slide .intro-content {
  position: static;
  left: auto;
  top: auto;
  transform: translateY(0);
  -ms-transform: translateY(0);
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.intro-content .btn {
  text-transform: uppercase;
}

.intro-content .btn i:last-child {
  margin-left: .4rem;
}

.intro-content .btn-outline-white {
  border-color: #66bb6a;
}

.intro-subtitle {
  font-weight: 400;
  font-size: 1.2rem;

  margin-bottom: 1rem;
  color: #ebeaea;
}

.intro-title {
  color: #333333;
  font-weight: 600;

  margin-bottom: 1.3rem;
}

.product {
  border-radius: 5px;
  padding: 10px;
}

table .product:hover{
  box-shadow: none;
}

.product .product-body {
  padding-left: .8rem;
  padding-right: .8rem;
}

.product-cat {
  font-weight: 400;
  text-transform: uppercase;
}

.product-title {
  font-size: 1.4rem;
  font-weight: 500;
  height: 40px;
}

.product-price {
  font-weight: 400;
  font-size: 1.5rem;

}

.product-body {
  background-color: transparent;
}

.product.product-4 .old-price {
  text-decoration: none;
}

.product.product-4 .product-title {
  margin-bottom: 1rem;
}

.product.product-4 .product-action-vertical {
  top: 2rem;
}

.product.product-4 .btn-product {
  color: #333;
  background-color: #fff;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
}

.product.product-4 .btn-product span {
  font-size: 1.4rem;
}

.product.product-4 .btn-product:before {
  display: none;
}

.product.product-4 .btn-product:hover,
.product.product-4 .btn-product:focus {
  background-color: #66bb6a;
}

.product.product-4 .product-price {
  flex-direction: column;
  align-items: flex-start;
}

.product.product-4 .product-price .old-price {
  margin-left: 0;
  text-decoration: line-through;
  margin-top: .3rem;
}

.product.product-4 .product-body {
  padding-bottom: 0;
}

.product.product-4 .product-nav {
  margin-bottom: 0;
  margin-left: .1rem;
}

.btn-product-icon:not(:hover):not(:focus) {
  color: #333;
}

.icon-box {
  font-size: 1.4rem;
}

.icon-box-icon {
  font-size: 4.5rem;
  margin-bottom: 2.5rem;
}

.icon-box-title {
  font-weight: 600;
  font-size: 1.6rem;

  margin-bottom: .3rem;
}

.products-display {
  margin-bottom: 3.5rem;
  padding-top: .5rem;
}

.products-display .heading {
  margin-bottom: 6rem;
}

.products-display .product {
  margin-bottom: 3rem;
}

.products-display .product.product-4 .product-title {
  margin-bottom: .2rem;
  line-height: 1.4em;
}

.products-display .product.product-4 .btn-product:not(:hover):not(:focus) {
  background-color: rgba(255, 255, 255, 0.9);
}

.products-display .product-price {
  color: #333;
}

.banner-main {
  background-color: transparent;
  margin-bottom: 0;
}

.banner-main:after {
  content: '';
  display: table;
  clear: both;
}

.banner-main .banner-content {
  display: block;
  width: 100%;
  transform: translateY(0);
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  bottom: auto;
  background-color: #fff;
  padding: 3rem;
}

.banner-main .banner-title {
  font-weight: 600;
  font-size: 2.4rem;

  margin-bottom: 1.5rem;
  line-height: 1.2;
  max-width: 265px;
}

.banner-main .banner-content.right {
  padding-left: 7rem;
}

.banner-main p {
  margin-bottom: 1.5rem;
  color: #666;
  line-height: 1.7em;
}

.banner-main .banner-link {
  color: #66bb6a;
  text-transform: uppercase;

}

.banner-main .banner-link i {
  margin-right: .5rem;
}

.banner-main .banner-link:hover,
.banner-main .banner-link:focus {
  color: #66bb6a;
  text-decoration: none;
  box-shadow: 0 1px 0 0 #66bb6a;
}

.banner-main-reverse .banner-content {
  float: right;
}
.owl-simple .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
  padding: 5px 0;
}
.owl-simple .owl-dots .owl-dot span {
    border-color: #66bb6a;
    background: none;
}
.owl-simple .owl-dots .owl-dot.active span {
    width: 15px;
    border-color: #66bb6a;
    background: #66bb6a;

}
.owl-simple .owl-nav [class*='owl-'] {
  top: 50%;
}

.owl-simple .owl-nav .owl-prev {
  left: 0;
}

.owl-simple .owl-nav .owl-next {
  right: 0;
}
.owl-simple .owl-nav [class*="owl-"] {

  width: 42px;
  height: 42px;
  color: #000;
  font-size: 30px;
  line-height: 1;
  padding: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.owl-simple .owl-nav [class*="owl-"]:not(.disabled):hover,.owl-simple .owl-nav [class*="owl-"]:hover {
  color: #000;
  background: #fff;
}
.owl-simple .owl-nav .disabled
{
  opacity: 0;
}
.slider.owl-simple .owl-nav [class*='owl-'] {
  top: auto!important;
  bottom: 15% !important;
    font-size: 40px;
    color: #164B60;
  background: transparent;
}
.slider.owl-simple .owl-nav [class*='owl-']:hover {
  background: transparent;
}
.slider.owl-simple .owl-nav .owl-prev {
  right: 145px !important;
  left: auto;!important;
}

.slider.owl-simple .owl-nav .owl-next {
  right: 80px !important;
}
.product-gallery-carousel.owl-simple .owl-nav [class*='owl-'] {
    color: #164B60;
}
@media screen and (min-width: 576px) {
  .banner-main {
    margin-bottom: 2rem;
  }

  .banner-main .banner-content.left {
    width: calc(100% - 65px);
    margin-top: -150px;
  }

  .banner-main .banner-content.right {
    width: calc(100% - 90px);
    margin-top: -120px;
  }
}

@media screen and (min-width: 768px) {
  .banner-main {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .banner-main .banner-content {
    padding: 6rem;
  }

  .banner-main .banner-title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .products-display .display-products-col {
    margin-top: 10rem;
  }

  .video-banner-bg {
    padding-top: 17rem;
  }

  .products-display .product {
    margin-bottom: 5rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .banner-main .banner-content {
    padding: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .banner-main .banner-content {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.video-banner .btn-video {
  box-shadow: 0 0 0 1.5rem rgba(255, 255, 255, 0.1);
}

.video-banner-title {
  font-weight: 200;
  margin-bottom: 3rem;
}

.video-banner-title strong {
  font-weight: 600;
}

.video-banner-title>span {
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 1.8rem;
}

.main .btn-outline-primary-2:not(:hover):not(:focus) {
  color: #333;
}

.blog-posts .entry-media {
  margin-bottom: 1.6rem;
  border-radius: 10px;
}

.blog-posts .entry-meta {
  margin-bottom: .3rem;
}

.blog-posts .entry-title {
  font-weight: 500;
  font-size: 1.4rem;
  margin-bottom: .2rem;
  height: 40px;
  line-height: 26px;
}



.more-container {
  margin-top: 1.2rem;
  margin-bottom: 7rem;
}


.instagram {
  padding-top: 5.5rem;
}

.footer {
  background-color: #fafafa ;
  font-size: 1.3rem;
  font-weight: 500;

}

.footer .social-icon {
  border: none;
}

.footer .social-icon:hover,
.footer .social-icon:focus {
  color: #000;
  background-color: #fff;
}

.footer .widget {
  margin-bottom: 2rem;
}

.footer .widget-about p {
  max-width: 250px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2em;
  margin-bottom: 1.8rem;
}

.footer .widget-about-info a {
  color: #66bb6a;
}

.footer .widget-title {
  text-transform: capitalize;
  color: #000;
  margin-bottom: 2.1rem;
}

.footer .widget-list li:not(:last-child) {
  margin-bottom: .6rem;
}

.footer-payments {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 3rem;
}

.footer-copyright {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 400;
}

.footer-bottom .container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 3.2rem;
}

.footer-bottom .container::before {
  background-color: #444;
}

@media screen and (min-width: 768px) {
  .intro-subtitle {
    font-size: 1.4rem;
    margin-bottom: 1.4rem;
  }

  .intro-title {
    margin-bottom: 1.6rem;
  }

  .title {
    font-size: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .intro-content .btn {
    min-width: 170px;
  }

  .intro-content .min-width-sm {
    min-width: 150px;
  }

  .intro-subtitle {
    font-size: 1.6rem;
    margin-bottom: 1.8rem;
  }

  .intro-title {
    font-size: 4.6rem;
    margin-bottom: 1.9rem;
  }
}

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

  .intro-slider-container,
  .intro-slide {
    min-height: 0;
    height: calc(100vh - 150px);
    max-height: 750px;
  }

  .intro-content .btn {
    min-width: 190px;
  }

  .intro-title {
    font-size: 5rem;
  }
}

@media screen and (max-width: 450px) {
  .header-6 .wishlist-link {
    display: none;
  }
    .slider .owl-nav,.slider .owl-dots{
        display: none;
    }
}

.category-image img{
  border-radius: 50%;
}
.category-body{
    padding: 10px 0;
}

.category-title {
  color: #444;
  font-size: 12px;

}

.category-title:hover {
  color: #66bb6a;
}
.section-title {
    margin-bottom: 1rem;

}

.section-title .title {
    margin-bottom: 0;
    padding: .8rem ;
    position: relative;
    font-size: 2rem;
    font-family: 'PeydaWebFaNum';
    font-weight: 500;
    color: #333;
}
.section-title .title span {
    position: relative;
}
.section-title .link {
    padding: 1.1rem 4rem 1.1rem 3.5rem;
    font-size: 1.25rem;
    font-family: 'PeydaWebFaNum';
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.section-title .link::after {

    content: '\f111';
    font-family: 'molla';
    border: none;
    line-height: 1;
    margin-right: .5rem;
    font-weight: 300;

}
@media screen and (max-width: 500px) {
    .section-title {
        flex-wrap: wrap;
    }
    .section-title .title {
        text-align: center;
    }
    .section-title .link {
        flex: 0 0 100%;
        text-align: center;
        max-width: 100%;
    }
    .section-title > div {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 768px) {
    .section-title,.section-title .title {
        margin-right: 0;
    }

    .section-title .title::before {
        transform: none;
    }
}


/*--------------------- 6.Spacing + Helpers -------------------- */
/* Spacing */
.mt-0 {
  margin-top: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.mt-11 {
  margin-top: 11rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.mt-12 {
  margin-top: 12rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.mt-13 {
  margin-top: 13rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.mt-14 {
  margin-top: 14rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.mt-15 {
  margin-top: 15rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0rem !important;
  }

  .mt-md-1 {
    margin-top: 1rem !important;
  }

  .mt-md-2 {
    margin-top: 2rem !important;
  }

  .mt-md-3 {
    margin-top: 3rem !important;
  }

  .mt-md-4 {
    margin-top: 4rem !important;
  }

  .mt-md-5 {
    margin-top: 5rem !important;
  }

  .mt-md-6 {
    margin-top: 6rem !important;
  }

  .mt-md-7 {
    margin-top: 7rem !important;
  }

  .mt-md-8 {
    margin-top: 8rem !important;
  }

  .mt-md-9 {
    margin-top: 9rem !important;
  }

  .mt-md-10 {
    margin-top: 10rem !important;
  }

  .mt-md-11 {
    margin-top: 11rem !important;
  }

  .mt-md-12 {
    margin-top: 12rem !important;
  }

  .mt-md-13 {
    margin-top: 13rem !important;
  }

  .mt-md-14 {
    margin-top: 14rem !important;
  }

  .mt-md-15 {
    margin-top: 15rem !important;
  }

  .mb-md-0 {
    margin-bottom: 0rem !important;
  }

  .mb-md-1 {
    margin-bottom: 1rem !important;
  }

  .mb-md-2 {
    margin-bottom: 2rem !important;
  }

  .mb-md-3 {
    margin-bottom: 3rem !important;
  }

  .mb-md-4 {
    margin-bottom: 4rem !important;
  }

  .mb-md-5 {
    margin-bottom: 5rem !important;
  }

  .mb-md-6 {
    margin-bottom: 6rem !important;
  }

  .mb-md-7 {
    margin-bottom: 7rem !important;
  }

  .mb-md-8 {
    margin-bottom: 8rem !important;
  }

  .mb-md-9 {
    margin-bottom: 9rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .mb-md-11 {
    margin-bottom: 11rem !important;
  }

  .mb-md-12 {
    margin-bottom: 12rem !important;
  }

  .mb-md-13 {
    margin-bottom: 13rem !important;
  }

  .mb-md-14 {
    margin-bottom: 14rem !important;
  }

  .mb-md-15 {
    margin-bottom: 15rem !important;
  }

  .pt-md-0 {
    padding-top: 0rem !important;
  }

  .pt-md-1 {
    padding-top: 1rem !important;
  }

  .pt-md-2 {
    padding-top: 2rem !important;
  }

  .pt-md-3 {
    padding-top: 3rem !important;
  }

  .pt-md-4 {
    padding-top: 4rem !important;
  }

  .pt-md-5 {
    padding-top: 5rem !important;
  }

  .pt-md-6 {
    padding-top: 6rem !important;
  }

  .pt-md-7 {
    padding-top: 7rem !important;
  }

  .pt-md-8 {
    padding-top: 8rem !important;
  }

  .pt-md-9 {
    padding-top: 9rem !important;
  }

  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pt-md-11 {
    padding-top: 11rem !important;
  }

  .pt-md-12 {
    padding-top: 12rem !important;
  }

  .pt-md-13 {
    padding-top: 13rem !important;
  }

  .pt-md-14 {
    padding-top: 14rem !important;
  }

  .pt-md-15 {
    padding-top: 15rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0rem !important;
  }

  .pb-md-1 {
    padding-bottom: 1rem !important;
  }

  .pb-md-2 {
    padding-bottom: 2rem !important;
  }

  .pb-md-3 {
    padding-bottom: 3rem !important;
  }

  .pb-md-4 {
    padding-bottom: 4rem !important;
  }

  .pb-md-5 {
    padding-bottom: 5rem !important;
  }

  .pb-md-6 {
    padding-bottom: 6rem !important;
  }

  .pb-md-7 {
    padding-bottom: 7rem !important;
  }

  .pb-md-8 {
    padding-bottom: 8rem !important;
  }

  .pb-md-9 {
    padding-bottom: 9rem !important;
  }

  .pb-md-10 {
    padding-bottom: 10rem !important;
  }

  .pb-md-11 {
    padding-bottom: 11rem !important;
  }

  .pb-md-12 {
    padding-bottom: 12rem !important;
  }

  .pb-md-13 {
    padding-bottom: 13rem !important;
  }

  .pb-md-14 {
    padding-bottom: 14rem !important;
  }

  .pb-md-15 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0rem !important;
  }

  .mt-lg-1 {
    margin-top: 1rem !important;
  }

  .mt-lg-2 {
    margin-top: 2rem !important;
  }

  .mt-lg-3 {
    margin-top: 3rem !important;
  }

  .mt-lg-4 {
    margin-top: 4rem !important;
  }

  .mt-lg-5 {
    margin-top: 5rem !important;
  }

  .mt-lg-6 {
    margin-top: 6rem !important;
  }

  .mt-lg-7 {
    margin-top: 7rem !important;
  }

  .mt-lg-8 {
    margin-top: 8rem !important;
  }

  .mt-lg-9 {
    margin-top: 9rem !important;
  }

  .mt-lg-10 {
    margin-top: 10rem !important;
  }

  .mt-lg-11 {
    margin-top: 11rem !important;
  }

  .mt-lg-12 {
    margin-top: 12rem !important;
  }

  .mt-lg-13 {
    margin-top: 13rem !important;
  }

  .mt-lg-14 {
    margin-top: 14rem !important;
  }

  .mt-lg-15 {
    margin-top: 15rem !important;
  }

  .mb-lg-0 {
    margin-bottom: 0rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }

  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }

  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }

  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }

  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .mb-lg-11 {
    margin-bottom: 11rem !important;
  }

  .mb-lg-12 {
    margin-bottom: 12rem !important;
  }

  .mb-lg-13 {
    margin-bottom: 13rem !important;
  }

  .mb-lg-14 {
    margin-bottom: 14rem !important;
  }

  .mb-lg-15 {
    margin-bottom: 15rem !important;
  }

  .pt-lg-0 {
    padding-top: 0rem !important;
  }

  .pt-lg-1 {
    padding-top: 1rem !important;
  }

  .pt-lg-2 {
    padding-top: 2rem !important;
  }

  .pt-lg-3 {
    padding-top: 3rem !important;
  }

  .pt-lg-4 {
    padding-top: 4rem !important;
  }

  .pt-lg-5 {
    padding-top: 5rem !important;
  }

  .pt-lg-6 {
    padding-top: 6rem !important;
  }

  .pt-lg-7 {
    padding-top: 7rem !important;
  }

  .pt-lg-8 {
    padding-top: 8rem !important;
  }

  .pt-lg-9 {
    padding-top: 9rem !important;
  }

  .pt-lg-10 {
    padding-top: 10rem !important;
  }

  .pt-lg-11 {
    padding-top: 11rem !important;
  }

  .pt-lg-12 {
    padding-top: 12rem !important;
  }

  .pt-lg-13 {
    padding-top: 13rem !important;
  }

  .pt-lg-14 {
    padding-top: 14rem !important;
  }

  .pt-lg-15 {
    padding-top: 15rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }

  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }

  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }

  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }

  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }

  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }

  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }

  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }

  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }

  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }

  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0rem !important;
  }

  .mt-xl-1 {
    margin-top: 1rem !important;
  }

  .mt-xl-2 {
    margin-top: 2rem !important;
  }

  .mt-xl-3 {
    margin-top: 3rem !important;
  }

  .mt-xl-4 {
    margin-top: 4rem !important;
  }

  .mt-xl-5 {
    margin-top: 5rem !important;
  }

  .mt-xl-6 {
    margin-top: 6rem !important;
  }

  .mt-xl-7 {
    margin-top: 7rem !important;
  }

  .mt-xl-8 {
    margin-top: 8rem !important;
  }

  .mt-xl-9 {
    margin-top: 9rem !important;
  }

  .mt-xl-10 {
    margin-top: 10rem !important;
  }

  .mt-xl-11 {
    margin-top: 11rem !important;
  }

  .mt-xl-12 {
    margin-top: 12rem !important;
  }

  .mt-xl-13 {
    margin-top: 13rem !important;
  }

  .mt-xl-14 {
    margin-top: 14rem !important;
  }

  .mt-xl-15 {
    margin-top: 15rem !important;
  }

  .mb-xl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xl-15 {
    margin-bottom: 15rem !important;
  }
}

@media screen and (min-width: 1600px) {
  .mt-xxl-0 {
    margin-top: 0rem !important;
  }

  .mt-xxl-1 {
    margin-top: 1rem !important;
  }

  .mt-xxl-2 {
    margin-top: 2rem !important;
  }

  .mt-xxl-3 {
    margin-top: 3rem !important;
  }

  .mt-xxl-4 {
    margin-top: 4rem !important;
  }

  .mt-xxl-5 {
    margin-top: 5rem !important;
  }

  .mt-xxl-6 {
    margin-top: 6rem !important;
  }

  .mt-xxl-7 {
    margin-top: 7rem !important;
  }

  .mt-xxl-8 {
    margin-top: 8rem !important;
  }

  .mt-xxl-9 {
    margin-top: 9rem !important;
  }

  .mt-xxl-10 {
    margin-top: 10rem !important;
  }

  .mt-xxl-11 {
    margin-top: 11rem !important;
  }

  .mt-xxl-12 {
    margin-top: 12rem !important;
  }

  .mt-xxl-13 {
    margin-top: 13rem !important;
  }

  .mt-xxl-14 {
    margin-top: 14rem !important;
  }

  .mt-xxl-15 {
    margin-top: 15rem !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0rem !important;
  }

  .mb-xxl-1 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 2rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 4rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 5rem !important;
  }

  .mb-xxl-6 {
    margin-bottom: 6rem !important;
  }

  .mb-xxl-7 {
    margin-bottom: 7rem !important;
  }

  .mb-xxl-8 {
    margin-bottom: 8rem !important;
  }

  .mb-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }

  .mb-xxl-11 {
    margin-bottom: 11rem !important;
  }

  .mb-xxl-12 {
    margin-bottom: 12rem !important;
  }

  .mb-xxl-13 {
    margin-bottom: 13rem !important;
  }

  .mb-xxl-14 {
    margin-bottom: 14rem !important;
  }

  .mb-xxl-15 {
    margin-bottom: 15rem !important;
  }
}

.cursur_disable{
  cursor: not-allowed !important;
}
.red_color{
  color: red;
}
.relative{
  position: relative;
}
.disable_color:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/del.png');
  background-position: center center;
  background-size: 100% 100%;
  border-radius: 3px;
  overflow: hidden;
}
.pointer2 *{
  cursor: pointer !important;
}
.pointer *{
  cursor: pointer !important;
}
.sp-large *{
  cursor: zoom-in !important;
}

/*--------------------- 4.7.Buttons -------------------- */
/* Buttons */
.btn-wrap {
  display: inline-block;
  margin-bottom: 2rem;
}

.btn-wrap>span {
  text-align: right;
  display: block;
  color: #ccc;
  margin-bottom: .3rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: .35rem 1rem;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: -.01em;
  min-width: 170px;
  border-radius: 0.5rem;
  white-space: normal;
  transition: all 0.3s;
}

.btn span {
  line-height: 1;
}

.btn i:first-child {
  margin-left: 1rem;
}

.btn i:last-child {
  margin-right: 1rem;
}

.btn:focus {
  box-shadow: none;
}

.btn:focus,
.btn:active {
  outline: none !important;
}

.btn:active:focus {
  box-shadow: none !important;
}

.btn.btn-minwidth-sm {
  min-width: 80px;
}

.btn.btn-minwidth {
  min-width: 140px;
}

.btn.btn-minwidth-lg {
  min-width: 180px;
}

.btn:active {
  outline: none;
}

.btn-rounded {
  border-radius: .2rem;
}

.btn-round {
  border-radius: 3rem;
}

.btn-lg {
  font-weight: 500;
  font-size: 1.5rem;
  min-width: 170px;
  padding: 1.6rem 2rem;
}

.btn-lg i:first-child {
  margin-right: 1.4rem;
}

.btn-lg i:last-child {
  margin-left: 1.4rem;
}

.btn-more {
  padding-top: 1.15rem;
  padding-bottom: 1.15rem;
  min-width: 230px;
  text-transform: uppercase;
}

.btn-link {
  padding: .4rem 1rem;
  min-width: 0;
  color: #66bb6a;
  text-decoration: none;
  border: none;
  border-bottom: .1rem solid transparent;
  letter-spacing: 0;
  font-size: 1.4rem;
  font-family: "IRANYekan", "Poppins", sans-serif;
}

.btn-link.btn-link-dark {
  color: #164B60;
}

.btn-link:hover,
.btn-link:focus,
.btn-link .btn-link-dark:hover,
.btn-link .btn-link-dark:focus {
  color: #66bb6a;
  text-decoration: none;
  border-color: #66bb6a;
}

.btn-link i:first-child {
  margin-right: 1rem;
}

.btn-link i:last-child {
  margin-left: 1rem;
}

.btn-hover-text {
  display: none;
}

.btn:hover .btn-text,
.btn:focus .btn-text {
  display: none;
}

.btn:hover .btn-hover-text,
.btn:focus .btn-hover-text {
  display: inline-block;
}

.btn-primary {
  color: #fff;
  background-color: #66bb6a;
  border-color: #66bb6a;
  box-shadow: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f9052;
  border-color: #4f9052;
  box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #76d87a;
  border-color: #76d87a;
}

.btn-secondary {
  color: #fff;
  background-color: #737373;
  border-color: #737373;
  box-shadow: none;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}

.btn-white {
  color: #333333;
  background-color: #fff;
  border-color: #333333;
  box-shadow: none;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #333333;
  box-shadow: none;
}

.btn-white.disabled,
.btn-white:disabled {
  color: #595959;
  background-color: #fff;
  border-color: #595959;
}

.btn-white-primary {
  color: #66bb6a;
  background-color: #fff;
  border-color: #66bb6a;
  box-shadow: none;
}

.btn-white-primary:hover,
.btn-white-primary:focus,
.btn-white-primary.focus,
.btn-white-primary:not(:disabled):not(.disabled):active,
.btn-white-primary:not(:disabled):not(.disabled).active,
.show>.btn-white-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f9052;
  border-color: #4f9052;
  box-shadow: none;
}

.btn-white-primary.disabled,
.btn-white-primary:disabled {
  color: #76d87a;
  background-color: #fff;
  border-color: #76d87a;
}

.btn-dark {
  color: #fff;
  background-color: #164B60;
  border-color: #164B60;
  box-shadow: none;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0e313e;
  border-color: #0e313e;
  box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #217291;
  border-color: #217291;
}



.btn-outline-primary {
  color: #66bb6a;
  background-color: transparent;
  background-image: none;
  border-color: #66bb6a;
  box-shadow: none;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #4f9052;
  border-color: #4f9052;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #76d87a;
  background-color: transparent;
}



.btn-outline-dark {
  color: #164B60;
  background-color: transparent;
  background-image: none;
  border-color: #164B60;
  box-shadow: none;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #164B60;
  border-color: #164B60;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #217291;
  background-color: transparent;
}


.btn-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05) !important;
}

.btn-shadow:hover,
.btn-shadow:focus,
.btn-shadow:active {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}
.dot-loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background:
          var(--_g) 0%   50%,
          var(--_g) 50%  50%,
          var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
  z-index: 50;
}
@keyframes l3 {
  20%{background-position:0%   0%, 50%  50%,100%  50%}
  40%{background-position:0% 100%, 50%   0%,100%  50%}
  60%{background-position:0%  50%, 50% 100%,100%   0%}
  80%{background-position:0%  50%, 50%  50%,100% 100%}
}
.modal_product .close{
  font-size: 25px;
  position: absolute;
  right: inherit;
  left: 20px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius:50%;
  color: #000;
  border-color: #000;
  z-index: 2;
}

@media screen and (max-width: 767px){
  .modal_product{
    margin: 0 auto;
    width: 70%;
  }
}