.main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.brands_slider .slide_block img, .product-item-info .product-item-photo img, .main_bnners a > img, .main_slider .slide_block > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.categories_section .category_slider .slick-arrow.slick-next, .products_slider .slick-arrow.slick-next {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.main_bnners a > img, .main_slider .slide_block > img {
  object-fit: cover;
}

.main_bnners a iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.categories_section .category_slider .slick-arrow:before, .products_slider .slick-arrow:before, main.page-main .main_slider .slick-arrow:before, .product-item-info .product-item-actions .action:before, .product-item-info .product-item-actions .action.towishlist:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.brands_slider *, .product-item-info .product-item-actions .action.towishlist, .product-item-info .product-item-link, .product-item-info .product-item-photo img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.product-item-info .product-item-actions .action.tocart {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "mardoto-medium", "roboto-medium";
  white-space: normal;
  border-radius: 10px;
  padding: 0 12px;
  height: 43px;
}
.product-item-info .product-item-actions .loading.action.tocart {
  pointer-events: none;
  color: transparent !important;
}
.product-item-info .product-item-actions .loading.action.tocart:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.product-item-info .product-item-actions .action.tocart {
  color: #ffffff !important;
  background: #50813F;
  border: none !important;
  border-color: transparent;
  border-radius: 10px;
}
.product-item-info .product-item-actions .loading.action.tocart:after {
  color: #ffffff;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.product-item-info .price-box .normal-price,
.product-item-info .price-box > .price-container,
.product-item-info .price-box .special-price {
  font-size: 180%;
  line-height: 21px;
}

.stickers, .product-item-info .price-box .old-price, .product-item-info .product-item-link {
  font-size: 140%;
  line-height: 16px;
}

.product-item-info .product-item-actions .action.tocart {
  font-size: 150%;
  line-height: 18px;
}

.brands_section {
  margin-top: 70px;
}
@media screen and (min-width: 992px) and (max-width: 1209px) {
  .brands_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .brands_section {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575px) {
  .brands_section {
    margin-top: 40px;
  }
}

body {
  background: #f5fff5;
}

.product-item-info {
  font-size: 1rem;
  position: relative;
  width: 100% !important;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: none !important;
  border: none !important;
  padding: 24px 20px 20px !important;
  margin: 0 !important;
  z-index: 2;
  /*item image styles*/
  /*item info styles*/
  /*item price styles*/
  /*item buttons styles*/
  /*options*/
}
.product-item-info .stickers {
  top: 15px;
  left: 20px;
  align-items: flex-start;
}
.product-item-info .product-item-photo {
  display: block;
  width: 100%;
  position: relative;
}
.product-item-info .product-item-photo img {
  object-fit: contain;
}
.product-item-info .product-image-container {
  width: 100% !important;
  display: block;
  height: 165px !important;
  padding: 0 30px;
}
.product-item-info .product-image-wrapper {
  padding-bottom: 0 !important;
  height: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  overflow: visible;
}
.product-item-info .product-item-details {
  margin-top: 9px;
}
.product-item-info .product_category {
  margin-right: -20px;
  display: flex;
  justify-content: flex-end;
}
.product-item-info .product_category .category_type {
  padding: 4px 18px;
  border-radius: 7px 0px 0px 7px;
  color: #ffffff;
  font-family: "mardoto-medium", "roboto-medium";
  font-size: 120%;
  line-height: 1.25em;
  display: flex;
  background: #50813F;
  align-items: center;
  text-transform: uppercase;
}
.product-item-info .product_category img {
  max-width: 20px;
  width: auto;
  height: auto;
  max-height: 20px;
  display: block;
  margin-right: 5px;
}
.product-item-info .product-item-name {
  margin: 13px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 32px;
}
.product-item-info .product-item-link {
  text-decoration: none !important;
  color: inherit;
  max-width: 100%;
  color: #1C1C1C !important;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-item-info .price-box {
  margin: 0 !important;
  white-space: nowrap;
  display: flex;
  flex-wrap: wrap-reverse;
  align-items: flex-start;
  position: relative;
  padding-right: 82px;
  height: 42px;
}
.product-item-info .price-box .price {
  font-size: 100%;
}
.product-item-info .price-box .normal-price,
.product-item-info .price-box > .price-container,
.product-item-info .price-box .special-price {
  display: block;
  padding-right: 5px;
}
.product-item-info .price-box .normal-price .price,
.product-item-info .price-box > .price-container .price,
.product-item-info .price-box .special-price .price {
  font-family: "mardoto-bold", "roboto-bold";
  color: #1C1C1C;
}
.product-item-info .price-box .old-price {
  display: block;
  margin: 0;
  padding-right: 3px;
}
.product-item-info .price-box .old-price .price {
  color: #999999;
  text-decoration: line-through;
}
.product-item-info .price-box .old-price .price-label {
  display: none;
}
.product-item-info .product_ratio {
  display: block;
  max-width: 80px;
  clip: unset !important;
  margin: -14px 0 0 auto !important;
  width: auto !important;
  height: auto !important;
  font-size: 1.1rem;
  line-height: 13px;
  white-space: nowrap;
  text-transform: uppercase;
  color: #6D6D6D;
}
@media screen and (max-width: 639px) {
  .product-item-info .product_ratio {
    margin: 4px 0 0 !important;
    max-width: none;
  }
}
.product-item-info .product-item-inner {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: unset !important;
  left: auto !important;
  right: auto !important;
  height: auto !important;
  width: auto !important;
  overflow: visible !important;
}
.product-item-info .product-item-actions .actions-primary {
  display: block;
  font-size: 1rem;
  max-height: 0;
  position: relative;
  overflow: hidden;
  -o-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.product-item-info .product-item-actions .actions-primary:before {
  display: block;
  content: "";
  height: 20px;
}
.product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 16px;
  right: 18px;
  z-index: 3;
}
.product-item-info .product-item-actions .actions-secondary > .action {
  width: auto;
}
.product-item-info .product-item-actions .action:before {
  display: block;
}
.product-item-info .product-item-actions .action.tocart {
  width: 100%;
}
.product-item-info .product-item-actions .action.tocompare {
  display: none;
}
.product-item-info .product-item-actions .action.towishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-align: center;
  background: #ffffff;
}
.product-item-info .product-item-actions .action.towishlist:after {
  display: none;
  color: #ffffff;
  position: absolute;
  content: "\e908";
  z-index: 1;
  top: 3px;
  left: 5px;
  font-size: 1.6rem;
  opacity: 0;
  font-weight: 700;
}
.product-item-info .product-item-actions .action.towishlist:before {
  content: "\e910";
  font-size: 2rem;
  display: block;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.5px;
  color: inherit;
  width: auto;
  height: auto;
  padding: 2px;
}
.product-item-info .product-item-actions .action.towishlist.active, .product-item-info .product-item-actions .action.towishlist.selected {
  color: transparent;
}
.product-item-info .product-item-actions .action.towishlist.active:after, .product-item-info .product-item-actions .action.towishlist.selected:after {
  display: block;
}
.product-item-info .product-item-actions .action.towishlist.active:before, .product-item-info .product-item-actions .action.towishlist.selected:before {
  -webkit-text-fill-color: #FA3637;
}
.product-item-info .product-item-actions .action.towishlist.active:hover:before, .product-item-info .product-item-actions .action.towishlist.active:active:before, .product-item-info .product-item-actions .action.towishlist.selected:hover:before, .product-item-info .product-item-actions .action.towishlist.selected:active:before {
  -webkit-text-fill-color: #FA3637;
}
.product-item-info .product-item-actions .action.towishlist.active:hover:after, .product-item-info .product-item-actions .action.towishlist.active:active:after, .product-item-info .product-item-actions .action.towishlist.selected:hover:after, .product-item-info .product-item-actions .action.towishlist.selected:active:after {
  opacity: 1;
}
.product-item-info .swatch-attribute {
  display: none;
}
.product-item-info.hovered .product-item-photo img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.product-item-info.hovered .product-item-link {
  color: #50813F;
}

.products-grid .product-item-actions {
  margin: 0;
}

.stickers {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  font-family: "mardoto-medium", "roboto-medium";
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  color: #ffffff;
}
.stickers > * {
  margin-bottom: 10px;
}

.sale_sticker {
  padding: 5px;
  background: #FA3637;
  border-radius: 7px;
}

.new_sticker {
  padding: 5px;
  background: #50813F;
  border-radius: 7px;
}

.hot_sticker {
  padding: 5px;
  background: #F07300;
  border-radius: 7px;
}

.web .product-item-info:hover,
.touch .product-item-info {
  z-index: 5;
}
.web .product-item-info:hover .product-item-actions .actions-primary,
.touch .product-item-info .product-item-actions .actions-primary {
  max-height: 63px;
}

body {
  position: relative;
  overflow-x: hidden;
}

.widget.block.block-static-block {
  margin-bottom: 0;
}
@media screen and (min-width: 1210px) {
  .widget.block.block-static-block {
    display: flex;
    justify-content: center;
  }
}

main.page-main .main_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  margin-top: 0 !important;
  width: 34px;
  height: 34px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 50%;
  margin-left: -544.5316105215px;
  top: 60px;
}
main.page-main .main_slider .slick-arrow:before {
  display: block;
  color: #000000;
  font-size: 2.4rem;
}
@media screen and (max-width: 1199px) {
  main.page-main .main_slider .slick-arrow {
    left: 0;
    top: 30px;
    margin-left: 0;
  }
  main.page-main .main_slider .slick-arrow.slick-next {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    margin-left: 75px;
  }
  main.page-main .main_slider .slick-arrow.slick-prev {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    margin-left: 15px;
  }
}

main.page-main .main_slider .slick-next {
  transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
}
main.page-main .main_slider .slick-next:before {
  content: "\e903";
}

main.page-main .main_slider .slick-prev {
  transform: translate3d(-45px, 0, 0);
  -moz-transform: translate3d(-45px, 0, 0);
  -ms-transform: translate3d(-45px, 0, 0);
  -webkit-transform: translate3d(-45px, 0, 0);
  -o-transform: translate3d(-45px, 0, 0);
}
main.page-main .main_slider .slick-prev:before {
  content: "\e902";
}

.main_slider {
  position: relative;
  margin: 0 !important;
  color: #ffffff;
  width: 100%;
}
.main_slider:not(.slick-slider) {
  display: flex;
}
.main_slider:not(.slick-slider) .slide_block {
  flex: 0 0 100%;
  max-width: 100%;
}
.main_slider .slide_block {
  width: 100%;
  height: 574px;
  position: relative;
  overflow: hidden;
  padding: 120px 15px 160px;
  background: #1C1C1C;
}
.main_slider .slide_inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  max-width: 1180px;
  margin: 0 auto;
}
.main_slider .slide_title {
  font-family: "mardoto-medium", "roboto-medium";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_slider .slide_description {
  font-size: 160%;
  line-height: 24px;
  margin-top: 26px;
  max-width: 400px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main_slider .primary_btn {
  min-width: 180px;
  margin-top: 40px;
}
.main_slider .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.main_slider .slick-dots li {
  margin: 0;
  padding: 0 4px;
}
.main_slider .slick-dots li.slick-active button {
  pointer-events: none;
  background: #50813F !important;
}
.main_slider .slick-dots button {
  width: 8px;
  height: 8px;
  border: none !important;
  padding: 0;
  background: #ffffff !important;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .main_slider .slide_title {
    font-size: 400%;
    line-height: 1.2em;
    max-width: 580px;
  }
}
@media screen and (max-width: 1199px) {
  .main_slider .slide_block {
    height: 520px;
    padding: 80px 15px 130px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main_slider .slide_title {
    font-size: 340%;
    max-width: 500px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .main_slider .slide_title {
    font-size: 280%;
    line-height: 30px;
    max-width: 500px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider {
    margin: 0 -15px;
  }
  .main_slider:not(.slick-slider) .slide_block,
.main_slider .slick-list {
    border-radius: 0;
  }
  .main_slider .slide_block {
    height: 440px;
    padding: 80px 15px 110px;
  }
  .main_slider .slide_description {
    font-size: 140%;
    line-height: 19px;
    max-width: 440px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slide_block {
    height: 400px;
    padding: 80px 15px 60px;
  }
  .main_slider .primary_btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_block {
    height: 360px;
    padding: 30px 15px 80px;
  }
  .main_slider .primary_btn {
    margin-top: 24px;
  }
  .main_slider .slide_title {
    font-size: 200%;
    line-height: 26px;
    max-width: 460px;
  }
}

.rectangle_bnners {
  flex: 1;
  display: flex;
  margin: 0 -10px;
}
.rectangle_bnners .bnner_block {
  border: solid transparent;
  border-width: 0 10px;
}
.rectangle_bnners .bnner_block:first-child {
  max-width: 58.3%;
  flex: 0 0 58.3%;
}
.rectangle_bnners .bnner_block:last-child {
  max-width: 41.7%;
  flex: 0 0 41.7%;
}
.rectangle_bnners .bnner_block img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 400px;
}
.rectangle_bnners .bnner_block a {
  display: block;
  font-size: 0;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 575px) {
  .rectangle_bnners {
    margin: 0 -5px;
  }
  .rectangle_bnners .bnner_block {
    border-width: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  .rectangle_bnners {
    margin: 0;
    flex-wrap: wrap;
  }
  .rectangle_bnners .bnner_block {
    border-width: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .rectangle_bnners .bnner_block:first-child {
    margin-bottom: 20px;
  }
  .rectangle_bnners .bnner_block img {
    max-height: 320px;
  }
}

.main_bnners {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 80px;
  flex: 1;
}
.main_bnners .bnner_block {
  max-width: 33.3%;
  flex: 0 0 33.3%;
  border: solid transparent;
  border-width: 10px;
}
.main_bnners .bnner_block:last-child {
  max-width: 50%;
  flex: 0 0 50%;
}
.main_bnners .bnner_block:nth-child(n+4) {
  max-width: 50%;
  flex: 0 0 50%;
}
.main_bnners a {
  border-radius: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}
.main_bnners a:before {
  display: block;
  content: "";
  padding-bottom: 64.5%;
}
@media screen and (max-width: 991px) {
  .main_bnners {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  .main_bnners {
    padding-bottom: 60px;
    margin: 0 -5px;
  }
  .main_bnners .bnner_block {
    border-width: 5px;
  }
}
@media screen and (max-width: 575px) {
  .main_bnners .bnner_block {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .main_bnners .bnner_block:nth-child(n+4) {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .main_bnners .bnner_block:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 479px) {
  .main_bnners {
    padding-bottom: 50px;
  }
  .main_bnners .bnner_block {
    max-width: 100%;
    flex: 0 0 100%;
    border-width: 0;
    margin-bottom: 20px;
  }
  .main_bnners .bnner_block:nth-child(n+4) {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .main_bnners .bnner_block:last-child {
    margin-bottom: 0;
  }
}

.categories_section {
  margin: -100px 0 120px;
}
.categories_section .section_title {
  font-size: 2rem;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #ffffff;
}

.brands_section {
  margin-bottom: -20px;
}
@media screen and (min-width: 1210px) {
  .brands_section {
    display: flex;
    justify-content: center;
  }
}

.brands_slider {
  margin: -20px -20px 0;
}
.brands_slider:not(.slick-slider) {
  display: flex;
}
.brands_slider:not(.slick-slider) .slide_block {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.brands_slider .slick-list {
  overflow: visible;
}
.brands_slider .slide_block {
  padding: 20px 20px;
  position: relative;
  overflow: hidden;
}
.brands_slider .slide_block a {
  display: block;
  font-size: 0;
  line-height: 0;
}
.brands_slider .slide_block a:hover {
  box-shadow: 2px 5px 30px 5px rgba(0, 0, 0, 0.07);
}
.brands_slider .slide_block a:before {
  display: block;
  content: "";
  padding-bottom: 100%;
}
.brands_slider .slide_block img {
  object-fit: contain;
}
@media screen and (max-width: 1279px) {
  .brands_slider {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) and (max-width: 1279px) {
  .brands_slider {
    max-width: 1000px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 991px) {
  .brands_slider .slide_block {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
  .brands_slider {
    max-width: 600px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .brands_slider {
    max-width: 540px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .brands_slider {
    max-width: 360px;
    padding: 0 20px;
  }
  .brands_slider:not(.slick-slider) .slide_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

body {
  background: #F8F8F8;
}

.product-info-main .product-social-links .action.towishlist:after {
  display: none !important;
}
.product-info-main .product-social-links .action.towishlist.active:before, .product-info-main .product-social-links .action.towishlist.selected:before {
  -webkit-text-fill-color: inherit;
}
.product-info-main .product-social-links .action.towishlist.active:hover:before, .product-info-main .product-social-links .action.towishlist.active:active:before, .product-info-main .product-social-links .action.towishlist.selected:hover:before, .product-info-main .product-social-links .action.towishlist.selected:active:before {
  -webkit-text-fill-color: transparent;
}

.products_slider {
  margin: -20px -10px 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  padding-bottom: 50px;
}
.products_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  width: 34px;
  height: 34px;
  min-width: 34px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: none;
  left: 0;
  top: 50%;
  margin: -17px 0 0 0;
}
.products_slider .slick-arrow:before {
  display: block;
  color: #000000;
  font-size: 2rem;
}
.products_slider .slick-arrow.slick-next {
  margin: -17px 0 0 0;
  right: 0;
  left: unset;
}
.products_slider:not(.slick-slider) {
  display: flex;
}
.products_slider:not(.slick-slider) .slide_block {
  flex: 0 0 25%;
  max-width: 25%;
}
.products_slider .slick-list {
  overflow: visible;
}
.products_slider .slide_block {
  height: 372px;
  padding: 20px 10px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
}
@media screen and (max-width: 1279px) {
  .products_slider .slick-arrow {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 30.303%;
    max-width: 30.303%;
  }
  .products_slider .product-item-info .price-box .special-price {
    font-size: 160%;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 41.67%;
    max-width: 41.67%;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 45.45%;
    max-width: 45.45%;
  }
}
@media screen and (max-width: 575px) {
  .products_slider {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575px) {
  .products_slider {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products_slider .slide_block {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 55.55%;
    max-width: 55.55%;
  }
}
@media screen and (min-width: 400px) and (max-width: 479px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 66.67%;
    max-width: 66.67%;
  }
}
@media screen and (min-width: 360px) and (max-width: 399px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 76.92%;
    max-width: 76.92%;
  }
}
@media screen and (max-width: 359px) {
  .products_slider:not(.slick-slider) .slide_block {
    flex: 0 0 83.33%;
    max-width: 83.33%;
  }
}

.categories_section {
  margin: -110px 0 40px;
}
.categories_section .section_title {
  font-size: 2rem;
  line-height: 1.25em;
  text-transform: capitalize;
  color: #ffffff;
}
.categories_section .section_head {
  margin-bottom: 0;
}
.categories_section .category_slider {
  margin: 0 -10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.categories_section .category_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  font-size: 0;
  width: 34px;
  height: 34px;
  min-width: 34px;
  color: #000000;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-shadow: none;
  left: 0;
  top: 50%;
  margin: -17px 0 0 0;
}
.categories_section .category_slider .slick-arrow:before {
  display: block;
  color: #000000;
  font-size: 2.4rem;
}
.categories_section .category_slider .slick-arrow.slick-next {
  margin: -17px 0 0 0;
  right: 0;
  left: unset;
}
.categories_section .category_slider:not(.slick-slider) {
  display: flex;
}
.categories_section .category_slider:not(.slick-slider) .slide_block {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.categories_section .category_slider .slick-list {
  overflow: visible;
}
.categories_section .category_slider .slide_block {
  padding: 20px 10px;
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  vertical-align: top;
}
.categories_section .category_slider a {
  padding: 16px 20px 24px;
  height: 124px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  border-radius: 15px;
  font-family: "mardoto-bold", "roboto-bold";
  font-size: 120%;
  line-height: 1.25em;
  text-align: center;
  text-transform: uppercase;
  color: #1C1C1C;
}
.categories_section .category_slider a .text {
  margin-top: auto;
  display: block;
}
.categories_section .category_slider img {
  width: auto;
  height: 50px;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .categories_section .category_slider .slick-arrow {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 20%;
    max-width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 639px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 33.3%;
    max-width: 33.3%;
  }
}
@media screen and (max-width: 639px) {
  .categories_section .category_slider:not(.slick-slider) .slide_block {
    flex: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .categories_section {
    margin: -110px 0 30px;
  }
  .categories_section .section_title {
    font-size: 1.8rem;
  }
  .categories_section a {
    padding: 16px 10px 24px;
  }
}
@media screen and (max-width: 575px) {
  .categories_section .category_slider {
    margin: 0 -5px;
  }
  .categories_section .category_slider .slide_block {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 479px) {
  .categories_section .category_slider {
    margin: 0 -10px;
  }
  .categories_section .category_slider .slide_block {
    padding: 10px;
  }
  .categories_section .section_title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 399px) {
  .categories_section .category_slider {
    margin: 0 -5px;
  }
  .categories_section .category_slider .slide_block {
    padding: 10px 5px;
  }
}

.touch .products_slider .slide_block {
  height: auto;
}

.web .main_slider .slick-dots button, .main_slider .slick-dots .web button, .product-item-info .product-item-actions .action.towishlist:after {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.product-item-info .product-item-link {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .categories_section .category_slider a, .categories_section .category_slider .web a, .web main.page-main .main_slider .slick-arrow, main.page-main .main_slider .web .slick-arrow, .web .products_slider .slick-arrow, .products_slider .web .slick-arrow, .web .categories_section .category_slider .slick-arrow, .categories_section .category_slider .web .slick-arrow, .web .product-item-info .product-item-actions .action.tocart, .product-item-info .product-item-actions .web .action.tocart, .product-item-info, .product-item-info .product-item-photo, .product-item-info .product-item-photo img, .product-item-info .product-item-inner, .product-item-info .product-item-actions .action.towishlist:before, .brands_slider .slide_block a {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .categories_section .category_slider a, .categories_section .category_slider .touch a, .touch .product-item-info .product-item-actions .action.tocart, .product-item-info .product-item-actions .touch .action.tocart {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.product-item-info .product-item-actions .loading.action.tocart {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .rectangle_bnners .bnner_block a img, .rectangle_bnners .bnner_block .web a img {
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.web .rectangle_bnners .bnner_block a:hover img, .rectangle_bnners .bnner_block .web a:hover img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.web .product-item-info .product-item-actions .action.tocart:hover, .product-item-info .product-item-actions .web .action.tocart:hover {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}
.web .product-item-info .product-item-actions .action.tocart:active, .product-item-info .product-item-actions .web .action.tocart:active {
  background: #50813F;
  color: #ffffff !important;
  border-color: transparent;
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover {
  opacity: 0.7;
}
.web main.page-main .main_slider .slick-arrow:hover, main.page-main .main_slider .web .slick-arrow:hover, .web .products_slider .slick-arrow:hover, .products_slider .web .slick-arrow:hover, .web .categories_section .category_slider .slick-arrow:hover, .categories_section .category_slider .web .slick-arrow:hover {
  background: #50813F;
  color: #1C1C1C;
  border-color: transparent;
}
.web .categories_section .category_slider a:hover, .categories_section .category_slider .web a:hover {
  background: #EEF2EC;
  border-color: #50813F;
}
.touch .rectangle_bnners .bnner_block a img, .rectangle_bnners .bnner_block .touch a img {
  -o-transition: transform 0.15s;
  -ms-transition: transform 0.15s;
  -moz-transition: transform 0.15s;
  -webkit-transition: transform 0.15s;
  transition: transform 0.15s;
}
.touch .rectangle_bnners .bnner_block a:active img, .rectangle_bnners .bnner_block .touch a:active img {
  transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.touch .product-item-info .product-item-actions .action.tocart:active, .product-item-info .product-item-actions .touch .action.tocart:active {
  background: #3B672C;
  color: #ffffff !important;
  border-color: transparent;
}
.touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active {
  opacity: 0.7;
}
.touch .categories_section .category_slider a:active, .categories_section .category_slider .touch a:active {
  background: #EEF2EC;
  border-color: #50813F;
}

/*# sourceMappingURL=index.css.map */
