@charset "UTF-8";
/*---------------------------------- common  ----------------------------------*/
/*---------------------------------- main color ----------------------------------*/
/*---------------------------------- box shadow ----------------------------------*/
/*---------------------------------- padding ----------------------------------*/
/*---------------------------------- icon ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- transition ----------------------------------*/
/*---------------------------------- fonts ----------------------------------*/
/*---------------------------------- ellipsis ----------------------------------*/
/*---------------------------------- text gradient ----------------------------------*/
/*---------------------------------- glass effect ----------------------------------*/
/*---------------------------------- card shadow ----------------------------------*/
/*---------------------------------- font icon ----------------------------------*/
/*---------------------------------- overlay ----------------------------------*/
/*---------------------------------- border radius ----------------------------------*/
/*---------------------------------- media query ----------------------------------*/
/*---------------------------------- flex ----------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icons/icomoon.eot?fyiy79");
  src: url("../fonts/icons/icomoon.eot?fyiy79#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?fyiy79") format("truetype"), url("../fonts/icons/icomoon.woff?fyiy79") format("woff"), url("../fonts/icons/icomoon.svg?fyiy79#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
  content: "\e900";
}

.icon-mouse-wheel:before {
  content: "\e901";
}

.icon-attach:before {
  content: "\e902";
}

.icon-calendar:before {
  content: "\e904";
}

.icon-eye:before {
  content: "\e909";
}

.icon-gallery:before {
  content: "\e911";
}

.icon-whatsapp-fill:before {
  content: "\e922";
}

.icon-instagram-fill:before {
  content: "\e923";
}

.icon-youtube-fill:before {
  content: "\e924";
}

.icon-facebook-fill:before {
  content: "\e925";
}

.icon-telegram-fill:before {
  content: "\e926";
}

.icon-skype:before {
  content: "\e90b";
}

.icon-google-plus:before {
  content: "\e90c";
}

.icon-angle-circle-up:before {
  content: "\e903";
}

.icon-aparat:before {
  content: "\e916";
}

.icon-pinterest:before {
  content: "\e917";
}

.icon-linkedin-fill:before {
  content: "\e918";
}

.icon-twitter:before {
  content: "\e919";
}

.icon-checked:before {
  content: "\e906";
}

.icon-close:before {
  content: "\e914";
}

.icon-reload:before {
  content: "\e915";
}

.icon-arrow-left:before {
  content: "\e905";
}

.icon-arrow-right:before {
  content: "\e907";
}

.icon-angle-down:before {
  content: "\e908";
}

.icon-angle-up:before {
  content: "\e91a";
}

.icon-angle-left:before {
  content: "\e90a";
}

.icon-angle-right:before {
  content: "\e90d";
}

.icon-home:before {
  content: "\e913";
}

.icon-telephone:before {
  content: "\e90e";
}

.icon-location:before {
  content: "\e90f";
}

.icon-mobile:before {
  content: "\e910";
}

.icon-inbox:before {
  content: "\e912";
}

.icon-search:before {
  content: "\e91b";
}

@font-face {
  font-family: "DmSans";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/dmSans/ttf/DMSans-Regular.ttf") format("truetype"), url("../fonts/dmSans/woff/DMSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "DmSans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/dmSans/ttf/DMSans-Medium.ttf") format("truetype"), url("../fonts/dmSans/woff/DMSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "DmSans";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/dmSans/ttf/DMSans-Bold.ttf") format("truetype"), url("../fonts/dmSans/woff/DMSans-Bold.woff") format("woff");
}
/* body setup */
body ::selection {
  background: #38b56a;
  color: #e2596a;
}
body ::-webkit-selection {
  background: #38b56a;
  color: #e2596a;
}
body ::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
body ::-webkit-scrollbar-thumb {
  background: #38b56a;
  color: #e2596a;
}
body ::-webkit-scrollbar-track {
  background: #38b56a;
  color: #e2596a;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 5px;
  border: none;
  outline: none;
  background-color: #def5e7;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  font-size: 25px;
  line-height: 1;
  color: #2c8e53;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 300ms linear;
}

.slick-prev {
  right: 0px;
}
.slick-prev:before {
  content: "\e90a";
}
[dir=ltr] .slick-prev:before {
  display: inline-block;
  transform: rotate(-180deg);
}

.slick-next {
  left: 0px;
}
.slick-next:before {
  content: "\e90d";
}
[dir=ltr] .slick-next:before {
  display: inline-block;
  transform: rotate(-180deg);
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: icomoon;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #2c8e53;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #2c8e53;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  right: 0;
  top: 0;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:focus {
  outline: none;
}

.thumbs .slick-list .slick-track .slick-slide img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 7px;
}

.thumbs .slick-list .slick-track .slick-slide.slick-center img {
  border-bottom: 4px solid #2c8e53;
}

.slick-slide img:hover {
  cursor: pointer;
  opacity: 0.9;
}

@media (max-width: 575.98px) {
  .thumbs .slick-list .slick-track .slick-slide img {
    padding: 4.5px;
  }
}
.description {
  margin-top: 10px;
}
.description__Product-Status {
  padding-left: 15px;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: start;
}
.description__label-detail {
  width: 140px;
  margin-right: 15px;
  margin-bottom: 0;
  color: #333;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .description__label-detail {
    width: 100px;
    font-size: 15px;
  }
}
.description__span-detail {
  font-size: 14px;
  font-weight: 300;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .description__span-detail {
    font-size: 13px;
  }
}
.description__span-detail--available {
  color: #388e3c;
  font-size: 14px;
  font-weight: 400;
}
.description__span-detail--available::before {
  content: "\e906";
  font-family: "icomoon";
  color: #388e3c;
  background-color: transparent;
  padding: 3px;
  font-size: 16px;
  margin-right: 5px;
}
.description__span-detail--notavailable {
  color: #a70202;
  font-size: 14px;
  font-weight: 400;
}
.description__span-detail--notavailable::before {
  content: "\e914";
  font-family: "icomoon";
  color: #a70202;
  background-color: transparent;
  padding: 3px;
  font-size: 16px;
  margin-right: 5px;
}
.description .size__toolbar div {
  margin-right: 5px;
  display: inline-flex;
}
@media only screen and (max-width: 575.98px) {
  .description .size__toolbar div {
    margin-bottom: 7px;
  }
}
.description .size__input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.description .size__input[type=radio]:checked + label {
  background: #2c8e53;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.description .size__input[type=radio]:checked + label:before {
  position: absolute;
  top: 0;
  left: 7px;
  font-size: 18px;
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
}
.description .size__label {
  cursor: pointer;
  display: inline-flex;
  background-color: #caefd9;
  padding: 5px 20px;
  font-size: 14px;
  color: #2c8e53;
  border-radius: 2px 10px 10px 10px;
  transition: all 300ms linear;
}
@media only screen and (max-width: 575.98px) {
  .description .size__label {
    font-size: 12px;
  }
}
.description .size__label:hover {
  background-color: #a3e3bd;
}
.description .color__field div {
  display: inline-block;
}
@media (max-width: 360px) {
  .description .color__field div {
    margin-bottom: 10px;
  }
}
.description .color__field div .color__input[type=radio] {
  display: none;
}
.description .color__input[type=radio] + .color__label span {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
}
.description .color__input[type=radio]#red + .color__label span {
  background-color: #c91524;
}
.description .color__input[type=radio]#blue + .color__label span {
  background-color: #314780;
}
.description .color__input[type=radio]#black + .color__label span {
  background-color: #323232;
}
.description .color__input[type=radio]:checked + .color__label span {
  box-shadow: 0 0px 5px #676767dd;
  text-align: center;
  padding-top: 2px;
}
.description .color__input[type=radio]:checked + .color__label span:before {
  font-size: 16px;
  content: "\e906";
  font-family: "icomoon";
  color: #fff;
}

/*...........Technical Specifications...........*/
.description-nav__tabs {
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.description-nav__item {
  padding: 0.5rem 1rem;
  font-size: 16px;
  background-color: transparent;
  margin-right: 10px;
  border: none;
  font-weight: 300;
  border-bottom: 2px solid transparent;
  transition: all 300ms linear;
  color: #6e6e6e;
}
@media only screen and (max-width: 575.98px) {
  .description-nav__item {
    font-size: 14px;
  }
}
.description-nav__item.active {
  font-weight: 400;
  color: #2c8e53;
  border: none;
  border-bottom: 2px solid #2c8e53;
}
.description-nav__item:hover {
  color: #2c8e53;
  border: none;
  border-bottom: 2px solid #2c8e53;
}

.technical-table {
  border-spacing: 7px;
  border-collapse: separate;
}
@media only screen and (max-width: 575.98px) {
  .technical-table {
    width: 100%;
  }
}
.technical-table caption {
  text-align: left;
  caption-side: top;
  font-size: 21px;
  font-weight: bold;
  color: #333;
}
.technical-table__tr th, .technical-table__tr td {
  text-align: left;
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  .technical-table__tr th, .technical-table__tr td {
    font-size: 12.5px;
    padding: 8px 13px;
  }
}
.technical-table__tr th {
  background: #def5e7;
  border-radius: 2px 10px 10px 10px;
  color: #2c8e53;
  width: 25%;
}
@media only screen and (max-width: 767.98px) {
  .technical-table__tr th {
    width: 40%;
  }
}
@media only screen and (max-width: 575.98px) {
  .technical-table__tr th {
    width: 50% !important;
  }
}
.technical-table__tr td {
  background: #f1fbf5;
  border-radius: 2px 10px 10px 10px;
  color: #6e6e6e;
}

.description-content {
  padding: 0 5px;
}
.description-content p {
  color: #6e6e6e;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  text-align: justify;
}
@media only screen and (max-width: 575.98px) {
  .description-content p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .zoomContainer {
    display: none;
  }

  .slick-initialized .slick-slide {
    z-index: 1 !important;
  }
}

/*# sourceMappingURL=product-detail-en.css.map */
