/*** FONTS ***/
@import url('https://fonts.googleapis.com/css2?family=Vollkorn&display=swap');
@font-face {
  font-family: 'ProximaNova Semibold';
  src: local('proximanova-semibold-webfon'),
       url('../3rdParty/fonts/proximanova/proximanova-semibold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'ProximaNova';
  src: local('ProximaNova'),
       url('../3rdParty/fonts/proximanova/proximanova-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'ProximaNova Bold';
  src: local('ProximaNova'),
       url('../3rdParty/fonts/proximanova/proximanova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }
@font-face {
  font-family: 'ProximaNova Extrabold';
  src: local('ProximaNova'),
       url('../3rdParty/fonts/proximanova/ProximaNova-Extrabold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: fallback;
  unicode-range: U+000-5FF; }

/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  scroll-behavior: smooth;
  font-size: 14px; }
body.open {
  position: relative;
  height: 100%;
  overflow-y: hidden; }
p {
  color: #323232; }
.title-underline {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #323232;
  padding-bottom: 23px;
  margin-bottom: 30px;}
.title-underline:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #80AF1A; }
a {
  color: #323232;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #323232;
  text-decoration: none; }
.home-slider p.title {
  font-family: 'Vollkorn', serif; }
p, body, h1, h2, h3, form, label, input, textarea, .form-group.radio-box label, p.title-underline.small span {
  font-family: 'ProximaNova'; }
header .navbar-d .navbar-nav .nav-link, ul.products-list li a p, .products-list a p, table thead tr th span, .your-cart-list ul li .price, a.back {
  font-family: 'ProximaNova Bold'; }
h1, h2, h3, .brands-links a, .cards ul li .box .category, .cta h2 + p, .account-nav ul li a,
.title-underline, .success-order-completed strong, .home-slider h1, .home-slider div.h1, .product-detail .product-name, .product-detail .register,
.product-detail .product-price {
  font-family: 'ProximaNova Extrabold'; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 0.86rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #FFFFFF;
  background-color: #80AF1A;
  border: 2px solid #80AF1A;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  padding: 0.86rem 1.5rem; }
button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  background-color: #000;
  border: 2px solid #000; }
.btn:hover, button:hover,
.btn:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #80AF1A;
  background-color: #fff; }
.btn.white, button.white {
  background-color: #FFF;
  color: #0B572C;
  border: 2px solid #FFF; }
.btn.white:hover, button.white:hover,
.btn.white:focus, button.white:focus {
  background-color: #0B572C;
  color: #FFF;
  border: 2px solid #0B572C; }
.btn.grey, button.grey {
  background-color: rgba(50, 50, 50, 0.1);
  border: 1px solid rgba(50, 50, 50, 0.1);
  color: #323232; }
.btn.grey:hover, button.grey:hover,
.btn.grey:focus, button.grey:focus {
  background-color: #323232;
  color:  #FFF;
  border: 1px solid  rgba(50, 50, 50, 0.1); }

.btn.transparent, button.transparent {
  background-color: transparent;
  color: #FFF;
  border: 2px solid #FFF; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus {
  background-color: #FFF;
  color: #0B572C;
  border: 2px solid #FFF; }
.btn.green-border, button.green-border {
  background-color: transparent;
  color: #80AF1A;
  border: 2px solid #80AF1A; }
.btn.green-border:hover, button.green-border:hover,
.btn.green-border:focus, button.green-border:focus {
  background-color: #80AF1A;
  color: #fff;
  border: 2px solid #80AF1A; }

  
.btn.center, button.center {
  display: table;
  margin-left: auto;
  margin-right: auto; }

img {
  max-width: 100%; }
.container {
  width: auto;
  padding: 0 20px;
  max-width: 100%;
  width: 100%; }
form .form-group,
.form-floating {
  margin-bottom: 15px; }
.text-control {
  height: auto !important; }
form .form-control {
  padding-top: 14.5px;
  padding-bottom: 14.5px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #757068;
  border: 1px solid rgba(50, 50, 50, 0.25);
  border-radius: 10px; }
.form-control:focus {
  outline: none;
  border-color: rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: none;
          box-shadow: none; }
form .form-control::-moz-placeholder {
  color: #757068; }
form .form-control:-ms-input-placeholder {
  color: #757068; }
form .form-control::-webkit-input-placeholder {
  color: #757068; }
form .btn {
  margin-top: 15px; }
form p.title-underline,
p.title-underline.small {
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 30px; }
form p.title-underline {
  margin-top: 30px; }
form p.title-underline:before,
p.title-underline.small:before {
  width: 20px;
  height: 2px; }
form p.note {
  font-size: 0.75rem;
  padding: 15px 0 0 20px;
  margin-bottom: 60px; }
.form-check-input {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(50, 50, 50, 0.25); }
.form-check {
  padding-left: 27px; }
.form-check .form-check-input {
  margin-left: -27px; }
.form-check-input[type=checkbox],
.form-check-input[type=radio] {
  border-radius: 0; }
.form-check-input:checked {
  border-color: #80AF1A;
  background-color:transparent; }
.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio] {
  background-size: 6px 6px;
  background-image: url('../images/ico-check.svg'); }
.form-check-input:focus {
  border-color: #80AF1A;
  -webkit-box-shadow: none;
          box-shadow: none; }
.form-floating>label {
  color: #757068; }
.form-select {
  width: 100%;
  background-image: url('../images/arrow-select.svg');
  background-position: right 20px center;
  background-size: 9px 6px;
  color: #323232; }
.form-select:focus {
  border: 1px solid rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: none;
          box-shadow: none; }
.form-control.search {
  letter-spacing: -0.02em;
  color: #757068;
  border: 1px solid rgba(50, 50, 50, 0.25);
  height: 50px; }
.listing-active-filters-holder {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.listing-active-filters-holder .item-filter {
  color: #323232;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  font-size: 0.88rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 7.5px 15px;
  border: 1px solid #80AF1A;
  border-radius: 20px;
  margin: 5px 0;
  margin-right: 4px;
  display: inline-block;
  cursor: pointer; }
.listing-active-filters-holder .item-filter .item-label {
  display: inline-block; }
.listing-active-filters-holder .close {
  width: 10px;
  height: 10px;
  background-image: url('../images/ico-close.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
a.reset {
  color: #80AF1A;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 15px;
  display: inline-block;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
ul.listing-filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px; }
.form-select.time {
  display: inline-block;
  margin-left: 15px;
  border-radius: 10px;
  letter-spacing: -0.02em;
  color: #323232;
  border: 1px solid rgba(50, 50, 50, 0.25);
  height: 50px;
  width: 40%; }
ul.listing-filters {
  margin-bottom: 60px; }
ul.listing-filters li a {
  text-decoration: none;
  font-size: 0.87rem; }
.table-responsive {
  margin-top: 50px;
  margin-bottom: 30px; }
.table-responsive.frnb table thead tr {
  border: 0; }
table {
  width: 100%; }
table tr {
  border-bottom: 1px solid rgba(50, 50, 50, 0.25); }
table thead tr th {
  padding: 13px 20px 13px 0; }
table tr td:last-child,
table thead tr th:last-child {
  text-align: right; }
table tr td a,
table tr td a:hover,
table tr td a:focus {
  color: #80AF1A; }
table thead tr th:last-child span:before {
  left: auto;
  right: 0; }
table thead tr th span {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #323232;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 17px; }
table thead tr th span:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #80AF1A; }
table tbody tr td,
table tbody tr th {
  letter-spacing: -0.02em;
  padding: 15px 20px 15px 0; }
.subtable .row {
  letter-spacing: -0.02em;
  padding-top: 10px;
  padding-bottom: 10px; }
.shipping-detail {
  letter-spacing: -0.02em;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(50, 50, 50, 0.25);
  border-bottom: 1px solid rgba(50, 50, 50, 0.25);
  padding-top: 40px;
  padding-bottom: 40px; }
.shipping-detail p {
  margin-bottom: 10px; }
.shipping-detail a,
.shipping-detail a:hover,
.shipping-detail a:focus {
  color: #0B572C; }
.success-order-completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.success-order-completed img {
  width: 50px;
  height: 50px;
  margin-right: 30px; }
.success-order-completed strong {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 10px; }
.success-order-completed strong span {
  color: #80AF1A; }
.success-order-completed .left-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.success-order-completed p {
  margin: 0; }
.success-order-completed p a,
.success-order-completed p a:hover,
.success-order-completed p a:focus {
  color: #0B572C; }
.product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.product-item .pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 30px;
  width: 150px;
  height: 150px;
  padding: 15px;
  margin-right: 30px;
  border: 1px solid rgba(50, 50, 50, 0.25); }
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.quantity input {
  color: #757068;
  width: 60px;
  height: 30px;
  text-align: center;
  border-radius: 0;
  border: 0;
  background-color: #F6F4F1;
  font-size: 16px;
  line-height: 1;
  letter-spacing: -0.02em;
  border: 2px solid #80af1a;
  margin: 3px 17px 3px 0; }
.quantity input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type=number] {
  -moz-appearance: textfield; }
.quantity .delete {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-image: url('../images/ico-delete.svg');
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.form-group.radio-box {
  margin-bottom: 30px; }
.form-group.radio-box input[type="radio"] {
  position: absolute;
  z-index: -1;
  display: inline-block;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 0!important; }
.form-group.radio-box label {
  display: block;
  padding: 25px 20px 35px 20px;
  font-size: 14px;
  width: 100%;
  margin: 0;
  background-color: #FFF;
  border: 1px solid rgba(50, 50, 50, 0.25);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  min-height: 258px; }
.form-group.radio-box.center label {
  padding-right: 50px; }
.form-group.radio-box label:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 35px;
  margin-top: -10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(50, 50, 50, 0.25);
  background-color: #FFF; }
.form-group.radio-box.center label:before {
  content: '';
  position: absolute;
  left: auto;
  right: 30px;
  top: 50%;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid rgba(50, 50, 50, 0.25);
  background-color: #FFF; }
.form-group.radio-box input[type=radio]:checked + label {
    border: 1px solid #80AF1A;}
.form-group.radio-box input[type=radio]:checked + label:after {
  content: '';
  position: absolute;
  left: 23px;
  top: 28px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #80AF1A; }
.form-group.radio-box.center input[type=radio]:checked + label:after {
  left: auto;
  right: 33px;
  top: 50%;
  margin-top: -3px; }
.form-group.radio-box .title {
  margin-left: 27px;
  line-height: 1;
  font-size: 1rem;
  color: #323232;
  margin-bottom: 25px;
  display: block; }
.form-group.radio-box a,
.form-group.radio-box a:hover,
.form-group.radio-box a:focus {
  color: #0B572C;
  margin-right: 10px; }
.filters {
  padding: 20px 0;
  background-color: #F6F4F1; }
.filters-search .form-control {
  border-radius: 10px; }
.filters-show-hide .input-group {
  width: 70%; }
.filters .applied-filters {
  padding-top: 10px; }

/*** NAV ***/
.navbar {
  padding: 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.navbar .navbar-brand {
  margin: 0;
  padding: 0;
  z-index: 2; }
.navbar .navbar-brand img {
  width: 141px;
  height: 30px; }
.navbar-collapse {
  position: absolute;
  right: -100vw;
  height:  100vh;
  width: 100vw;
  z-index: 99;
  padding: 100px 0 60px 0;
  background-color: transparent;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
.navbar-collapse.show {
  right: 0;
  left: 0;
  top: 0;
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: auto; }
.navbar-collapse.show .container {
  height: 100%; }
.navbar-collapse.show .box {
  position: relative; }
.navbar-collapse.show .box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
  width: 1px;
  background-color:rgba(50, 50, 50, 0.15); }
.navbar-collapse.show .d-flex {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.navbar-toggler {
  width: 25px;
  height: 18px;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  outline: 0; }
.navbar-toggler:before,
.navbar-toggler:after {
  display: none; }
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #323232;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
.navbar-toggler span:nth-child(1) {
  top: 0px; }
.navbar-toggler span:nth-child(2) {
  top: 8px; }
.navbar-toggler span:nth-child(3) {
  top: 16px; }
.navbar-toggler.open {
  z-index: 9999; }
.navbar-toggler.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
      transform: rotate(135deg); }
.navbar-toggler.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }
.navbar-toggler.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
.navbar-collapse ul.navbar-nav {
  display: block;
  padding: 0;
  margin: 0; }
.navbar-collapse ul.navbar-nav li {
  display: block;
  padding-bottom: 30px; }
.navbar-collapse ul.navbar-nav li:last-child {
  padding: 0; }
.navbar-collapse ul.navbar-nav li a {
  color: #323232;
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0; }
.navbar-collapse ul.navbar-nav li a:hover,
.navbar-collapse ul.navbar-nav li a:focus,
.navbar-collapse ul.navbar-nav li a.active {
  color: #80AF1A;   }

/*** MEGAMENU ***/
.has-megamenu {
  position: static; }
.megamenu {
  text-align: left;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  padding: 40px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 98;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); }
.has-megamenu:hover .megamenu {
  opacity: 1;
  visibility: visible; }
.has-megamenu:hover .nav-link {
  color: #80AF1A; }
header .ministores-grid li {
  padding: 0!important; 
  flex: 1; }
header .buttons {
  display: flex;
  gap: 8px;
  margin-top: 40px; }

/*** SCROLLING BANNER ***/
.scrolling-banner {
  background: #80AF1A;
  overflow: hidden;
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
.scrolling-banner-track {
  display: inline-flex;
  animation: scrollBanner 60s linear infinite; }
.scrolling-banner-item {
  display: inline-flex;
  align-items: center;
  padding: 10px 50px;
  color: #FFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px; }
.scrolling-banner-item:hover {
  color: #FFF; }
.scrolling-banner-item p {
  margin: 0;
  color: #FFF; }
@keyframes scrollBanner {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } }
/*** HEADER ***/
header {
  height: calc(60px + var(--banner-h, 0px)); }
header .header-fix {
  background-color: #fff;
  position: fixed;
  top: var(--banner-h, 0px);
  right: 0;
  left: 0;
  z-index: 999;
	-webkit-transition: top 0.75s ease-in-out;
	-o-transition: top 0.75s ease-in-out;
	transition: top 0.75s ease-in-out; }
header .navbar {
  padding: 15px 0; }
header .contact-h-d {
  display: none; }
header .account-d {
  display: none; }
header .contact-h-m {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
header .contact-h-m a {
  color: #323232;
  margin-bottom: 10px;
  display: inline-block;
  text-decoration: none; }
header .logo img {
  width: 141px; }
header .logo {
  display: inline-block;
  margin-bottom: 50px; }
header .account-m {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
header .account-m a {
  color: #0B572C;
  margin-bottom: 15px; }
header .navbar-d {
  display: none; }
.cart {
  cursor: pointer;
  color: #323232;
  margin-right: 50px; }
.cart .ico {
  width: 16px;
  height: 16px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/cart.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.cart em {
  color: #0B572C;
  font-style: normal;
  text-decoration: underline; }
.cart:hover em,
.cart:focus em {
  text-decoration: none; }
.cart span span {
  display: none; }
/*** REQUEST STORE MODAL ***/
.request-store-modal .modal-content {
  border: 0;
  border-radius: 10px; }
.request-store-modal .modal-header {
  border-bottom: 1px solid rgba(50, 50, 50, 0.1);
  padding: 20px 30px; }
.request-store-modal .modal-title {
  font-family: 'ProximaNova Bold', sans-serif;
  font-size: 20px;
  color: #323232; }
.request-store-modal .modal-body {
  padding: 25px 30px; }
.request-store-modal .btn-close {
  opacity: 1;
  background: url('../images/ico-close-green.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.request-store-modal .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }
.request-store-modal .alert ul {
  margin-bottom: 0;
  padding-left: 20px; }

.modal.cart-modal .modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  outline: 0;
  min-height: 100vh; }
.modal.cart-modal .modal-dialog {
  width: 100%;
  margin-top: 0;
  margin-right: 0; }
.modal.cart-modal .modal-body {
  padding: 0 30px 15px 30px; }
.modal.cart-modal .btn-close {
  opacity: 1;
  background: url('../images/ico-close-green.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.modal.cart-modal .btn-close:focus {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none; }
.modal.cart-modal .modal-footer {
  padding: 0 30px 25px 30px;
  border: 0;
  display: block; }
.modal.cart-modal .your-cart-list ul li:last-child {
  border: 0; }
.modal.cart-modal .modal-footer .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px; }
.modal.cart-modal .modal-footer .btn,
.modal.cart-modal .modal-footer button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 5px; }
.modal.cart-modal p.title-underline {
  padding-top: 25px;
  margin-bottom: 15px;
  font-size: 20px; }
.modal.cart-modal .cost {
  border-top: 1px solid rgba(50, 50, 50, 0.25);
  margin: 15px 0 25px 0; }

/*** HERO ***/
.hero {
  position: relative;
  min-height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 10px; }
.hero:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.hero .cont-box {
  position: relative;
  z-index: 2;
  width: 100%; }

/*** HOME ***/
.home-slider .swiper-slide {
  background-color: #0B572C;
  min-height: calc(100vh - 110px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.home-slider .cont-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.home-slider .container {
  width: 100%; }
.home-slider p.title {
  color: #FFF;
  font-size: 1rem;
  line-height: 0.9;
  margin-bottom: 15px; }
.home-slider p.title.dark {
  color: #333333; }
.home-slider h1,
.home-slider div.h1 {
  color: #FFF;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 40px; }
.home-slider h1.dark,
.home-slider div.h1.dark {
  color: #333333; }
.home-slider .swiper-pagination {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 16px;
  top: 50% !important;
  bottom: auto !important;
  left: auto !important;
  right: 15px !important;
  transform: translateY(-50%) !important;
  width: auto !important; }
.home-slider .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2px);
  margin: 0 !important; }
.home-slider .swiper-pagination-bullet {
  opacity: 1; }
.home-slider .swiper-pagination-bullet:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.home-slider .swiper-pagination-bullet-active:before {
  background-color: #80AF1A; }

/*** CARDS SECTION ***/
.cards-section {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px; }
.card-block {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  text-decoration: none; }
.card-block:hover {
  text-decoration: none; }
.card-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1.15);
  transition: transform 0.5s ease; }
.card-block:hover .card-bg {
  transform: scale(1); }
.card-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'ProximaNova Extrabold';
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.84px;
  color: #fff;
  text-align: center;
  z-index: 2;
  transition: transform 0.5s ease; }
.card-block:hover span {
  transform: translate(-50%, -50%) scale(1.15); }

/*** MARQUEE ***/
.marquee-section {
  overflow: hidden; }
.marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  width: max-content;
  animation: marquee-scroll 20s linear infinite; }
.marquee-text {
  font-family: 'ProximaNova Extrabold';
  font-size: 60px;
  color: #323232;
  letter-spacing: -2.4px;
  line-height: 1;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase; }
.marquee-icon {
  position: relative;
  width: 60px;
  height: 60px;
  flex-shrink: 0; }
.marquee-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }
@keyframes icon-cycle {
  0% { opacity: 0; }
  5% { opacity: 1; }
  15% { opacity: 1; }
  25% { opacity: 0; }
  100% { opacity: 0; } }
.marquee-icon img:nth-child(1) { animation: icon-cycle 2s 0s infinite; }
.marquee-icon img:nth-child(2) { animation: icon-cycle 2s 0.4s infinite; }
.marquee-icon img:nth-child(3) { animation: icon-cycle 2s 0.8s infinite; }
.marquee-icon img:nth-child(4) { animation: icon-cycle 2s 1.2s infinite; }
.marquee-icon img:nth-child(5) { animation: icon-cycle 2s 1.6s infinite; }
@keyframes marquee-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); } }

/*** PRINT & EMBROIDERY BANNER ***/
.pe-banner {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-right: 30px;
  padding-left: 10%;
  text-decoration: none; }
.pe-banner:hover {
  text-decoration: none; }
.pe-banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.pe-banner-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%); }
.pe-banner-content {
  position: relative;
  z-index: 2; }
.pe-banner-content h2 {
  color: #FFF;
  font-family: 'ProximaNova Extrabold';
  font-size: 35px;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-bottom: 20px; }
.pe-banner-content p {
  color: #FFF;
  font-family: 'ProximaNova Extrabold';
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  margin-bottom: 30px; }

/*** SERVICE BOXES ***/
.service-boxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 60px; }
.service-box {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  text-decoration: none; }
.service-box:hover {
  text-decoration: none; }
.service-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease; }
.service-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%); }
.service-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  width: 80%; }
.service-content img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px; }
.service-content h3 {
  font-family: 'ProximaNova Extrabold';
  font-size: 32px;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #fff;
  margin-bottom: 15px; }
.service-content p {
  font-family: 'ProximaNova Extrabold';
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0; }

/*** BREADCRUMB ***/
.breadcrumb li,
.breadcrumb li a {
  font-size: 1rem;
  text-decoration: none;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #757068;
  margin-bottom: 30px; }
.breadcrumb li.active {
  color: #80AF1A; }

/*** CONTENT ***/
h1 {
  color: #323232;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-bottom: 30px; }
.hero h1 {
  color: #FFF;
  margin: 0;
  font-size: 3.07rem; }
h2 {
  font-size: 2.14rem;
  line-height: 100%;
  color: #323232;
  line-height: 1;
  letter-spacing: -0.02em; }
body.legals .content h2 {
  font-size: 1.8rem; }
.title {
  line-height: 1;
  letter-spacing: -0.02em;
  color: #80AF1A;
  margin-bottom: 15px; }
.content {
  padding: 30px 0; }
.subcontent {
  border-top: 1px solid rgba(50, 50, 50, 0.25);
  padding: 50px 0; }
.subcontent.undrelined-title h2 {
  position: relative;
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.subcontent.undrelined-title h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #80AF1A;
}
.cards {
  padding: 0 10px; }
.cards ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
.cards ul li {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 25px; }
.cards ul li .box-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 75%; }
.cards ul li .box {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.cards ul li .box .category {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -0.02em; }
.cards ul li .box-wrapper .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
.cards ul li .box-wrapper:hover .pic, .cards ul li .box-wrapper:focus .pic {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
.account-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.account-nav ul li {
  margin-bottom: 15px; }
.account-nav ul li a {
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #323232; }
.account-nav ul li a:hover,
.account-nav ul li a:focus,
.account-nav ul li a.active {
  color: #80AF1A; }
.brands-logos ul {
  padding: 0;
  margin: 0;
  text-align: center; }
.brands-logos ul li {
  padding: 15px;
  display: inline-block; }
.brands-logos ul li img {
  max-height: 22px; }
.brands-links {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2; }
.brands-links a {
  color: #323232;
  text-decoration: none;
  display: block;
  font-size: 1.14rem;
  line-height: 1.8;
  letter-spacing: -0.02em; }
.brands-links a:hover,
.brands-links a:focus,
.brands-links a.active {
  color: #80AF1A; }

.shop-content {
  min-height: 300px;
  position: relative; }
.shop-content-overlay {
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background: rgba(255, 255, 255, 0.8) no-repeat scroll center center;
  height: 100%;
  width: 100%;
  z-index: 99; }
.shop-content-overlay .loading-wrap {
  width: 160px;
  height: 160px; }
.shop-content-overlay .loading-wrap div {
  transform-origin: 80px 80px;
  animation: shop-content-overlay 1.2s linear infinite; }
.shop-content-overlay .loading-wrap div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0px;
  left: 76px;
  width: 8px;
  height: 40px;
  border-radius: 20%;
  background: #80AF1A; }
.shop-content-overlay .loading-wrap div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }
.shop-content-overlay .loading-wrap div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }
.shop-content-overlay .loading-wrap div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }
.shop-content-overlay .loading-wrap div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }
.shop-content-overlay .loading-wrap div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }
.shop-content-overlay .loading-wrap div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }
.shop-content-overlay .loading-wrap div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }
.shop-content-overlay .loading-wrap div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }
.shop-content-overlay .loading-wrap div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }
.shop-content-overlay .loading-wrap div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }
.shop-content-overlay .loading-wrap div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }
.shop-content-overlay .loading-wrap div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }
@keyframes shop-content-overlay {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


/*** 404 ***/
body.e404 h1 {
  margin: 2rem 0; }
.fill-viewport {
  height: 100vh; }

/*** ADDRESS AND PAYMENT ***/
.your-cart-list {
  padding-top: 30px; }
.modal .your-cart-list {
  padding-top: 0; }
.your-cart-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.modal .your-cart-list ul {
  height: calc(100vh - 22em);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none; }
.your-cart-list ul li {
  font-size: 0.88rem;
  padding: 15px 30px 15px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.25); }
.your-cart-list ul li a,
.your-cart-list ul li a:hover {
  text-decoration: none; }
.your-cart-list ul li .pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(50, 50, 50, 0.25);
  margin-right: 20px;
  padding: 10px; }
.your-cart-list ul li .product-name {
  margin-bottom: 5px; }
.your-cart-list ul li .size {
  line-height: 1;
  font-size: 0.75rem; }
.your-cart-list ul li .price {
  margin-top: 15px; }
.your-cart-list .cost,
.cost {
  padding: 20px 0;
  border-bottom: 1px solid rgba(50, 50, 50, 0.25); }
.your-cart-list .cost .row-cost,
.cost .row-cost  {
  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;
  padding: 5px 0; }
.your-cart-list .cost .row-cost:last-of-type,
.cost .row-cost:last-of-type  {
  padding-top: 10px; }

/*** CONTACT ***/
.contactPage .content h2 {
  position: relative;
  color: #323232;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-bottom: 23px;
  margin-bottom: 30px; }
.contactPage .content h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #80AF1A; }

/*** PRODUCT LIST ***/
.product-slider-mobile .pic-wrapper {
  border: 1px solid rgba(50, 50, 50, 0.25);
  padding: 20px;
  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; }
.swiper-container.product-slider-mobile {
  margin-bottom: 30px;
  padding-bottom: 16px; }
.swiper-container.products-list {
  padding-bottom: 16px; }
.swiper-container-horizontal>.swiper-scrollbar {
  height: 1px; }
.swiper-scrollbar {
  background: rgba(50, 50, 50, 0.25); }
.swiper-scrollbar-drag {
  background: #323232; }
body.productList .content {
  padding-top: 0;
  background-color: #F6F4F1; }
.products-list-wrapper {
  background-color: #FFF;
  margin: 0 -20px;
  padding: 15px 20px;}
ul.products-list {
  padding: 0;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
ul.products-list li {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px 5px; }
ul.products-list li a,
.products-list a {
  text-align: center;
  display: block;
  text-decoration: none; }
ul.products-list li a .pic-wrapper,
.products-list a .pic-wrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border: 1px solid rgba(50, 50, 50, 0.25); }
ul.products-list li a .pic-wrapper .pic,
.products-list a .pic-wrapper .pic {
  position: absolute;
  top: 14px;
  right: 14px;
  bottom: 14px;
  left: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  ul.products-list li .pic-wrapper:hover,
  .products-list .pic-wrapper:hover
  ul.products-list li .pic-wrapper:focus,
  .products-list .pic-wrapper:focus {
    border: 1px solid #80AF1A; }
  ul.products-list li a:hover .pic, .products-list a:hover .pic, ul.products-list li a:focus .pic, .products-list a:focus {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }
ul.products-list li .text, .products-list .text{
  padding-top: 13px; }
ul.products-list li a p, .products-list a p {
  color: #80AF1A;
  margin: 0; }
a.back {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.88rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: inline-block; }
a.back:before {
  content: '';
  width: 6px;
  height: 8px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/ico-back.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px; }
.filters-show-hide {
  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; }


/*** PRODUCT DETAIL ***/
.product-gallery {
  margin-bottom: 20px;}
.product-gallery ul li a:hover {
  cursor: url('../images/plus.svg') 25 25, auto; }
.product-gallery ul {
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
.product-gallery ul li {
  padding: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }
.product-gallery ul li:first-child {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%; }
.product-gallery ul li .pic-wrapper {
  border: 1px solid rgba(50, 50, 50, 0.25);
  overflow: hidden;
  position: relative;
  display: block;
  padding-top: 100%; }
.product-gallery ul li .pic {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.product-gallery ul li:first-child .pic{
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px; }
.pswp__button:focus, .pswp__button:hover {
  background-color: transparent; }
body.productDetail .content table thead tr th:last-child span:before {
  left: 0;
  right: auto; }
table tr td, table thead tr th {
  text-align: left; }
table tr td:last-child, table thead tr th:last-child {
  text-align: left;
  padding-right: 0!important; }
.product-detail .product-name {
  font-size: 1.14rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #323232;
  margin-bottom: 15px; }
.product-detail .register,
.product-detail .product-price {
  font-size: 1.14rem;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #80AF1A;
  margin-bottom: 15px; }
.product-detail .product-name {
  font-size: 1.5rem;
  margin-bottom: 10px; }
.product-detail .register,
.product-detail .product-price {
  font-size: 1.5rem;
  margin-bottom: 30px; }

/*** CUSTOMISATION OPTIONS ***/
.customisation-options {
  margin: 20px 0;
  padding: 15px 0;
  border-top: 1px solid #eee; }
.customisation-options .title-underline {
  margin-bottom: 10px; }
.customisation-options .form-check {
  margin-bottom: 8px; }
.customisation-options .form-check-label {
  font-size: 0.9rem;
  cursor: pointer; }
.customisation-upload {
  margin-top: 12px;
  padding: 12px 15px;
  background: #f8f8f8;
  border-radius: 6px; }
.customisation-upload label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 6px; }
.customisation-upload input[type="file"] {
  display: block;
  width: 100%;
  font-size: 0.85rem;
  margin-bottom: 4px; }
.customisation-upload small {
  display: block;
  font-size: 0.75rem; }
.customisation-label {
  color: #80AF1A;
  font-weight: 600; }

/*** OUR BRANDS ***/
.our-brands {
  padding: 50px 10px; }
.our-brands h2 {
  text-align: center;
  margin-bottom: 25px; }
.brands-links {
  margin: 30px 10% 60px 10%; }

/*** CTA ***/
.cta {
  text-align: center;
  background-color: #F6F4F1;
  padding: 60px 0; }
.cta h2 {
  margin-bottom: 15px; }
.cta h2 + p {
  color: #757068;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.48px; }
.cta h3 {
  font-size: 16px;
  margin-bottom: 20px; }
.cta ul.nav {
  display: flex;
  flex-direction: column; }
.cta ul.nav li {
  margin-bottom: 4px; }
.cta ul.nav li a {
  color: #323232;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal; }
.cta ul.nav li a:hover,
.cta-contact a:hover {
  text-decoration: underline;
}
.cta p {
  font-size: 14px; }
.cta-contact a {
  text-decoration: none;
}
.cta .btn {
  margin-top: 15px;
  margin-bottom: 20px; }
.green {
  color: #80AF1A; }
.green-link a,
.green-link a:hover,
.green-link a:focus {
  color: #80AF1A; }

/*** SALE ***/
.sale {
  color: #FFF;
  letter-spacing: -0.02em;
  text-align: center;
  background-color: #0B572C;
  padding: 35px 10px; }
.sale a,
.sale span {
  color: #FFF;
  text-decoration: none;
  display: block;
  margin: 25px 0px; }
.sale a img,
.sale span img {
  margin-top: 15px; }

/*** PAGINATION ***/
.pagination {
  padding-top: 40px; }
.page-item {
  margin: 0 4px; }
.page-item .page-link {
  color: #757068;
  font-size: 0.88rem;
  line-height: 1;
  letter-spacing: -0.02em;
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  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: 1px solid rgba(50, 50, 50, 0.25); }
.page-item.active .page-link,
.page-item .page-link:hover,
.page-item .page-link:focus {
  background-color: transparent;
  border: 1px solid #80AF1A;
  color: #80AF1A; }

/*** ICO's ***/
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

/*** FOOTER ***/
footer {
  background-color: #0B572C;
  text-align: center;
  padding: 40px 10px 25px 10px; }
footer p {
  color: #F6F4F1;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px; 
  margin: 0; }
footer .hr {
  border-top: 1px solid rgba(246, 244, 241, 0.10);
  margin-top: 40px;
  margin-bottom: 25px; }
footer p.copy {
  margin-bottom: 20px; }
footer p.legals {
  margin-bottom: 50px; }
footer .legals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
footer .legals a {
  color: #F6F4F1;
  margin: 0 5px;
  text-decoration: none; }
footer .legals a:hover,
footer .legals a:focus {
  text-decoration: underline; }
footer .legals span {
  display: none; }
footer .payment-method {
  margin-bottom: 45px; }
footer .payment-method img {
  margin: 5px 0px; }
footer .webBy a {
  color: #80AF1A; }
.social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px; }
.social-links .follow-us {
  color: #FFF;
  font-size: 16px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.48px;
  margin-right: 15px; }
.social-links a {
  display: block;
  width: 40px;
  height: 40px; }
.social-links a:hover,
.social-links a:focus {
  opacity: 0.7; }
.social-links a img {
  width: 100%;
  height: 100%; }
.price_un {
  font-style: italic;
  font-size: 0.9rem !important;
}

 p.big {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.48px;
}

.content-block h2 {
  color: #323232;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.84px;
  margin-top: 40px;
  margin-bottom: 15px; }
.content-block h2:first-child {
  margin-top: 0; }
.check-list {
  list-style: none;
  padding: 0;
  margin: 0; }
.check-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  color: #323232;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.32px; }
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background-image: url('../images/ico-check-green.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
.steps-list {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  counter-reset: step-counter; }
.steps-list li {
  margin: 20px 0;
  counter-increment: step-counter; }
.steps-list li::before {
  content: counter(step-counter) ". ";
  color: #80AF1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px; }
.steps-list li strong {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  margin-bottom: 15px;
  display: inline; }
.step-description {
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
  display: block;
  margin-top: 8px; }

/*** MINI STORES BLOCK  ***/
.py-150 {
    padding-top: 60px;
    padding-bottom: 60px; }
.py-260 {
    padding-top: 70px;
    padding-bottom: 70px; }
.my-120 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-80 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.mt-30 {
    margin-top: 15px;
  }
.mt-40 {
    margin-top: 20px;
  }
.mini-stores-block {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  cursor: none; }
.mini-stores-block .block-bg:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 50%, #000 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.mini-stores-block.big-block .block-bg:before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.mini-stores-block .block-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
.mini-stores-block .block-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1); }
.mini-stores-block .block-content {
  position: relative;
  z-index: 2; }
.mini-stores-block h2 {
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1.2px;
  margin-bottom: 20px; }
.mini-stores-block p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.48px; }
.mini-stores-block .block-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
.mini-stores-block .block-btns a {
  cursor: pointer; }
.badge-follower {
  position: absolute;
  width: 200px;
  height: 200px;
  pointer-events: none;
  z-index: 3;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease; }
.mini-stores-block:hover .badge-follower {
  opacity: 1; }
.badge-follower .rotating-text {
  width: 100%;
  height: 100%;
  animation: rotateBadge 12s linear infinite; }
.badge-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
@keyframes rotateBadge {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }

/*** MINI STORES GRID ***/
.cards-section h2 {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -1.2px;
  color: #323232;
  margin-bottom: 30px; }
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center; }
.top-section {
  margin-bottom: 30px; }
.cards-section .top-section h2 {
  margin-bottom: 0; }
.discover-link {
  color: #80AF1A;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline; }
.discover-link:hover,
.discover-link:focus {
  color: #80AF1A;
  text-decoration: none; }
.ministores-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
.ministores-grid li {
  flex: 0 0 calc(50% - 8px); }
.ministores-card {
  background: #F6F4F1;
  border-radius: 20px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.3s ease; }
.ministores-card:hover {
  transform: scale(0.95);
  text-decoration: none; }
.browse .ministores-card {
  border: 3px solid #F6F4F1; }
.browse .ministores-card:hover {
  transform: scale(1);
  border: 3px solid #80AF1A; }
.browse .ministores-card img {
  opacity: 0.6;
  width: 40px;
  height: 40px;
  margin-bottom: 20px; }
.browse .ministores-card:hover img {
  opacity: 1; }
.ministores-card img {
  max-width: 60%;
  max-height: 40%; }
.ministores-card span {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  text-align: center; }
.ministores-card:hover span {
  opacity: 1; }

/*** MINI STORES PILLS ***/
.ms-pills {
  list-style: none;
  padding: 0 20px;
  margin: 0 -20px 40px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; }
.ms-pills::-webkit-scrollbar {
  display: none; }
.ms-pills li {
  flex-shrink: 0; }
.ms-pill {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #F6F4F1;
  border: 2px solid #F6F4F1;
  border-radius: 60px;
  padding: 10px 22px;
  white-space: nowrap;
  text-decoration: none;
  transition: all 0.3s ease; }
.ms-pill img {
  width: 20px;
  height: 20px;
  opacity: 0.6; }
.ms-pill span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #323232;
  opacity: 0.6; }
.ms-pill.active,
.ms-pill:hover {
  border-color: #80AF1A;
  text-decoration: none; }
.ms-pill.active img,
.ms-pill:hover img {
  opacity: 1; }
.ms-pill.active span,
.ms-pill:hover span {
  opacity: 1; }

/*** STORES LIST ***/
.stores-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px; }
.store-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 20px;
  background: #fff;
  border: 1px solid rgba(50, 50, 50, 0.25);
  border-radius: 20px;
  aspect-ratio: 1 / 1;
  padding: 30px;
  text-decoration: none;
  transition: all 0.3s ease; }
.store-card:hover {
  border: 1px solid #80AF1A;
  transform: scale(0.95);
  text-decoration: none; }
.store-card img {
  max-width: 70%;
  max-height: 50%;
  object-fit: contain; }
.store-card span {
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.48px;
  color: #323232;
  text-align: center; }
.top-content {
  margin-bottom: 40px; }
.top-content  h1 {
  font-size: 30px;
  margin: 0; }

/*** BREADCRUMB ***/
.breadcrumb-ms {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  margin-bottom: 20px;
  padding: 0;
  background: none; }
.breadcrumb-ms .breadcrumb-item {
  margin: 0; }
.breadcrumb-ms .breadcrumb-item,
.breadcrumb-ms .breadcrumb-item a {
  color: rgba(50, 50, 50, 0.6);
  text-decoration: none; }
.breadcrumb-ms .breadcrumb-item a:hover {
  color: #323232; }
.breadcrumb-ms .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(50, 50, 50, 0.6);
  content: "/"; }
.breadcrumb-ms li.active {
  color: rgba(50, 50, 50, 0.6);
}

/*** MINI STORE PRODUCT GRID ***/
.product-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 60px; }
.product-grid .product-card {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease; }
.product-grid .product-card:hover {
  text-decoration: none; }
.product-grid .product-card:hover .product-img {
  border-color: #80AF1A; }
.product-grid .product-img {
  border: 1px solid rgba(50, 50, 50, 0.25);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: border-color 0.3s ease; }
.product-grid .product-img img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain; }
.product-grid .product-info {
  text-align: center;
  padding: 15px 15px 0; }
.product-grid .product-name {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #323232;
  margin-bottom: 5px; }
.product-grid .product-price {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.32px;
  color: #80AF1A; }
 .gallery-grid {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
  } 
.gallery-grid .gallery-item {
  -ms-flex: 0 0 calc(50% - 4px);
  -webkit-box-flex: 0;
  flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
}
.gallery-grid .gallery-item:first-child {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  border-radius: 30px;
  padding: 30px;
}
.gallery-item {
  border-radius: 20px;
  padding: 20px;
  position: relative;
  background: white;
  cursor: pointer;
  transition: transform 0.3s ease;
  border: 1px solid rgba(50, 50, 50, 0.25);
}
.gallery-item:hover {
    transform: none;
}

.gallery-item-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
    margin: 0;
    padding: 0;
}

.gallery-item-inner::before {
    content: '';
    display: block;
    padding-top: 100%;
    margin: 0;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.zoom-icon {
    position: fixed;
    transform: translate(-50%, -50%) scale(0);
    width: 45px;
    height: 45px;
    background-image: url('../images/ico-plus-hover.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
}

.gallery-item:hover .zoom-icon {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.gallery-modal {
  background-color: rgba(0, 0,0, 0.8);
  backdrop-filter: blur(2px);
}
.gallery-modal .modal-content {
    background: transparent;
    border: none;
}

.gallery-modal .modal-body {
    padding: 0;
    position: relative;
}

.gallery-modal .modal-body img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.gallery-modal .modal-header {
    border: none;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 1055;
    padding: 0;
}

.gallery-modal .btn-close {
    background: transparent;
    opacity: 1;
    width: 30px;
    height: 30px;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.gallery-modal .btn-close::before,
.gallery-modal .btn-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #80af1a;
}

.gallery-modal .btn-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-modal .btn-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-modal .modal-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #80AF1A;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 1051;
}

.gallery-modal .modal-nav:hover {
    background: transparent;
}

.gallery-modal .modal-nav-prev {
    left: 10px;
}

.gallery-modal .modal-nav-next {
    right: 10px;
}

.gallery-modal .modal-nav::before {
  content: '';
  width: 14px;
  height: 14px;
  border-left: 3px solid #80AF1A;
  border-bottom: 3px solid #80AF1A;
}

.gallery-modal .modal-nav-prev::before {
  transform: rotate(45deg);
  margin-left: 3px;
}

.gallery-modal .modal-nav-next::before {
  transform: rotate(-135deg);
  margin-right: 3px;
}

.gallery-modal .modal-backdrop.show {
    opacity: 0.9;
}
.product-details h1 {
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  margin-bottom: 10px; }
.product-details .price {
  color: #80AF1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.48px;
  margin-bottom: 15px; }
  .size-container {
    margin: 30px 0;
    max-width: 400px;
}

.size-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.size-table thead th {
  padding: 0 0 42px 0;
  color: #323232;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.32px;
  border-bottom: 1px solid rgba(50, 50, 50, 0.25);
  position: relative;
}

.size-table thead th::after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 20px;
    height: 2px;
    background: #80AF1A;
}

.size-table tbody tr {
  border-bottom: 1px solid rgba(50, 50, 50, 0.25);
}

.size-table tbody tr:last-child {
    border-bottom: none;
}

.size-table td {
    padding: 6px 0;
    color: #323232;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.32px;
    width: 33.33%;
}


input[type="number"] {
    width: 100%;
    padding: 7px;
    border: 0;
    border-radius: 5px;
    background: #F6F4F1;
    font-size: 15px;
    text-align: center;
    transition: all 0.2s ease;
}

input[type="number"]:focus {
    outline: none;
    background: #F6F4F1;
}

/* Hide spinner arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

@media (max-width: 991px) {
  .stores-list {
    grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .stores-list {
    grid-template-columns: repeat(2, 1fr); }
  
}

@media (max-width: 768px) {

  .badge-follower {
    display: none; }
  .mini-stores-block {
    cursor: auto; }

  #shop_form .container {
    padding: 0 !important; }

}

@media (min-width: 768px) {

  .ms-pills {
    padding: 0;
    margin: 0 0 80px 0;
    justify-content: center;
    flex-wrap: wrap;
    overflow-x: visible; }
  .cards-section {
    flex-direction: row; }
  .cards-section li {
    flex: 1; }
  .card-block {
    border-radius: 30px; }
  .card-block span {
    font-size: 35px; }
  .marquee-track {
    gap: 40px; }
  .marquee-text {
    font-size: 80px; }
  .marquee-icon {
    width: 80px;
    height: 80px; }
  .pe-banner {
    border-radius: 30px;
    padding-right: 10%;
    padding-left: 10%; }
  .pe-banner-content h2 {
    font-size: 42px; }
  .pe-banner-content p {
    padding-right: 60%;
    font-size: 20px; }
  .service-boxes {
    flex-direction: row; }
  .service-box {
    flex: 1;
    border-radius: 30px; }
  .service-content h3 {
    font-size: 42px; }
  .service-content p {
    font-size: 20px; }
  .home-slider .swiper-slide {
    min-height: calc(100vh - 110px); }
  .w-md-25 {
    width: 25%; }
  .input-group {
    width: 370px; }
  .form-group.radio-box {
    margin-bottom: 25px; }
  .table-responsive {
    margin-top: 70px; }
  body.productDetail .content table {
    width: auto; }
  body.productDetail .content table tbody tr td,
  body.productDetail .content table thead tr th {
    line-height: 1;
    padding: 12px 60px 12px 0; }
  .modal.cart-modal .modal-dialog {
    width: 50%;
    margin: 0 0 0 auto; }
  .gallery-modal .modal-dialog {
    max-width: 50%;
  }
  .cards {
    margin: 70px 0 0 0; }
  .cards ul {
    margin: 0 -20px; }
  .cards ul li {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 20px;
    margin: 0; }
  .fix-listing-filters {
    position: sticky;
    top: 135px;
    display: block !important;
    height: calc(100vh - 80px);
    padding-left: 25px;
    overflow-y: auto;
    -ms-overflow-style: none;
      scrollbar-width: none; }
  .fix-cart-list {
    position: sticky;
    top: 190px;
    right: 0;
    display: block !important;
    background-color: #FFF;
    height: 100%;
    padding-right: 25px; }
  .your-cart-list {
    padding-top: 0; };
  .fix-cart-list .your-cart-list ul {
    height: calc(100vh - 24em);
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none; }
  .fix-listing-filters::-webkit-scrollbar,
  .fix-cart-list .your-cart-list ul::-webkit-scrollbar,
  .your-cart-list ul::-webkit-scrollbar {
    display: none; }
  .filters {
    position: static;
    padding: 0;
    z-index: 2;
    background-color: #fff; }
  .filters-show-hide .input-group {
    width: 100%; }
  body.productList .content {
    padding-top: 50px;
    background-color: #FFF; }
  .products-list-wrapper {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    padding-top: 40px; }
  .product-gallery ul li:first-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
   .gallery-grid {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 20px;
   } 
  .gallery-grid .gallery-item {
    -ms-flex: 0 0 calc(50% - 10px);
    -webkit-box-flex: 0;
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .gallery-grid .gallery-item:first-child {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%;
      border-radius: 40px;
      padding: 40px;
  }
  .gallery-item {
      border-radius: 30px;
      padding: 30px;
  }


  .gallery-item:first-child .gallery-item-inner::before {
      padding-top: 100%;
  }
  .zoom-icon {
      width: 50px;
      height: 50px;
  }

  .zoom-icon::before {
      width: 20px;
  }

  .zoom-icon::after {
      height: 20px;
  }

  .gallery-modal .modal-header {
      right: 20px;
      top: 20px;
  }

  .gallery-modal .modal-nav {
      width: 50px;
      height: 50px;
  }

  .gallery-modal .modal-nav-prev {
      left: 20px;
  }

  .gallery-modal .modal-nav-next {
      right: 20px;
  }

 .size-container {
    width: 70%;
}

.size-table thead th {
    font-size: 15px;
}

.size-table td {
    padding: 6px 0;
    font-size: 16px;
}

input[type="number"] {
    padding: 12px 14px;
}

  ul.products-list {
    margin: 0 -5px; }
  .cta {
    text-align: left; }
  .cta .right-col {
    margin-top: 0; }
  .sale .box {
    position: relative; }
  .sale .box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    margin-left: -0.5px;
    background-color: rgba(246, 244, 241, 0.1); }
  .brands-logos ul {
    text-align: center;
    display: block; }
  .brands-logos ul li {
    display: inline-block; }
  .brands-logos ul li img {
    max-height: 70px; }
  .brands-links {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }
  .brands-links a {
    font-size: 1.5rem; }
  .filters .applied-filters {
    padding-top: 0; }
  footer p.legals {
    justify-content: center;
  }
  .left-column {
    position: sticky;
    top: 150px;
    align-self: flex-start;
  }
  .mini-stores-block .block-content {
    padding-top: 80px;
    padding-bottom: 80px; }
  .mini-stores-block p {
    width: 45%; }
  .badge-follower {
    width: 250px;
    height: 250px; }
  .ministores-grid li {
    flex: 0 0 calc(33.333% - 10px); }
  .ministores-grid {
    gap: 15px; }
  .browse .ministores-card img {
    width: 50px;
    height: 50px; }
  .cards-section h2 {
    font-size: 45px; }
  .social-links {
    justify-content: flex-end;
    margin-top: 0; }
  .product-grid {
    grid-template-columns: repeat(3, 1fr); }
  .product-img {
    border-radius: 30px; }
}

@media (min-width: 992px) {

  html {
    font-size: 16px; }
  .input-group {
    width: 435px; }
  form .btn {
    margin-top: 45px; }
  form p.title-underline {
    margin-top: 60px; }
  .modal.cart-modal .modal-dialog {
    width: 40%; }
  header {
    height: calc(184px + var(--banner-h, 0px)); }
  header .navbar-d ul.navbar-nav {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: #F6F4F1;
    width: 100%; }
  header.nav-down .navbar-d ul.navbar-nav {
    padding: 5px 0; }
  header .navbar-d ul.navbar-nav li {
    padding: 0 20px;
    display: inline-block; }
  header .navbar-d .navbar-nav .nav-link {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #323232;
    padding: 0;  }
  header .navbar-d .navbar-nav .nav-link:hover,
  header .navbar-d .navbar-nav .nav-link:focus,
  header .navbar-d .navbar-nav .nav-link.active {
    color: #80AF1A; }
  header .contact-h-d {
  display: block; }
  header .contact-h-d a {
    margin-right: 30px;
    text-decoration: none; }
  header .contact-h-d a:hover,
  header .contact-h-d a:focus {
    text-decoration: underline; }
  header .account-d {
    display: block; }
  header .account-d a {
    color: #0B572C;
    margin-left: 30px; }
  header .account-d .register {
    color: #0B572C; }
  header .navbar-d {
    display: block;
    position: relative; }
  .navbar-collapse {
    position: static;
    background-color: #F6F4F1;
    padding: 20px 0; }
  header .navbar {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 120px; }
  header.nav-down .navbar {
    height: 70px; }
  .navbar .navbar-brand img {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 150px;
    height: 34px; }
  header.nav-down .navbar .navbar-brand img {
    width: 181px;
    height: 34px; }
  .navbar .navbar-brand {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 11px 28px;
    font-size: 0.88rem; }
  .home-slider .swiper-slide {
    min-height: calc(100vh - 184px); }
  .cart {
    margin-right: 0; }
  .cart span span {
    display: inline-block; }
  h1 {
    font-size: 3rem;
    margin-bottom: 2.5rem; }
  .hero h1 {
    font-size: 4.1rem;
    margin-bottom: 2.22rem; }
  h2 {
    font-size: 3rem;
    margin-bottom: 2.22rem; }
   .title {
    margin-bottom: 30px; }
  .account-nav ul li {
    margin-bottom: 30px; }
  .content, .cta, .our-brands, .subcontent {
    padding: 110px 0; }
  .swiper-container.products-list {
    margin-top: 60px; }
  ul.products-list {
    margin: 0 -10px; }
  ul.products-list li {
    -ms-flex: 0 0 33.33%;
    -webkit-box-flex: 0;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 20px 10px; }
  ul.products-list li a .pic-wrapper .pic,
  .products-list .pic-wrapper .pic {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px; }
  .product-gallery {
    margin-bottom: 0;}
  .product-gallery ul {
    margin: 0 -15px; }
  .pagination {
    padding-top: 50px; }
  .cta h2 {
    margin-bottom: 30px; }
  .cta h2 + p {
    font-size: 24px; }
  .cta h3 {
    font-size: 24px;
    margin-bottom: 30px; }
  .cta ul.nav {
    font-size: 16px; }
  .cta .btn {
    margin-top: 45px;
    margin-bottom: 30px; }
  .cta .right-col {
    margin-top: 0; }
  .sale {
    padding: 60px 0px; }
  .sale a,
  .sale span {
    margin: 0; }
  .sale a img,
  .sale span img {
    margin-top: 30px; }
  .our-brands h2 {
    margin-bottom: 65px; }
  .brands-links {
    margin: 95px auto 110px auto; }
  footer {
    text-align: left;
    padding: 60px 0 25px 0; }
  
    footer .hr {
      margin-top: 60px;
      margin-bottom: 25px; }
  footer .legals {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  footer .legals a {
    margin: 0 10px; }
  footer .legals span {
    margin: 0 5px;
    display: inline-block; }
  footer .legals span a {
    margin-right: 0;
  }
  footer p,
  footer p.copy {
    margin: 0;
  }
  footer p {
    margin-bottom: 0; }
  footer p.legals {
    justify-content: flex-end;
    margin-bottom: 0px; }
  footer .payment-method {
    margin-bottom: 0px; }
  .py-150 {
    padding-top: 100px;
    padding-bottom: 100px; }
  .py-260 {
    padding-top: 180px;
    padding-bottom: 180px; }
  .my-120 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .my-80 {
    margin-top: 65px;
    margin-bottom: 65px;
  }
  .mt-40 {
    margin-top: 30px;
  }
  .mini-stores-block {
    border-radius: 40px; }
  .mini-stores-block h2 {
    font-size: 50px; }
  .mini-stores-block p {
    font-size: 22px; }
  .badge-follower {
    width: 280px;
    height: 280px; }
  .ministores-grid li {
    flex: 0 0 calc(16.666% - 17px); }
  .ministores-grid {
    gap: 20px; }
  .browse .ministores-card img {
    width: 60px;
    height: 60px;
    margin-bottom: 30px; }
  

  }

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

  .container {
    padding-left: 4.4rem;
    padding-right: 4.4rem; }
    .gallery-modal .btn-close {
    margin: 25px;
}
  .ms-pill {
    gap: 10px;
    padding: 13px 25px; }
  .home-slider .swiper-pagination {
    right: 30px !important; }
  .size-container {
    width: 60%; }
}

@media (min-width: 1200px) {
  .marquee-text {
    font-size: 100px; }
  .marquee-icon {
    width: 100px;
    height: 100px; }
  .product-grid {
    grid-template-columns: repeat(4, 1fr); }
  .product-grid .product-img {
    border-radius: 40px; }
  .product-grid .product-info {
    padding: 30px 30px 0; }
  .product-grid .product-name,
  .product-grid .product-price  {
    font-size: 16px; }
  .product-details h1 {
    font-size: 24px; }
    .product-details .price {
  font-size: 24px;
  margin-bottom: 30px; }
  .size-container {
    width: 51%;
    margin: 45px 0; }
  .subcontent.undrelined-title h2 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
  .megamenu {
  padding: 60px 0; }
header .buttons {
  gap: 10px;
  margin-top: 60px; }
  .hero {
  min-height: 300px;
  padding: 50px 10px; }
  .service-content img {
    width: 80px;
    height: 80px;
    margin-bottom: 30px; }
  .service-content {
    width: 57%; }
  .input-group {
    width: 100%;
    margin-top: 0; }
  .table-responsive {
  margin-top: 100px; }
  .listing-active-filters-holder {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .listing-active-filters-holder .item-filter {
    margin-right: 0;
    margin-left: 10px; }
  .products-list-wrapper {
    padding-top: 80px; }
  ul.products-list li a .pic-wrapper .pic,
  .products-list a {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px; }
  ul.products-list li .text, .products-list .text {
    padding-top: 30px; }
  .product-gallery ul li {
    padding: 15px;
    -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
              flex-grow: 1;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  a.reset {
    margin-top: 20px; }
  .content-block h2 {
    font-size: 32px;
    margin-top: 60px;
    margin-bottom: 20px; }
  .top-content {
    margin-bottom: 80px; }
  .top-content  h1 {
    font-size: 45px; }
  .breadcrumb-ms {
    font-size: 16px;
    margin-bottom: 30px; }
  .cta ul.nav li a {
    font-size: 16px; }
.cta p {
  font-size: 14px; }
  .social-links {
    gap: 10px; }
  .social-links .follow-us {
    font-size: 24px;
    margin-right: 20px; }
  .social-links a {
    display: block;
    width: 50px;
    height: 50px; }
  footer {
    text-align: left;
    padding: 80px 0 30px 0; }
  footer .hr {
    margin-top: 80px;
    margin-bottom: 30px; }
  .ms-pill {    
    gap: 15px;
    padding: 18px 30px;
    height: 60px; }
  .ms-pill img {
    width: 24px;
    height: 24px; }
  .ms-pill span {
    font-size: 16px;
  }
}

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

  header {
    height: calc(194px + var(--banner-h, 0px)); }
  header .navbar {
    height: 130px; }
  .navbar .navbar-brand img {
    width: 150px;
    height: 46px; }
  .home-slider .swiper-slide {
    min-height: calc(100vh - 194px); }
  footer p {
    font-size: 16px; }

}

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

  .container {
    padding-left: 5.2rem;
    padding-right: 5.2rem; }
    .megamenu {
      padding: 80px 0; }
    header .buttons {
      gap: 10px;
      margin-top: 80px; }
  .table-responsive {
    margin-top: 140px; }
  .card-block {
    border-radius: 40px; }
  .card-block span {
    font-size: 42px; }
  .marquee-text {
    font-size: 120px; }
  .marquee-icon {
    width: 120px;
    height: 120px; }
  .pe-banner {
    border-radius: 60px;
    padding-right: 10%;
    padding-left: 10%; }
  .pe-banner-content h2 {
    font-size: 60px;
    margin-bottom: 30px; }
  .pe-banner-content p {
    font-size: 24px; }
  .service-box {
    border-radius: 60px; }

  .service-content img {
    width: 120px;
    height: 120px;
    margin-bottom: 60px; }
  .service-content h3 {
    font-size: 60px;
    margin-bottom: 30px; }
  .service-content p {
    font-size: 24px; }
  .home-slider h1,
  .home-slider div.h1 {
    font-size: 4rem;
    margin-bottom: 80px; }
  h1 {
    font-size: 3.75rem;
    margin-bottom: 5rem; }
  .hero {
    min-height: 365px;
    padding: 50px 10px; }
  .hero h1 {
    font-size: 5.37rem;
    margin-bottom: 0; }
  .home-slider p.title {
    font-size: 1.5rem;
    margin-bottom: 24px; }
  .content, .cta, .our-brands, .subcontent {
    padding: 140px 0; }
  .brands-links {
    margin: 125px auto 140px auto; }
  .cards {
    margin: 80px 0 0 0; }
  .sale {
    padding: 80px 0px; }
  .brands-logos ul li img {
    max-height: 90px; }
  .listing-active-filters-holder .item-filter {
    padding: 11px 20px; }
  .listing-active-filters-holder .close {
    margin-right: 10px; }
  .py-150 {
    padding-top: 150px;
    padding-bottom: 150px; }
  .py-260 {
    padding-top: 260px;
    padding-bottom: 260px; }
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }
  p.big {
    font-size: 24px;
  }
  .content-block h2 {
    font-size: 42px;
    margin-top: 80px;
    margin-bottom: 30px; }
  .steps-list li::before {
    font-size: 24px; }
    
  .steps-list li {
    margin: 40px 0; }
.steps-list li strong {
  font-size: 24px;
  margin-bottom: 20px; }
  .check-list li {
    padding-left: 50px;
    margin-bottom: 32px; }
  .check-list li::before {
    top: 0;
    width: 30px;
    height: 30px; }
  .mini-stores-block {
    border-radius: 50px; }
  .mini-stores-block h2 {
    font-size: 60px;
    margin-bottom: 30px; }
  .mini-stores-block p {
    font-size: 24px; }
  .ministores-card span {
    font-size: 24px; }
  .badge-follower {
    width: 320px;
    height: 320px; }
  .cards-section h2 {
    font-size: 60px;
    margin-bottom: 50px; }
  .top-section {
    margin-bottom: 80px; }
  .store-card {
    border-radius: 40px;
    padding: 60px;
    gap: 30px; }
  .store-card span {
    font-size: 24px; }
  .size-container {
      margin: 60px 0; }
}


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

  .container {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px; }
  header {
    height: calc(244px + var(--banner-h, 0px)); }
  header .navbar {
    height: 180px; }
  .navbar .navbar-brand img {
    width: 352px;
    height: 65px; }
  .home-slider .swiper-slide {
    min-height: calc(100vh - 244px); }
  .your-cart-list {
    padding-left: 25%; }
  .mini-stores-block {
    border-radius: 60px; }
  .top-content  h1 {
    font-size: 60px;}
  .home-slider .swiper-pagination {
    right: 30px !important; }
}
