@charset "UTF-8";
@font-face {
  font-family: 'Tahoma';
  src: url("../assets/fonts/TahomaRegular.eot");
  src: local("Tahoma Regular"), local("TahomaRegular"), url("../assets/fonts/TahomaRegular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TahomaRegular.woff2") format("woff2"), url("../assets/fonts/TahomaRegular.woff") format("woff"), url("../assets/fonts/TahomaRegular.ttf") format("truetype"), url("../assets/fonts/TahomaRegular.svg#TahomaRegular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Tahoma';
  src: url("../assets/fonts/TahomaBold.eot");
  src: local("Tahoma Bold"), local("TahomaBold"), url("../assets/fonts/TahomaBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/TahomaBold.woff2") format("woff2"), url("../assets/fonts/TahomaBold.woff") format("woff"), url("../assets/fonts/TahomaBold.ttf") format("truetype"), url("../assets/fonts/TahomaBold.svg#TahomaBold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: fallback; }
@font-face {
  font-family: 'Urartu-Icons';
  src: url("../assets/fonts/icons-font/fonts/Urartu-Icons.eot?5plsi6");
  src: url("../assets/fonts/icons-font/fonts/Urartu-Icons.eot?5plsi6#iefix") format("embedded-opentype"), url("../assets/fonts/icons-font/fonts/Urartu-Icons.ttf?5plsi6") format("truetype"), url("../assets/fonts/icons-font/fonts/Urartu-Icons.woff?5plsi6") format("woff"), url("../assets/fonts/icons-font/fonts/Urartu-Icons.svg?5plsi6#Urartu-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'Urartu-Icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
@font-face {
  font-family: Calibri;
  src: url("../assets/fonts/calibri/Calibri-Regular.ttf");
}
.icon-address-road:before {
  content: "\e911"; }

.icon-edit:before {
  content: "\e910"; }

.icon-key:before {
  content: "\e90f"; }

.icon-map-pin:before {
  content: "\e90c"; }

.icon-shopping-bag:before {
  content: "\e90d"; }

.icon-log-out:before {
  content: "\e90e"; }

.icon-plus:before {
  content: "\e90a"; }
.hero-swiper img { border-radius: 10px; }
.icon-minus:before {
  content: "\e90b"; }

.icon-log-in:before {
  content: "\e909"; }

.icon-burger:before {
  content: "\e908"; }

.icon-chevron-left:before {
  content: "\e900"; }

.icon-chevron-right:before {
  content: "\e901"; }

.icon-clock:before {
  content: "\e902"; }

.icon-heart:before {
  content: "\e903"; }

.icon-phone:before {
  content: "\e904"; }

.icon-search:before {
  content: "\e905"; }

.icon-shopping-cart:before {
  content: "\e906"; }

.icon-user:before {
  content: "\e907"; }

body {
  margin: 0;
  font-family: 'Tahoma', sans-serif; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0;
  margin-bottom: 0; }

ul, ol {
  padding-left: 0;
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }

@media screen and (max-width: 750px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.added-message {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 50;
    font-weight: 700;
    padding: 15px 20px;
    background: #18406d;
    color: #fff;
    box-shadow: 0 0 8px #ccc;
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: #18406d;
  color: white;
  border: none;
  padding: 0 !important;
  font: inherit; }

.hero-swiper img { width:100%}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.product-banner img { object-position: left; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  -webkit-transition: height .5s ease-in-out;
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 5px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 0;
  height: 5px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 0;
  height: 5px;
  background-color: #2957a4; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: -7px;
  width: 20px;
  height: 20px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px #ed3449 inset;
          box-shadow: 0 0 0 2px #ed3449 inset;
  border-radius: 50%;
  cursor: pointer; }

.irs--flat .irs-min, .irs--flat .irs-max {
  display: none; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  display: none; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, white));
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #428bca), to(#b9d4ec));
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #B4B9BE), to(white));
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, #919BA5), to(white));
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#e9e6e6));
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #919ba5), to(#ffffff));
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

.main-header {
  position: relative;
  width: 100%;
  z-index: 8; }

.header-cap {
  width: 100%;
  height: 59px;
  background-color: #f1f1f1; }
  .header-cap .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }

.header-lang-el a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.48px;
  text-transform: capitalize;}
  .header-lang-el a img {
    margin-right: 10px; }

.header-cap-right-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

  .header-fav-button:not(:last-child) {
    margin-right: 15px; }
  .header-fav-button[data-fav-count]:not([data-fav-count="0"]) {
    position: relative; }
    .header-fav-button[data-fav-count]:not([data-fav-count="0"]):after {
      content: attr(data-fav-count);
      position: absolute;
      right: -12px;
      top: -21px;
      width: 22px;
      height: 22px;
      border-radius: 50%;
      background-color:#FFC121;
      color: #ffffff;
      border: 2px solid #fff;
      font-size: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.my-account-link {
  padding: 10px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  background: #104784;
  color: #ffffff;
  text-transform: capitalize;
  margin-right: 20px;
  transition: 240ms;
  height: 40px;
}
.my-account-link span {
  white-space: nowrap;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.my-account-link:hover {
  background-color: #18406d;
}
  .my-account-link i {
   display: none;
  }

.header-brand-col {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.header-body {
  max-width: 1820px;
  width: 100%;
  margin: 0 auto;
  padding: 33px 0;
  background-color: #ffffff; }
  .header-body .container {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.header-logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 100%;
  margin-right: 20px; }
  .header-logo img {
    display: block;
    height: 40px; }

.search-form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-form input {
    width: 557px;
    min-width: 0;
    height: 40px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #F1F1F1;
    border: none;
    outline: none;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #000000; }
  .search-form button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 67px;
    height: 40px;
    border-radius: 6px;
    border: none;
    outline: none;
    margin-left: -6px;
    background-color: #104784;
    cursor: pointer;
    -webkit-transition: background-color 240ms;
    transition: background-color 240ms; }
  .search-form button .icon-search{
    color: #fff;}
    .search-form button:hover {
      background-color: #18406d; }
  .search-form.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 54px;
    width: auto;
    left: 0;
    right: 0;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    max-width: none; }


.header-contact-col:not(:last-child) {
  margin-right: 40px; }

.header-contact-row i {
  font-size: 14px;
  margin-right: 4px; }
.header-contact-row .header-contact-phone, .header-contact-row .header-contact-time {
  font-size: 16px;
  line-height: 18px;
  color: #929292; }
.header-contact-row .header-contact-time i {
  color: #ee3073; }
.header-contact-row:not(:last-child) {
  margin-bottom: 5px; }

.header-cart-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  position: relative;
  margin: 0 33px;
}
  .header-cart-button[data-basket-count]:after {
    content: attr(data-basket-count);
    position: absolute;
    top: -12px;
    left: 18px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFC121;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    font-size: 12px;
    font-family: sans-serif;
    color: #ffffff; }

.main-navigation-wrapper {
  width: 100%;
  height: 46px;
  background-color: #ffffff;
  border-top: 2px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9;
  max-width: 1820px;
  margin: 0 auto 20px;
}
  .main-navigation-wrapper .container {
    height: 100%; }

.main-navigation {
  width: 100%;
  height: 100%; }
  .main-navigation .main-nav-list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1px;
  }
  .main-navigation .main-nav-el {
    position: relative;
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
.main-navigation .main-nav-el:after {
  content: '';
  display: block;
  width: 2px;
  height: 29px;
  background: #E9E9E9;
  position: absolute;
  top: 7px;
  left: -13px;
}
.main-navigation li:first-child:after {
  display: none;
}
    .main-navigation .main-nav-el > .main-nav-sublist {
      background-color: #ffffff;
      width: 300px;
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
      border-radius: 6px;
      padding: 10px 0 10px 10px;
      max-height: calc(100vh - 260px);
      overflow-y: auto;
      overflow-x: hidden; }
      .main-navigation .main-nav-el > .main-nav-sublist .main-nav-label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .main-navigation .main-nav-el > .main-nav-sublist .main-nav-label a {
          width: 100%;
          min-width: 0;
          padding-top: 10px;
          padding-bottom: 10px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
        font-size: 13px}
        .main-navigation .main-nav-el > .main-nav-sublist .main-nav-label button {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto;
          width: 40px;
          height: 40px;
          background-color: transparent;
          border: none;
          outline: none;
          padding: 0;
          cursor: pointer;
        font-size: 9px;}
      .main-navigation .main-nav-el > .main-nav-sublist > .main-nav-sublist-el > .main-nav-sublist {
        position: fixed;
        top: 59px;
        left: 300px;
        width: 300px;
        height: max-content;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        background-color: #ffffff;
        width: 300px;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
                box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
        border-radius: 6px;
        padding: 10px 0 10px 10px;
        overflow-y: auto;
        overflow-x: hidden; }
        .main-navigation .main-nav-el > .main-nav-sublist > .main-nav-sublist-el > .main-nav-sublist .main-nav-sublist {
          position: fixed;
          top: 59px;
          left: 600px;
          width: 300px;
          height: calc(100vh - 260px);
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          background-color: #ffffff;
          width: 300px;
          -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.15);
          border-radius: 6px;
          padding: 10px 0 10px 10px;
          overflow-y: auto;
          overflow-x: hidden; }
    .main-navigation .main-nav-el > .main-nav-label {
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #fff; }
      .main-navigation .main-nav-el > .main-nav-label > a {
        width: 100%;
        min-width: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 12px;
        line-height: 16px;
        color: #000;
        word-break: break-word;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden; }
      .main-navigation .main-nav-el > .main-nav-label > button {
        background-color: transparent;
        border: none;
        outline: none;
        color: #000;
        padding: 7px 10px 7px 0;
        font-size: 9px;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        left: -11px;
      }
        .main-navigation .main-nav-el > .main-nav-label > button i {
          display: block;
          -webkit-transform: rotateZ(90deg);
                  transform: rotateZ(90deg); }
    .main-navigation .main-nav-el:last-child > .main-nav-sublist {
      margin-left: -122px; }
      .main-navigation .main-nav-el:last-child > .main-nav-sublist > .main-nav-sublist-el > .main-nav-sublist {
        left: auto;
        right: 310px; }
        .main-navigation .main-nav-el:last-child > .main-nav-sublist > .main-nav-sublist-el > .main-nav-sublist .main-nav-sublist {
          left: auto;
          right: 600px; }
  .main-navigation .main-nav-sublist {
    display: none; }

.page-content {
  width: 100%; }

.hero-banner {
  width: 100%; }

.hero-slider-image {
  display: block;
  width: 100%;
  height: 476px;
border-radius: 10px;
object-fit: cover;
}

.page-section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px; }
  .page-section.gray {
    background-color: #f1f1f1; }

.page-section-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  font-weight: 400; }

.product-slider {
  width: 100%; }

.product-card {
  position: relative;
  width: 100%;
  padding: 8px;
  border: 1px solid #dddcdc;
  border-radius: 6px;
  background-color: #ffffff; }
  .product-card[data-tag]:before {
    content: attr(data-tag);
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    background-color: #ee3049;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase; }
  .product-card[data-sale]:after {
    content: attr(data-sale);
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    background-color: #353739;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 6px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.product-card-image {
  width: 100%;
  margin-bottom: 25px; }
  .product-card-image img {
    display: block;
    width: 100%;
    height: 166px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.product-card-name {
  width: 100%;
  margin-bottom: 10px;
  font-size: 18px;
  min-height: 40px;
  line-height: 20px;
  color: #353739;
  font-weight: 400; }

.product-card-price {
  font-size: 16px;
  line-height: 18px;
  color: #353839;
  margin-bottom: 20px; }
  .product-card-price .prod-card-old-price {
    font-size: 14px;
    line-height: 16px;
    color: #94999f;
    text-decoration: line-through; }
    .product-card-price .prod-card-old-price:before {
      content: ' '; }

.prod-card-action-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.add-prod-to-cart {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 32px;
  border-radius: 6px;
  border: none;
  outline: none;
  background-color: #4DB748;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .add-prod-to-cart i {
    font-size: 16px;
    margin-right: 7px; }

.add-prod-to-fav {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 18px;
  margin-left: 7px;
  cursor: pointer;
  color: rgba(238, 48, 73, 0.5);
  -webkit-transition: color 240ms;
  transition: color 240ms; }
  .add-prod-to-fav:hover {
    color: #ee3073; }

.category-grid {
  width: 100%;
  padding-top: 60px;
  margin-bottom: 40px; }

.category-grid-inner {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px; }

.category-grid-el {
  width: 100%;
  min-width: 0;
  text-align: left;
  padding: 6px 10px;
  padding-right:0px;
  padding-bottom:0px;
  -webkit-transition: -webkit-box-shadow 240ms;
  transition: -webkit-box-shadow 240ms;
  transition: box-shadow 240ms;
  transition: box-shadow 240ms, -webkit-box-shadow 240ms;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  background-color: #EDEDED;
  line-height: 20px;
  text-transform: capitalize;
  color: #353739; }
  .category-grid-el img {
    display: block;
    margin-left: 20%;
    margin-right: 0px;
    width: 80%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    margin-bottom: 20px;
    -webkit-transition: -webkit-filter 240ms;
    transition: -webkit-filter 240ms;
    transition: filter 240ms;
    transition: filter 240ms, -webkit-filter 240ms; }
  .category-grid-el:hover {
    }
    .category-grid-el:hover img {
      transform: scale(1.05);}

.banner-slider-wrapper {
  width: 100%;
  margin-bottom: 25px; }


.owl-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(26, 36, 51, .12);
    font-size: 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -5%;
    cursor: pointer;
    z-index: 4;
}


.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 1px 6px rgba(26, 36, 51, .12);
    font-size: 0;
    background-color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -5%;
    cursor: pointer;
    z-index: 4;
}

.banner-slider {
  width: 100%; }

.banner-group-el {
  width: 100%; }
  .banner-group-el img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px; }

.double-banner-slider-wrapper {
  width: 100%;
  margin-bottom: 60px; }

.brand-slider-wrapper {
  width: 100%;
  margin-bottom: 120px; }

.brand-slider {
  width: 100%; }

.main-footer-wrapper {
  width: 100%;
  background-color: #104784;
  margin-top: 85px; }

.main-footer {
  width: 100%;
  padding: 40px 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

.footer-col-group {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }


.footer-col-title {
  color: #7e7b7b;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize; }

.footer-col-links .footer-col-link {
  color: #7e7b7b;
  font-size: 18px;
  text-transform: capitalize; }
  .footer-col-links .footer-col-link:not(:last-child) {
    margin-bottom: 10px; }

.footer-contact-col {
  width: 310px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.footer-contact-section {
  width: 100%; }
  .footer-contact-section:not(:last-child) {
    margin-bottom: 35px; }

.footer-contact-section-title {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.footer-contact-payment-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-contact-payment-row img {
    display: block;
    width: auto;
    height: 32px; }
    .footer-contact-payment-row img:not(:last-child) {
      margin-right: 6px; }

.footer-contact-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-contact-social-links .footer-contact-social-link:not(:last-child) {
    margin-right: 8px; }
  .footer-contact-social-links .footer-contact-social-link img {
    display: block;
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.footer-copyright {
  width: 100%;
  height: 44px;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
  .footer-copyright .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .footer-copyright p {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
  }

.burger-button {
  display: none;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  margin-left: 10px;
  border: none;
  outline: none;
  font-size: 18px;
  cursor: pointer; }

.mob-search-button {
  display: none; }

.catalogue-wrapper {
  width: 100%;
  padding-top: 85px; }
  .catalogue-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.catalogue-page-sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 40px; }

.catalogue-page-content-wrapper {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.catalogue-price-range-block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin-top: 35px; }

.catalogue-price-range-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.catalogue-price-range-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  color: #353739; }
  .catalogue-price-range-label:after {
    content: ' '; }

.price-range-field {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 42px;
  border-radius: 6px;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 18px; }

.catalogue-page-sidebar-form {
  width: 100%; }

.catalogue-sidebar-section {
  width: 100%; }
  .catalogue-sidebar-section:not(:last-child) {
    margin-bottom: 20px; }

.catalogue-sidebar-section-title-wrapper {
  width: 100%;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px; }

.catalogue-sidebar-section-title {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  color: #353739;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 7px; }

.catalogue-sidebar-section-toggle {
  height: 100%;
  width: 35px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border: none;
  outline: none;
  background-color: transparent;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .catalogue-sidebar-section-toggle i {
    display: block;
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg); }

.catalogue-sidebar-brands-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-height: 400px; }

.catalogue-sidebar-brands-filter {
  width: 100%;
  height: 48px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 6px;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  margin-bottom: 10px; }

.catalogue-sidebar-brands {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden; }

.catalogue-sidebar-brand {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 16px;
  cursor: pointer; }
  .catalogue-sidebar-brand:not(:last-child) {
    margin-bottom: 10px; }
  .catalogue-sidebar-brand input {
    display: none; }
    .catalogue-sidebar-brand input:checked + .catalogue-sidebar-switcher {
      position: relative;
      background-color: #2957a4; }
      .catalogue-sidebar-brand input:checked + .catalogue-sidebar-switcher:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: rotateZ(-45deg) translate(-1px, -8px);
                transform: rotateZ(-45deg) translate(-1px, -8px);
        width: 15px;
        height: 8px;
        -webkit-box-shadow: 2px -2px 0 0 #ffffff inset;
                box-shadow: 2px -2px 0 0 #ffffff inset; }
  .catalogue-sidebar-brand .catalogue-sidebar-switcher {
    display: block;
    width: 25px;
    height: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-radius: 6px;
    margin-right: 10px;
    background-color: #e1e4e9; }
  .catalogue-sidebar-brand .catalogue-sidebar-label {
    display: block;
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 18px; }

.category-list {
  width: 100%; }
  .category-list .main-nav-list {
    width: 100%; }
  .category-list .main-nav-label {
    width: 100%;
    height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #E9E9E9;
    padding: 4px 0;}
    .category-list .main-nav-label a {
      width: 100%;
      min-width: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 6px;
      font-size: 16px;
      line-height: 18px; }
    .category-list .main-nav-label button {
      width: 35px;
      height: 35px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: transparent;
      border: none;
      outline: none;
      padding-left: 0;
      padding-right: 0;
      cursor: pointer; }
      .category-list .main-nav-label button i {
        display: block;
        -webkit-transform: rotateZ(90deg);
                transform: rotateZ(90deg); }
  .category-list .main-nav-sublist {
    display: none;
    padding-left: 20px; }

.catalogue-page-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }

.catalogue-title {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 22px;
  color: #353739;
  font-weight: 400; }

.catalogue-sorting {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 20px; }

.catalogue-sorting-label {
  font-size: 20px;
  line-height: 22px;
  color: #353739;
  font-weight: 400;
  text-transform: capitalize; }

.catalogue-sorting-select {
  width: 200px;
  height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  background-color: #f8f8f8;
  border: none;
  outline: none;
  border-radius: 6px; }

.catalogue-page-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 12px; }

.catalogue-el {
  width: 100%; }

.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px; }
  .pagination-wrapper a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px; }
    .pagination-wrapper a.active {
      color: #ee3073; }

.product-page-wrapper {
  width: 100%;
  padding-top: 50px;
  margin-bottom: 30px; }
  .product-page-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.product-illustration-col {
  width: 600px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 50px; }

.product-information-column {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.product-main-image {
  position: relative;
  width: 100%;
  border-radius: 6px;
  margin-bottom: 20px;
  border: 1px solid #ededed;
  overflow: hidden; }
  .product-main-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    pointer-events: none; }
  .product-main-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.product-images-list {
  width: 100%; }

.product-slider-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed;
  border-radius: 6px; }
  .product-slider-image:after {
    content: '';
    display: block;
    position: relative;
    padding-top: 100%;
    pointer-events: none; }
  .product-slider-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center; }

.product-info-title {
  width: 100%;
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  color: #353739;
  margin-bottom: 30px; }

.product-description {
  width: 100%;
  margin-bottom: 20px; }

.product-desc-row {
  width: 100%;
  color: #94999f;
  font-size: 0; }
  .product-desc-row dt, .product-desc-row dd {
    display: inline-block;
    font-size: 20px;
    line-height: 22px; }
  .product-desc-row dt {
    text-transform: capitalize; }
    .product-desc-row dt:after {
      content: ': '; }
  .product-desc-row dd {
    margin-left: 0; }
  .product-desc-row a {
    color: #2a58a5;
    text-decoration: underline;
    text-transform: uppercase; }
  .product-desc-row:not(:last-child) {
    margin-bottom: 15px; }

.product-single-action-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.product-single-count-calc {
  width: 200px;
  height: 55px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #9f9f9f;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px;
  margin-bottom: 30px; }
  .product-single-count-calc button {
    width: 55px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #9f9f9f;
    border: none;
    outline: none;
    font-size: 15px;
    cursor: pointer; }
  .product-single-count-calc input {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border: none;
    outline: none;
    font-size: 18px; }

.product-price-block {
  width: 100%;
  margin-bottom: 40px; }

.product-old-price {
  width: 100%;
  color: #94999f;
  text-decoration: line-through;
  font-size: 20px;
  line-height: 24px; }
  .product-old-price + .product-current-price {
    color: #ED1C24; }

.product-current-price {
  width: 100%;
  color: #353739;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700; }

.product-current-kg-price {
  width: 100%;
  color: #8d9299;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400; }

.product-single-buttons {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.prod-add-to-cart {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 55px;
  background-color: #18406d;
  border: none;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .prod-add-to-cart i {
    margin-right: 10px;
    font-size: 20px; }

.prod-add-to-fav {
  width: 55px;
  height: 55px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
  border-radius: 6px;
  background-color: #ee3073;
  color: #ffffff;
  border: none;
  outline: none;
  font-size: 20px;
  cursor: pointer; }

.product-single-description {
  width: 100%;
  margin-bottom: 50px; }
  .product-single-description p {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    color: #94999f; }

.personal-page-wrapper {
  padding-top: 30px; }
  .personal-page-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

.personal-page-sidebar {
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 50px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  overflow: hidden;
  background-color: #ffffff; }

.personal-page-sidebar-inner {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 290px;
  left: 0; }

.personal-page-body {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 6px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.user-name {
  width: 100%;
  height: 55px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #353739;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.user-pages-links {
  width: 100%;
  padding-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.1); }

.user-pages-link a {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 18px;
  text-transform: capitalize;
  -webkit-transition: background-color 240ms;
  transition: background-color 240ms; }
  .user-pages-link a i {
    font-size: 18px;
    margin-right: 10px; }
  .user-pages-link a:hover {
    background-color: rgba(42, 88, 165, 0.2); }
  .user-pages-link a.active {
    background-color: rgba(42, 88, 165, 0.7);
    color: #ffffff; }

.personal-page-header {
  width: 100%;
  height: 55px;
  font-size: 18px;
  line-height: 20px;
  color: #353739;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.personal-page-title {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #353739;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  font-weight: 400;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0; }

.personal-page-content {
  width: 100%;
  height: 100%;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: rgba(0, 0, 0, 0.1); }

.personal-order-history {
  width: 100%;
  padding: 20px; }

.personal-order {
  width: 100%; }
  .personal-order:not(:last-child) {
    margin-bottom: 10px; }
  .personal-order:first-child .personal-order-header {
    border-top: 1px solid #94999f; }

.personal-order-header {
  width: 100%;
  min-height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #94999f;
  cursor: pointer; }
  .personal-order-header button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 55px;
    height: 55px;
    border: none;
    outline: none;
    background-color: transparent; }
    .personal-order-header button:before {
      display: block;
      -webkit-transform: rotateZ(90deg);
              transform: rotateZ(90deg);
      -webkit-transition: -webkit-transform 240ms;
      transition: -webkit-transform 240ms;
      transition: transform 240ms;
      transition: transform 240ms, -webkit-transform 240ms; }
  .personal-order-header.active button:before {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg); }

.personal-order-left-col {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 17px; }
  .personal-order-left-col time {
    display: inline-block; }
  .personal-order-left-col h4 {
    display: inline-block; }

.personal-order-body {
  display: none;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 15px; }
  .personal-order-body table {
    width: 100%; }
    .personal-order-body table th {
      font-family: 'Tahoma', sans-serif;
      padding-bottom: 20px;
      font-size: 12px; }
      .personal-order-body table th:nth-child(1), .personal-order-body table th:nth-child(2) {
        text-align: left; }
      .personal-order-body table th:nth-child(3) {
        text-align: right; }
    .personal-order-body table td:nth-child(3) {
      text-align: right; }

.personal-order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .personal-order-info img {
    display: block;
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: #ffffff;
    -o-object-position: center;
       object-position: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-right: 10px;
    border-radius: 6px; }
  .personal-order-info h5 {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.personal-account-page-wrapper {
  width: 100%;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 40px; }

.personal-account-col {
  width: 100%;
  min-width: 0; }

.personal-account-col-title {
  width: 100%;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px; }

.personal-reset-pass-form {
  width: 100%; }

.personal-account-field {
  display: block;
  width: 100%; }
  .personal-account-field:not(:last-child) {
    margin-bottom: 20px; }

.personal-account-label {
  display: block;
  width: 100%;
  text-transform: capitalize;
  font-size: 12px;
  line-height: 14px;
  padding-left: 10px;
  margin-bottom: 10px; }
  .personal-account-label + input {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px; }
    .personal-account-label + input[readonly] {
      color: rgba(0, 0, 0, 0.4); }
  .personal-account-label + select {
    width: 100%;
    height: 55px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    outline: none;
    padding: 0 20px;
    font-size: 16px;
    line-height: 18px; }
    .personal-account-label + select[readonly] {
      color: rgba(0, 0, 0, 0.4); }

.personal-account-data-save {
  width: 340px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 18px;
  border: none;
  outline: none;
  background-color: #104784;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer; }
  
  
  
  .personal-account-data-save[disabled] {
    opacity: 0.4;
    pointer-events: none; }

.personal-account-button-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.personal-account-data-save[type="button"] {
  margin-right: 15px;
  background-color: #2a58a5; }

.personal-page-addresses-wrapper {
  width: 100%; }

.personal-page-addresses-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  padding: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px; }

.add-new-address-form {
  width: 100%;
  max-width: 500px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

.personal-page-address-el {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 80px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .personal-page-address-el i {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #ffffff;
    border: 10px solid #e5e5e5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    position: absolute;
    top: 0;
    left: -1px;
    font-size: 33px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .personal-page-address-el.default i:after {
    content: "\e90c";
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #353739;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.personal-page-address-data {
  width: 100%;
  min-width: 0;
  min-height: 80px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 40px 6px 6px 40px;
  background-color: #ffffff;
  padding-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-style: normal; }

.personal-page-address-action-wrapper {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .personal-page-address-action-wrapper .personal-page-address-action {
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 6px;
    font-size: 16px;
    line-height: 18px; }
    .personal-page-address-action-wrapper .personal-page-address-action.remove {
      margin-right: 10px;
      background-color: #ed1c24;
      color: #ffffff; }

.cart-wrapper {
  width: 100%;
  padding-top: 50px; }

.cart-prod-count {
  width: 100%;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 20px;
  color: #353739;
  font-weight: 400;
  margin-bottom: 50px; }
  .cart-prod-count span {
    font-weight: 700; }

.cart-table {
  width: 100%;
  display: table;
  margin-bottom: 50px; }

.cart-thead, .cart-tbody {
  width: 100%;
  display: table-row-group; }

.cart-tr {
  width: 100%;
  display: table-row; }

.cart-col-title {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 20px;
  color: #94999f;
  padding-bottom: 20px; }

.cart-prod-price-num p:after {
  content: " " attr(data-cur); }

.cart-col-title, .cart-product-col, .cart-prod-calc-wrapper, .cart-prod-price-num {
  display: table-cell; }

.cart-product-col, .cart-prod-calc-wrapper, .cart-prod-price-num {
  padding-top: 10px;
  padding-right: 10px; }

.cart-product-col-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  min-height: 80px; }

.cart-prod-img {
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-color: #ffffff;
  border-radius: 50%; }

.cart-prod-remove {
  text-align: right; }

.cart-prod-remove button {
  height: 53px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  outline: none;
  border-radius: 6px;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  color: #353739;
  background-color: #cfcfcf;
  -webkit-transition: background-color 240ms, color 240ms;
  transition: background-color 240ms, color 240ms; }
  .cart-prod-remove button:hover {
    color: #ffffff;
    background-color: #ed1c24; }

.cart-checkout-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.cart-checkout-col {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .cart-checkout-col:nth-child(1) {
    padding-right: 20px; }
  .cart-checkout-col:nth-child(2) {
    padding-left: 20px; }

.cart-checkout-col-title {
  width: 100%;
  text-transform: capitalize;
  color: #ed3449;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.cart-checkout-form {
  width: 100%; }
  .cart-checkout-form input, .cart-checkout-form select {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset; }

.radio-group {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }

.radio-el {
  position: relative;
  width: 100%;
  height: 50px;
  cursor: pointer; }
  .radio-el input {
    display: none; }
    .radio-el input:checked + span {
		border:3px solid #104784;}
  .radio-el span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	font-size:13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
            box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3) inset;
    border-radius: 6px;
    text-transform: capitalize;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left; }
    .radio-el span img {
      display: block;
      width: 80%;
      height: 70%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center; }

.cart-total-wrapper {
  width: 100%; }

.cart-total-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .cart-total-row span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: 0;
    display: block;
    height: 1px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    margin-top: 4px; }
  .cart-total-row:not(:last-child) {
    margin-bottom: 20px; }

.cart-total-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: capitalize;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 10px; }

.cart-total-value {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px; }
  .cart-total-value:after {
    content: " " attr(data-cur); }

.hidden-burger-menu-wrapper {
  display: none; }

.wishlist-action-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .wishlist-action-row button {
    width: 150px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 6px;
    font-size: 16px;
    line-height: 18px;
    border: none;
    outline: none;
    background-color: #11A555;
    color: #ffffff;
    text-transform: capitalize;
    cursor: pointer; }

.about-us {
  width: 100%;
  padding-top: 100px; }
  .about-us .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px; }

.img-cont {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .img-cont img {
    display: block;
    width: 100%; }

.about-us-text {
  width: 100%;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.about-us-title {
  width: 100%;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 24px; }

.about-urartu-shop-title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 40px; }

.about-us-info {
  width: 100%;
  font-size: 14px;
  color: #353739;
  margin-bottom: 48px;
  line-height: 1.5; }

.return-page-title {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  color: #f89b1c;
  font-size: 30px;
  line-height: 34px; }

.return-page-wrapper {
  padding-top: 50px; }

.return-page-content {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }
  .return-page-content h2, .return-page-content h3, .return-page-content h4, .return-page-content h5, .return-page-content h6 {
    color: #f89b1c;
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 30px; }
  .return-page-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px; }




  /* new styles */

.line {
  padding: 0 70px;
}
.marquee-row {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 100%;
  min-height: 2rem;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  background-color: #FE6108;
  padding: 9px 0;
}
.marquee-block{
  position:relative;
  display: flex;
  width: 100%;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  justify-content: space-between;
}
.marquee-item-list{
  display: inline-flex;
}
.marquee-item-list li{
  width: 100%;
  list-style: none;
  padding-right: 30px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #fff;
  margin-right: 30px;
}
.marquee1{animation-name: marquee1;}
.marquee2{animation-name: marquee2;}

@keyframes marquee1 {
  0% { left: 0; }
  100% {left: -100%;}
}
@keyframes marquee2 {
  100% { left: 0; }
  0% {left: -100%;}
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.header-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-lang-block {
  width: 65px;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  background: #F1F1F1;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-lang-el {
 margin: 10px 0;
}
.header-lang-el.current {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.language-section {
  position: relative;
  width: 65px;
  height: 40px;
  cursor: pointer;
}
.lang-layer:after {
  content: url("../assets/images/arrow-down.svg");
  position: absolute;
  right: 10px;
  top: 9px;
  z-index: 1;
}
.lang-layer {
  width: 65px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.hidden {
  display: none;
}
.opened {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.opened + .lang-layer:after {
  transform: rotate(180deg);
  top: 15px;
}

.favorite-section {
  margin-left: 63px;
  position: relative;
}

.hero-swiper {
  width: 100%;
}
.swiper-button-prev:after, .swiper-button-next:after {
  display: none;
}
.page-content {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hero-swiper {
  position: relative;
}
.hero-swiper .swiper-button-prev {
  left: 216px !important;
}
.hero-swiper .swiper-button-next {
  right: 216px !important;
}
.swiper-pagination-bullet {
  background: #D9D9D9 !important;
  opacity: 0.5;
}
.swiper-pagination-bullet-active {
  opacity: 1;
}
.grid-section {
  margin: 100px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto auto;
  gap: 16px;
  max-width: 88%;
  width: 100%;
}
.grid-section-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.item-name {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight:700;
  line-height: 25px;
  display: block;
  max-width: 155px;
  position: absolute;
  top: 16px;
  left: 16px;
}
.grid-section-item img {
  width: 100%;
}
.p1, .p2, .p3, .p4, .p5 {
  background: #FFC121;
}
.p6 {
  background: #FFF2BE;
}
.p7 {
  background: #BCD9D0;
}
.p8 {
  background: #FBE2EB;
}
.p9 {
  background: #ffe0c5;
}
.p10 {
  background: #FFF2BE;
}
.p11 {
  background: #FFDCF5;
}
.p12 {
  background: #C9FBFF;
}

.homepage-product-section .product-card {
  border: none;
}
.homepage-product-section .product-card-image {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding: 10px;
  height: 318px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage-product-section .add-prod-to-cart {
  background: #104784;
}
.homepage-product-section .product-card {
  position: relative;
}
.full-slider-section .swiper-button-next {
  right: 102px;
}
.full-slider-section .swiper-button-prev {
  left: 102px;
}
.product-type-section .swiper-button-next {
  right: 25px;
}
.product-type-section .swiper-button-prev {
  left: 25px;
}

.product-type-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 1920px;
  width: 100%;
  margin: 100px auto;
  padding: 0 44px;
}
.product-type-section > div {
  width: 50%;
}
.product-img {
  height: 287px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}
.prod-favorite-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 2;
}
.product-price {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.product-kg-price {
  color: #8d9299;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.product-name {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  word-break: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  margin-top: 3px;
}
.add-product-btn {
  padding: 11px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: #104784;
  color: #ffffff;
  transition: 240ms;
  cursor: pointer;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  border: none;
  outline: none;
  margin-top: 12px;
}
.add-product-btn img {
  margin-right: 18px;
}
.add-product-btn:hover {
  background-color: #18406d;
}
.product-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}
.see-more {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration-line: underline;
  position: relative;
  top: 20px;

}
.product-banner {
  margin-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.product-banner img {
 width: 100%;
  height: 395px;
  object-fit: cover;
  border-radius: 10px;
}
.product-brand-swiper .swiper-button-next{
  right: 11px;
}
.product-brand-swiper .swiper-button-prev{
  left: 11px;
}
.product-image {
  max-width: 220px;
  width: 90%;
  max-height: 271px;
  object-fit: contain;
}
.bonus-card-section {
  max-width: 1820px;
  width: 100%;
  margin: 100px auto;
  border-top: 2px solid #E9E9E9;
  border-bottom: 2px solid #E9E9E9;
  padding: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.know-more {
  border-radius: 6px;
  background: #E9E9E9;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 13px;
  margin-left: 56px;
  width: 290px;
}
.bonus-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bonus-img {
  margin-right: 30px;
}
.bonus-card-txt {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.full-slider-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 100px;
}
.discount {
  color: #B6B6B6;
  margin-left: 10px;
  text-decoration: line-through;
}
.discount-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-discount {
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 1;
  border-radius: 3px;
  background: #FE6108;
  width: 49px;
  height: 24px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.product-new {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 1;
  border-radius: 3px;
  background: #11A555;
  width: 49px;
  height: 24px;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ph-title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-3images {
  max-width: 1920px;
  width: 100%;
  margin: 100px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto auto;
  grid-template-columns: auto auto auto;
  gap: 20px;
  padding: 0 44px;
}
.banner-3images img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  border-radius: 10px;
}
.ph-title img {
  position: relative;
  top: -2px;
  left: 16px
}
.slider-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 44px;
  padding-left: 44px;
}
.slider-heading {
  margin-bottom: 25px;
}
.single-banner {
  max-width: 1817px;
  width: 100%;
  margin: 0 auto 100px;
}
.single-banner img {
  width: 100%;
}
.brands-section {
  max-width: 1399px;
  width: 100%;
  margin: 0 auto;
}
.footer-logo {
  margin-bottom: 30px;
}
.work-hours {
  margin-bottom: 48px;
}
.f-txt {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: capitalize;
  margin-bottom: 6px;
  white-space: nowrap;
}
.hours {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.phone-number-item {
  color: #DADADA;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.42px;
  text-transform: capitalize;
}
.phone-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  position: relative;
}
.phone-icon {
  margin-right: 10px;
}
.phone-numbers:before {
  content: '';
  display: block;
  width: 38px;
  height: 2px;
  background: #479ED9;
  position: absolute;
  top: -10px;
  left: 0;
}
.numbers-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-col-link a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.48px;
  text-transform: capitalize;
}
.footer-col-link {
  margin-bottom: 20px !important;
}
.cards-social .footer-contact-section-title {
  text-align: right;
  margin-bottom: 18px;
}
.cards-social .footer-contact-payment-row, .cards-social .footer-contact-social-links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

.footer-menu, .cards-social, .footer-subscription {
  padding-top: 67px;
}
.subscribe-txt {
  color: #D7D7D7;
  font-size: 14px;
  font-weight: 300;
  margin: 4px 0 10px;
}
.subscribe-form {
  position: relative;
  padding: 4px;
  border-radius: 8px;
  background: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 260px;
  max-width: 392px;
  width: 100%;
}
.subscribe-btn {
  width: 121px;
  height: 40px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background: #104784;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.subscribe-btn:hover {
  background-color: #18406d;
}
.subscribe-form input {
  width: 100%;
  padding: 8px;
  border: none;
  outline: none;
}
.error-field {
  position: absolute;
  bottom: -20px;
  font-size: 13px;
  color: red;
  left: 4px;
}
.selected path {
  fill: #EC1C24;
  opacity: 1;
}
.mob-menu-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  width: 100%;
}
.mob-menu-heading button {
    border: none;
  background: none;
}
.swiper-button-next, .swiper-button-prev {
  top: 38% !important;
}
.hero-swiper .swiper-button-next, .hero-swiper .swiper-button-prev {
  top: 50% !important;
}
.header-body .container {
  max-width: 1920px;
  padding: 0;
}
.product-brand-swiper .swiper-button-prev img, .product-brand-swiper .swiper-button-next img {
  width: 35px;
}
.brand-swiper .swiper-button-prev img, .brand-swiper .swiper-button-next img {
  width: 35px;
}


/* end of new styles */


@media screen and (max-width: 1820px) {
  .header-body, .main-navigation-wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 1700px) {
  .item-name {
    font-size: 15px;
    line-height: 21px;
  }
  .banner-3images img {
    height: 320px;
  }
  .main-footer {
    padding: 40px;
  }
  .footer-col-link a, .hours, .footer-contact-section-title, .footer-copyright p, .f-txt {
    font-size: 14px;
  }
  .subscribe-txt {
    font-size: 12px;
    margin: 6px 0 10px;
  }

  .subscribe-btn {
    font-size: 13px;
  }
  .footer-contact-payment-row img {
    height: 26px;
  }
  .footer-contact-col {
    width: auto;
  }
}
@media screen and (max-width: 1670px) {
  .hero-swiper .swiper-button-prev {
    left: 175px !important;
  }
  .hero-swiper .swiper-button-next {
    right: 175px !important;
  }
  .know-more {
    font-size: 16px;
    width: 254px;
  }
  .bonus-card-txt {
    font-size: 16px;
  }
  .main-footer {
    gap: 40px;
  }
  .f-txt {
     white-space: normal;
   }
  .grid-section {
    max-width: 95%;
  }
}
@media screen and (max-width: 1370px) {
  .search-form input {
    width: 330px;
  }
  .favorite-section {
    margin-left: 43px;
  }
  .grid-section {
    -ms-grid-columns: auto auto auto auto;
    grid-template-columns: auto auto auto auto;
  }
  .main-footer-wrapper {
    margin-top: 63px;
  }
}

@media screen and (max-width: 1340px) {
  .personal-page-addresses-grid {
    grid-template-columns: repeat(2, 1fr); } }
@media screen and (max-width: 1240px) {
  .catalogue-page-grid {
    grid-template-columns: repeat(3, 1fr); }

  .product-illustration-col {
    width: 400px; }

  .banner-3images img {
    height: 218px;
  }
}

@media screen and (max-width: 1150px) {
  .search-form input {
    width: 235px;
  }
  .my-account-link span, .header-lang-el a {
    font-size: 14px;
  }
  .hero-slider-image {
    height: 373px;
  }
  .hero-swiper .swiper-button-prev {
    left: 127px !important;
  }
  .hero-swiper .swiper-button-next {
    right: 127px !important;
  }
  .grid-section {
    margin: 44px auto 0;
  }
  .main-footer {
    gap: 23px;
  }
  .main-footer {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 1024px) {
  .main-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 8; }

  .main-navigation-wrapper {
    display: none; }

  .burger-button {
    display: block;
    padding: 0;
    background: transparent;
  }

  .category-grid-inner {
    grid-template-columns: repeat(3, 1fr); }

  .main-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .footer-col-group {
    margin-bottom: 50px; }

  .footer-contact-col {
    width: 100%; }

  .footer-contact-payment-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer-contact-social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .footer-col {
    width: 100%;
    min-width: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;}

  .catalogue-page-grid {
    grid-template-columns: repeat(2, 1fr); }

  .hidden-burger-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.6); }
    .hidden-burger-menu-wrapper.active {
      display: block;
      -webkit-animation: show-burger-menu 240ms 1;
              animation: show-burger-menu 240ms 1; }

  @-webkit-keyframes show-burger-menu {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }

  @keyframes show-burger-menu {
    0% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .hidden-burger-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 368px;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .hidden-burger-menu .header-lang-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      gap: 30px;
      padding: 0 20px; }
  .opened + .lang-layer:after {
    transform: rotate(270deg);
    top: 13px;
  }
  .lang-layer:after {
    right: 0;
  }
  .language-section {
    width: 100%;
  }
  .opened {
    width: 100%;
  }
  .lang-layer {
    z-index: 2;
  }
    .hidden-burger-menu .category-list {
      width: 100%;
      height: 100%;
      min-height: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px;
      overflow-y: auto;
      overflow-x: hidden; }
  .search-form input {
    width: 161px;
  }
  .favorite-section {
    margin-left: 19px;
  }
  .header-cart-button {
    margin: 0 24px;
  }
  .my-account-link {
    margin-right: 10px;
  }
  .burger-button {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header-logo img {
    height: 40px;
  }
  .product-type-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-type-section > div {
    width: 100%;
  }
  .product-banner {
    margin-left: 0;
    margin-top: 20px;
  }
  .product-banner img {
    height: auto;
  }
  .footer-menu, .cards-social, .footer-subscription {
    padding-top: 0;
  }
  .footer-col-link {
    margin-bottom: 9px !important;
  }
  .work-hours {
    margin-bottom: 22px;
  }
  .cards-social .footer-contact-section-title {
    text-align: left;
  }
  .cards-social .footer-contact-payment-row, .cards-social .footer-contact-social-links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-contact-section:not(:last-child) {
    margin-bottom: 22px;
  }
  .my-account-link {
    display: none;
  }
  .hidden-burger-menu .my-account-link {
    display: block;
  }

  .my-account-link {
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
  }
  .my-account-link i {
    margin-right: 0; }
  .my-account-link span {
    color: #104784;
  }
  .hidden-burger-menu-wrapper .language-section {
    display: block;
    background: #EFEFEF;
  }
  .header-lang-block {
    background: #EFEFEF;
  }
  .language-section {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .header-contact-col {
    display: none; }
  .header-body {
    padding: 26px 0;
  }
  .catalogue-wrapper {
    padding-top: 30px; }
    .catalogue-wrapper .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }

  .catalogue-page-sidebar {
    margin-right: 0;
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    background-color: #f3f3f3;
    margin-bottom: 50px; }

  .catalogue-sidebar-section-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

  .catalogue-sidebar-section .category-list, .catalogue-sidebar-section-body, .catalogue-sidebar-brands-wrapper {
    display: none; }

  .catalogue-page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

  .catalogue-title {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 30px; }

  .catalogue-sorting {
    margin-left: 0; }

  .product-page-wrapper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .product-illustration-col {
    width: 100%;
    max-width: 500px;
    margin-right: 0;
    margin-bottom: 30px; }

  .product-info-title {
    font-size: 27px;
    line-height: 32px; }

  .product-page-wrapper {
    padding-top: 0; }

  .personal-page-wrapper .container {
    display: block; }

  .personal-page-sidebar {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .personal-order-info img {
    width: 50px;
    height: 50px;
    margin-right: 5px; }

  .cart-checkout-row {
    display: block; }

  .cart-checkout-col:first-child {
    padding-right: 0;
    margin-bottom: 50px; }
  .cart-checkout-col:last-child {
    padding-left: 0; }

  .about-us {
    padding-top: 0; }
    .about-us .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 20px; }
    .about-us .img-cont {
      height: 300px;
      -webkit-box-flex: unset;
          -ms-flex: unset;
              flex: unset; }
      .about-us .img-cont img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top center;
           object-position: top center; }
  .mob-search-button {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    outline: none;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    background-color: #104784;
    color: #fff;
    border-radius: 50%; }
  .search-form {
    display: none; }
  .marquee {
    padding: 10px 0;
  }
  .marquee-content {
    font-size: 14px;
  }
  .grid-section {
    -ms-grid-columns: auto auto auto;
    grid-template-columns: auto auto auto;
  }
  .bonus-card-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .know-more {
    font-size: 14px;
    width: 242px;
    margin: 16px 0 0;
  }
  .bonus-card-txt {
    font-size: 15px;
  }
  .bonus-card-section {
    margin: 40px auto;
  }
  .title {
    font-size: 22px;

  }
  .ph-title {
    font-size: 22px;
  }
  .full-slider-section {
    margin: 0 auto 40px;
  }
  .slider-heading {
    padding-right: 16px;
    padding-left: 16px;
  }

  .product-type-section {
    margin: 40px auto;
  }
  .single-banner {
    margin: 0 auto 40px;
  }
  .main-footer-wrapper {
    margin-top: 30px;
  }
  .marquee-block {
    animation-duration: 10s;
  }
  .marquee-item-list li {
    font-size: 13px;
  }
  .marquee-item-list li {
    padding-right: 24px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 750px) {
	
	
	.personal-account-data-save {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px;
  font-size: 16px;
  line-height: 18px;
  border: none;
  outline: none;
  background-color: #104784;
  color: #ffffff;
  text-transform: capitalize;
  cursor: pointer; }
	
  .header-logo img {
    height: 30px; }

  .header-cart-button span {
    display: none; }

  .mob-search-button {
    width: 31px;
    height: 31px;
    font-size: 12px; }

  .header-cart-button i {
    width: 35px;
    height: 35px;
    font-size: 15px;
    margin-right: 0; }

  .header-fav-button:not(:last-child) {
    margin-right: 10px; }

  .burger-button {
    margin-left: 4px; }

  .header-lang-block {
    margin-right: 10px; }

  .page-section-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px; }

  .page-section {
    padding-top: 30px;
    padding-bottom: 20px; }

  .category-grid-inner {
    grid-template-columns: repeat(2, 1fr); }

  .category-grid {
    padding-top: 40px;
    padding-bottom: 40px; }

  .category-grid-el {
	font-size: 13px;
	font-weight: bold;
  }
    .category-grid-el img {
      margin-bottom: 0px; }

  .category-grid-inner {
    grid-gap: 20px; }

  .double-banner-slider-wrapper {
    margin-bottom: 20px; }

  .brand-slider-wrapper {
    margin-bottom: 60px; }

  .footer-col-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .footer-copyright .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .footer-copyright .container p {
      text-align: center; }

  .footer-contact-payment-row img {
    height: 25px; }

  .product-card-image img {
    height: 100px; }

  .cart-thead .cart-tr {
    display: none; }

  .cart-table, .cart-tbody {
    display: block; }

  .cart-tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
    margin-bottom: 20px; }

  .cart-product-col, .cart-prod-price-num {
    display: block; }

  .cart-product-col {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }

  .cart-prod-price-num {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }

  .cart-prod-calc-wrapper {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }

  .cart-prod-remove {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }

  .cart-prod-price-num p {
    margin-bottom: 30px;
    padding-left: 100px; }

  .cart-prod-calc-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 0; }

  .product-single-count-calc {
    margin-right: 0; }
  .my-account-link i {
    display: none;
  }
  .banner-3images {
    margin: 40px auto;
  }
  .full-slider-section .swiper-button-next, .product-news-swiper .swiper-button-next {
    right: 16px;
  }
  .full-slider-section .swiper-button-prev, .product-news-swiper .swiper-button-prev {
    left: 16px;
  }
  .swiper-button-prev img, .swiper-button-next img {
    width: 35px;
  }
}
@media screen and (max-width: 687px) {
  .hero-swiper .swiper-button-prev {
    left: 22px !important;
  }
  .hero-swiper .swiper-button-next {
    right: 22px !important;
  }
  .grid-section, .product-type-section {
    padding: 0 13px
  }
  .add-product-btn {
    font-size: 14px;
    padding: 10px;
  }
  .see-more {
    font-size: 14px;
  }
  .banner-3images img {
    height: 140px;
  }
  .banner-3images {
    gap: 10px;
    padding: 0 13px;
  }
  .hero-slider-image {
    height: 258px;
  }
}
@media screen and (max-width: 600px) {
  .personal-account-page-wrapper {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px; }

  .personal-page-addresses-grid {
    grid-template-columns: 1fr; }

  .radio-group {
    grid-template-columns: repeat(2, 1fr); }

  .burger-button {
    width: 35px;
    height: 35px;
  }
  .grid-section {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }
  .item-name {
    font-size: 13px;
    line-height: 18px;
  }
  .banner-3images {
    margin: 24px auto;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
  .banner-3images img {
    height: 208px;
  }
}
@media screen and (max-width: 450px) {
  .header-logo img {
    height: 23px;
  }
  .header-body {
    padding: 20px 2.5%;
  }
  .product-image {
    width: 73%;
  }
  .brands-swiper img {
    width: 100%;
  }
  .marquee-block {
    animation-duration: 7s;
  }
}
@media screen and (max-width: 400px) {
  .main-header .header-lang-block {
    display: none; }

  .burger-button {
    margin-left: auto;
  }
  .header-cart-button {
    margin: 0 16px;
  }
  .favorite-section {
    margin-left: 10px;
  }
  .product-img {
    height: 266px;
  }
}

@media screen and (max-width: 360px) {
  .header-logo img {
    height: 18px;
  }
  .header-body .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-logo {
    margin-right: 10px;
  }
}
