﻿@charset "UTF-8";
@font-face {
  font-family: iransans;
  font-style: normal;
  src: url("../fonts/iransans/IRANSansWeb_Medium.eot");
  src: url("../fonts/iransans/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/iransans/IRANSansWeb_Medium.woff2") format("woff2"), url("../fonts/iransans/IRANSansWeb_Medium.woff") format("woff"), url("../fonts/iransans/IRANSansWeb_Medium.ttf") format("truetype");
  font-display: swap; }

/*@font-face {
    font-family: iransansFaNumber;
    font-weight: 100;
    src: url('../fonts/iransansFaNumber/IRANSansWeb_Light.eot') format('embedded-opentype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb_Light.ttf') format('truetype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb_Light.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: iransansFaNumber;
    font-weight: normal;
    src: url('../fonts/iransansFaNumber/IRANSansWeb.eot') format('embedded-opentype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb.ttf') format('truetype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: iransansFaNumber;
    font-weight: bold;
    src: url('../fonts/iransansFaNumber/IRANSansWeb_Bold.eot') format('embedded-opentype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb_Bold.ttf') format('truetype'), url('/assets/fonts/iransansFaNumber/IRANSansWeb_Bold.woff') format('woff');
    font-display: swap;
}*/
body {
  overflow-x: hidden !important;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #fafafa; }

html {
  overflow-x: hidden; }

.font-size-75 {
  font-size: 0.8rem !important; }

a,
a:hover,
a:visited,
a:active,
a:active {
  text-decoration: none; }

h1 {
  font-size: 1.6rem !important; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1rem !important; } }

h2 {
  font-size: 1.7rem !important; }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 1.3rem !important; } }

h3 {
  font-size: 1.5rem !important; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 1rem; } }
  @media screen and (max-width: 768px) {
    h3 span {
      font-size: 1rem; } }

.font-size-70 {
  font-size: 70% !important; }

img {
  max-width: 100%;
  margin: 0 auto; }

li::marker {
  font-size: 12px !important; }

p {
  font-size: 0.9rem !important;
  font-weight: normal !important; }

.font-size-small {
  font-size: 80%;
  line-height: 80%; }

.shop-panel .nice-select.open .list {
  max-height: 150px;
  overflow-y: scroll; }

.baccket-label tr td {
  display: flex;
  align-items: center; }
  .baccket-label tr td label {
    margin-bottom: 0 !important;
    margin-right: 8px !important;
    display: block;
    font-size: 0.8rem; }

.font-size-medium {
  font-size: 100%;
  line-height: 100%; }

.font-size-large {
  font-size: 150%;
  line-height: 150%; }

.colorsite {
  color: #00b7a2; }

small {
  line-height: 1.8rem; }

figure {
  margin: 0;
  padding: 0; }

.column-count-2 {
  column-count: 2 !important; }

.label-register label {
  margin-bottom: 0; }

.label-register input {
  margin-left: 8px; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent; }

.rotate {
  transform: rotate(-45deg); }

.tooltip {
  font-family: inherit !important; }

.b-light {
  background: #cac9c9; }

.text-green {
  color: #00cc48; }

.shadow-bg {
  box-shadow: 0px 0px 6px -2px #ccc !important;
  background: #fff;
  margin: 5px 0; }

.tags li a {
  font-size: 0.8rem;
  color: #232323; }

.slick-prev:hover:before, .slick-next:hover:before {
  color: #00cc48 !important; }

.font-size-08 {
  font-size: 0.8rem !important; }

.line-height-02 {
  line-height: 2.2; }

.closebtn-search {
  position: absolute;
  left: 22%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.xzoom-preview {
  position: absolute; }

.slick-track {
  margin: 0; }

.similar-article-slider .slick-prev,
.similar-article-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: -25px;
  width: 34px;
  height: 34px;
  padding: 5px;
  border: none;
  outline: none;
  background: #fafafa; }

.similar-article-slider .slick-prev:before {
  content: '→';
  color: #00cc48; }

.similar-article-slider .slick-next:before {
  content: '←';
  color: #00cc48; }

.similar-article-slider .slick-prev {
  right: auto !important;
  left: 35px;
  z-index: 100; }

.similar-article-slider .slick-next {
  right: auto;
  left: 0;
  z-index: 100; }

.similar-article-slider .slick-prev:before,
.similar-article-slider .slick-next:before {
  font-family: 'slick';
  font-size: 1.8rem;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.menu-mobile .menu-search .toggle-search-submit {
  display: none !important; }

.menu-mobile .menu-search.menu-search-open .toggle-search-submit {
  display: block !important; }

.html-lazy {
  content-visibility: auto; }

.ShowArticlePage img {
  height: auto !important; }

.paginate-t {
  display: flex;
  align-items: center;
  justify-content: center; }
  .paginate-t li a, .paginate-t li span {
    position: relative;
    height: 34px;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #232323;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-size: 0.8rem; }
  .paginate-t li.active a, .paginate-t li.active span, .paginate-t li.active i {
    background-color: #00b7a2;
    color: #fff; }

.slick-track {
  margin-left: unset !important;
  margin-right: unset !important; }

.showTagPage .item .card .image-item img {
  min-width: 242px; }

video {
  width: 100%;
  height: auto; }

.btnaddBasket .btn-success {
  font-size: 0.9rem;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px 0;
  height: 40px; }
  @media screen and (min-width: 991px) {
    .btnaddBasket .btn-success {
      margin: 0; } }

.btnaddBasket .btn-primary {
  font-size: 0.75rem;
  width: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .btnaddBasket .btn-primary {
      margin-right: 20px; } }

.flip-clock-wrapper ul li a {
  font-family: 'iransans'; }

.details-top-section .card .card-body .final_price #kalavarzeshprice {
  color: #fb3348;
  font-size: 2.1rem; }

.amaizing-price {
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 10px;
  width: 220px; }

.amaizing-filter .nice-select {
  min-width: 100px;
  z-index: 999; }

.AmazingSuggestion .flip-clock-divider .flip-clock-label {
  display: none; }

.AmazingSuggestion .time-counter {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%; }

.AmazingSuggestion .services-slider {
  max-height: 318px !important; }

.AmazingSuggestion .slick-dots li button:before {
  opacity: 0 !important; }

.AmazingSuggestion .slick-dots li.slick-active button {
  background: #e86c16; }

.AmazingSuggestion .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #f9a91e;
  border-radius: 50px; }

.AmazingSuggestion .Viewprice .image a img {
  border-radius: 5px;
  object-fit: cover; }

.AmazingSuggestion .Viewprice:hover .content .btn-viewMore {
  color: #fff;
  background-color: #e86c16;
  border-radius: 5px !important; }

.AmazingSuggestion .content {
  position: absolute;
  top: 35px;
  right: 30px; }
  .AmazingSuggestion .content .btn-viewMore {
    background-color: #f4f4f4;
    color: #00056c;
    font-size: 0.8rem;
    border-radius: 50px;
    padding: 8px 7px;
    display: block !important;
    white-space: nowrap;
    box-shadow: 0 0px 6px -1px #d0c7c7;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .AmazingSuggestion .content .text {
    color: #00056c;
    font-size: 1.1rem;
    display: block !important; }

.AmazingSuggestion .slider-nav {
  padding: 0;
  height: 100%;
  border-left: 2px solid #ececec;
  background-color: #f5f5f5; }

.AmazingSuggestion .slider-main {
  width: 100%; }
  @media (max-width: 425px) {
    .AmazingSuggestion .slider-main .slick-prev {
      left: 48px;
      top: 19px; }
      .AmazingSuggestion .slider-main .slick-prev::before {
        color: #00cc48;
        font-size: 29px; }
    .AmazingSuggestion .slider-main .slick-next {
      left: 13px;
      top: 19px; }
      .AmazingSuggestion .slider-main .slick-next::before {
        color: #00cc48;
        font-size: 29px; } }
  @media screen and (max-width: 476px) {
    .AmazingSuggestion .slider-main {
      min-height: 280px; } }
  .AmazingSuggestion .slider-main .item-left {
    right: 0;
    z-index: 10;
    width: 200px;
    height: 100%; }
    @media screen and (max-width: 476px) {
      .AmazingSuggestion .slider-main .item-left {
        right: 12px; } }
    .AmazingSuggestion .slider-main .item-left .amazing-bottom-title {
      right: 0;
      bottom: 10px; }
      @media screen and (max-width: 476px) {
        .AmazingSuggestion .slider-main .item-left .amazing-bottom-title {
          bottom: 0; } }
    .AmazingSuggestion .slider-main .item-left .amazing {
      width: 100%; }
      @media screen {
        .AmazingSuggestion .slider-main .item-left .amazing {
          display: flex;
          align-items: flex-end;
          justify-content: flex-end;
          flex-direction: column; } }
      .AmazingSuggestion .slider-main .item-left .amazing .price-amazing {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        background-color: #fff; }
        .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del {
          position: relative;
          height: 100%;
          display: inline-flex;
          text-align: center; }
          .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del:after {
            content: "";
            position: absolute;
            height: 30px;
            width: 60px;
            background-color: #00cc48;
            right: 0;
            top: 0; }
          .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del::before {
            content: '';
            position: absolute;
            border-right: 15px solid #fff;
            border-left: 10px solid transparent;
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            top: 50%;
            transform: translate(-50%, -50%);
            left: -9px;
            z-index: 1; }
          .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del .del {
            position: relative;
            z-index: 1;
            height: 30px;
            color: #fff;
            font-size: 0.8rem;
            font-weight: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 64px; }
            @media screen and (max-width: 476px) {
              .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del .del {
                font-size: 70%; } }
            .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del .del::after {
              content: '';
              position: absolute;
              border-right: 12px solid #00cc48;
              border-left: 4px solid transparent;
              border-top: 12px solid transparent;
              border-bottom: 12px solid transparent;
              top: 50%;
              transform: translate(-50%, -50%);
              left: -3px; }
            .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-del .del:before {
              width: 55px;
              content: "";
              height: 1px;
              position: absolute;
              bottom: 14px;
              z-index: 1000;
              background: #fff;
              right: 7px;
              transform: rotate(-34deg) translateY(-50%);
              transform-origin: center; }
        .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-text {
          position: relative;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          background: #e86c16; }
          .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-text:after {
            content: "";
            position: absolute;
            height: 30px;
            background-color: #ff6b01;
            right: -16px;
            top: 0; }
          .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-text .price-span {
            position: relative;
            z-index: 1;
            height: 30px;
            display: flex;
            color: #fff;
            font-size: 0.8rem;
            font-weight: 100;
            align-items: center;
            justify-content: center;
            width: 134px; }
            @media screen and (max-width: 476px) {
              .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-text .price-span {
                font-size: 70%;
                width: 100px; } }
            .AmazingSuggestion .slider-main .item-left .amazing .price-amazing .price-text .price-span .price-number {
              color: #fff;
              font-size: 0.8rem; }
    .AmazingSuggestion .slider-main .item-left .title a {
      display: block;
      font-size: 0.9rem;
      margin: 0;
      padding: 1px 0;
      line-height: 1.5rem;
      font-weight: bold;
      color: #232323;
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
      .AmazingSuggestion .slider-main .item-left .title a:hover {
        color: #ff6b01; }
      @media screen and (max-width: 768px) {
        .AmazingSuggestion .slider-main .item-left .title a {
          color: #27c960;
          font-weight: 400;
          font-size: 70%; } }
    .AmazingSuggestion .slider-main .item-left .list-item {
      max-height: 104px; }
      .AmazingSuggestion .slider-main .item-left .list-item .item-list-amazing li i {
        font-size: 0.8rem;
        margin: 0 5px;
        color: #00cc48; }
      .AmazingSuggestion .slider-main .item-left .list-item .item-list-amazing li span {
        color: #232323;
        font-size: 0.8rem;
        font-weight: 100; }
        @media screen {
          .AmazingSuggestion .slider-main .item-left .list-item .item-list-amazing li span {
            font-size: 70%;
            font-weight: 400; } }
  .AmazingSuggestion .slider-main .item-box {
    position: relative;
    margin-right: 30px;
    height: 318px !important; }
    .AmazingSuggestion .slider-main .item-box .discount-price {
      background-color: #fa3348;
      color: #fff;
      position: absolute;
      left: 1%;
      top: 5%;
      padding: 5px 10px;
      border-radius: 0.5rem;
      font-size: 1rem; }
      @media (max-width: 425px) {
        .AmazingSuggestion .slider-main .item-box .discount-price {
          left: 4%;
          top: 72%;
          padding: 5px;
          font-size: 0.8rem; } }
    @media screen and (max-width: 476px) {
      .AmazingSuggestion .slider-main .item-box {
        margin-right: 0; }
        .AmazingSuggestion .slider-main .item-box:before {
          content: '';
          position: absolute;
          background: #ffffff80;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 10; } }
    .AmazingSuggestion .slider-main .item-box .image-section img {
      left: 75px;
      bottom: -165px; }
      @media screen and (max-width: 476px) {
        .AmazingSuggestion .slider-main .item-box .image-section img {
          left: 50%;
          bottom: 3px;
          right: 0;
          width: 85px;
          height: 85px;
          inset: 0;
          transform: translateX(-50%);
          z-index: 10000000;
          object-fit: cover; } }
      @media (min-width: 768px) {
        .AmazingSuggestion .slider-main .item-box .image-section img {
          left: 50px;
          bottom: 35px; } }
    .AmazingSuggestion .slider-main .item-box .image-box img {
      left: 0;
      bottom: 0;
      height: 100%; }
      @media screen and (max-width: 476px) {
        .AmazingSuggestion .slider-main .item-box .image-box img {
          height: 270px; } }

.AmazingSuggestion .nav-container .slick-list {
  position: relative;
  display: block;
  overflow: initial;
  margin: 0;
  padding: 0 !important;
  height: 318px !important;
  z-index: 999; }

.AmazingSuggestion .nav-container .slider-nav {
  padding: 0; }

.AmazingSuggestion .nav-container .slick-slide.slick-current {
  color: #fff;
  position: relative; }
  .AmazingSuggestion .nav-container .slick-slide.slick-current:after {
    content: "";
    position: absolute;
    right: 0;
    background-color: #00cc48;
    width: 111%;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    z-index: -1;
    top: 0;
    height: 100%;
    clip-path: polygon(10% 0, 90% 1%, 0 0, 100% 0%, 100% 100%, 10% 100%, 0 50%, 0% 50%); }
  .AmazingSuggestion .nav-container .slick-slide.slick-current:before {
    content: '\f104';
    font-family: "Font Awesome 5 pro";
    color: #00cc48;
    right: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.AmazingSuggestion .nav-container .slick-slide {
  padding: 7px 18px !important;
  position: relative;
  display: block;
  margin-right: 0;
  font-size: 0.8rem;
  color: #272e38;
  border: none;
  border-radius: 0;
  outline: none; }
  .AmazingSuggestion .nav-container .slick-slide:before {
    content: '\f104';
    font-family: "Font Awesome 5 pro";
    color: #ff6b01;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.deal-products .Viewprice .image img {
  border-radius: 5px 0 0 5px;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover; }

@media (max-width: 767px) {
  .deal-products {
    padding-left: 0 !important; } }

@media (min-width: 768px) and (max-width: 990px) {
  .deal-products .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .deal-products {
    min-height: 318px; }
    .deal-products .swiper-button-next, .deal-products .swiper-button-prev {
      display: none; } }

.deal-products .flip-clock-divider .flip-clock-label {
  display: none; }

.deal-products .content {
  position: absolute;
  top: 35px;
  right: 30px; }
  .deal-products .content .btn-viewMore {
    background-color: #f4f4f4;
    color: #00056c;
    font-size: 0.8rem;
    border-radius: 50px;
    padding: 8px 7px;
    display: block !important;
    white-space: nowrap;
    box-shadow: 0 0px 6px -1px #d0c7c7;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .deal-products .content .btn-viewMore:hover {
      color: #fff;
      background-color: #e86c16;
      border-radius: 5px !important; }
  .deal-products .content .text {
    color: #00056c;
    font-size: 1.1rem;
    display: block !important; }

@media (max-width: 425px) {
  .deal-products .swiper-button-prev, .deal-products .swiper-container-rtl .swiper-button-next {
    left: 10px;
    top: 19px; }
  .deal-products .swiper-button-next, .deal-products .swiper-container-rtl .swiper-button-prev {
    right: auto;
    left: 40px; }
  .deal-products .swiper-button-prev:after, .deal-products .swiper-container-rtl .swiper-button-next:after {
    font-size: 18px; }
  .deal-products .swiper-button-next, .deal-products .swiper-button-prev {
    width: 27px;
    height: 27px;
    margin-top: 0;
    z-index: 10;
    background: #00cc48;
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
    margin: 0 5px; } }

.deal-products .discount-price {
  background-color: #fa3348;
  color: #fff;
  position: absolute;
  left: 1%;
  top: 5%;
  padding: 5px 10px;
  border-radius: 0.5rem;
  font-size: 1rem; }
  @media (max-width: 425px) {
    .deal-products .discount-price {
      left: 7px;
      top: 0;
      padding: 5px;
      font-size: 0.8rem; } }

.deal-products .price-amazing {
  height: 30px;
  display: flex;
  background-color: #fff; }
  .deal-products .price-amazing .price-del {
    position: relative;
    height: 100%;
    display: inline-flex;
    text-align: center; }
    .deal-products .price-amazing .price-del:after {
      content: "";
      position: absolute;
      height: 30px;
      width: 60px;
      background-color: #00cc48;
      right: 0;
      top: 0; }
    .deal-products .price-amazing .price-del::before {
      content: '';
      position: absolute;
      border-right: 15px solid #fff;
      border-left: 10px solid transparent;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      top: 50%;
      transform: translate(-50%, -50%);
      left: -9px;
      z-index: 1; }
    .deal-products .price-amazing .price-del .del {
      position: relative;
      z-index: 1;
      height: 30px;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 64px; }
      @media screen and (max-width: 476px) {
        .deal-products .price-amazing .price-del .del {
          font-size: 70%; } }
      .deal-products .price-amazing .price-del .del::after {
        content: '';
        position: absolute;
        border-right: 12px solid #00cc48;
        border-left: 4px solid transparent;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        top: 50%;
        transform: translate(-50%, -50%);
        left: -3px; }
      .deal-products .price-amazing .price-del .del:before {
        width: 55px;
        content: "";
        height: 1px;
        position: absolute;
        bottom: 14px;
        z-index: 1000;
        background: #fff;
        right: 7px;
        transform: rotate(-34deg) translateY(-50%);
        transform-origin: center; }
  .deal-products .price-amazing .price-text {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e86c16; }
    .deal-products .price-amazing .price-text:after {
      content: "";
      position: absolute;
      height: 30px;
      background-color: #ff6b01;
      right: -16px;
      top: 0; }
    .deal-products .price-amazing .price-text .price-span {
      position: relative;
      z-index: 1;
      height: 30px;
      display: flex;
      color: #fff;
      font-size: 0.8rem;
      font-weight: 100;
      align-items: center;
      justify-content: center;
      width: 134px; }
      @media screen and (max-width: 476px) {
        .deal-products .price-amazing .price-text .price-span {
          font-size: 70%;
          width: 100px; } }
      .deal-products .price-amazing .price-text .price-span .price-number {
        color: #fff;
        font-size: 0.8rem; }

.product-title-list {
  height: 100%;
  display: block;
  overflow: visible !important;
  z-index: 99 !important; }
  .product-title-list .product-title-box {
    color: #232323;
    border-left: 2px solid #ececec;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .product-title-list .product-title-box {
        min-height: 318px; } }
    .product-title-list .product-title-box .swiper-slide {
      width: 100% !important;
      height: auto; }
      .product-title-list .product-title-box .swiper-slide .product-title-item .el-open-tab {
        width: 100%;
        background: transparent;
        border: 0;
        color: #232323;
        font-size: 0.8rem;
        padding: 13px 20px;
        position: relative;
        transition: all 0.3s;
        text-align: right;
        cursor: pointer; }
        .product-title-list .product-title-box .swiper-slide .product-title-item .el-open-tab:before {
          content: "";
          position: absolute;
          right: 0;
          background-color: #00cc48;
          width: 111%;
          border-top-left-radius: 50px;
          border-bottom-left-radius: 50px;
          z-index: -1;
          top: 0;
          height: 100%;
          clip-path: polygon(10% 0, 90% 1%, 0 0, 100% 0%, 100% 100%, 10% 100%, 0 50%, 0% 50%);
          display: none; }
        .product-title-list .product-title-box .swiper-slide .product-title-item .el-open-tab:after {
          content: '\f104';
          font-family: "Font Awesome 5 pro";
          color: #ff6b01;
          right: 8px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .product-title-list .product-title-box .swiper-slide .product-title-item .el-open-tab:hover {
          background: #00cc48;
          border-bottom-color: #00cc48;
          color: #fff; }
          .product-title-list .product-title-box .swiper-slide .product-title-item .el-open-tab:hover:after {
            background: #00cc48; }
      .product-title-list .product-title-box .swiper-slide:last-child .el-open-tab {
        border-bottom: 0; }
      .product-title-list .product-title-box .swiper-slide.swiper-slide-thumb-active .el-open-tab {
        background-color: #00cc48;
        border-bottom-color: #00cc48;
        color: #fff; }
        .product-title-list .product-title-box .swiper-slide.swiper-slide-thumb-active .el-open-tab:after {
          background: #00cc48; }
        .product-title-list .product-title-box .swiper-slide.swiper-slide-thumb-active .el-open-tab:before {
          display: block; }
  @media (max-width: 990px) {
    .product-title-list {
      display: none; } }

.product-tabs {
  background: #fff; }
  .product-tabs .el-tabcontent {
    padding: 20px 40px 20px 20px;
    background-color: #fff;
    display: block; }
    .product-tabs .el-tabcontent .price {
      text-align: center; }
      .product-tabs .el-tabcontent .price del {
        color: #737373;
        font-size: 21px;
        font-weight: 600; }
        @media (min-width: 768px) and (max-width: 990px) {
          .product-tabs .el-tabcontent .price del {
            font-size: 16px; } }
      .product-tabs .el-tabcontent .price .percentage {
        background: #d60808;
        color: #fff;
        padding: 2px 6px;
        border-radius: 3px;
        margin-right: 4px; }
      .product-tabs .el-tabcontent .price strong {
        color: #000;
        font-size: 30px;
        font-weight: bold;
        margin-top: 10px; }
        .product-tabs .el-tabcontent .price strong .currency {
          font-size: 21px;
          margin-right: 4px; }
        @media (min-width: 768px) and (max-width: 990px) {
          .product-tabs .el-tabcontent .price strong {
            font-size: 20px; }
            .product-tabs .el-tabcontent .price strong .currency {
              font-size: 15px; } }
    .product-tabs .el-tabcontent .product-info .product-title {
      margin: 10px 0;
      font-weight: bold; }
      .product-tabs .el-tabcontent .product-info .product-title a {
        display: block;
        font-size: 0.9rem;
        margin: 0;
        padding: 1px 0;
        line-height: 1.5rem;
        font-weight: bold;
        color: #232323;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease; }
        .product-tabs .el-tabcontent .product-info .product-title a:hover {
          color: #ff6b01; }
    .product-tabs .el-tabcontent .product-info .el-text {
      font-size: 14px;
      font-weight: normal;
      line-height: 25px;
      text-align: justify; }
    .product-tabs .el-tabcontent .count-price-box {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .product-tabs .el-tabcontent .count-price-box .CountDown {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
        margin-top: 20px; }
        @media (min-width: 768px) and (max-width: 990px) {
          .product-tabs .el-tabcontent .count-price-box .CountDown {
            width: 100%; } }
        .product-tabs .el-tabcontent .count-price-box .CountDown span {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
          flex-direction: column;
          text-align: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          background: #00cc48;
          padding: 7px;
          border-radius: 3px;
          color: #fff;
          font-size: 21px;
          font-weight: bold;
          margin: 0 2px;
          width: 55px; }
          .product-tabs .el-tabcontent .count-price-box .CountDown span strong {
            display: block;
            font-size: 13px;
            font-weight: 500; }
          @media (min-width: 768px) and (max-width: 990px) {
            .product-tabs .el-tabcontent .count-price-box .CountDown span {
              width: 40px;
              padding: 7px 0;
              font-size: 16px; }
              .product-tabs .el-tabcontent .count-price-box .CountDown span strong {
                font-size: 12px; } }
    .product-tabs .el-tabcontent .product-image {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 990px) {
        .product-tabs .el-tabcontent .product-image img {
          max-height: 150px;
          width: auto;
          margin-top: 10px; } }
    @media (max-width: 767px) {
      .product-tabs .el-tabcontent {
        padding: 10px; } }
    @media (min-width: 768px) and (max-width: 990px) {
      .product-tabs .el-tabcontent .row > div {
        flex: 0 0 50%;
        max-width: 50%; }
      .product-tabs .el-tabcontent .row .product-info {
        flex: 0 0 100%;
        max-width: 100%; } }
  .product-tabs .mobile-swiper-pagination {
    margin: 10px 0;
    text-align: center;
    display: none; }
    @media (max-width: 990px) {
      .product-tabs .mobile-swiper-pagination {
        display: block; } }

.best-sellers {
  max-height: 350px;
  overflow: hidden; }
  .best-sellers .panel {
    position: relative; }
    .best-sellers .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .best-sellers .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .best-sellers .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .best-sellers .panel .best-sellers-slider {
      z-index: 100; }
      .best-sellers .panel .best-sellers-slider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .best-sellers .panel .best-sellers-slider .item:hover {
          box-shadow: 0 0px 6px -1px #d0c7c7; }
          .best-sellers .panel .best-sellers-slider .item:hover .card {
            background: #fff; }
            .best-sellers .panel .best-sellers-slider .item:hover .card .image-item img {
              transform: scale(1.035); }
        .best-sellers .panel .best-sellers-slider .item .card {
          background: #fff;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .best-sellers .panel .best-sellers-slider .item .card .image-item img {
            max-height: 120px;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
          .best-sellers .panel .best-sellers-slider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .best-sellers .panel .best-sellers-slider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .best-sellers .panel .best-sellers-slider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .best-sellers .panel .best-sellers-slider .item .card .content-bottom .price {
            height: 60px; }
            .best-sellers .panel .best-sellers-slider .item .card .content-bottom .price .discount {
              color: #ff6b01;
              font-size: 1rem;
              font-weight: 200; }
            .best-sellers .panel .best-sellers-slider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .best-sellers .panel .best-sellers-slider .slick-prev, .best-sellers .panel .best-sellers-slider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -12%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .best-sellers .panel .best-sellers-slider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .best-sellers .panel .best-sellers-slider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .best-sellers .panel .best-sellers-slider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .best-sellers .panel .best-sellers-slider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .best-sellers .panel .best-sellers-slider .slick-prev:before,
      .best-sellers .panel .best-sellers-slider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .best-sellers .panel .slick-prev {
        right: 0 !important; }
      .best-sellers .panel .slick-next {
        left: 8px !important; } }

.category .panel .grid-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, auto));
  grid-auto-rows: 145px;
  grid-gap: 1rem;
  grid-auto-flow: dense; }

.category .panel .grid-gallery-item {
  margin: -8px;
  max-width: none;
  position: relative;
  overflow: hidden; }

.category .panel .grid-gallery-item:nth-of-type(1) {
  grid-row: span 1;
  grid-column: span 1; }
  @media (max-width: 476px) {
    .category .panel .grid-gallery-item:nth-of-type(1) {
      grid-row: span 2; } }
  .category .panel .grid-gallery-item:nth-of-type(1) .title {
    right: 0;
    background: url("/assets/img/category/03.png"); }
    .category .panel .grid-gallery-item:nth-of-type(1) .title a {
      transform: translateX(15px); }

.category .panel .grid-gallery-item:nth-of-type(2) {
  grid-row: span 2;
  grid-column: span 1; }
  @media screen and (min-width: 768px) {
    .category .panel .grid-gallery-item:nth-of-type(2) {
      grid-row: span 2;
      grid-column: span 1; }
      .category .panel .grid-gallery-item:nth-of-type(2) img {
        height: 317px !important; } }
  .category .panel .grid-gallery-item:nth-of-type(2) .title {
    right: 0;
    background: url("/assets/img/category/05.png"); }
    .category .panel .grid-gallery-item:nth-of-type(2) .title a {
      transform: translateX(15px); }

.category .panel .grid-gallery-item:nth-of-type(3) {
  grid-row: span 1;
  grid-column: span 1; }
  @media (max-width: 476px) {
    .category .panel .grid-gallery-item:nth-of-type(3) {
      grid-row: span 2; } }
  .category .panel .grid-gallery-item:nth-of-type(3) .title {
    left: 0 !important;
    background: url("/assets/img/category/06.png"); }
    .category .panel .grid-gallery-item:nth-of-type(3) .title a {
      transform: translateX(-9px); }

.category .panel .grid-gallery-item:nth-of-type(4) {
  grid-row: span 2;
  grid-column: span 1; }
  @media screen and (min-width: 768px) {
    .category .panel .grid-gallery-item:nth-of-type(4) img {
      height: 317px !important; } }
  .category .panel .grid-gallery-item:nth-of-type(4) .title {
    left: 0 !important;
    background: url("/assets/img/category/08.png"); }
    .category .panel .grid-gallery-item:nth-of-type(4) .title a {
      transform: translateX(-9px); }

.category .panel .grid-gallery-item:nth-of-type(5) {
  grid-row: span 1;
  grid-column: span 1; }
  .category .panel .grid-gallery-item:nth-of-type(5) .title {
    right: 0;
    background: url("/assets/img/category/04.png"); }
  @media (max-width: 476px) {
    .category .panel .grid-gallery-item:nth-of-type(5) {
      grid-row: span 2; } }

.category .panel .grid-gallery-item:nth-of-type(6) {
  grid-row: span 1;
  grid-column: span 1; }
  @media (max-width: 476px) {
    .category .panel .grid-gallery-item:nth-of-type(6) {
      grid-row: span 2; } }
  .category .panel .grid-gallery-item:nth-of-type(6) .title {
    left: 0 !important;
    background: url("/assets/img/category/07.png"); }
    .category .panel .grid-gallery-item:nth-of-type(6) .title a {
      transform: translateX(-9px); }

.category .panel .row {
  margin: 4px; }
  .category .panel .row .item {
    position: relative; }
    .category .panel .row .item .title {
      position: absolute;
      top: 15px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px !important;
      width: 134px !important;
      /*min-height: 80px;
                        height:80px !important;
                    width: 125px;*/ }
      .category .panel .row .item .title a span {
        font-size: 0.7rem;
        color: #fff; }
    .category .panel .row .item .image-item {
      overflow: hidden; }
      .category .panel .row .item .image-item img {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
      .category .panel .row .item .image-item:hover img {
        transform: scale(1.095);
        filter: brightness(0.5); }
      .category .panel .row .item .image-item a img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 5px; }

.root-faq a {
  color: #00b7a2; }

.footer-category .image-item {
  overflow: hidden; }
  .footer-category .image-item img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .footer-category .image-item:hover img {
    transform: scale(1.095);
    filter: brightness(0.5); }
  .footer-category .image-item a img {
    border-radius: 5px;
    width: 100%; }
  .footer-category .image-item .btn-viewMore {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30px;
    left: 80px;
    background-color: #0a5a7b;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 12px 50px 50px 50px;
    padding: 8px 7px;
    display: block !important;
    white-space: nowrap;
    transition: all 0.6s cubic-bezier(0.68, 1.43, 0.18, 3.4);
    min-width: 120px;
    text-align: center;
    font-weight: 300; }

.footer-category .footer-category-slider {
  z-index: 100; }
  .footer-category .footer-category-slider .item {
    position: relative;
    padding: 0 5px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .footer-category .footer-category-slider .item .title {
      right: 5px;
      background: url("/assets/img/category/05.png");
      position: absolute;
      top: 15px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 65px;
      width: 125px; }
      .footer-category .footer-category-slider .item .title a {
        transform: translateX(15px); }
        .footer-category .footer-category-slider .item .title a span {
          font-size: 0.8rem;
          color: #fff; }
  .footer-category .footer-category-slider .slick-prev:before {
    content: '→';
    color: #00cc48; }
  .footer-category .footer-category-slider .slick-next:before {
    content: '←';
    color: #00cc48; }
  .footer-category .footer-category-slider .slick-prev {
    right: -10px;
    left: auto;
    z-index: 100; }
  .footer-category .footer-category-slider .slick-next {
    right: auto;
    left: -6px;
    z-index: 100; }
  .footer-category .footer-category-slider .slick-prev:before,
  .footer-category .footer-category-slider .slick-next:before {
    font-family: 'slick';
    font-size: 1.8rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 476px) {
  .footer-category .slick-prev {
    right: 0 !important; }
  .footer-category .slick-next {
    left: 8px !important; } }

.latest-products {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .latest-products .Viewprice {
    position: relative; }
    .latest-products .Viewprice:hover .btn-viewMore {
      background-color: #e86c16 !important;
      border-radius: 5px !important;
      color: #fff !important; }
    .latest-products .Viewprice .image img {
      border-radius: 5px;
      height: 320px;
      width: 265px; }
    .latest-products .Viewprice .content {
      position: absolute;
      top: 35px;
      left: 30px; }
      .latest-products .Viewprice .content .btn-viewMore {
        background-color: #f4f4f4;
        color: #00056c;
        font-size: 0.8rem;
        border-radius: 50px;
        padding: 8px 7px;
        display: block !important;
        white-space: nowrap;
        box-shadow: 0 0px 6px -1px #d0c7c7;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
      .latest-products .Viewprice .content .text {
        color: #00056c;
        font-size: 1.1rem;
        display: block !important; }
  .latest-products .panel {
    position: relative; }
    .latest-products .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .latest-products .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative;
        font-size: 1rem !important; }
      .latest-products .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .latest-products .panel .latest-productsSlider {
      z-index: 100; }
      .latest-products .panel .latest-productsSlider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .latest-products .panel .latest-productsSlider .item:hover {
          box-shadow: 0 0px 6px -1px #d0c7c7; }
          .latest-products .panel .latest-productsSlider .item:hover .card {
            background: #fff; }
            .latest-products .panel .latest-productsSlider .item:hover .card .image-item img {
              transform: scale(1.035); }
        .latest-products .panel .latest-productsSlider .item .card {
          background: #fff;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .latest-products .panel .latest-productsSlider .item .card .image-item img {
            /*max-height: 120px;*/
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
          .latest-products .panel .latest-productsSlider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            height: 37px; }
            .latest-products .panel .latest-productsSlider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .latest-products .panel .latest-productsSlider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .latest-products .panel .latest-productsSlider .item .card .content-bottom .price {
            height: 60px; }
            .latest-products .panel .latest-productsSlider .item .card .content-bottom .price .discount {
              color: #ff6b01;
              font-size: 1rem;
              font-weight: 200; }
            .latest-products .panel .latest-productsSlider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .latest-products .panel .latest-productsSlider .slick-prev,
      .latest-products .panel .latest-productsSlider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -11%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .latest-products .panel .latest-productsSlider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .latest-products .panel .latest-productsSlider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .latest-products .panel .latest-productsSlider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .latest-products .panel .latest-productsSlider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .latest-products .panel .latest-productsSlider .slick-prev:before,
      .latest-products .panel .latest-productsSlider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .latest-products .panel .slick-prev {
        right: 0 !important; }
      .latest-products .panel .slick-next {
        left: 8px !important; } }

.main-about .panel .content .title-content h1 {
  text-align: center;
  font-size: 1.2rem;
  color: #00cc48;
  line-height: 2; }

.main-about .panel .content .text-content p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 3;
  margin: 0; }

.main-category .image-item {
  overflow: hidden; }
  .main-category .image-item img {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .main-category .image-item:hover img {
    transform: scale(1.095);
    filter: brightness(0.5); }
  .main-category .image-item a img {
    border-radius: 5px;
    width: 100%; }
  .main-category .image-item .btn-viewMore {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 30px;
    left: 80px;
    background-color: #0a5a7b;
    color: #fff;
    font-size: 0.8rem;
    border-radius: 12px 50px 50px 50px;
    padding: 8px 7px;
    display: block !important;
    white-space: nowrap;
    transition: all 0.6s cubic-bezier(0.68, 1.43, 0.18, 3.4);
    min-width: 120px;
    text-align: center;
    font-weight: 300; }

.main-category .main-category-slider {
  z-index: 100; }
  .main-category .main-category-slider .item {
    position: relative;
    padding: 0 5px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .main-category .main-category-slider .item .title {
      right: 5px;
      background: url("/assets/img/category/05.png");
      position: absolute;
      top: 15px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 51px;
      width: 104px; }
      .main-category .main-category-slider .item .title a {
        transform: translateX(15px); }
        .main-category .main-category-slider .item .title a span {
          font-size: 0.8rem;
          color: #fff;
          margin-right: 20px;
          display: block; }
  .main-category .main-category-slider .slick-prev:before {
    content: '→';
    color: #00cc48; }
  .main-category .main-category-slider .slick-next:before {
    content: '←';
    color: #00cc48; }
  .main-category .main-category-slider .slick-prev {
    right: -10px;
    left: auto;
    z-index: 100; }
  .main-category .main-category-slider .slick-next {
    right: auto;
    left: -6px;
    z-index: 100; }
  .main-category .main-category-slider .slick-prev:before,
  .main-category .main-category-slider .slick-next:before {
    font-family: 'slick';
    font-size: 1.8rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

@media screen and (max-width: 476px) {
  .main-category .slick-prev {
    right: 0 !important; }
  .main-category .slick-next {
    left: 8px !important; } }

.main_menu_section {
  height: 75px; }
  .main_menu_section .mobile-view {
    display: none; }
  @media screen and (max-width: 768px) {
    .main_menu_section {
      height: 45px; } }
  .main_menu_section .main-btn .btn {
    display: flex !important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    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;
    min-width: 123px;
    justify-content: center; }
  .main_menu_section .main-btn .btn:first-child {
    background: #f9a91e; }
    .main_menu_section .main-btn .btn:first-child:hover {
      border: 1px solid #f9a91e;
      background-color: transparent;
      color: #f9a91e !important; }
  .main_menu_section .main-btn .btn:last-child, .main_menu_section .main-btn .green-btn {
    background: #00cc48;
    border: 1px solid transparent; }
    .main_menu_section .main-btn .btn:last-child:hover, .main_menu_section .main-btn .green-btn:hover {
      border: 1px solid #00cc48;
      background-color: transparent;
      color: #00cc48 !important; }
  .main_menu_section .main-btn .login-btn {
    display: none !important;
    margin-right: 10px;
    height: 33px;
    width: 100%;
    min-width: 130px;
    border-radius: 5px;
    box-shadow: 0 0px 6px -1px #d0c7c7; }
    .main_menu_section .main-btn .login-btn a {
      font-size: 0.8rem;
      color: #232323;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .main_menu_section .main-btn .login-btn a:hover {
        color: #00cc48; }
      .main_menu_section .main-btn .login-btn a i {
        font-size: 1.1rem;
        color: #00cc48; }
  .main_menu_section .top-logo {
    transform: translateY(-16px); }
  .main_menu_section .menu_searchBox .main-menu .menu ul li a {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    padding: 10px 12px; }
    .main_menu_section .menu_searchBox .main-menu .menu ul li a i {
      color: #00cc48 !important; }
    .main_menu_section .menu_searchBox .main-menu .menu ul li a:hover {
      color: #00b7a2 !important;
      transform: translateX(-3px); }
      .main_menu_section .menu_searchBox .main-menu .menu ul li a:hover i {
        color: #f9a91e !important; }
  .main_menu_section .menu_searchBox .main-menu .menu ul li .megamenu {
    background: #fff; }
    .main_menu_section .menu_searchBox .main-menu .menu ul li .megamenu .title {
      position: relative;
      width: 172px;
      display: block;
      padding: 0;
      /*&:after {
                                    content: "";
                                    position: absolute;
                                    left: 0;
                                    top: 50%;
                                    transform: translateY(-50%);
                                    background: $DarkPastelGreen;
                                    width: 30px;
                                    height: 2px;
                                    @media screen and (max-width: 1024px) {
                                        display: none;
                                    }
                                }*/ }
      .main_menu_section .menu_searchBox .main-menu .menu ul li .megamenu .title span.border-title {
        width: 50px;
        height: 2px;
        background: #0bce4f; }
      .main_menu_section .menu_searchBox .main-menu .menu ul li .megamenu .title .menu-name {
        font-size: 0.8rem;
        color: #00cc48;
        display: flex;
        flex-shrink: 0; }
  .main_menu_section .menu_searchBox .main-menu .menu .menu-list .megamenu .link-list ul li a {
    padding: 5px 10px;
    display: block;
    position: relative; }
    .main_menu_section .menu_searchBox .main-menu .menu .menu-list .megamenu .link-list ul li a .menu-name {
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
      .main_menu_section .menu_searchBox .main-menu .menu .menu-list .megamenu .link-list ul li a .menu-name:hover {
        color: #009de0; }
  .main_menu_section .menu_searchBox .main-menu .menu .menu-list li a {
    font-size: 0.8rem; }
  @media screen and (min-width: 1023px) {
    .main_menu_section .menu_searchBox .main-menu .menu > ul > li > .megamenu {
      top: 40px !important; } }
  .main_menu_section .menu_searchBox .main-menu .menu > ul > li > .megamenu {
    left: inherit; }
    @media screen and (min-width: 1023px) {
      .main_menu_section .menu_searchBox .main-menu .menu > ul > li > .megamenu {
        right: 0;
        width: 860px; } }
    @media screen and (max-width: 1024px) {
      .main_menu_section .menu_searchBox .main-menu .menu > ul > li > .megamenu {
        right: 0;
        width: 430px; } }
    @media screen and (max-width: 991px) {
      .main_menu_section .menu_searchBox .main-menu .menu > ul > li > .megamenu {
        width: 100%; } }
  @media (max-width: 1023px) {
    .main_menu_section .menu_searchBox .main-menu .menu > ul > li {
      width: 100%;
      display: block;
      float: none;
      border-right: none;
      background-color: #fff;
      position: relative;
      white-space: inherit;
      padding: 0; }
      .main_menu_section .menu_searchBox .main-menu .menu > ul > li.mobile-view {
        background: #00cc48;
        display: block; }
        .main_menu_section .menu_searchBox .main-menu .menu > ul > li.mobile-view a {
          color: #fff; }
        .main_menu_section .menu_searchBox .main-menu .menu > ul > li.mobile-view:last-child {
          background: #f9a91e; }
      .main_menu_section .menu_searchBox .main-menu .menu > ul > li .menu-arrow {
        background: #00b7a2;
        border-bottom: 4px solid #fff; }
        .main_menu_section .menu_searchBox .main-menu .menu > ul > li .menu-arrow i:before {
          border-color: #fff; }
    .main_menu_section .menu_searchBox .main-menu .menu-mobile .menu-search .menu-search-form {
      z-index: 100; }
    .main_menu_section .menu_searchBox .main-menu .menu-mobile .menu-search .menu-search-toggle {
      display: flex;
      width: 60px;
      text-align: center;
      height: 100%;
      align-items: center;
      justify-content: center;
      background: #00b7a2;
      z-index: 100; } }
  .main_menu_section .login-form .login-content span {
    font-size: 0.8rem; }
  .main_menu_section .login-form .login-content i {
    color: #009de0;
    font-size: 1rem; }
  .main_menu_section .login-form .login-btn a {
    font-size: 0.8rem;
    color: #232323;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .main_menu_section .login-form .login-btn a:hover {
      color: #ff6b01; }
      .main_menu_section .login-form .login-btn a:hover i {
        color: #ff6b01; }
  .main_menu_section .login-form .login-btn i {
    color: #fecb78;
    font-size: 1rem;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .main_menu_section .hidden {
    display: none; }
  .main_menu_section .toggle-search-submit {
    left: 74px;
    top: 50%;
    transform: translateY(-50%); }
    .main_menu_section .toggle-search-submit .btn-submit-search {
      background-color: transparent;
      border: 0; }

@media (min-width: 1023px) {
  .menu > .menu-list > li:hover > .megamenu {
    opacity: 1;
    visibility: visible;
    -moz-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg) !important; }
  .menu > .menu-list > li > .megamenu {
    opacity: 0;
    visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -moz-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg) !important; } }

@media (max-width: 1023px) {
  .menu-mobile {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    height: 60px;
    background-color: #fff;
    -moz-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    box-shadow: 0 0px 6px -1px #d0c7c7; }
    .menu-mobile .cart-box {
      max-width: 30px;
      width: 140px;
      position: absolute;
      top: 15px;
      right: 60px;
      transform: translateY(-50%);
      z-index: 10; }
      .menu-mobile .cart-box .cart {
        position: relative;
        width: 100%; }
        .menu-mobile .cart-box .cart input.cartinput {
          transition: border 0.2s linear;
          font-size: 12px;
          width: 100%;
          background: #fff;
          color: #000;
          padding: 5px 20px 8px 5px;
          border: 1px solid #fff;
          border-radius: 5px;
          outline: none;
          box-shadow: 0 0px 6px -1px #d0c7c7; }
          .menu-mobile .cart-box .cart input.cartinput:focus {
            transition: border .2s linear;
            border: 1px solid #00cc48; }
        .menu-mobile .cart-box .cart .cartbtn {
          position: absolute;
          color: #66757f;
          background-color: #00cc48;
          border: none;
          top: 16px;
          outline: none;
          padding: 0px 15px;
          left: 0px;
          transform: translateY(-50%);
          border-radius: 5px 0 0 5px;
          height: 100%;
          width: 35px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .menu-mobile .cart-box .cart .cartbtn i {
            color: #e86c16;
            font-weight: 200; }
    .menu-mobile .login-register {
      position: absolute;
      left: 50px;
      top: 20px;
      display: flex; }
      .menu-mobile .login-register a {
        display: flex;
        margin: 0 0 0 16px;
        color: #02b8a3; }
        .menu-mobile .login-register a:last-child {
          margin-left: 5px; }
    .menu-mobile i {
      font-size: 19px; }
    .menu-mobile i.fal.fa-search {
      padding: 21px; }
    .menu-mobile .badgecart {
      position: absolute;
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: #fff;
      color: #00cc48;
      border: 1px solid #00cc48;
      line-height: 1px;
      transform: translate(36px, 0);
      left: -15px;
      top: 0; } }

@media screen and (min-width: 1023px) {
  .fixed-top-menu {
    position: fixed;
    background: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    animation: swing-in-top-fwd 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
    box-shadow: 0 0px 6px -1px #d0c7c7; }
    .fixed-top-menu .top-logo {
      transform: translateY(0); }
      .fixed-top-menu .top-logo img {
        height: 70px;
        width: 200px; }
    .fixed-top-menu .main-btn .login-btn {
      display: flex !important; }
    .fixed-top-menu .main-menu .container {
      padding-left: 0;
      padding-right: 0; }
  @-webkit-keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
      transform: rotateX(-100deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 0; }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 1; } }
  @keyframes swing-in-top-fwd {
    0% {
      -webkit-transform: rotateX(-100deg);
      transform: rotateX(-100deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 0; }
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      -webkit-transform-origin: top;
      transform-origin: top;
      opacity: 1; } } }

.closebtn-search {
  display: none;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }

.showicon {
  font-size: 120%;
  background: red;
  padding: 20px; }

.Sales {
  max-height: 350px;
  overflow: hidden; }
  .Sales .panel {
    position: relative; }
    .Sales .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .Sales .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .Sales .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .Sales .panel .Sales-slider {
      z-index: 100; }
      .Sales .panel .Sales-slider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .Sales .panel .Sales-slider .item:hover {
          box-shadow: 0 0px 6px -1px #d0c7c7; }
          .Sales .panel .Sales-slider .item:hover .card {
            background: #fff; }
            .Sales .panel .Sales-slider .item:hover .card .image-item img {
              transform: scale(1.035); }
        .Sales .panel .Sales-slider .item .card {
          background: #fff;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .Sales .panel .Sales-slider .item .card .image-item img {
            max-height: 120px;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
          .Sales .panel .Sales-slider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .Sales .panel .Sales-slider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .Sales .panel .Sales-slider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .Sales .panel .Sales-slider .item .card .content-bottom .price {
            height: 60px; }
            .Sales .panel .Sales-slider .item .card .content-bottom .price .discount {
              color: #ff6b01;
              font-size: 1rem;
              font-weight: 200; }
            .Sales .panel .Sales-slider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .Sales .panel .Sales-slider .slick-prev, .Sales .panel .Sales-slider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -12%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .Sales .panel .Sales-slider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .Sales .panel .Sales-slider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .Sales .panel .Sales-slider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .Sales .panel .Sales-slider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .Sales .panel .Sales-slider .slick-prev:before,
      .Sales .panel .Sales-slider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .Sales .panel .slick-prev {
        right: 0 !important; }
      .Sales .panel .slick-next {
        left: 8px !important; } }

.slider-top {
  max-height: 415 px;
  overflow-y: hidden; }
  @media screen and (max-width: 476px) {
    .slider-top {
      max-height: 200px; } }
  .slider-top .main-slider {
    margin-bottom: 0 !important; }
    .slider-top .main-slider .main-item-slider {
      position: relative; }
      .slider-top .main-slider .main-item-slider .category-item a img {
        border-radius: 5px;
        min-height: 200px; }
        @media screen and (max-width: 768px) {
          .slider-top .main-slider .main-item-slider .category-item a img {
            object-fit: fill;
            min-height: auto; } }
    .slider-top .main-slider .slide-text {
      width: 500px;
      top: 80px;
      left: 150px;
      padding: 10px;
      border-radius: 8px;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        .slider-top .main-slider .slide-text {
          left: 50%;
          transform: translate(-50%, -50%); } }
      .slider-top .main-slider .slide-text small {
        font-size: 1.4rem;
        color: #fff;
        line-height: 2; }
        @media only screen and (max-width: 768px) {
          .slider-top .main-slider .slide-text small {
            font-size: 1rem; } }
        @media only screen and (max-width: 480px) {
          .slider-top .main-slider .slide-text small {
            font-size: 1rem; } }
  .slider-top .slick-next {
    position: absolute;
    left: 2rem;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%; }
    .slider-top .slick-next::before {
      content: '\f104' !important;
      position: absolute;
      font-family: "Font Awesome 5 Pro";
      z-index: 1000;
      color: #fff;
      font-size: 3.8rem;
      opacity: 1;
      font-weight: lighter;
      left: 50%;
      text-align: center;
      top: -4%;
      border: 0; }
      @media screen and (max-width: 768px) {
        .slider-top .slick-next::before {
          left: 50%; } }
    .slider-top .slick-next::after {
      content: '';
      position: absolute;
      top: -5px;
      left: 0;
      right: -5px;
      bottom: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .slider-top .slick-prev {
    left: inherit;
    position: absolute;
    right: 2rem;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    z-index: 10;
    border: 0; }
    .slider-top .slick-prev::before {
      content: '\f105' !important;
      position: absolute;
      border: 0;
      font-family: "Font Awesome 5 Pro";
      z-index: 1000;
      color: #fff;
      font-size: 3.8rem;
      opacity: 1;
      font-weight: lighter;
      right: 50%;
      text-align: center;
      top: -6%; }
      @media screen and (max-width: 768px) {
        .slider-top .slick-prev::before {
          right: 50%; } }
    .slider-top .slick-prev::after {
      content: '';
      position: absolute;
      top: -5px;
      left: 0;
      right: -5px;
      bottom: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%; }
  .slider-top .slick-dots {
    bottom: 0 !important;
    padding: 8px 0 !important;
    display: block;
    line-height: 1 !important; }
    .slider-top .slick-dots li {
      width: 14px; }
      .slider-top .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff; }
        .slider-top .slick-dots li button::before {
          opacity: 0; }
  @media screen and (max-width: 768px) {
    .slider-top .slick-next {
      right: auto;
      left: -25px !important; }
    .slider-top .slick-prev {
      right: -25px !important;
      left: auto; } }

.brand .panel:not(:last-child):after {
  content: 's'; }

.otherProducts .otherProducts-item {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-bottom: 15px !important; }
  .otherProducts .otherProducts-item:hover .name-otherProducts {
    transition: all 0.5s ease;
    background: #f9a91e;
    cursor: pointer;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35); }

.otherProducts .name-otherProducts {
  padding: 5px;
  background: #a7a7a7;
  color: #fff;
  margin-top: 15px; }
  .otherProducts .name-otherProducts a {
    color: #fff; }

.brand .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px; }
  .brand .title .h3 {
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0;
    padding: 15px 0;
    position: relative; }

.brand .border-title {
  width: 100%;
  content: '';
  height: 2px;
  background: #f4f4f4; }

.brands-slider {
  background: #fff; }
  .brands-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    width: 34px;
    height: 25px;
    padding: 5px;
    border: none;
    outline: none;
    right: auto;
    left: -6px;
    z-index: 100; }
    .brands-slider .slick-next:before {
      font-family: 'slick';
      font-size: 1.8rem;
      line-height: 1;
      opacity: .75;
      -webkit-font-smoothing: antialiased;
      content: '←';
      color: #00cc48; }
  .brands-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    width: 34px;
    height: 25px;
    padding: 5px;
    border: none;
    outline: none;
    right: -10px;
    left: auto;
    z-index: 100; }
    .brands-slider .slick-prev:before {
      font-family: 'slick';
      font-size: 1.8rem;
      line-height: 1;
      opacity: .75;
      -webkit-font-smoothing: antialiased;
      content: '→';
      color: #00cc48; }

.last-article .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px; }
  @media (max-width: 768px) {
    .last-article .title {
      justify-content: start; } }
  .last-article .title h3 {
    display: flex;
    flex-shrink: 0;
    font-size: 1rem !important;
    margin: 0;
    padding: 15px 0;
    position: relative; }
  .last-article .title .border-title {
    width: 100%;
    content: '';
    height: 2px;
    background: #f4f4f4; }

.last-article .item {
  overflow: hidden; }
  .last-article .item:hover .content-item {
    background: #00b7a2; }
    .last-article .item:hover .content-item .title a {
      color: #fff; }
    .last-article .item:hover .content-item .date small {
      color: #fff; }
  .last-article .item .content-item {
    width: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .last-article .item .content-item .title a {
      font-size: 0.8rem;
      color: #232323;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      max-width: 220px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
    .last-article .item .content-item .date small {
      display: block;
      font-size: 0.7rem;
      font-weight: 100;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }

.last-article .tree-item {
  /*max-width: 230px;*/
  /*@media (max-width:600px) {
             max-width: unset;
             padding:0 6px; 
        }*/ }
  .last-article .tree-item .item {
    height: 80px !important; }
    .last-article .tree-item .item .image-item {
      width: 83px;
      min-width: 83px; }
      .last-article .tree-item .item .image-item img {
        min-width: 83px; }

.last-article .one-item {
  /*max-width: 145px;*/ }
  .last-article .one-item .image-item img {
    width: 100% !important; }
    @media (min-width: 768px) {
      .last-article .one-item .image-item img {
        min-height: 157px !important;
        height: 157px; } }

.last-article .last-articles .order-tree:nth-of-type(2) {
  order: 3; }

.last-article .last-articles .order-tree:nth-of-type(1) {
  order: 2; }

.last-article .last-articles .order-one:nth-of-type(3) {
  order: 1; }

.last-article .last-articles .order-one:nth-of-type(4) {
  order: 2; }

.last-article .last-articles .order-one:nth-of-type(5) {
  order: 5; }

.last-article .last-articles .order-one:nth-of-type(6) {
  order: 2; }

@media screen and (max-width: 680px) {
  .last-article .last-articles .tree-item {
    margin: 0 0px !important;
    width: 100%; }
    .last-article .last-articles .tree-item .content-item {
      height: 80px; }
  .last-article .last-articles .one-item {
    /*max-width:47%;*/ }
    .last-article .last-articles .one-item img {
      width: 100% !important; } }

@media screen and (max-width: 476px) {
  .last-article .last-articles {
    /*.order-one:nth-of-type(4) {
                order: 3;
            }*/ }
    .last-article .last-articles .tree-item {
      /*max-width: 340px;
                margin: 0 15px !important;*/
      margin: 0 0px !important;
      width: 100%; }
    .last-article .last-articles .order-tree:nth-of-type(2) {
      order: 6; }
    .last-article .last-articles .order-tree:nth-of-type(4) {
      order: 6; }
    .last-article .last-articles .order-one:nth-of-type(3) {
      order: 2; }
    .last-article .last-articles .order-one:nth-of-type(1) {
      order: 4; }
    .last-article .last-articles .order-one:nth-of-type(6) {
      order: 5; } }

@media (min-width: 991px) {
  .last-article .box-lastarticle {
    margin: 0 -10px; } }

.notif-bar {
  background-color: #f44; }
  @media screen and (max-width: 768px) {
    .notif-bar .alert-dismissible {
      padding-right: 1.25rem;
      padding-left: 1.25rem !important; }
      .notif-bar .alert-dismissible .close {
        right: inherit;
        left: 23px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0 !important;
        left: 25px !important; } }
  @media screen and (max-width: 768px) {
    .notif-bar .text-alert {
      font-size: 0.8rem; } }

.notif-bar {
  background-color: #f44; }

@media screen and (max-width: 768px) {
  .notif-bar .alert-dismissible {
    padding-right: 1.25rem;
    padding-left: 1.25rem !important; }
  .notif-bar .alert-dismissible .close {
    right: inherit;
    left: 23px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    left: 25px !important; } }

@media screen and (max-width: 768px) {
  .notif-bar .text-alert {
    font-size: 0.8rem; } }

.top-bar .search-top-bar .search-box {
  position: relative;
  width: 100%; }
  .top-bar .search-top-bar .search-box input.searchbox {
    transition: border 0.2s linear;
    font-size: 12px;
    width: 100%;
    background: #fff;
    color: #000;
    padding: 5px 20px 8px 6px;
    box-shadow: 0 0px 6px -1px #d0c7c7;
    border: 1px solid #fff;
    border-radius: 5px;
    outline: none;
    min-width: 400px; }
    .top-bar .search-top-bar .search-box input.searchbox:focus {
      transition: border .2s linear;
      border: 1px solid #f9a91e; }
  .top-bar .search-top-bar .search-box .searchbtn {
    position: absolute;
    color: #66757f;
    background-color: #f9a91e;
    border: none;
    top: 16px;
    outline: none;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
    width: 43px;
    height: 34px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease; }
    .top-bar .search-top-bar .search-box .searchbtn:hover {
      background-color: #ff6b01; }
    .top-bar .search-top-bar .search-box .searchbtn i {
      color: #fff;
      font-weight: 400;
      font-size: 1.2rem; }

.top-bar .cart-box {
  max-width: 198px;
  width: 140px; }
  .top-bar .cart-box .cart {
    position: relative;
    width: 100%; }
    .top-bar .cart-box .cart input.cartinput {
      transition: border 0.2s linear;
      font-size: 12px;
      width: 100%;
      background: #fff;
      color: #000;
      padding: 5px 20px 8px 5px;
      border: 1px solid #fff;
      border-radius: 5px;
      outline: none;
      box-shadow: 0 0px 6px -1px #d0c7c7; }
      .top-bar .cart-box .cart input.cartinput:focus {
        transition: border .2s linear;
        border: 1px solid #00cc48; }
    .top-bar .cart-box .cart .cartbtn {
      position: absolute;
      color: #66757f;
      background-color: #00cc48;
      border: none;
      top: 16px;
      outline: none;
      padding: 0px 15px;
      left: 0px;
      transform: translateY(-50%);
      border-radius: 5px 0 0 5px;
      height: 100%;
      width: 35px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      .top-bar .cart-box .cart .cartbtn .badgecart {
        position: absolute;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        color: #00cc48;
        border: 1px solid #00cc48;
        line-height: 1px;
        transform: translate(36px, 0); }
      .top-bar .cart-box .cart .cartbtn i {
        color: #fff;
        font-weight: 200; }

.top-bar .cart-mobile.opacity-0 {
  opacity: 0; }

.top-bar .cart-mobile.opacity-1 {
  opacity: 1; }

@media screen and (max-width: 768px) {
  .top-bar .cart-mobile {
    position: fixed;
    z-index: 10000;
    right: 70px;
    top: 17px; } }

.top-bar .cart-mobile .cartbtn i {
  color: #e86c16;
  font-weight: 200; }

.top-bar .cart-mobile .badgecart {
  position: absolute;
  top: -5px;
  right: -15px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #00cc48;
  border: 1px solid #00cc48;
  line-height: 1px; }

.top-bar .register-login {
  width: 140px; }
  .top-bar .register-login .login-btn {
    height: 33px;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0px 6px -1px #d0c7c7; }
    .top-bar .register-login .login-btn a {
      font-size: 0.8rem;
      color: #232323;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      .top-bar .register-login .login-btn a:hover {
        color: #00cc48; }
      .top-bar .register-login .login-btn a i {
        font-size: 1.1rem;
        color: #00cc48; }

.user-items {
  background: #00cc48;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.6s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 0; }
  .user-items:hover {
    background: transparent;
    border: 1px solid #00cc48; }
    .user-items:hover a {
      color: #00cc48; }
  .user-items a {
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    justify-content: center; }
    .user-items a i {
      vertical-align: middle;
      padding: 0 8px; }

#reviewShow {
  color: #fcd703; }

.userinfo-btn {
  font-size: 12px;
  margin: 0px 20px;
  font-size: 12px;
  margin: 0px 15px;
  height: 33px;
  padding: 0px 15px;
  border-radius: 5px;
  box-shadow: 0 0px 6px -1px #d0c7c7; }

.tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody td {
  text-align: right; }

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  background-color: rebeccapurple;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.special-products {
  max-height: 350px;
  overflow: hidden; }
  .special-products .panel {
    position: relative; }
    .special-products .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .special-products .panel .title strong {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem !important;
        margin: 0;
        padding: 15px 0;
        position: relative;
        font-weight: unset; }
        .special-products .panel .title strong a {
          color: #232323; }
      .special-products .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .special-products .panel .special-products-slider {
      z-index: 100; }
      .special-products .panel .special-products-slider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .special-products .panel .special-products-slider .item:hover {
          box-shadow: 0 0px 6px -1px #d0c7c7; }
          .special-products .panel .special-products-slider .item:hover .card {
            background: #fff; }
            .special-products .panel .special-products-slider .item:hover .card .image-item img {
              transform: scale(1.035); }
        .special-products .panel .special-products-slider .item .card {
          background: #fff;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .special-products .panel .special-products-slider .item .card .image-item img {
            /*max-height: 120px;*/
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease; }
          .special-products .panel .special-products-slider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .special-products .panel .special-products-slider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .special-products .panel .special-products-slider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .special-products .panel .special-products-slider .item .card .content-bottom .price {
            height: 60px; }
            .special-products .panel .special-products-slider .item .card .content-bottom .price .discount {
              color: #ff6b01;
              font-size: 1rem;
              font-weight: 200; }
            .special-products .panel .special-products-slider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .special-products .panel .special-products-slider .slick-prev, .special-products .panel .special-products-slider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -12%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .special-products .panel .special-products-slider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .special-products .panel .special-products-slider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .special-products .panel .special-products-slider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .special-products .panel .special-products-slider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .special-products .panel .special-products-slider .slick-prev:before,
      .special-products .panel .special-products-slider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .special-products .panel .slick-prev {
        right: 0 !important; }
      .special-products .panel .slick-next {
        left: 8px !important; } }

.servicess .item-right {
  position: relative;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }
  .servicess .item-right .title {
    right: 0px;
    background: url("/assets/img/category/05.png");
    position: absolute;
    top: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 104px; }
    .servicess .item-right .title a {
      transform: translateX(15px); }
      .servicess .item-right .title a span {
        font-size: 0.8rem;
        color: #fff; }
  .servicess .item-right .image-item {
    overflow: hidden; }
    .servicess .item-right .image-item img {
      border-radius: 5px;
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
    .servicess .item-right .image-item:hover img {
      transform: scale(1.095);
      filter: brightness(0.5); }

.servicess .image-cat:hover .btn-viewMore {
  background-color: #ff6b01 !important;
  border-radius: 50px 12px 50px 50px !important; }

.servicess .image-cat a img {
  border-radius: 5px; }

.servicess .image-cat .btn-viewMore {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 30px;
  left: 80px;
  background-color: #0a5a7b;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 12px 50px 50px 50px;
  padding: 8px 7px;
  display: block !important;
  white-space: nowrap;
  transition: all 0.6s cubic-bezier(0.68, 1.43, 0.18, 3.4); }

.servicess .social-box {
  border-radius: 5px;
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap; }
  .servicess .social-box .item:hover .image-box:before {
    transform: rotate(360deg);
    border: 2px dashed #e86c16;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: Rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: Rotate;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear; }
  .servicess .social-box .image-box {
    position: relative;
    text-align: center;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 6px -1px #d0c7c7;
    margin: 0 auto;
    background: #fafafa; }
    .servicess .social-box .image-box:before {
      content: "";
      position: absolute;
      border: 1px dashed #0dbf72;
      width: 120px;
      height: 120px;
      border-radius: 50%; }
      @media screen and (max-width: 476px) {
        .servicess .social-box .image-box:before {
          width: 110px;
          height: 110px; } }

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes Rotate {
  .servicess from {
    -ms-transform: rotate(0deg); }
  .servicess to {
    -ms-transform: rotate(360deg); } }

@media screen and (max-width: 768px) {
  .details-top-section .garanty_select .form-control {
    font-size: 0.7rem !important; } }

.details-top-section .User_rating .item span {
  color: #8b8b8b; }

.details-top-section .form-check .form-check-label {
  color: #8b8b8b; }

.details-top-section .main-section .status span {
  color: #8b8b8b; }

.details-top-section .share-url p {
  font-size: 0.8rem !important;
  font-weight: 900 !important; }

.details-top-section .share-url button {
  background: green !important; }
  .details-top-section .share-url button span {
    font-size: 0.85rem;
    color: #fff !important; }

.details-top-section .share-url button.btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.13); }

.details-top-section .social-media {
  top: 15px;
  right: 20px;
  z-index: 100; }
  .details-top-section .social-media ul li a svg {
    transform: scale(0.8); }

.details-top-section .card {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.08); }
  @media screen and (min-width: 1024px) {
    .details-top-section .card {
      height: 100%; } }
  .details-top-section .card .card-body .list-section li span {
    font-size: 0.8rem;
    color: #8b8b8b; }
  .details-top-section .card .card-body .Warranty span {
    font-size: 0.8rem;
    color: #8b8b8b; }
  .details-top-section .card .card-body .Warranty .form-check-label {
    color: #8b8b8b; }
  .details-top-section .card .card-body .final_price {
    color: #f9a91f; }
    .details-top-section .card .card-body .final_price span:nth-of-type(1) {
      color: #8b8b8b;
      font-size: 1rem; }
    .details-top-section .card .card-body .final_price span:nth-of-type(2) {
      color: #fb3348;
      font-size: 2.1rem; }
    .details-top-section .card .card-body .final_price span:nth-of-type(3) {
      color: #fb3348;
      font-size: 1.1rem; }
  .details-top-section .card h1 {
    font-size: 1.4rem !important; }
    .details-top-section .card h1 span {
      color: #00b7a2; }
  .details-top-section .card .size-clothed {
    position: relative; }
    .details-top-section .card .size-clothed .input-size {
      position: relative; }
      .details-top-section .card .size-clothed .input-size .form-group input[type=number] {
        background: #f5f8fa;
        border: 0;
        text-align: center;
        outline: 0;
        box-shadow: none;
        border-radius: 5px;
        color: #8b8b8b; }
      @media screen and (max-width: 768px) {
        .details-top-section .card .size-clothed .input-size .Add-cart {
          background-color: #fff;
          padding: 8px !important;
          width: 100%;
          position: fixed;
          bottom: 0;
          left: 0;
          z-index: 10000;
          box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.08); } }
      .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart {
        background: #00b7a2;
        border-radius: 5px;
        border: 1px solid transparent;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        @media screen and (max-width: 768px) {
          .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart {
            padding: 14px 20px; } }
        .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart:hover {
          background: transparent;
          border: 1px solid #00b7a2; }
          .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart:hover i {
            color: #00b7a2; }
          .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart:hover span {
            color: #00b7a2; }
        .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart span {
          color: #fff;
          position: relative;
          font-size: 0.8rem;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart span:before {
            content: '';
            width: 1px;
            height: 80%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.34); }
        .details-top-section .card .size-clothed .input-size .Add-cart .btn-lightCart i {
          color: #fff;
          font-size: 1.3rem;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
  .details-top-section .card .description {
    position: relative; }
    .details-top-section .card .description .title-description {
      font-size: 1rem; }
    .details-top-section .card .description p {
      font-size: 0.8rem;
      line-height: 2.1;
      text-align: justify;
      margin-bottom: 0; }
  .details-top-section .card .guides {
    background: transparent;
    width: 100%; }
    .details-top-section .card .guides .guides-box {
      width: 100%; }
      .details-top-section .card .guides .guides-box .item-guides-box .content-guides-box span {
        font-size: 0.8rem;
        color: #333;
        font-weight: 100; }
  .details-top-section .card .border-main {
    width: 100%;
    border: 1px solid #f5f8fa; }

.details-top-section .card-left .card-img-top {
  min-height: 450px !important;
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 476px) {
    .details-top-section .card-left .card-img-top {
      min-height: 350px !important;
      align-items: center; } }
  @media screen and (max-width: 768px) {
    .details-top-section .card-left .card-img-top #product-image {
      object-fit: contain;
      /*height: 90%;*/ } }
  .details-top-section .card-left .card-img-top .social-media ul li a span {
    display: block;
    padding: 5px 0;
    color: #ada9aa;
    transition: all 0.6s ease; }
    .details-top-section .card-left .card-img-top .social-media ul li a span:hover {
      transform: scale(1.1);
      color: #00b7a2; }

.details-top-section .card-left .card-footer .slick-slide {
  background: #fff; }
  .details-top-section .card-left .card-footer .slick-slide img {
    width: 100%;
    cursor: pointer;
    margin: 0; }

.details-top-section .card-left .card-footer .slick-prev {
  right: -18px;
  left: auto; }
  .details-top-section .card-left .card-footer .slick-prev:before {
    content: '\f105' !important;
    font-family: "Font Awesome 5 pro";
    color: #00cc48; }

.details-top-section .card-left .card-footer .slick-next {
  right: auto;
  left: -18px; }
  .details-top-section .card-left .card-footer .slick-next:before {
    content: '\f104' !important;
    font-family: "Font Awesome 5 pro";
    color: #00cc48; }

.details-top-section .nice-select {
  height: 28px;
  line-height: 17px;
  color: #8b8b8b; }
  @media screen and (max-width: 476px) {
    .details-top-section .nice-select {
      width: 100% !important; } }

.details-top-section .nice-select .option:hover, .details-top-section .nice-select .option.focus, .details-top-section .nice-select .option.selected.focus {
  background-color: #20c1af; }

.details-top-section .nice-select .option {
  padding-left: 7px;
  padding-right: 7px; }
  .details-top-section .nice-select .option:hover {
    color: #fff; }

.quantity {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center; }
  .quantity input {
    width: 100%;
    height: 42px;
    line-height: 1.65;
    display: block;
    padding: 0;
    margin: 0;
    text-align: center; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  position: absolute;
  height: 42px;
  right: 0; }

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0; }
  .quantity-button.quantity-up:hover {
    background: #f9a91e; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%; }
  .quantity-button.quantity-down:hover {
    background: #f9a91e; }

.captcha-refresh-article {
  width: 40px;
  height: 37px;
  background: #00b7a2;
  border: 0;
  color: #fff;
  cursor: pointer; }
  .captcha-refresh-article i {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .captcha-refresh-article:hover i {
    transform: rotate(360deg); }

.nice-select {
  width: 100%;
  display: flex;
  align-items: center; }

.similar-products {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .similar-products .panel {
    position: relative; }
    .similar-products .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .similar-products .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem !important;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .similar-products .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .similar-products .panel .similar-productsSlider {
      z-index: 100;
      max-height: 267px; }
      .similar-products .panel .similar-productsSlider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .similar-products .panel .similar-productsSlider .item:hover {
          transform: translateY(-6px); }
          .similar-products .panel .similar-productsSlider .item:hover .card {
            box-shadow: 0 0px 6px -1px #d0c7c7; }
          .similar-products .panel .similar-productsSlider .item:hover .Comparison_item {
            transform: translateY(0px) !important; }
          .similar-products .panel .similar-productsSlider .item:hover .footer-item .favorites {
            opacity: 1 !important; }
          .similar-products .panel .similar-productsSlider .item:hover .footer-item .review {
            opacity: 1 !important; }
          .similar-products .panel .similar-productsSlider .item:hover .add_cart {
            opacity: 1 !important; }
        .similar-products .panel .similar-productsSlider .item .card {
          background: #fff;
          min-height: 150px;
          transition: all 0.6s ease;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          @media screen and (min-width: 768px) {
            .similar-products .panel .similar-productsSlider .item .card {
              min-height: 250px;
              padding-top: 20px; } }
          .similar-products .panel .similar-productsSlider .item .card .footer-item .favorites {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .similar-products .panel .similar-productsSlider .item .card .footer-item .favorites i {
              font-size: 0.9rem;
              color: #676767;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .similar-products .panel .similar-productsSlider .item .card .footer-item .favorites i:hover {
                color: #01b7a2; }
          .similar-products .panel .similar-productsSlider .item .card .footer-item .review {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .similar-products .panel .similar-productsSlider .item .card .footer-item .review i {
              font-size: 0.9rem;
              color: #ffc000; }
              @media screen and (max-width: 360px) {
                .similar-products .panel .similar-productsSlider .item .card .footer-item .review i {
                  font-size: 0.6rem; } }
          .similar-products .panel .similar-productsSlider .item .card .Comparison_item {
            position: absolute;
            width: 100%;
            top: 15px;
            transform: translateY(-300%);
            transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -webkit-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -moz-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -o-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42); }
            .similar-products .panel .similar-productsSlider .item .card .Comparison_item .Comparison {
              font-size: 0.7rem;
              background: #00b7a2;
              padding: 3px 5px;
              color: #fff;
              border-radius: 3px;
              border: 1px solid transparent;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              @media screen and (max-width: 768px) {
                .similar-products .panel .similar-productsSlider .item .card .Comparison_item .Comparison {
                  border-radius: 5px;
                  margin-bottom: 5px; } }
              .similar-products .panel .similar-productsSlider .item .card .Comparison_item .Comparison:hover {
                background-color: transparent;
                border: 1px solid #00b7a2;
                color: #00b7a2; }
            .similar-products .panel .similar-productsSlider .item .card .Comparison_item .discount {
              font-size: 0.7rem;
              background: #f91c27;
              padding: 3px 10px;
              color: #fff;
              border-radius: 3px 20px 20px 3px; }
              @media screen and (max-width: 768px) {
                .similar-products .panel .similar-productsSlider .item .card .Comparison_item .discount {
                  border-radius: 5px; } }
          .similar-products .panel .similar-productsSlider .item .card .image-item img {
            /*max-height: 120px;*/ }
          .similar-products .panel .similar-productsSlider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .similar-products .panel .similar-productsSlider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .similar-products .panel .similar-productsSlider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .similar-products .panel .similar-productsSlider .item .card .content-bottom .price {
            height: 60px; }
            .similar-products .panel .similar-productsSlider .item .card .content-bottom .price .add_cart {
              opacity: 0; }
              .similar-products .panel .similar-productsSlider .item .card .content-bottom .price .add_cart span i {
                color: #00cc48; }
            .similar-products .panel .similar-productsSlider .item .card .content-bottom .price .discount {
              color: #00cc48;
              font-size: 1rem;
              font-weight: 200; }
            .similar-products .panel .similar-productsSlider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .similar-products .panel .similar-productsSlider .slick-prev, .similar-products .panel .similar-productsSlider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -10%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .similar-products .panel .similar-productsSlider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .similar-products .panel .similar-productsSlider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .similar-products .panel .similar-productsSlider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .similar-products .panel .similar-productsSlider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .similar-products .panel .similar-productsSlider .slick-prev:before,
      .similar-products .panel .similar-productsSlider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .similar-products .panel .slick-prev {
        right: 0 !important; }
      .similar-products .panel .slick-next {
        left: 8px !important; } }

.tablist-products .tablist-Inner .tablist-Tabs {
  width: 100%; }
  .tablist-products .tablist-Inner .tablist-Tabs .tab-content {
    box-shadow: 0 0px 6px 0px #e5dcdc;
    background-color: #fff; }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content p {
      line-height: 2.1rem;
      font-size: 0.8rem; }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody td {
      border: 0;
      padding: 11px;
      background: #fafafa;
      font-size: 0.8rem;
      border-radius: 3px;
      display: block;
      width: 100%;
      margin: 0 0 5px 10px; }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody tr {
      display: flex; }
      .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody tr td:first-child {
        border: 0;
        padding: 11px;
        background: #fafafa;
        font-size: 0.8rem;
        width: 160px;
        display: block;
        border-radius: 3px;
        margin: 0 0 5px 10px; }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody tr:nth-of-type(9) td:first-child,
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table tbody tr:nth-of-type(10) td:first-child {
      border: 0;
      white-space: nowrap;
      padding: 11px;
      font-size: 0.8rem;
      width: 160px;
      display: block;
      border-radius: 3px;
      margin: 0 0 5px 10px;
      /*@media screen and(max-width: 768px) {
                                        display: none;
                                    }*/ }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table th,
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications .table td {
      border: 0; }
    .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications ul li {
      padding: 10px;
      margin: 7px 0;
      background: #f5f8fa;
      border-radius: 5px;
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
      .tablist-products .tablist-Inner .tablist-Tabs .tab-content .Specifications ul li span {
        font-size: 0.8rem; }
  .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs {
    border: 0; }
    @media screen and (max-width: 991px) {
      .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs {
        margin-top: 30px; } }
    .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab {
      padding-top: 10px;
      padding-bottom: 7px;
      margin-left: 7px; }
      .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a {
        padding: 5px 17px;
        background: #e0e0e0;
        border-radius: 4px 4px 0px 0;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        @media screen and (max-width: 768px) {
          .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a {
            padding: 6px 6px; } }
        .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a:hover {
          background: rgba(0, 183, 162, 0.48); }
        .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a span {
          color: #232323;
          font-size: 0.8rem; }
        .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a.active {
          background: #00b7a2; }
          .tablist-products .tablist-Inner .tablist-Tabs .nav-tabs .header-tab a.active span {
            color: #fff !important; }

.complementary-products {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .complementary-products .panel {
    position: relative; }
    .complementary-products .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .complementary-products .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .complementary-products .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .complementary-products .panel .complementary-productsSlider {
      z-index: 100; }
      .complementary-products .panel .complementary-productsSlider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .complementary-products .panel .complementary-productsSlider .item:hover {
          transform: translateY(-6px); }
          .complementary-products .panel .complementary-productsSlider .item:hover .card {
            box-shadow: 0 0px 6px -1px #d0c7c7; }
          .complementary-products .panel .complementary-productsSlider .item:hover .Comparison_item {
            transform: translateY(0px) !important; }
          .complementary-products .panel .complementary-productsSlider .item:hover .footer-item .favorites {
            opacity: 1 !important; }
          .complementary-products .panel .complementary-productsSlider .item:hover .footer-item .review {
            opacity: 1 !important; }
          .complementary-products .panel .complementary-productsSlider .item:hover .add_cart {
            opacity: 1 !important; }
        .complementary-products .panel .complementary-productsSlider .item .card {
          background: #fff;
          min-height: 150px;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          @media screen and (min-width: 768px) {
            .complementary-products .panel .complementary-productsSlider .item .card {
              min-height: 250px;
              padding-top: 20px; } }
          .complementary-products .panel .complementary-productsSlider .item .card .footer-item .favorites {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .complementary-products .panel .complementary-productsSlider .item .card .footer-item .favorites i {
              font-size: 0.9rem;
              color: #676767;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .complementary-products .panel .complementary-productsSlider .item .card .footer-item .favorites i:hover {
                color: #01b7a2; }
          .complementary-products .panel .complementary-productsSlider .item .card .footer-item .review {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .complementary-products .panel .complementary-productsSlider .item .card .footer-item .review i {
              font-size: 0.9rem;
              color: #ffc000; }
              @media screen and (max-width: 360px) {
                .complementary-products .panel .complementary-productsSlider .item .card .footer-item .review i {
                  font-size: 0.6rem; } }
          .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item {
            position: absolute;
            width: 100%;
            top: 15px;
            transform: translateY(-300%);
            transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -webkit-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -moz-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -o-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42); }
            .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item .Comparison {
              font-size: 0.7rem;
              background: #00b7a2;
              padding: 3px 5px;
              color: #fff;
              border-radius: 3px;
              border: 1px solid transparent;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              @media screen and (max-width: 768px) {
                .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item .Comparison {
                  border-radius: 5px;
                  margin-bottom: 5px; } }
              .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item .Comparison:hover {
                background-color: transparent;
                border: 1px solid #00b7a2;
                color: #00b7a2; }
            .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item .discount {
              font-size: 0.7rem;
              background: #f91c27;
              padding: 3px 10px;
              color: #fff;
              border-radius: 3px 20px 20px 3px; }
              @media screen and (max-width: 768px) {
                .complementary-products .panel .complementary-productsSlider .item .card .Comparison_item .discount {
                  border-radius: 5px; } }
          .complementary-products .panel .complementary-productsSlider .item .card .image-item img {
            /*max-height: 120px;*/ }
          .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .price {
            height: 60px; }
            .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .price .add_cart {
              opacity: 0; }
              .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .price .add_cart span i {
                color: #00cc48; }
            .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .price .discount {
              color: #00cc48;
              font-size: 1rem;
              font-weight: 200; }
            .complementary-products .panel .complementary-productsSlider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .complementary-products .panel .complementary-productsSlider .slick-prev, .complementary-products .panel .complementary-productsSlider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -10%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .complementary-products .panel .complementary-productsSlider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .complementary-products .panel .complementary-productsSlider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .complementary-products .panel .complementary-productsSlider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .complementary-products .panel .complementary-productsSlider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .complementary-products .panel .complementary-productsSlider .slick-prev:before,
      .complementary-products .panel .complementary-productsSlider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .complementary-products .panel .slick-prev {
        right: 0 !important; }
      .complementary-products .panel .slick-next {
        left: 8px !important; } }

.servicess_details .item-right {
  position: relative;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }
  .servicess_details .item-right .title {
    right: 0px;
    background: url("/assets/img/category/05.png");
    position: absolute;
    top: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 125px; }
    .servicess_details .item-right .title a {
      transform: translateX(15px); }
      .servicess_details .item-right .title a span {
        font-size: 0.8rem;
        color: #fff; }
  .servicess_details .item-right .image-item {
    overflow: hidden; }
    .servicess_details .item-right .image-item img {
      border-radius: 5px;
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
    .servicess_details .item-right .image-item:hover img {
      transform: scale(1.095);
      filter: brightness(0.5); }

.servicess_details .image-cat:hover .btn-viewMore {
  background-color: #ff6b01 !important;
  border-radius: 50px 12px 50px 50px !important; }

.servicess_details .image-cat a img {
  border-radius: 5px; }

.servicess_details .image-cat .btn-viewMore {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 30px;
  left: 80px;
  background-color: #0a5a7b;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 12px 50px 50px 50px;
  padding: 8px 7px;
  display: block !important;
  white-space: nowrap;
  transition: all 0.6s cubic-bezier(0.68, 1.43, 0.18, 3.4); }

.servicess_details .social-box {
  border-radius: 5px;
  background: #fff;
  height: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center; }
  .servicess_details .social-box .item:hover .image-box:before {
    transform: rotate(360deg);
    border: 2px dashed #e86c16;
    -webkit-animation-name: Rotate;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: Rotate;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: Rotate;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear; }
  .servicess_details .social-box .item .title small {
    color: #8b8b8b;
    font-size: 0.87rem;
    min-width: 86px;
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 1200px) {
      .servicess_details .social-box .item .title small {
        font-size: 0.7rem; } }
  .servicess_details .social-box .image-box {
    position: relative;
    text-align: center;
    border-radius: 50px;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0px 6px -1px #d0c7c7;
    margin: 0 auto;
    background: #fafafa; }
    .servicess_details .social-box .image-box:before {
      content: "";
      position: absolute;
      border: 1px dashed #00cc48;
      width: 100px;
      height: 100px;
      border-radius: 50%; }
      @media screen and (max-width: 476px) {
        .servicess_details .social-box .image-box:before {
          width: 80px;
          height: 80px; } }

@-webkit-keyframes Rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes Rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes Rotate {
  .servicess_details from {
    -ms-transform: rotate(0deg); }
  .servicess_details to {
    -ms-transform: rotate(360deg); } }

.filter .title {
  position: relative; }
  .filter .title h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 15px;
    color: #00b7a2; }
  .filter .title:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #00b7a2;
    transform: translateX(-50%); }

.filter .custom-control-label::before {
  background-color: #fff;
  border: 1px solid #e5e4e4; }

.filter .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00b7a2; }

.filter .left-panel .panel {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07); }

.filter .filter-box {
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07); }
  .filter .filter-box .panel-group .panel {
    padding: 15px; }
    .filter .filter-box .panel-group .panel .panel-body {
      transition: 0.5s all ease-in-out;
      -webkit-transition: 0.5s all ease-in-out;
      -moz-transition: 0.5s all ease-in-out;
      -o-transition: 0.5s all ease-in-out;
      max-height: 300px;
      overflow-y: auto;
      /* Handle */
      /* Handle on hover */ }
      .filter .filter-box .panel-group .panel .panel-body::-webkit-scrollbar {
        width: 5px; }
      .filter .filter-box .panel-group .panel .panel-body::-webkit-scrollbar-track {
        /*box-shadow: inset 0 0 5px grey;
                        border-radius: 10px;*/
        background: #f1f1f1; }
      .filter .filter-box .panel-group .panel .panel-body::-webkit-scrollbar-thumb {
        background: #f9a91e;
        border-radius: 10px; }
      .filter .filter-box .panel-group .panel .panel-body::-webkit-scrollbar-thumb:hover {
        background: #b30000; }
      .filter .filter-box .panel-group .panel .panel-body ul li a {
        color: #212529;
        font-size: 0.8rem;
        font-weight: 400; }
      .filter .filter-box .panel-group .panel .panel-body .form-check {
        position: relative;
        display: block;
        padding-left: 0;
        display: flex;
        align-items: center; }
        .filter .filter-box .panel-group .panel .panel-body .form-check .form-check-label {
          padding-right: 1rem;
          padding-left: inherit; }
    .filter .filter-box .panel-group .panel .panel-heading .panel-title a {
      color: #211e1e;
      font-size: 0.9rem;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-weight: 600; }
      .filter .filter-box .panel-group .panel .panel-heading .panel-title a i {
        font-size: 0.8rem;
        transition: all 0.6s ease;
        color: #cacaca !important; }
  .filter .filter-box .custom-control-label {
    font-size: 0.8rem !important;
    line-height: 25px; }

.filter .item {
  min-width: 100%;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease; }
  .filter .item:hover {
    transform: translateY(-6px); }
    .filter .item:hover .card {
      box-shadow: 0 0px 6px -1px #d0c7c7; }
    .filter .item:hover .footer-item .favorites {
      opacity: 1; }
    .filter .item:hover .review {
      opacity: 1; }
  .filter .item .footer-item .favorites {
    opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .filter .item .footer-item .favorites i {
      font-size: 0.9rem;
      color: #676767;
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
      .filter .item .footer-item .favorites i:hover {
        color: #00b7a2; }
  .filter .item .footer-item .review {
    opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .filter .item .footer-item .review i {
      font-size: 0.9rem;
      color: #ffc000; }
      @media screen and (max-width: 360px) {
        .filter .item .footer-item .review i {
          font-size: 0.6rem; } }
  .filter .item .card {
    background: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .filter .item .card .image-item img {
      /*min-height: 146px;*/ }
    .filter .item .card .content-bottom .name-products {
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
      .filter .item .card .content-bottom .name-products a {
        color: #333d46;
        font-size: 0.8rem;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        .filter .item .card .content-bottom .name-products a:hover {
          color: #0a5a7b; }
    .filter .item .card .content-bottom .price {
      height: 60px; }
      .filter .item .card .content-bottom .price .discount {
        color: #00cc48;
        font-size: 1rem;
        font-weight: 200; }
      .filter .item .card .content-bottom .price .old-price {
        font-size: 0.8rem;
        color: #606165; }
      .filter .item .card .content-bottom .price .add_cart i {
        color: #00cc48; }

.filter .text-content {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.07); }
  .filter .text-content .title strong {
    color: #00cc48; }
  .filter .text-content .description .content p {
    font-size: 0.8rem;
    text-align: justify;
    line-height: 2.5;
    margin: 0; }

#grid-witch {
  padding: 0 11px; }
  #grid-witch .btn-list,
  #grid-witch .btn-grid {
    position: relative;
    background: #fff;
    border: 1px solid rgba(204, 204, 204, 0.7);
    width: 35px;
    height: 35px; }
    #grid-witch .btn-list i,
    #grid-witch .btn-grid i {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: absolute;
      color: #5d5c5a; }

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  border-radius: 0px; }

.border-bottom-title {
  height: 1px;
  background: #e5e4e4;
  width: 100%; }

html[dir="rtl"] > body .custom-control-label::after,
html[dir="rtl"] > body .custom-control-label::before {
  right: -23px !important;
  left: inherit !important;
  top: 4px !important; }

.custom-control-label {
  font-size: 0.7rem;
  font-weight: 400; }

@media screen and (max-width: 991px) {
  .xzoom-source {
    display: none; } }

@-webkit-keyframes grow {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes grow {
  0% {
    display: none;
    opacity: 0; }
  50% {
    display: block;
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 992px) {
  .showTagPage .item {
    min-height: 300px; } }

#grid .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 12px;
  height: 36px;
  line-height: 40px;
  outline: none;
  padding-left: 11px;
  padding-right: 20px;
  text-align: center !important; }

#grid .nice-select .option {
  padding: 0px 8px 0 8px;
  text-align: right;
  min-width: 88px; }

#grid .nice-select .option:hover, #grid .nice-select .option.focus, #grid .nice-select .option.selected.focus {
  background-color: rgba(255, 107, 1, 0.9); }

#grid .nice-select .option:hover {
  color: #fff; }

#grid .nice-select .list {
  left: inherit;
  right: 0;
  min-width: 90px; }

#grid .form-control {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent; }

#grid .grid-head {
  background: #fafafa;
  width: 100%; }
  #grid .grid-head .table-list .form-group .control-label {
    display: flex;
    flex-shrink: 0;
    font-size: 0.8rem;
    font-weight: 100; }
  #grid .grid-head .table-list .form-group select {
    font-size: 0.8rem;
    width: auto; }

#products .description .content p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.7rem; }

#products .page-item:first-child .page-link {
  margin-left: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

#products .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

#products .page-item:hover .page-link {
  background: #757575;
  color: #fff; }

#products .page-item .page-link {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  font-size: 0.8rem;
  color: #757575; }
  @media screen and (max-width: 476px) {
    #products .page-item .page-link {
      padding: 5px 8px !important; } }
  #products .page-item .page-link i {
    font-size: 0.8rem;
    font-weight: 200; }

#products .col-full {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 100%;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around; }

#products .WidthImage {
  width: 40% !important; }
  @media screen and (max-width: 600px) {
    #products .WidthImage {
      width: 90% !important; } }

#products .widthItems {
  width: 100%;
  padding: 0 !important; }
  #products .widthItems .Comparison {
    right: -45px;
    top: 35px !important;
    left: inherit !important; }

#products .borderCard {
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-top: solid;
  border-width: 1px;
  position: relative; }
  #products .borderCard:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 100%;
    height: 1px;
    bottom: 0;
    transform: translate(-50%);
    background: rgba(226, 140, 197, 0.08); }
  @media screen and (max-width: 600px) {
    #products .borderCard {
      flex-direction: column !important; } }

#products .item {
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  position: relative;
  overflow: hidden; }
  #products .item:hover {
    transform: translateY(-6px); }
    #products .item:hover .Comparison_item {
      transform: translateY(0px) !important; }
    #products .item:hover .review {
      opacity: 1 !important; }
  #products .item .card {
    background: #fff;
    border-radius: 5px;
    border: 1px solid transparent;
    margin: 0 2px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    #products .item .card .Comparison_item {
      position: absolute;
      width: 100%;
      top: 15px;
      transform: translateY(-200%);
      transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
      -webkit-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
      -moz-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
      -o-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42); }
      #products .item .card .Comparison_item .Comparison {
        font-size: 0.7rem;
        background: #00b7a2;
        padding: 3px 5px;
        color: #fff;
        border-radius: 3px;
        border: 1px solid transparent;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        @media screen and (max-width: 768px) {
          #products .item .card .Comparison_item .Comparison {
            border-radius: 5px;
            margin-bottom: 5px;
            right: 0;
            position: absolute; } }
        #products .item .card .Comparison_item .Comparison:hover {
          background-color: transparent;
          border: 1px solid #00b7a2;
          color: #00b7a2; }
    #products .item .card .discount-section {
      width: 76px;
      position: absolute;
      left: 0;
      top: 16px; }
      #products .item .card .discount-section .discount {
        font-size: 0.7rem;
        background: #f91c27;
        padding: 3px 5px;
        color: #fff;
        border-radius: 3px 20px 20px 3px; }
        @media screen and (max-width: 768px) {
          #products .item .card .discount-section .discount {
            border-radius: 5px; } }
    #products .item .card .content-bottom {
      width: 100%; }
      #products .item .card .content-bottom .name-products {
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        #products .item .card .content-bottom .name-products a {
          color: #333d46;
          text-align: center;
          align-items: center;
          justify-content: center;
          text-transform: uppercase; }
    #products .item .card .Add-cart .btn-lightCart {
      background: #e8e8e8;
      border-radius: 50px;
      padding: 5px;
      transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease; }
      #products .item .card .Add-cart .btn-lightCart:hover {
        background: #A01AED; }
        #products .item .card .Add-cart .btn-lightCart:hover i {
          color: #ffffff; }
        #products .item .card .Add-cart .btn-lightCart:hover .AddToCart {
          color: #ffffff; }
      #products .item .card .Add-cart .btn-lightCart .AddToCart {
        font-size: 0.9rem;
        color: #623895;
        font-weight: 400;
        position: relative;
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease; }
        @media screen and (max-width: 467px) {
          #products .item .card .Add-cart .btn-lightCart .AddToCart {
            font-size: 90%; } }
        #products .item .card .Add-cart .btn-lightCart .AddToCart:after {
          position: absolute;
          content: "";
          width: 1px;
          height: 100%;
          left: 0;
          top: 50%;
          transform: translate(-50%, -50%);
          background: #ffffff; }
      #products .item .card .Add-cart .btn-lightCart i {
        transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        font-size: 1.3rem;
        color: #613285; }
        @media screen and (max-width: 467px) {
          #products .item .card .Add-cart .btn-lightCart i {
            font-size: 0.8rem; } }
    #products .item .card .review {
      opacity: 0; }

.paginate .pagination-sm li.active span, .paginate .pagination-sm li.active a {
  background: #00b8a2;
  color: #fff; }

.paginate .pagination-sm li:first-child a {
  margin-left: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.paginate .pagination-sm li:last-child a {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.paginate .pagination-sm li a, .paginate .pagination-sm li span {
  position: relative;
  height: 34px;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.paginate .pagination-sm .page-item:hover .page-link {
  background: #757575;
  color: #fff; }

.paginate .pagination-sm .page-item .page-link {
  transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  font-size: 0.8rem;
  color: #757575; }
  @media screen and (max-width: 476px) {
    .paginate .pagination-sm .page-item .page-link {
      padding: 5px 8px !important; } }
  .paginate .pagination-sm .page-item .page-link i {
    font-size: 0.8rem;
    font-weight: 200; }

.image-big-top img {
  width: 100%;
  height: 100%;
  border-radius: 20px; }

.Support {
  background: #e5e4e4; }
  .Support .Support-content .text-Support span {
    font-size: 0.8rem;
    font-weight: 600; }
  .Support .Support-content .send-message a {
    display: block;
    background: #7d5699;
    padding: 8px 13px;
    border-radius: 50px;
    color: #fff;
    font-size: 0.8rem;
    width: 140px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .Support .Support-content .send-message a:hover {
      background: transparent;
      border: 1px solid #7d5699;
      color: #7d5699; }
    .Support .Support-content .send-message a i {
      font-size: 1.3rem; }

.VolleyballBall {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .VolleyballBall .panel {
    position: relative; }
    .VolleyballBall .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .VolleyballBall .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .VolleyballBall .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .VolleyballBall .panel .VolleyballBall-productsSlider {
      z-index: 100; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover {
          transform: translateY(-6px); }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover .card {
            box-shadow: 0 0px 6px -1px #d0c7c7; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover .Comparison_item {
            transform: translateY(0px) !important; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover .footer-item .favorites {
            opacity: 1 !important; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover .add_cart {
            opacity: 1 !important; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item:hover .review {
            opacity: 1 !important; }
        .VolleyballBall .panel .VolleyballBall-productsSlider .item .card {
          background: #fff;
          min-height: 150px;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          @media screen and (min-width: 768px) {
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card {
              min-height: 250px;
              padding-top: 20px; } }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .favorites {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .favorites i {
              font-size: 0.9rem;
              color: #676767;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .favorites i:hover {
                color: #01b7a2; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .review {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .review i {
              font-size: 0.9rem;
              color: #ffc000; }
              @media screen and (max-width: 360px) {
                .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .footer-item .review i {
                  font-size: 0.6rem; } }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item {
            position: absolute;
            width: 100%;
            top: 15px;
            transform: translateY(-300%);
            transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -webkit-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -moz-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -o-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42); }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item .Comparison {
              font-size: 0.7rem;
              background: #00b7a2;
              padding: 3px 5px;
              color: #fff;
              border-radius: 3px;
              border: 1px solid transparent;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              @media screen and (max-width: 768px) {
                .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item .Comparison {
                  border-radius: 5px;
                  margin-bottom: 5px; } }
              .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item .Comparison:hover {
                background-color: transparent;
                border: 1px solid #00b7a2;
                color: #00b7a2; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item .discount {
              font-size: 0.7rem;
              background: #f91c27;
              padding: 3px 10px;
              color: #fff;
              border-radius: 3px 20px 20px 3px; }
              @media screen and (max-width: 768px) {
                .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .Comparison_item .discount {
                  border-radius: 5px; } }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .image-item img {
            max-height: 120px; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .price {
            height: 60px; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .price .add_cart {
              opacity: 0; }
              .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .price .add_cart span i {
                color: #00cc48; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .price .discount {
              color: #00cc48;
              font-size: 1rem;
              font-weight: 200; }
            .VolleyballBall .panel .VolleyballBall-productsSlider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-prev, .VolleyballBall .panel .VolleyballBall-productsSlider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -10%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-prev:before,
      .VolleyballBall .panel .VolleyballBall-productsSlider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .VolleyballBall .panel .slick-prev {
        right: 0 !important; }
      .VolleyballBall .panel .slick-next {
        left: 8px !important; } }

.Soccerball {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .Soccerball .panel {
    position: relative; }
    .Soccerball .panel .title {
      display: flex;
      align-items: center;
      justify-content: center; }
      .Soccerball .panel .title h3 {
        display: flex;
        flex-shrink: 0;
        font-size: 1rem;
        margin: 0;
        padding: 15px 0;
        position: relative; }
      .Soccerball .panel .title .border-title {
        width: 100%;
        content: '';
        height: 2px;
        background: #f4f4f4; }
    .Soccerball .panel .Soccerball-productsSlider {
      z-index: 100; }
      .Soccerball .panel .Soccerball-productsSlider .item {
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease; }
        .Soccerball .panel .Soccerball-productsSlider .item:hover {
          transform: translateY(-6px); }
          .Soccerball .panel .Soccerball-productsSlider .item:hover .card {
            box-shadow: 0 0px 6px -1px #d0c7c7; }
          .Soccerball .panel .Soccerball-productsSlider .item:hover .Comparison_item {
            transform: translateY(0px) !important; }
          .Soccerball .panel .Soccerball-productsSlider .item:hover .footer-item .favorites {
            opacity: 1 !important; }
          .Soccerball .panel .Soccerball-productsSlider .item:hover .add_cart {
            opacity: 1 !important; }
          .Soccerball .panel .Soccerball-productsSlider .item:hover .review {
            opacity: 1; }
        .Soccerball .panel .Soccerball-productsSlider .item .card {
          background: #fff;
          min-height: 150px;
          transition: all 0.4s ease;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease; }
          @media screen and (min-width: 768px) {
            .Soccerball .panel .Soccerball-productsSlider .item .card {
              min-height: 250px;
              padding-top: 20px; } }
          .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .favorites {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .favorites i {
              font-size: 0.9rem;
              color: #676767;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .favorites i:hover {
                color: #01b7a2; }
          .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .review {
            opacity: 0;
            transition: all 0.6s ease;
            -webkit-transition: all 0.6s ease;
            -moz-transition: all 0.6s ease;
            -o-transition: all 0.6s ease; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .review i {
              font-size: 0.9rem;
              color: #ffc000; }
              @media screen and (max-width: 360px) {
                .Soccerball .panel .Soccerball-productsSlider .item .card .footer-item .review i {
                  font-size: 0.6rem; } }
          .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item {
            position: absolute;
            width: 100%;
            top: 15px;
            transform: translateY(-300%);
            transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -webkit-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -moz-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42);
            -o-transition: all 0.4s cubic-bezier(0, 0.35, 0.43, 1.42); }
            .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item .Comparison {
              font-size: 0.7rem;
              background: #00b7a2;
              padding: 3px 5px;
              color: #fff;
              border-radius: 3px;
              border: 1px solid transparent;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              @media screen and (max-width: 768px) {
                .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item .Comparison {
                  border-radius: 5px;
                  margin-bottom: 5px; } }
              .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item .Comparison:hover {
                background-color: transparent;
                border: 1px solid #00b7a2;
                color: #00b7a2; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item .discount {
              font-size: 0.7rem;
              background: #f91c27;
              padding: 3px 10px;
              color: #fff;
              border-radius: 3px 20px 20px 3px; }
              @media screen and (max-width: 768px) {
                .Soccerball .panel .Soccerball-productsSlider .item .card .Comparison_item .discount {
                  border-radius: 5px; } }
          .Soccerball .panel .Soccerball-productsSlider .item .card .image-item img {
            max-height: 120px; }
          .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .name-products {
            text-overflow: ellipsis;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .name-products a {
              color: #333d46;
              font-size: 0.8rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              transition: all 0.4s ease;
              -webkit-transition: all 0.4s ease;
              -moz-transition: all 0.4s ease;
              -o-transition: all 0.4s ease; }
              .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .name-products a:hover {
                color: #0a5a7b; }
          .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .price {
            height: 60px; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .price .add_cart {
              opacity: 0; }
              .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .price .add_cart span i {
                color: #00cc48; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .price .discount {
              color: #00cc48;
              font-size: 1rem;
              font-weight: 200; }
            .Soccerball .panel .Soccerball-productsSlider .item .card .content-bottom .price .old-price {
              font-size: 0.8rem;
              color: #606165; }
      .Soccerball .panel .Soccerball-productsSlider .slick-prev, .Soccerball .panel .Soccerball-productsSlider .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: -10%;
        width: 34px;
        height: 25px;
        padding: 5px;
        border: none;
        outline: none;
        background: #fff; }
      .Soccerball .panel .Soccerball-productsSlider .slick-prev:before {
        content: '→';
        color: #00cc48; }
      .Soccerball .panel .Soccerball-productsSlider .slick-next:before {
        content: '←';
        color: #00cc48; }
      .Soccerball .panel .Soccerball-productsSlider .slick-prev {
        right: auto !important;
        left: 50px;
        z-index: 100; }
      .Soccerball .panel .Soccerball-productsSlider .slick-next {
        right: auto;
        left: 18px;
        z-index: 100; }
      .Soccerball .panel .Soccerball-productsSlider .slick-prev:before,
      .Soccerball .panel .Soccerball-productsSlider .slick-next:before {
        font-family: 'slick';
        font-size: 1.8rem;
        line-height: 1;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 476px) {
      .Soccerball .panel .slick-prev {
        right: 0 !important; }
      .Soccerball .panel .slick-next {
        left: 8px !important; } }

.product-detail ul,
ol {
  padding-right: 30px; }

.lnkInformMe {
  background: #dc3545;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  text-align: center; }
  .lnkInformMe i {
    padding-left: 5px;
    padding-top: 2px; }

.delivery {
  background: #f5f8fa;
  padding-right: 1px;
  padding-left: 15px;
  border-radius: 4px;
  font-size: 13px;
  margin-top: 5px;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000000 !important;
  display: block;
  text-align: center;
  border: 1px solid #ced4da;
  font-weight: 600; }
  .delivery i {
    padding-left: 5px;
    padding-top: 2px;
    color: red; }
  .delivery .deliveryToTehran {
    margin-left: 10px;
    color: #000000 !important; }
  .delivery .township {
    color: #000000 !important; }

.guarantee {
  background: #f5f8fa;
  padding-left: 30px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #000000 !important;
  display: block;
  text-align: center;
  border: 1px solid #ced4da;
  font-weight: 600; }
  .guarantee i {
    padding-left: 5px;
    padding-top: 2px;
    color: #00cc48; }
  .guarantee .return {
    color: #000000 !important; }

.consultation {
  background: #f9a91f;
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: #fff !important;
  cursor: pointer;
  display: block;
  text-align: center;
  border: 1px solid #ced4da;
  font-weight: 600; }

@media screen and (max-width: 476px) {
  html[dir="rtl"] > body .ml-4 {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .consultation {
    background: #f9a91f;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid #ced4da;
    font-weight: 600;
    width: 100%; } }

@media screen and (max-width: 1049px) {
  html[dir="rtl"] > body .ml-4 {
    margin-left: 0 !important;
    margin-right: 0.1rem !important; }
  .consultation {
    background: #f9a91f;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 1px solid #ced4da;
    font-weight: 600;
    width: 100%; } }

.notif-text {
  font-size: 15px;
  text-align: right;
  margin-top: 10px;
  display: block;
  line-height: 29px;
  border: 2px dashed #ddd;
  padding: 10px;
  text-align: justify; }

.breadcrumbs {
  line-height: 1.7rem; }
  .breadcrumbs ul {
    display: flex;
    list-style: none;
    align-items: center;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;
    margin-bottom: .5rem !important;
    margin-top: .5rem !important;
    background-color: #fff !important;
    flex-wrap: wrap; }
    .breadcrumbs ul li + li span {
      font-size: 0.8rem; }
      .breadcrumbs ul li + li span:last-child:before {
        display: inline-block;
        padding: 0 5px;
        content: "\f104";
        font-family: 'Font Awesome 5 Pro';
        color: rgba(8, 8, 8, 0.749);
        vertical-align: middle;
        font-size: 0.8rem; }
  .breadcrumbs li a span {
    color: rgba(8, 8, 8, 0.749);
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    font-size: 0.8rem; }
    .breadcrumbs li a span:hover {
      color: #ff6b01; }

.itemListElement + .itemListElement::before {
  display: inline-block;
  padding: 0 5px;
  color: rgba(8, 8, 8, 0.749);
  content: "/";
  display: none; }

/*.BreadCrumb-t {
    ul {
        display: flex;
        line-height: 1.7rem;
        list-style: none;

        li {
            span {
                color: rgba(8, 8, 8, 0.749);
                display: flex;
                align-items: center;
            }
           
        }
         li + li span:before {
                display: inline-block;
                padding: 0 .5rem;
                content: "\f104";
                font-family: 'Font Awesome 5 Pro';
                color: rgba(8, 8, 8, 0.749);
            }
    }
}*/
.similar-article .title {
  display: flex;
  align-items: center;
  justify-content: center; }
  .similar-article .title h3 {
    display: flex;
    flex-shrink: 0;
    font-size: 1rem !important;
    margin: 0;
    padding: 15px 0;
    position: relative; }
  .similar-article .title .border-title {
    width: 100%;
    content: '';
    height: 2px;
    background: #f4f4f4; }

.similar-article .item:hover .content-item {
  background: #00b7a2; }
  .similar-article .item:hover .content-item .title a {
    color: #fff; }
  .similar-article .item:hover .content-item .date small {
    color: #fff; }

.similar-article .item .content-item {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .similar-article .item .content-item .title a {
    font-size: 0.8rem;
    color: #232323;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 220px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
  .similar-article .item .content-item .date small {
    display: block;
    font-size: 0.7rem;
    font-weight: 100;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }

.SearchResult {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .SearchResult h1 {
    width: 100%;
    font-size: 1.5rem;
    margin: 15px 0;
    text-align: center; }

.item-section .item .product-item-title-container .product-item-title {
  display: block;
  font-size: 0.8rem;
  color: #232323;
  text-align: center;
  transition: all 0.4s ease; }
  .item-section .item .product-item-title-container .product-item-title:hover {
    color: #009de0; }

.card-box .card {
  min-height: 280px; }

.card-main-price .card-add-cart i {
  font-size: 1rem;
  color: #ff6b01; }

.SerachResaults-page .item .footer-item .review {
  opacity: 1 !important; }

.btn-filter-item {
  border: 1px solid #ec1f2685;
  border-radius: 3px;
  margin-bottom: 10px;
  color: #777;
  font-size: 13px; }

.FilterTT {
  color: #211e1e;
  font-size: 0.9rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600; }

.No-Item {
  list-style: none; }

.range-slider-amzing span {
  margin-top: 10px;
  display: inline-block; }

.range-slider-amzing {
  font-size: 12px;
  text-align: center;
  margin-right: 20px;
  margin-top: 10px; }

.page-content .product-detail .product-info-right-part .product-info-right-part-top h1 {
  font-size: 1.5rem;
  color: #037db1; }

.page-content .product-detail .product-info-right-part .product-info-right-part-top .subTitle span.code-product, .page-content .product-detail .product-info-right-part .product-info-right-part-top .subTitle span.Manufacturer {
  color: #ff6b01; }

.page-content .product-detail .product-info-right-part .product-info-right-part-top .subTitle span {
  font-size: 0.8rem; }

.border-bottom-c {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  margin: 8px 0; }

.comment-product .form-control {
  font-size: 0.8rem; }

.productCommentBtn {
  color: #fff;
  background: #009de0;
  border-color: #009de0;
  font-size: 0.8rem; }
  @media screen and (max-width: 476px) {
    .productCommentBtn {
      width: 100% !important; } }
  .productCommentBtn:hover {
    background: transparent;
    border-color: #009de0;
    color: #009de0; }

.content-comment-item .comment-admin-box p {
  margin: 0 !important; }

.content-comment-item .comment-date {
  font-size: 0.71rem !important; }

.table th, .table td {
  padding: .75rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
  text-align: center; }

.form-cart .form-control {
  font-size: 0.8rem; }
  .form-cart .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-cart label {
  font-size: 0.9rem; }

.form-cart .form-2 .item-form {
  position: relative;
  padding-bottom: 12px; }
  .form-cart .form-2 .item-form:not(:first-child) {
    padding: 21px 0; }
  .form-cart .form-2 .item-form:not(:last-child):after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.125);
    bottom: 0;
    right: 0;
    left: 0; }
  .form-cart .form-2 .item-form .item {
    border-bottom: 1px solid #232323;
    padding: 5px;
    border-radius: 5px; }

.table-section .title-cart .title-span {
  font-size: 1.1rem; }
  .table-section .title-cart .title-span i {
    color: #00cc48; }

.table-section .table tbody tr:hover {
  background-color: rgba(249, 169, 30, 0.15); }

.table-section .table .table-head-color {
  background-color: #f9a91e;
  border-color: #fff; }

.table-section .table tr th {
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  vertical-align: middle; }
  @media screen and (max-width: 1023px) {
    .table-section .table tr th {
      min-width: 150px;
      font-size: 0.7rem; } }

.table-section .table tr td .delete-row {
  font-size: 1.5rem;
  color: #f9a91e;
  display: block;
  transition: all 0.6s ease; }
  .table-section .table tr td .delete-row:hover {
    color: rgba(220, 8, 8, 0.65); }

.table-section .table .count {
  width: 70px;
  margin: 0 auto; }

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: rgba(25, 25, 25, 0.25);
  padding: 1px 4px;
  width: 17px;
  height: 17px;
  border-radius: 2px;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center; }

input[type=checkbox]:checked {
  background: #f9a91e; }

input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 6px;
  border: solid #fff;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(45deg); }

/*.tableResponsive::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #aaa;
    }


    .tableResponsive::-webkit-scrollbar-thumb {
         background: #f9a91e;
    }*/
.deliverySection .opacity-5 {
  opacity: 0.5; }

.deliverySection th, .deliverySection td {
  padding: 11px; }

@media screen and (max-width: 768px) {
  .deliverySection th, .deliverySection td {
    padding: 5px;
    min-width: 100px; } }

.deliverySection label {
  margin-bottom: 0; }

.deliverySection tbody tr:nth-child(2n) {
  background: #f6f6f6; }

.deliverySection tbody tr td span {
  max-width: 100% !important; }

.deliverySection tbody tr:hover {
  background-color: #17a2b8;
  color: #fff !important; }
  .deliverySection tbody tr:hover td.small span {
    color: #fff !important; }

.deliverySection .custom-control-label::after, .deliverySection .custom-control-label::before {
  right: -23px;
  left: inherit;
  top: 1px; }

.deliverySection .custom-control-label {
  font-size: 0.8rem;
  font-weight: 400;
  min-width: 79px; }

.deliverySection .custom-radio .custom-control-label::before {
  border-radius: 3px; }

.deliverySection .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #f9a91e; }

.deliverySection .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none !important;
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  border: 1px solid #fafafa;
  border-width: 0 0.13rem 0.13rem 0;
  transform: rotate(46deg);
  position: absolute;
  margin: 2px 5px; }

.deliverySection .bgdanger th, .deliverySection .bgdanger td {
  color: #dc3545; }

.w50 {
  min-width: 109px; }
  @media screen and (max-width: 769px) {
    .w50 {
      min-width: 112px; } }

.tbody-deliveyTableMobile {
  display: block; }
  @media screen and (min-width: 769px) {
    .tbody-deliveyTableMobile {
      display: none !important; } }
  .tbody-deliveyTableMobile td.small {
    padding: 0;
    min-width: 34px;
    /*width:100px;    
            min-width:85px;*/ }
  .tbody-deliveyTableMobile .custom-control-input {
    width: 128px;
    height: 100%;
    z-index: 100; }
  .tbody-deliveyTableMobile .custom-control-label::after, .tbody-deliveyTableMobile .custom-control-label::before {
    right: -23px !important;
    left: inherit !important;
    top: 0px !important; }

.tbody-deliveyTableDescTop {
  display: block; }
  @media screen and (max-width: 769px) {
    .tbody-deliveyTableDescTop {
      display: none !important; } }

#formsection {
  background-color: #fff;
  box-shadow: 0 0 4px 3px rgba(216, 216, 216, 0.1);
  padding: 15px 8px;
  box-sizing: border-box;
  position: relative;
  border-radius: 5px; }
  #formsection ul {
    width: 100%;
    list-style: none;
    padding: 15px 0 20px 0;
    margin: 0; }
    #formsection ul li {
      display: inline-block;
      font-size: 1rem;
      letter-spacing: 0.5px;
      color: rgba(35, 35, 35, 0.23);
      margin-right: 35px;
      cursor: pointer;
      position: relative;
      text-align: center;
      transition: all 0.5s;
      padding-bottom: 5px; }
      #formsection ul li:after {
        content: '';
        width: 0%;
        height: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #f9a91e;
        transition: all 0.5s; }
      #formsection ul li span i {
        font-size: 0.8rem; }
      #formsection ul li:hover:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #f9a91e;
        transition: all 0.5s; }
      #formsection ul li.active {
        color: #232323;
        position: relative;
        padding-bottom: 5px; }
        #formsection ul li.active:after {
          content: '';
          width: 100%;
          height: 2px;
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          background-color: #f9a91e;
          transition: all 0.5s; }
        #formsection ul li.active i {
          color: #f9a91e !important; }
  #formsection input.btn-formSubscribe {
    background: #f9a91e;
    border: 1px solid transparent;
    color: #fff;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    #formsection input.btn-formSubscribe:hover {
      background: transparent;
      border: 1px solid #f9a91e;
      color: #f9a91e; }
  #formsection #tab1 {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%; }
  #formsection #tab2 {
    padding-top: 15px;
    width: 100%; }
  #formsection .input-form {
    width: 100%;
    line-height: 38px;
    padding: 0 20px;
    color: #191818;
    font-size: 0.85rem;
    background: rgba(43, 40, 40, 0);
    border: 1px solid rgba(222, 214, 214, 0.68);
    border-radius: 9px;
    box-sizing: border-box;
    transition: all 0.5s; }
  #formsection .input-form:focus {
    display: block;
    outline: none;
    border: 1px solid #6bd082;
    background: transparent; }
  #formsection .chkRemember label {
    margin-bottom: 0 !important;
    margin-right: 8px;
    font-size: 0.8rem; }
  #formsection .label-form {
    display: block;
    color: rgba(0, 0, 0, 0.56);
    font-size: 0.8rem;
    line-height: 37px; }
  #formsection input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #f9a91e;
    padding: 1px 4px;
    width: 17px;
    height: 17px;
    border-radius: 2px;
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center; }
  #formsection input[type="checkbox"]:checked {
    background: #f9a91e; }
  #formsection input[type="checkbox"]:checked:after {
    content: '';
    display: block;
    width: 3px;
    height: 6px;
    border: solid #fff;
    border-width: 0 0.13rem 0.13rem 0;
    transform: rotate(45deg); }
  #formsection #check-label {
    font-size: 0.9rem;
    color: #232323;
    padding: 0;
    line-height: 17px; }
  #formsection .btn-register, #formsection .btn-login {
    width: 100%;
    line-height: 25px;
    border: none;
    border-radius: 3px;
    font-size: 0.85rem;
    color: #fff;
    transition: all 0.5s;
    outline: none; }
    #formsection .btn-register:hover, #formsection .btn-login:hover {
      cursor: pointer; }
  #formsection .hint {
    padding: 15px 0 0 0;
    text-align: center;
    border-top: 1px solid rgba(165, 165, 165, 0.24);
    margin: 16px 0;
    color: #232323;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    transition: all 0.5s; }
    #formsection .hint:hover {
      color: #f9a91e;
      cursor: pointer; }
  #formsection .help {
    margin-top: 50px; }

@media screen and (max-width: 768px) {
  .table-md-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.completionList {
  padding: 5px;
  background: #f1f1f1;
  list-style: none;
  direction: rtl;
  border: 1px solid #f9a91e;
  border-top: none;
  z-index: 999999;
  border-radius: 0 0 8px 8px;
  font-size: 0.8rem; }

.contact-us-page span {
  font-size: 0.8rem !important; }

.filter .item:hover .footer-item .review {
  opacity: 1; }

.discount-section-detail {
  min-width: 76px;
  position: absolute;
  top: 16px;
  z-index: 100;
  background: #fb3348;
  left: 15px !important;
  border-radius: 5px;
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27px; }

.listItemSearch {
  display: block;
  height: 100%;
  width: 100%;
  cursor: pointer !important;
  transition: all 0.6s ease; }

.text-black {
  color: #232323; }

.title-search-resault .title {
  display: flex;
  align-items: center;
  justify-content: center; }
  .title-search-resault .title h3 {
    display: flex;
    flex-shrink: 0;
    font-size: 1rem;
    margin: 0;
    padding: 15px 0;
    position: relative; }
  .title-search-resault .title .border-title {
    width: 100%;
    content: '';
    height: 2px;
    background: #f4f4f4; }

@media (max-width: 476px) {
  .paginate .pagination-sm li a, .paginate .pagination-sm li span {
    padding: .5rem 8px !important; } }

.name-product-page {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #00b8a2;
  border-radius: 5px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 5px; }
  .name-product-page span {
    color: #fff;
    font-size: 0.8rem;
    white-space: nowrap; }

.product-page img {
  border-radius: 5px; }

.showArticleCard {
  overflow: hidden;
  box-shadow: 0px 0px 6px -2px #ccc; }
  .showArticleCard:hover .view-more {
    right: 0 !important; }
  .showArticleCard:hover .info {
    border-bottom: 3px solid #01b7a4; }
  .showArticleCard .info {
    border-bottom: 3px solid transparent;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
    .showArticleCard .info .showArticleName {
      font-size: 0.8rem;
      color: #01b7a2;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 40px; }
    .showArticleCard .info .description {
      text-align: justify;
      line-height: 2.2;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .showArticleCard .info .views {
      color: #fff;
      background: #20bbb3;
      border-radius: 5px;
      min-width: 50px;
      text-align: center;
      display: inline-block; }
  .showArticleCard .date {
    font-size: 0.6rem;
    color: #a7a5a5; }
  .showArticleCard .image img {
    height: 200px; }
  .showArticleCard .image .view-more {
    position: absolute;
    bottom: 0;
    right: -100%;
    background: #00b7a2;
    padding: 5px;
    min-width: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 0;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease; }
    .showArticleCard .image .view-more a span {
      color: #fff; }

.articledata p {
  font-size: 0.8rem; }

.showArticleComment span {
  font-size: 0.8rem;
  margin: 8px 0; }

.showArticleComment .tags li {
  position: relative;
  background: #edebeb;
  padding: 10px;
  border-radius: 5px;
  margin: 0 14px; }

.showArticleComment .tags li::after {
  background: #fff;
  border-bottom: 20px solid transparent;
  border-right: 14px solid #edebeb;
  border-top: 21px solid transparent;
  content: '';
  position: absolute;
  left: -13px;
  top: 0; }

.tag-c li a {
  font-size: 0.8rem;
  color: #fff;
  background: #00b7a2;
  padding: 5px;
  margin: 3px;
  border-radius: 5px;
  display: inline-block; }

.captcha-refresh-contact {
  position: absolute;
  left: 0;
  top: 0; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -62px;
  color: black;
  text-shadow: none;
  font-weight: bold;
  font-size: 0.8rem; }

.flip-clock-wrapper {
  margin: 0 !important; }

.flip-clock-wrapper ul {
  position: relative;
  float: left;
  width: 22px;
  height: 27px;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 2px;
  padding: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 4px;
  height: 4px;
  position: absolute;
  border-radius: 50%;
  left: 3px !important; }

.flip-clock-divider {
  float: left;
  display: flex;
  position: relative;
  height: 30px !important;
  align-items: center;
  justify-content: center; }

.flip-clock-wrapper {
  display: flex;
  direction: ltr;
  max-height: 28px !important;
  font-family: iransansFaNumber; }

.flip-clock-wrapper ul li a div div.inn {
  font-size: 19px !important; }

.flip-clock-dot.bottom {
  bottom: 7px !important; }

.flip-clock-dot.top {
  top: 10px !important; }

.send-message-contactForm iframe {
  width: 100%; }

.send-message-contactForm .captcha-refresh-footer {
  height: 36px; }

.send-message-contactForm .captcha-refresh-contact {
  position: relative !important; }

.send-message-contactForm .form-control {
  font-size: 0.8rem !important;
  border: 1px solid #f3eeee; }

.send-message-contactForm input:focus, .send-message-contactForm textarea:focus {
  border: 1px solid #f9a91e;
  outline: 0;
  box-shadow: none; }

.send-message-contactForm input[type="submit"] {
  font-size: 0.8rem;
  background: #f9a91e;
  border: 1px solid transparent !important;
  min-width: 100px;
  text-align: center; }
  .send-message-contactForm input[type="submit"]:hover {
    border: 1px solid #f9a91e !important;
    background-color: transparent;
    color: #f9a91e !important; }

.bgc-white {
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 6px -2px #ccc; }

.border-b {
  background: #fff !important;
  border: 1px solid #17a2b8;
  border-radius: 3px; }

.edit-user-information .nice-select .form-control {
  min-width: 155px;
  z-index: 1000;
  position: relative; }

.edit-user-information .nice-select.open .list {
  max-height: 200px;
  overflow-y: scroll; }

.edit-user-information .shamsi_wrapper {
  position: relative;
  display: inline-block; }
  .edit-user-information .shamsi_wrapper input {
    min-width: 155px; }
  .edit-user-information .shamsi_wrapper i {
    position: absolute;
    top: 50%;
    left: 8px;
    color: #1976D2 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    z-index: 1;
    transform: translateY(-50%); }

.edit-user-information input {
  font-size: 0.8rem; }

.edit-user-information label {
  font-size: 0.8rem; }

.edit-user-information .newsletter label {
  margin: 0 5px;
  margin-bottom: 0 !important; }

.changepassworduser .item .title span {
  font-size: 0.8rem; }

.changepassworduser .content .btn {
  font-size: 0.8rem;
  background: #f9a91e;
  border: 1px solid transparent; }
  .changepassworduser .content .btn:hover {
    border: 1px solid #f9a91e;
    background-color: transparent;
    color: #f9a91e !important; }

.contactUspage p {
  font-size: 0.9rem !important;
  line-height: 2.2;
  text-align: justify; }

.contactUspage img {
  width: auto !important;
  height: auto !important; }

#newticket-modal .form-group input, #newticket-modal .form-group textarea, #newticket-modal .form-group span {
  font-size: 0.8rem; }

.ticketdetails .download_file {
  color: #00b8a2; }

.ticketdetails .btnTicketStatus {
  font-size: 0.8rem; }

.ticketdetails span, .ticketdetails small {
  font-size: 0.8rem; }

.ticketdetails input[type="file"].form-control {
  font-size: 0.8rem;
  max-width: 250px; }

.ticketdetails input[type="submit"] {
  font-size: 0.8rem;
  background: #f9a91e;
  border: 1px solid transparent; }
  .ticketdetails input[type="submit"]:hover {
    border: 1px solid #f9a91e;
    background-color: transparent;
    color: #f9a91e !important; }

#example thead {
  background: #f9a91e; }
  #example thead tr th {
    font-size: 0.8rem;
    color: #fff;
    text-align: center; }

#example tr td a.btn-info {
  font-size: 0.8rem !important; }

.btn-RedViolet {
  font-size: 0.8rem;
  background: #f9a91e;
  border: 1px solid transparent;
  color: #fff; }
  .btn-RedViolet:hover {
    border: 1px solid #f9a91e;
    background-color: transparent;
    color: #f9a91e !important; }

.btn-danger-Compare {
  font-size: 0.8rem;
  background: #00cc48;
  border: 1px solid transparent;
  color: #fff !important; }
  .btn-danger-Compare:hover {
    border: 1px solid #00cc48;
    background-color: transparent;
    color: #00cc48 !important; }

.select-wrapper .range-slider {
  text-align: center; }
  .select-wrapper .range-slider .amount {
    border: 0 !important;
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 10px; }

.captcha-refresh-footer {
  width: 40px;
  height: 33px;
  background: #00b7a2;
  border: 0;
  color: #fff;
  cursor: pointer; }
  .captcha-refresh-footer i {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
  .captcha-refresh-footer:hover i {
    transform: rotate(360deg); }

.forgotpassword-page .btn-forgotpassword {
  background: #00cc48;
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.8rem; }
  .forgotpassword-page .btn-forgotpassword:hover {
    border: 1px solid #00cc48;
    background-color: transparent;
    color: #00cc48 !important; }

.forgotpassword-page .btn-register {
  background: #f9a91e;
  border: 1px solid transparent;
  color: #fff;
  font-size: 0.8rem; }
  .forgotpassword-page .btn-register:hover {
    border: 1px solid #f9a91e;
    background-color: transparent;
    color: #f9a91e !important; }

@media screen and (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; } }

.divCommentContainer .rating-comment {
  display: flex;
  align-items: center; }

.Attributes {
  font-size: 0.8rem;
  color: #8b8b8b;
  white-space: pre-line;
  line-height: 2; }

#shoping-cart .thead-backet {
  background: #17a2b8; }
  #shoping-cart .thead-backet th {
    color: #fff;
    font-size: 0.9rem; }

#shoping-cart tbody tr td a.productName, #shoping-cart tbody tr td span {
  font-size: 0.8rem;
  color: #17a2b8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 240px;
  display: block; }

#shoping-cart tbody tr td .input-group .input-group-btn input {
  text-align: center; }
  #shoping-cart tbody tr td .input-group .input-group-btn input.btnPlus {
    background: #f9a91e;
    border-radius: 0 4px 4px 0;
    color: #fff;
    width: 35px; }
  #shoping-cart tbody tr td .input-group .input-group-btn input.btnMinus {
    background: #f9a91e;
    border-radius: 4px 0px 0px 4px;
    color: #fff;
    width: 35px; }

#shoping-cart tbody.border-tbody {
  background: #fff !important;
  border-bottom: 4px solid #17a2b8;
  border-radius: 3px; }

#shoping-cart input::placeholder, #shoping-cart textarea::placeholder {
  color: #17a2b8 !important;
  font-size: 0.75rem !important;
  font-weight: 100; }

#shoping-cart .nice-select .current {
  font-size: 0.8rem; }

.btn-shopping-cart .btn-primary {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  font-size: 0.8rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .btn-shopping-cart .btn-primary:hover {
    color: #17a2b8;
    background-color: transparent;
    border-color: #17a2b8; }

.btn-shopping-cart .btn-success {
  color: #fff;
  background-color: #f9a91e;
  border-color: #f9a91e;
  font-size: 0.8rem;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }
  .btn-shopping-cart .btn-success:hover {
    color: #f9a91e;
    background-color: transparent;
    border-color: #f9a91e; }

.pnlBasket .control-label, .pnlBasket .total-price-box {
  font-size: 0.8rem !important; }

.text-SeaGreen {
  color: #17a2b8; }

@media screen and (max-width: 768px) {
  .font-8 {
    font-size: 0.8rem; }
  .pnlBasket .overflow-x-sm-scroll {
    overflow-x: scroll; }
  .pnlBasket table tbody tr td {
    min-width: 150px; } }

.object-fit-cover {
  object-fit: cover;
  height: 50px !important;
  width: 100px !important; }

#accordion2 .panel.panel-default .panel-body table tr td {
  display: flex;
  align-items: center; }
  #accordion2 .panel.panel-default .panel-body table tr td input[type="checkbox"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    border: 1px solid #e5e4e4 !important;
    background: #00b7a2;
    border-radius: 3px; }
  #accordion2 .panel.panel-default .panel-body table tr td label {
    margin: 0 !important;
    font-size: 0.8rem !important;
    line-height: 25px; }

.card .discount-section {
  width: 76px;
  position: absolute;
  left: 0;
  top: 16px;
  z-index: 100; }
  .card .discount-section .discount {
    font-size: 0.7rem;
    background: #f91c27;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px 20px 20px 3px; }
    @media screen and (max-width: 768px) {
      .card .discount-section .discount {
        border-radius: 5px; } }

.category .panel .row .item .title {
  position: absolute;
  top: 15px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  width: 155px; }

input[type=checkbox] {
  -webkit-appearance: none;
  background-color: rgba(25, 25, 25, 0.25);
  padding: 1px 4px;
  width: 15px !important;
  height: 16px !important;
  border-radius: 2px;
  border-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center; }

.pnlSubCategories span.message {
  font-size: 0.8rem;
  margin-bottom: 11px;
  display: inline-block; }

.footer-area .scrolltop {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #00cc48;
  cursor: pointer;
  z-index: 999;
  background: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }
  .footer-area .scrolltop:hover {
    transform: scale(1.1);
    background: #00cc48; }
    .footer-area .scrolltop:hover i {
      color: #fff; }
  .footer-area .scrolltop i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #00cc48;
    z-index: 100;
    font-size: 2rem;
    text-align: center;
    display: block;
    line-height: 1.3; }

.footer-area .footer-big {
  background: #f2f2f2;
  color: #232323; }
  .footer-area .footer-big .footer-widget .social-icon ul li a {
    color: #646462;
    font-size: 1.3rem; }
    .footer-area .footer-big .footer-widget .social-icon ul li a i {
      transition: all 0.6s ease;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease; }
      .footer-area .footer-big .footer-widget .social-icon ul li a i.telegram {
        color: #1064fe; }
      .footer-area .footer-big .footer-widget .social-icon ul li a i.whatsapp {
        color: #17a40b; }
      .footer-area .footer-big .footer-widget .social-icon ul li a i.instagram {
        color: #a01aed; }
    .footer-area .footer-big .footer-widget .social-icon ul li a:hover i {
      transform: rotateY(360deg) scale(1.5); }
  .footer-area .footer-big .footer-widget .footer-widget-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .footer-area .footer-big .footer-widget .footer-widget-title span {
      position: relative;
      padding-left: 6px;
      font-weight: 600; }
      .footer-area .footer-big .footer-widget .footer-widget-title span:after {
        position: absolute;
        width: 62px;
        height: 1px;
        content: "";
        background: #00cc48;
        transform: translate(-8%, -50%);
        left: -67px;
        top: 50%; }
  .footer-area .footer-big .footer-widget .border-radius {
    border-radius: 50px; }
  .footer-area .footer-big .footer-widget h3 {
    color: #232323; }
  .footer-area .footer-big .footer-widget .footer-menu ul {
    padding: 0; }
    .footer-area .footer-big .footer-widget .footer-menu ul li {
      display: flex;
      position: relative;
      padding: 0 20px; }
      .footer-area .footer-big .footer-widget .footer-menu ul li:not(:first-child) {
        margin: 8px 0; }
      .footer-area .footer-big .footer-widget .footer-menu ul li span {
        font-size: 0.8rem;
        line-height: 2rem; }
      .footer-area .footer-big .footer-widget .footer-menu ul li i {
        margin-left: 10px; }
    .footer-area .footer-big .footer-widget .footer-menu ul a {
      color: #232323;
      font-size: 0.8rem;
      white-space: nowrap; }
  .footer-area .footer-big .footer-widget .footer-menu address {
    line-height: 2rem; }
    .footer-area .footer-big .footer-widget .footer-menu address i {
      color: #00cc48 !important; }
  .footer-area .footer-big .footer-widget .widget-about {
    flex-direction: column; }
    .footer-area .footer-big .footer-widget .widget-about ul li {
      margin: 11px 0; }
      .footer-area .footer-big .footer-widget .widget-about ul li a {
        color: #232323;
        font-size: 0.8rem; }
        .footer-area .footer-big .footer-widget .widget-about ul li a i {
          font-size: 1.3rem;
          color: #656563; }
    .footer-area .footer-big .footer-widget .widget-about .enamad .item {
      width: 92px;
      height: 110px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0px 0px 6px 0px #d6cece82; }
  .footer-area .footer-big .before ul li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background: #00cc48;
    right: 0;
    top: 50%;
    transform: translate(-50%, -68%); }
  .footer-area .footer-big a {
    transition: all 0.6s ease; }
    .footer-area .footer-big a:hover {
      transform: translateY(-3px);
      color: #00cc48 !important; }
  .footer-area .footer-big .form-Subscribe .text-form {
    font-size: 0.8rem; }
  .footer-area .footer-big .form-Subscribe .btn-formSubscribe {
    font-size: 0.8rem !important;
    background: #00cc48;
    border: 0;
    width: 57px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease; }
    .footer-area .footer-big .form-Subscribe .btn-formSubscribe:hover {
      background: #00cc48; }
  .footer-area .footer-big .form-Subscribe .inputSubscribe {
    display: block;
    font-size: 0.8rem;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #232323;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 6px 0px #d6cece; }

.footer-area .mini-footer {
  background: #595959; }
  .footer-area .mini-footer .copyright-text .text-right .name-site {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease; }
    .footer-area .mini-footer .copyright-text .text-right .name-site:hover {
      color: #00cc48; }
  .footer-area .mini-footer .copyright-text .text-right a {
    color: #fff; }
  .footer-area .mini-footer .copyright-text .text-right p {
    color: #fff; }
  .footer-area .mini-footer .copyright-text .text-left span {
    font-size: 0.8rem;
    color: #fff; }

@media screen and (max-width: 992px) {
  .scrolltop {
    display: none; } }

.card-vertical {
  background: #fff !important;
  padding: 10px;
  border: 1px solid #e6e6e6;
  min-height: 360px;
  overflow: hidden;
  margin: 10px 0; }
  .card-vertical:hover .text .title {
    color: #ff6b01; }
  .card-vertical .text .title {
    font-size: 0.9rem;
    color: #009de0;
    transition: all 0.4s ease; }
  .card-vertical .text .icons span {
    font-size: 0.8rem;
    color: rgba(80, 80, 80, 0.7); }
  .card-vertical .text .icons .views span {
    color: #ff6b01; }
  .card-vertical .text .icons .date .fas {
    margin-left: 2px; }
  .card-vertical .text .icons .view-more a span:hover {
    color: #ff6b01; }
  .card-vertical .description {
    font-size: 0.8rem;
    line-height: 2.1;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }

.title-section .box_title1 h1 {
  font-size: 1.5rem !important; }

.title-section .box_title1 .title {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 100; }
  .title-section .box_title1 .title span {
    background: #fafafa;
    padding: 5px; }
  .title-section .box_title1 .title:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: red;
    z-index: -1; }

.title-section .box_title1 .border-title {
  width: 50px;
  height: 1px;
  background: #ff6b01;
  margin: 0 20px; }

.Content-section {
  position: relative; }
  .Content-section a img {
    border-radius: 5px;
    box-shadow: #8c8a8a 0 0 16px; }
  .Content-section .title-content {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: transparent;
    transition: all 0.6s ease; }
  .Content-section:hover .title-content {
    top: 50%;
    color: #fff;
    text-shadow: 0 8px 7px #232323; }

/*.showSingleArticle {
  
    &.paper {
         .product-detail {
            .desc-box {
                p{
                    line-height:2.6;
                }
                .main-image {
                    img {
                        float:right !important;
                        margin: 10px;
                        @media (max-width:768px) {
                             float:none !important;
                             margin: 0;
                        }
                    }
                }
            }
        }
         .card-header {
             background-color:#00b7a2;
         }
         .btn-outline-info {
               background-color: #fff;
               border: 1px solid #fff;
               &:hover {
                   color:#17a2b8;
               }
         }
    }

   
   .card-header {
        h1 {
            width: 100%;
            font-size:1.5rem !important;
            text-align:center;
            color:#fff;
            @media (max-width:768px) {
                font-size:1rem !important;
            }
        }
   }
   .product-detail {
       .short-desc  {
           p {
               font-size:0.8rem;
               text-align:justify;
               line-height:2.1rem
           }
       }
   }
}*/
.Security_code input {
  border-radius: 0 5px 5px 0px;
  font-size: 0.8rem; }

.Security_code button {
  width: 30px;
  background: #009de0;
  border: 0;
  height: 37px;
  color: #fff;
  cursor: pointer; }
  .Security_code button i {
    transition: all 0.4s ease; }
  .Security_code button:hover i {
    transform: rotate(-360deg); }

.btn-comment {
  background: #009de0;
  font-size: 0.8rem;
  color: #fff;
  height: 38px;
  border: 1px solid transparent;
  transition: all 0.4s ease; }
  .btn-comment:hover {
    background-color: transparent;
    border: 1px solid #009de0;
    color: #009de0; }

#comment .form-group input, #comment .form-group textarea {
  font-size: 0.8rem; }

/*.showArticleCard {
    .info {
        .text {
            .icons {
                .view-more {
                  a {
                      span {
                           color: #00b7a2 !important;
                      }
                  }
                }
            }
        }
    }
}

.showSingleArticle ul {
    list-style: disc !important;
    margin: unset !important;
    padding: 40px !important;
}
.showSingleArticle ol {
    list-style: unset !important;
    margin: unset !important;
    padding: unset !important;
}*/
.ShowArticlePage .title {
  position: relative; }
  .ShowArticlePage .title .border-subtitle {
    width: 30px;
    height: 3px;
    background-color: #d6d6d6;
    margin: 0 5px; }
  .ShowArticlePage .title h1 {
    text-align: center;
    color: #00b6a1;
    line-height: 1.8; }

.ShowArticlePage .content .image {
  position: relative;
  text-align: center;
  overflow: hidden; }
  .ShowArticlePage .content .image img {
    border-radius: 20px;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out; }
    .ShowArticlePage .content .image img:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
      cursor: pointer; }

.ShowArticlePage .content .description {
  background: linear-gradient(-45deg, #00b6a1, #00b6a1 45%, #d1d1d1 45%, #d1d1d1 50%, #fff 50.1%);
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #00b6a1; }
  .ShowArticlePage .content .description .bgc-white-article {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px #d8d6d6; }
  .ShowArticlePage .content .description p {
    font-size: 0.8rem;
    text-align: justify;
    line-height: 2.5; }

.ShowArticlePage .content .rating-title {
  /*background: #00b6a1;*/
  border-radius: 5px;
  padding: 5px; }
  .ShowArticlePage .content .rating-title .btn-like-article {
    background: #f9a91e;
    border-color: transparent; }

.ShowArticlePage .text p {
  font-size: 0.9rem;
  line-height: 2.1; }

.mobile-table {
  display: none; }

.compholder a i {
  color: #e43b1f;
  cursor: pointer; }

#compare {
  margin-bottom: 20px; }
  #compare #comparetable td {
    font-size: 14px;
    padding: 5px; }

.overflow-x-sm-scroll::-webkit-scrollbar {
  width: 6px;
  height: 7px; }

.overflow-x-sm-scroll::-webkit-scrollbar-button {
  width: 3px;
  height: 3px; }

.overflow-x-sm-scroll::-webkit-scrollbar-thumb {
  background: #f9a91e;
  border: 0px solid red;
  border-radius: 50px; }

.overflow-x-sm-scroll::-webkit-scrollbar-thumb:hover {
  background: #01999a; }

.overflow-x-sm-scroll::-webkit-scrollbar-thumb:active {
  background: #01999a; }

.overflow-x-sm-scroll::-webkit-scrollbar-track {
  background: #ccc;
  border: 1px none;
  border-radius: 50px; }

.overflow-x-sm-scroll::-webkit-scrollbar-track:hover {
  background: red; }

.overflow-x-sm-scroll::-webkit-scrollbar-track:active {
  background: red; }

.overflow-x-sm-scroll::-webkit-scrollbar-corner {
  background: red; }

.mobile-social {
  position: fixed;
  width: 100%;
  height: 45px;
  background: #ffffff;
  bottom: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  border-top: 1px solid #ccc;
  display: none; }
  .mobile-social a {
    width: 32%;
    display: inline-block;
    text-align: center;
    height: 100%;
    border-left: 1px solid #ccc;
    padding-top: 5px; }
    .mobile-social a:last-child {
      border-left: 0; }
    .mobile-social a img {
      width: 70%;
      height: 70%;
      margin-top: 4px; }

@media (max-width: 767px) {
  .footer-area .mini-footer {
    z-index: 1001;
    position: relative; }
  .footer-area .footer-big .footer-widget .footer-menu ul {
    width: 100%;
    align-items: center;
    justify-content: space-around; }
  .mobile-table {
    display: block; }
  .desktop-table {
    display: none; }
  .mobile-social {
    display: block; } }

.cart-item {
  background: #fff;
  padding: 10px;
  border: 1px solid #d7d7d7;
  margin-bottom: 20px;
  display: block !important;
  width: 100%; }
  .cart-item .image {
    width: 60px;
    float: right;
    position: relative;
    height: 100%;
    margin-top: 30px; }
    .cart-item .image .delete {
      position: absolute;
      bottom: -60px;
      left: 0;
      right: 0; }
      .cart-item .image .delete img {
        width: 20px;
        margin-bottom: 20px; }
  .cart-item .product-info.item {
    width: calc(100% - 70px);
    float: left;
    padding-right: 10px; }
    .cart-item .product-info.item > div {
      width: 100%;
      display: block;
      float: right;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc; }
      .cart-item .product-info.item > div strong {
        font-weight: bold;
        text-align: right;
        float: right; }
      .cart-item .product-info.item > div span {
        float: left; }
      .cart-item .product-info.item > div:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
    .cart-item .product-info.item .product-info-box > div {
      display: inline-block;
      float: right; }
      .cart-item .product-info.item .product-info-box > div:last-child {
        float: left;
        border-right: 1px solid #d7d7d7;
        padding-right: 20px; }
      .cart-item .product-info.item .product-info-box > div strong {
        font-weight: bold;
        text-align: right;
        float: right; }
  .cart-item .quantity-nav {
    display: none; }
  .cart-item .input-group .input-group-btn input.btnPlus {
    background: #f9a91e;
    border-radius: 0 4px 4px 0;
    color: #fff;
    width: 35px; }
  .cart-item .input-group .input-group-btn input.btnMinus {
    background: #f9a91e;
    border-radius: 4px 0 0 4px;
    color: #fff;
    width: 35px; }
  .cart-item .input-group {
    width: 60%;
    margin-right: auto; }
  .cart-item .quantity input {
    height: 35px; }

@media (max-width: 360px) {
  .menu-mobile-logo img {
    height: 40px !important; } }

span.discount.SafetyOrange {
  color: #00cc48; }

.btn-hide {
  display: none; }

.btn-discount {
  position: relative;
  padding-right: 30px !important; }
  .btn-discount:before {
    width: 20px;
    height: 25px;
    background-image: url(../images/click.png);
    content: "";
    position: absolute;
    right: 10px;
    background-size: cover;
    animation: zoominout 1s infinite;
    -webkit-animation: zoominout 1s infinite;
    -moz-animation: zoominout 1s infinite; }
  .btn-discount:hover:before {
    background-image: url(../images/click-hover.png); }

@keyframes zoominout {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1); } }

@-webkit-keyframes zoominout {
  0% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1); }
  50% {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2); }
  100% {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1); } }

#ctl00_ContentPlaceHolder1_drpGuarantee {
  font-size: 0.8rem !important; }

.sh {
  box-shadow: inset 4px -26px 32px 8px rgba(0, 0, 0, 0.1) !important; }

@media (max-width: 600px) {
  .title-position {
    position: absolute;
    /* transform: translateY(-40rem); */
    top: -48rem; }
  .card-left-img {
    margin-top: 10rem !important; } }
