body,
html {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/* Accessibility: visible focus indicators for keyboard navigation */
*:focus-visible {
  outline: 2px solid #4A90D9;
  outline-offset: 2px;
}

/* Screen reader only — visually hidden but accessible */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: "Recoleta";
  src: url("../fonts/Recoleta Regular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Sanchez";
  src: url("../fonts/Sanchezregular.otf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueSpartan-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueSpartan-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueSpartan-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: "League";
  src: url("../fonts/LeagueSpartan-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

body * {
  box-sizing: border-box;
}

.top__part .outer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0px;
}

.top__part .outer__top .controls {
  display: inline-flex;
}

.top__part .outer__top>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top__part .outer__top>ul.controls {
  padding-right: 2px;
}

.top__part .outer__top>ul.controls>li:nth-child(1) {
  margin-right: 20px;
}

.top__part .outer__top>ul.controls>li:nth-child(2) {
  margin-right: 29px;
}

.top__part .outer__top>ul.controls>li:nth-child(2)>a>img {
  height: 46px;
}

.top__part .outer__top>ul.controls>li:nth-child(1)>a>img {
  height: 47px;
}

.top__part .outer__top>ul.controls>li>a {
  transition: .3s ease all;
}

.top__part .outer__top>ul.controls>li>a:hover {
  opacity: .7;
}

.top__part .outer__top>ul:nth-child(1) li a {
  transition: .3s ease all;
  opacity: .15;
}

.top__part .outer__top>ul:nth-child(1) li a:hover {
  opacity: 1;
}

.top__part .outer__top>ul>li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 11px;
}

.top__part .outer__top>ul>li:last-child {
  margin-right: 0px;
}

.top__part .outer__top>ul>li>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top__part .outer__top>ul>li>a.cart {
  position: relative;
}

.top__part .outer__top>ul>li>a.cart>span {
  top: 3px;
  right: -3px;
  position: absolute;
  background-color: #28BDB9;
  border-radius: 250px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  text-align: center;
  line-height: 14px;
}

.top__part .outer__top>ul>li>a img,
.top__part .outer__top>ul>li>a svg {
  height: 53px;
  width: auto;
}

header {
  margin-top: -5px;
  padding: 19px 0px;
  background: linear-gradient(to right, #C1D6FE, #E0FCE8);
}

header .outer__header {
  position: relative;
}

header .outer__header ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 314px;
}

header .outer__header ul>li {
  position: relative;
  margin-right: 30px;
}

header .outer__header ul>li:nth-child(1),
header .outer__header ul>li:last-child {
  left: 0px;
}

header .outer__header ul>li:last-child {
  margin-right: 0px;
}

header .outer__header ul>li>a {
  letter-spacing: 0.2px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  text-decoration: none;
  font-family: "Recoleta", sans-serif;
  transition: .3s ease all;
}

header .outer__header ul>li>a:hover {
  color: #28BDB9;
}

header .outer__header>a {
  position: absolute;
  left: 42px;
  top: -18px;
}

header .outer__header>a img {
  max-width: 273px;
}

.hero__section {
  padding-top: 80px;
  margin-bottom: 35px;
}

.hero__section .outer__hero {
  position: relative;
  min-width: 1440px;
}

.hero__section .outer__hero .media {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36%;
}

.hero__section .outer__hero .media img {
  max-width: 750px;
}

.hero__section .bubble__orange {
  position: relative;
  max-width: 640px;
  padding: 130px 100px;
  display: flex;
  left: 40px;
  height: 640px;
  flex-direction: column;
  align-items: center;
}

.hero__section .bubble__orange .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero__section .bubble__orange .btn>a {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding-left: 30px;
  padding-top: 5px;
  padding-right: 30px;
  font-family: "League", sans-serif;
  background-color: #ED95A7;
  border-radius: 250px;
  transition: .3s ease all;
}

.hero__section .bubble__orange .btn>a:hover {
  opacity: .7;
}

.hero__section .bubble__orange>p {
  text-align: center;
  position: relative;
  margin-top: 20px;
  font-size: 26px;
  line-height: 34px;
  color: #000;
  margin: 0px;
  z-index: 2;
  margin-bottom: 20px;
  font-family: "Recoleta", sans-serif;
}

.hero__section .bubble__orange>h1 {
  margin-top: 100px;
  margin-bottom: -10px;
  position: relative;
  z-index: 2;
  text-align: right;
  font-size: 56px;
  line-height: 30px;
  font-family: 'League', sans-serif;
  color: #fff;
  font-weight: bold;
}

.hero__section .bubble__orange>h1 .smallest {
  font-size: 18px;
  font-family: 'Recoleta', sans-serif;
  line-height: 26px;
  font-weight: 400;
  position: relative;
  top: -20px;
  padding-right: 12px;
}

.hero__section .bubble__orange>h1 .smaller {
  font-family: "League", sans-serif;
  padding-right: 12px;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}

.hero__section .bubble__orange>img {
  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 600px;
}

.hero__section .bubble__orange>h1 {
  margin-bottom: 0px;
}

.shop__wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  z-index: 2;
}

.shop__wrapper .container {
  padding-left: 0px;
  padding-right: 0px;
}

.shop__wrapper .outer__shop .categories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.shop__wrapper .outer__shop .categories__grid>.elem {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}

.shop__wrapper .outer__shop .categories__grid>.elem:hover>img {
  transform: scale(1.1);
}

.shop__wrapper .outer__shop .categories__grid>.elem .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.shop__wrapper .outer__shop .categories__grid>.elem .desc>p {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
  color: #000;
  font-family: "Sanchez", sans-serif;
}

.shop__wrapper .outer__shop .categories__grid>.elem .desc>span {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-family: 'League', sans-serif;
  padding-top: 6px;
  font-weight: bold;
  justify-content: center;
  background: linear-gradient(to right, #000, #707070);
}

.shop__wrapper .outer__shop .categories__grid>.elem>img {
  max-width: 100%;
  transition: .3s ease all;
}

.shop__wrapper .outer__shop>.top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center;
}

.shop__wrapper .outer__shop>.top .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.shop__wrapper .outer__shop>.top .txt>h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 44px;
  line-height: 36px;
  margin-bottom: 0px;
  font-family: "League", sans-serif;
  color: #000;
  font-weight: bold;
}

.shop__wrapper .outer__shop>.top .txt>p {
  font-size: 20px;
  line-height: 26px;
  margin: 0px;
  font-family: "Recoleta", sans-serif;
}

.shop__wrapper .outer__shop>.top .img {
  display: inline-flex;
  align-items: center;
  margin-right: -120px;
  margin-left: 10px;
  position: relative;
  top: 5px;
  justify-content: center;
}

.shop__wrapper .outer__shop>.top .img img {
  min-width: 120px;
  max-width: 120px;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.products__grid .elem {
  width: 100%;
}

.products__grid .elem .desc {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.products__grid .elem .desc .product-text-link:nth-child(1) {
  order: 1;
}

.products__grid .elem .desc .product-text-link:nth-child(2) {
  order: 2;
}

.products__grid .elem .desc .color__picker2 {
  order: 3;
  margin-top: 8px;
}

.products__grid .elem .desc .color__picker {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(30px, 1fr));
  gap: 4px;
  width: 100%;
}

.products__grid .elem .desc .color__picker>.el {
  padding-bottom: 100%;
}

.products__grid .elem .desc .color__picker>.el.white {
  border: 1px solid #cecece;
}

.products__grid .elem .desc .color__picker>.elpay {
  padding-bottom: 100%;
}

.products__grid .elem .desc .color__picker>.elpay.white {
  border: 1px solid #cecece;
}

.products__grid .elem .desc>p,
.products__grid .elem .desc .product-text-link p {
  margin-top: 0px;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-weight: 400;
  font-family: "Recoleta", sans-serif;
}

.products__grid .elem .desc>span,
.products__grid .elem .desc .product-text-link span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-family: "Recoleta", sans-serif;
  line-height: 25px;
  color: #000;
  font-weight: bold;
}

.product-text-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.product-text-link:hover {
  text-decoration: none;
  opacity: 0.75;
}

.products__grid .elem .media {
  display: block;
  height: 0px;
  padding-bottom: 90%;
  position: relative;
  border: 1px solid #000;
  margin-bottom: 8px;
}

.products__grid .elem .media img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 9px;
  width: calc(100% - 18px);
  height: calc(100% - 18px);
  object-fit: contain;
  object-position: center bottom;
}

.extra {
  padding: 35px 0px;
}

.extra .outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.extra .outer .desc {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 35px;
  text-decoration: none;
  border: 1px solid #000;
}

.extra .outer .desc>h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  font-weight: 400;
  font-family: "Sanchez", sans-serif;
  text-align: center;
}

.extra .outer .desc>span {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding: 5px 10px;
  font-family: "League", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding-top: 7px;
  padding-bottom: 3px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  background: linear-gradient(to right, #000, #707070);
}

.extra .outer .media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
}

.extra .outer .media img {
  min-width: 0px;
  max-width: 660px;
  width: 100%;
}

.spacer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  margin-top: 17px;
  margin-bottom: 25px;
}

.spacer img {
  max-width: 580px;
  position: relative;
  left: -14px;
  top: -6px;
}

.text__block {
  padding-bottom: 28px;
}

.text__block .desc>p {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 38px;
  font-size: 32px;
  line-height: 43px;
  font-family: "Recoleta", sans-serif;
}

.text__block .desc>span {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Recoleta", sans-serif;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  display: block;
}

.join__wrapper {
  background-color: #E7E7E7;
}

.join__wrapper .outer__join {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 0px;
}

.join__wrapper .outer__join>p {
  margin: 0px 15px;
  font-size: 24px;
  font-family: "Recoleta", sans-serif;
  line-height: 28px;
  color: #000;
  text-align: center;
}

.join__wrapper .outer__join>img {
  min-width: 55px;
  max-width: 55px;
}

footer {
  background: linear-gradient(to right, #C1D6FE, #E0FCE8);
  padding-top: 20px;

  /*padding-bottom: 180px; */

}

footer .outer__footer>span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

footer .outer__footer>span img {
  width: 100%;
  max-width: 740px;
}

footer .outer__footer>.socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

footer .outer__footer>.socials>li {
  margin: 0px 15px;
}

footer .outer__footer>.socials>li>a {
  font-size: 20px;
  font-family: "Sanchez", sans-serif;
  line-height: 26px;
  color: #000;
  text-decoration: none;
}

.double__articles {
  padding: 30px 0px;
}

.double__articles .outer__articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.double__articles .outer__articles>.article:nth-child(1) {
  width: 41%;
  margin-right: 2%;
}

.double__articles .outer__articles>.article:nth-child(2) {
  width: 57%;
}

.double__articles .outer__articles>.article:nth-child(2) .media img {
  max-width: 360px;
}

.double__articles .outer__articles .article {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.double__articles .outer__articles .article .date>p {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
  margin: 0px;
  font-family: "League", sans-serif;
}

.double__articles .outer__articles .article .date>span {
  font-size: 20px;
  font-family: "Recoleta", sans-serif;
  line-height: 26px;
  color: #000;
}

.double__articles .outer__articles .article .date>h2 {
  font-family: "League", sans-serif;
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}

.double__articles .outer__articles .desc {
  text-align: center;
  margin-right: 15px;
}

.double__articles .outer__articles .desc>h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 34px;
  font-family: 'League', sans-serif;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

.double__articles .outer__articles .desc>p {
  font-size: 20px;
  font-family: "Recoleta", sans-serif;
  line-height: 26px;
  color: #000;
}

.double__articles .outer__articles .desc>span {
  display: inline-flex;
  align-items: center;
  margin: 15px 0px;
  justify-content: center;
}

.double__articles .outer__articles .desc>span img {
  max-width: 180px;
}

.hero__section .bubble__orange {
  padding-left: 0px;
}

.hero__section .outer__hero .media {
  left: 28%;
  margin-top: 30px;
}

.hero__section .outer__hero .media img {
  max-width: 855px;
}

.hero__section .bubble__orange>h1 {
  font-size: 74px;
  margin-bottom: 10px;
  line-height: 49px;
}

.hero__section .bubble__orange {
  padding-top: 166px;
}

.hero__section .bubble__orange>h1 .smaller {
  font-size: 48px;
  padding-right: 18px;
}

.hero__section .bubble__orange>img {
  max-width: 745px;
  left: -40px;
  top: -6px;
}

.hero__section .bubble__orange>h1 .smallest {
  font-size: 25px;
  padding-right: 22px;
}

.hero__section .bubble__orange>p {
  font-size: 33px;
  position: relative;
  left: 16px;
  line-height: 34px;
}

.hero__section .bubble__orange .btn>a {
  width: 222px;
  position: relative;
  left: 32px;
  min-height: 74px;
  font-size: 34px;
}

.hero__section .bubble__orange .btn {
  margin-top: 15px;
}

.hero__section {
  margin-bottom: 110px;
}

.shop__wrapper .outer__shop>.top .txt {
  padding-left: 35px;
}

.shop__wrapper .outer__shop>.top .txt>h2 {
  font-size: 65px;
  position: relative;
  top: -10px;
}

.shop__wrapper .outer__shop>.top .img {
  margin-right: -137px;
  margin-left: 3px;
  position: relative;
  top: -2px;
}

.shop__wrapper .outer__shop>.top .img img {
  min-width: 139px;
  max-width: 139px;
}

.shop__wrapper .outer__shop>.top .txt>p {
  font-size: 28px;
  line-height: 26px;
}

.shop__wrapper .outer__shop .categories__grid {
  padding-left: 21px;
  padding-right: 21px;
  grid-column-gap: 48px;
  grid-row-gap: 47px;
}

.shop__wrapper .outer__shop .categories__grid>.elem .desc>p {
  font-size: 29px;
  line-height: 30px;
  position: relative;
}

.second__shop .outer__shop>.top .txt {
  padding-left: 0px;
  left: 3px;
  position: relative;
}

.second__shop {
  padding-top: 35px;
}

.second__shop .outer__shop>.top .img {
  margin-right: -109px;
  margin-left: 3px;
  position: relative;
  top: -9px;
}

.second__shop .outer__shop>.top .txt>p {
  position: relative;
  top: -3px;
  left: -2px;
}

.products__grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  width: calc(100% + 30px);
  margin-left: -15px;
}

.products__grid .elem .media img {
  width: calc(100% - 6px);
  height: calc(100% - 20px);
}

.products__grid .elem .media {
  padding-bottom: 106%;
  margin-bottom: 10px;
}

.products__grid .elem .desc>p {
  letter-spacing: 0.4px;
}

.second__shop .outer__shop>.top .img img {
  min-width: 136px;
  max-width: 136px;
}

.products__grid .elem .desc>span {
  position: relative;
  top: -1px;
  font-size: 23px;
}

.products__grid .elem .desc .color__picker {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  grid-row-gap: 5px;
  grid-column-gap: 3px;
  width: 100%;
  justify-content: flex-start;
  padding-left: 11px;
  padding-right: 11px;
}

.products__grid .elem .desc .color__picker .el {
  min-width: 32px;
  max-width: 32px;
  position: relative;
  padding-bottom: 0px;
  flex-grow: 1;
}

.products__grid .elem .desc .color__picker .elpay {
  min-width: 32px;
  max-width: 32px;
  position: relative;
  padding-bottom: 0px;
  flex-grow: 1;
}

.extra {
  padding-top: 65px;
}

.extra .outer .media {
  padding-right: 75px;
}

.extra .outer .desc {
  text-align: center;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  padding: 66px 35px;
  text-decoration: none;
  border: 1px solid #000;
  width: 100px;
  min-width: 267px;
  margin-right: -54px;
  position: relative;
  left: -12px;
  top: 10px;
}

.extra .outer .desc>h6 {
  position: relative;
  top: -5px;
  font-size: 39px;
}

.extra .outer .desc>span {
  font-size: 26px;
  height: 44px;
  padding: 5px 13px;
}

.extra .outer .desc {
  position: relative;
  left: -36px;
}

.extra .outer .media img {
  max-width: 761px;
  position: relative;
  left: 16px;
}

.join__wrapper .outer__join>p {
  font-size: 28px;
}

.double__articles .outer__articles>.article:nth-child(2) .media img {
  max-width: 405px;
}

.double__articles .outer__articles>.article:nth-child(2) {
  width: 65.8%;
}

.double__articles .outer__articles .desc>p {
  font-size: 24.1px;
  position: relative;
  top: -4px;
  margin-bottom: 0px;
  letter-spacing: 0.4px;
}

.double__articles .outer__articles .article .date>p {
  font-size: 25px;
  line-height: 24px;
  color: #000;
  margin-bottom: 11px;
}

.double__articles .outer__articles .article .date>h2 {
  font-size: 33px;
  line-height: 30px;
}

.double__articles .outer__articles .article .date>span {
  font-size: 25px;
  line-height: 26px;
  margin-top: 3px;
}

.double__articles .outer__articles>.article:nth-child(1) {
  position: relative;
  right: -13px;
}

.double__articles .outer__articles .desc>p {
  line-height: 32px;
}

.double__articles .outer__articles .desc>h2 {
  margin-left: -50px;
  min-width: 290px;
  position: relative;
  left: 21px;
  top: -14px;
}

.double__articles .outer__articles>.article:nth-child(1)>.desc>p {
  font-size: 27px;
  position: relative;
  top: 16px;
}

footer .outer__footer>.socials>li {
  margin: 0px 14px;
}

footer .outer__footer>.socials>li>a {
  font-size: 22px;
  line-height: 28px;
}

footer .outer__footer>span img {
  max-width: 820px;
}

footer .outer__footer>span {
  margin-top: 35px;
}

.shop__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  max-width: 1440px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
}

.shop__inner .after {
  padding-left: 30px;
  margin-top: -7px;
}

.shop__inner .after .dark {
  color: #000;
}

.shop__inner .after .bold {
  color: #000;
  font-weight: bold;
}

.shop__inner .after a {
  color: blue;
}

.shop__inner .after>h6 {
  font-size: 34px;
  line-height: 42px;
}

.shop__inner .after>p {
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.7);
}

.shop__inner .bottom__shop {
  margin-top: 35px;
}

.shop__inner .bottom__shop .controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.shop__inner .bottom__shop .controls>p {
  margin: 0px;
  margin-right: 200px;
  font-size: 24px;
  line-height: 36px;
  color: #000;
}

.shop__inner .bottom__shop .controls>p span {
  font-weight: bold;
}

.shop__inner .bottom__shop .controls .results {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.shop__inner .bottom__shop .controls .results>p {
  margin: 0px;
  font-size: 24px;
  margin-right: 15px;
}

.shop__inner .bottom__shop .controls .results ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  justify-content: flex-start;
}

.shop__inner .bottom__shop .controls .results ul>li {
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
}

.shop__inner .bottom__shop .controls .results ul>li:last-child {
  margin-right: 0px;
}

.shop__inner .bottom__shop .controls .results ul>li>a {
  font-weight: 400;
  color: blue;
  font-size: 24px;
}

.shop__inner .bottom__shop .controls .results>a {
  color: blue;
  font-size: 24px;
}

.shop__inner .shop__wrapper .outer__shop>.top {
  margin-bottom: 0px;
}

.shop__inner .shop__wrapper .outer__shop>.top .txt>h2 {
  font-size: 55px;
  position: relative;
  top: -18px;
  margin-left: 46px;
}

.shop__inner .shop__wrapper .products__grid {
  grid-template-columns: repeat(3, 1fr);
}

.shop__inner .shop__wrapper .products__grid .elem .media {
  border: 0px;
  border: 0px;
  padding-bottom: 84%;
}

.shop__inner .shop__wrapper .products__grid .elem .media>img {
  height: 100%;
  width: 100%;
}

.shop__inner .shop__wrapper .products__grid .spacer {
  grid-column-start: 1;
  grid-column-end: 4;
  border-bottom: 4px dashed #53CAC7;
}

.shop__inner .shop__wrapper .products__grid .elem .desc {
  display: flex;
  flex-direction: column;
}

.shop__inner .shop__wrapper .products__grid .elem .desc .color__picker {
  margin-bottom: 30px;
}

.shop__inner .shop__wrapper .products__grid .elem .desc>ul {
  margin-top: 0px;
}

.shop__inner .shop__wrapper .products__grid .elem .desc>p {
  order: 2;
}

.shop__inner .shop__wrapper .products__grid .elem .desc>span {
  order: 3;
}

.shop__inner .shop__wrapper .products__grid .elem .desc>.color__picker {
  order: 1;
}

.shop__inner .side__menu {
  padding-top: 188px;
  min-width: 332px;
  padding-bottom: 45px;
}

.shop__inner .side__menu .sub__elem {
  margin-bottom: 26px;
}

.shop__inner .side__menu .sub__elem:last-child {
  margin-bottom: 0px;
}

.shop__inner .side__menu .sub__elem>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}

.shop__inner .side__menu .sub__elem>ul>li {
  margin-bottom: 15px;
  padding-left: 5px;
}

.shop__inner .side__menu .sub__elem>ul>li>a {
  font-size: 28px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: .3s ease all;
}

.shop__inner .side__menu .sub__elem>ul>li>a:hover {
  color: #28BDB9;
}

.shop__inner .side__menu .sub__elem>ul>li:last-child {
  margin-bottom: 0px;
}

.shop__inner .side__menu .sub__elem>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCE99;
  /* min-height: 68px; */
  /* padding: 4px 41px; */
  border-radius: 250px;
  /* font-size: 43px; */
  line-height: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  min-height: 68px;
  font-weight: bold;
  width: 198px;
  font-size: 35px;
  padding-bottom: 6px;
}

.shop__inner .side__menu .back__btn {
  margin-bottom: 27px;
}

.shop__inner .side__menu .back__btn>a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  font-family: "Recoleta", sans-serif;
  text-decoration: underline;
}

.shop__inner .side__menu .back__btn>a span {
  display: inline-flex;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
}

.shop__inner .side__menu .back__btn>a span img {
  max-width: 40px;
}

.cart .outer__cart {
  display: flex;
  justify-content: space-between;
  padding: 80px 0px;
  padding-top: 240px;
}

.cart .outer__cart .main {
  width: 70%;
  margin-right: 35px;
  float: left;

}

.shop__inner .login__wrapper .main {
  width: 48%;
  float: left;

}

.cart .outer__cart .main .steps__wrapper>.step {
  border-bottom: 2px solid #cecece;
  padding: 35px 0px;
}

.cart .outer__cart .main .steps__wrapper>.step.opened>.head>span {
  transform: rotate(180deg);
}

.cart .outer__cart .main .steps__wrapper>.step:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}

.cart .outer__cart .main .steps__wrapper>.step .content {
  padding-top: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>p {
  font-size: 16px;
  line-height: 20px;
  margin-top: 0px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.spacer {
  margin: 20px auto;
  width: 80%;
  height: 1px;
  background-color: #000;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box {
  border: 1px solid #cecece;
  border-radius: 4px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el {
  cursor: pointer;
  transition: .3s ease all;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid #cecece;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el.current {
  background-color: #CBEEEB;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el:hover {
  background-color: #CBEEEB;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el:last-child {
  border-bottom: 0px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .right__part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .right__part>span {
  margin-right: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .right__part>span.free {
  color: green;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 250px;
  border: 1px solid #cecece;
  background-color: #fff;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .status.active {
  background: url("../img/ch.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #fff;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc>p {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc>p span.icon {
  min-width: 45px;
  max-width: 45px;
  margin-right: 12px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc>p span.icon img {
  max-width: 100%;
  max-height: 45px;
  width: auto;
}


.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay {
  cursor: pointer;
  transition: .3s ease all;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  border-bottom: 1px solid #cecece;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay.current {
  background-color: #CBEEEB;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay:hover {
  background-color: #CBEEEB;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay:last-child {
  border-bottom: 0px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: row;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .right__part {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .right__part>span {
  margin-right: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .right__part>span.free {
  color: green;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  border-radius: 250px;
  border: 1px solid #cecece;
  background-color: #fff;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .status.active {
  background: url("../img/ch.png");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: center;
  background-color: #fff;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc>p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc>p span.icon {
  min-width: 45px;
  max-width: 45px;
  margin-right: 12px;
  min-height: 45px;
  max-height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc>p span.icon img {
  max-width: 100%;
  max-height: 45px;
  width: auto;
}


.cart .outer__cart .main .steps__wrapper>.step .content .method {
  margin-bottom: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .method>p {
  font-size: 16px;
  line-height: 24px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .method>p span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.7);
  font-style: italic;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input {
  margin-bottom: 15px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input .container__check {
  margin-top: 15px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .zip {
  display: flex;
  justify-content: space-between;
}

.cart .outer__cart .main .steps__wrapper>.step .content .zip>.group__input:nth-child(2),
.cart .outer__cart .main .steps__wrapper>.step .content .zip>.group__input:nth-child(3) {
  width: 100%;
}

.cart .outer__cart .main .steps__wrapper>.step .content .zip>.group__input:nth-child(2) {
  margin-right: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .zip>.group__input:nth-child(1) {
  min-width: 200px;
  max-width: 200px;
  margin-right: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .card__info--fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .card__info--fields .card__double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .card__info--fields .card__double .code>a {
  color: #065075;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.cart .outer__cart .main .steps__wrapper>.step .content .double {
  display: grid;
  margin-bottom: 15px;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .name {
  display: flex;
  margin-bottom: 15px;
  justify-content: flex-start;
}

.cart .outer__cart .main .steps__wrapper>.step .content .name .group__input {
  margin-bottom: 0px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .name>.group__input:nth-child(1) {
  width: 40%;
  margin-right: 20px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .name>.group__input:nth-child(2) {
  width: 58%;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__submit {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__submit>button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 45px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  border: 0px;
  background-color: #1EA56B;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: .3s ease all;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__submit>button:hover {
  opacity: .7;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input>input {
  width: 100%;
  height: 42px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input>select {
  width: 100%;
  height: 42px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  background: url("../img/arrowdown.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px);
  text-overflow: '';
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input>p {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 16px;
  color: #065075;
  line-height: 24px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .group__input>p span {
  color: red;
}

.cart .outer__cart .main .steps__wrapper>.step .content .required {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.cart .outer__cart .main .steps__wrapper>.step .content .required span {
  color: red;
}

.cart .outer__cart .main .steps__wrapper>.step>.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.cart .outer__cart .main .steps__wrapper>.step>.head>span {
  transition: .3s ease all;
}

.cart .outer__cart .main .steps__wrapper>.step>.head>span img {
  max-width: 24px;
  min-width: 24px;
}

.cart .outer__cart .main .steps__wrapper>.step>.head>h6 {
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 30px;
  line-height: 40px;
  color: #065075;
  font-family: "Recoleta", sans-serif;
  font-weight: 600;
}

.cart .outer__cart .main .steps__wrapper>.step>.head>h6 span {
  display: inline-flex;
  min-width: 40px;
  align-items: center;
  justify-content: center;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-right: 25px;
  border-radius: 250px;
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  font-family: "Recoleta", sans-serif;
  font-weight: 400;
  background-color: #065075;
}

/* ============================================
   P0: Minimal Checkout Header (shared across
   checkout.php and checkout_one_confirmation.php)
   ============================================ */
.checkout-minimal-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.checkout-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.checkout-logo img {
  max-height: 65px;
  width: auto;
}

.checkout-header-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.checkout-secure-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #2e7d32;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.checkout-secure-badge svg {
  stroke: #2e7d32;
  flex-shrink: 0;
}

.checkout-back-link {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.checkout-back-link:hover {
  color: #000;
}

.checkout-back-link svg {
  stroke: currentColor;
  flex-shrink: 0;
}

.checkout-security-notice {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  margin-bottom: 12px;
  background: #f8fdf8;
  border: 1px solid #c8e6c9;
  border-radius: 6px;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 500;
}

.checkout-security-notice svg {
  flex-shrink: 0;
  stroke: #2e7d32;
}

@media (max-width: 768px) {
  .checkout-header-inner {
    padding: 0 12px;
  }

  .checkout-logo img {
    max-height: 50px;
  }

  .checkout-secure-badge {
    display: none;
  }

  .checkout-back-link {
    font-size: 13px;
  }
}

/* P1: Step Locking States */
.cart .outer__cart .main .steps__wrapper>.step.step-locked {
  opacity: 0.45;
  pointer-events: none;
  position: relative;
}

.cart .outer__cart .main .steps__wrapper>.step.step-locked>.head {
  pointer-events: auto;
  cursor: not-allowed;
}

.cart .outer__cart .main .steps__wrapper>.step.step-locked>.head>h6 span {
  background-color: #999;
}

.cart .outer__cart .main .steps__wrapper>.step.step-locked>.head>h6::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2' ry='2'%3E%3C/rect%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'%3E%3C/path%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Completed step: green circle */
.cart .outer__cart .main .steps__wrapper>.step.step-completed>.head>h6 span {
  background-color: #1EA56B;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  font-size: 0;
}

/* Unlock animation */
.cart .outer__cart .main .steps__wrapper>.step.step-unlocking {
  animation: stepUnlock 0.5s ease-out forwards;
}

@keyframes stepUnlock {
  0% {
    opacity: 0.45;
    transform: translateY(0);
  }

  50% {
    opacity: 0.75;
    transform: translateY(-2px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Toast notification */
.opc-step-toast {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1a1a1a;
  color: #fff;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 10001;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  max-width: 90vw;
  white-space: nowrap;
}

.opc-step-toast svg {
  flex-shrink: 0;
  color: #f39c12;
}

.opc-step-toast.opc-toast-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.cart .outer__cart .main>.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.cart .outer__cart .main>.top>.right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cart .outer__cart .main>.top>.right .desc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cart .outer__cart .main>.top>.right .desc>a {
  color: #065075;
  font-size: 16px;
  line-height: 24px;
  text-decoration: underline;
}

.cart .outer__cart .main>.top>.right .desc>p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.cart .outer__cart .main>.top>.right>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 25px;
  white-space: nowrap;
  font-size: 22px;
  margin-left: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  font-family: "Recoleta", sans-serif;
  font-weight: 600;
  background-color: #6D6E70;
}

.cart .outer__cart .main>.top>h2 {
  margin: 0px;
  font-size: 48px;
  line-height: 56px;
  color: #065075;
  font-weight: bold;
  font-family: "Recoleta", sans-serif;
}

.cart .outer__cart .side {
  min-width: 320px;
  max-width: 320px;
  float: right;
}

.shop__inner .login__wrapper .side {
  width: 48%;
  float: right;
}

.cart .outer__cart .side .inner__side {
  position: sticky;
  top: 20px;
}

.cart .outer__cart .side .inner__side .table>.el {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.cart .outer__cart .side .inner__side .table>.el:last-child {
  margin-bottom: 0px;
}

.cart .outer__cart .side .inner__side .table>.el.final {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  padding-top: 5px;
}

.cart .outer__cart .side .inner__side .table>.el.final>span {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side .table>.el.savings>span {
  color: green;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side .table>.el>span {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
}


.cart .outer__cart .side .inner__side .table>.elpay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.cart .outer__cart .side .inner__side .table>.elpay:last-child {
  margin-bottom: 0px;
}

.cart .outer__cart .side .inner__side .table>.elpay.final {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 5px;
  padding-top: 5px;
}

.cart .outer__cart .side .inner__side .table>.elpay.final>span {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side .table>.elpay.savings>span {
  color: green;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side .table>.elpay>span {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.8);
}


.cart .outer__cart .side .inner__side .order__info>p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.cart .outer__cart .side .inner__side .order__info>p span {
  font-weight: bold;
}

.cart .outer__cart .side .inner__side .order__info>p:last-child {
  margin-bottom: 0px;
}

.cart .outer__cart .side .inner__side .order__info .grid {
  margin-top: 20px;
  margin-bottom: 25px;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

.cart .outer__cart .side .inner__side .order__info .grid .elem {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cart .outer__cart .side .inner__side .order__info .grid .elem span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.cart .outer__cart .side .inner__side .order__info .grid .elem span img {
  max-width: 45px;
  max-height: 40px;
}

.cart .outer__cart .side .inner__side>p {
  margin: 0px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

.cart .outer__cart .side .inner__side>p span img {
  max-width: 80px;
  padding-right: 5px;
}

.cart .outer__cart .side .inner__side>p a {
  color: #007bff;
  text-decoration: underline;
}

.cart .outer__cart .side .inner__side>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-bottom: 15px;
}

.cart .outer__cart .side .inner__side>a>img {
  max-height: 48px;
}

.cart .outer__cart .side .inner__side>a.paypal {
  background-color: #FFC43A;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  transition: .3s ease all;
  margin-bottom: 15px;
}

.cart .outer__cart .side .inner__side>a.paypal:hover {
  opacity: .7;
}

.cart .outer__cart .side .inner__side>a.paylater {
  background-color: #FFC43A;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
  transition: .3s ease all;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 600;
}

.cart .outer__cart .side .inner__side>a.paylater img {
  max-height: 34px;
  margin-right: 6px;
}

.cart .outer__cart .side .inner__side>a.paylater:hover {
  opacity: .7;
}

.cart .outer__cart .side .inner__side>a.applepay {
  background-color: #000;
  width: 100%;
  padding: 5px 15px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 15px;
  transition: .3s ease all;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side>a.applepay:hover {
  opacity: .7;
}

.cart .outer__cart .side .inner__side>a.applepay .spacer {
  min-height: 34px;
  margin: 0px 10px;
  min-width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.cart .outer__cart .side .inner__side>a.applepay img {
  max-width: 60px;
}

.cart .outer__cart .side .inner__side>a.googlepay {
  background-color: #000;
  width: 100%;
  padding: 5px 15px;
  border-radius: 8px;
  text-decoration: none;
  margin-bottom: 15px;
  transition: .3s ease all;
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  font-weight: bold;
}

.cart .outer__cart .side .inner__side>a.googlepay:hover {
  opacity: .7;
}

.cart .outer__cart .side .inner__side>a.googlepay .spacer {
  min-height: 34px;
  margin: 0px 10px;
  min-width: 1px;
  background-color: rgba(255, 255, 255, 0.4);
}

.cart .outer__cart .side .inner__side>a.googlepay img {
  max-width: 60px;
}

.container__check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.container__check p {
  margin: 0px;
  /* font-size: 14px; */
  /* line-height: 18px; */
  color: #065075;
}

.container__check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  min-width: 20px;
  margin-right: 12px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 1px solid #065075;
  border-radius: 4px;
}

.container__check input:checked~.checkmark {
  background-color: #065075;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container__check input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container__check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.no__hidden,
.no__hidden body {
  overflow-x: initial;
}

.billing__address .form {
  margin-top: 30px;
}

.card__info {
  margin-bottom: 25px;
}

.card__info>h6 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #065075;
  font-family: "Recoleta", sans-serif;
  font-weight: 600;
}

.billing__address>h6 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #065075;
  font-family: "Recoleta", sans-serif;
  font-weight: 600;
}

.cart .outer__cart .main>.top>.right .desc>p {
  text-align: right;
}

.cart .outer__cart .main .steps__wrapper>.step .content .double .group__input {
  margin-bottom: 0px;
}

.product__wrapper {
  width: 100%;
  padding-bottom: 35px;
}

.product__wrapper .customers {
  margin-top: 45px;
  border: 1px solid #CCF5F1;
  border-radius: 6px;
  overflow: hidden;
}

.product__wrapper .customers .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 12px;
}

.product__wrapper .customers .grid>a {
  display: flex;
  padding: 15px;
  text-decoration: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.product__wrapper .customers .grid>a>p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  text-align: center;
}

.product__wrapper .customers .grid>a img {
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  aspect-ratio: auto;
}

.product__wrapper .customers>p {
  margin: 0px;
  padding: 5px;
  background-color: #E9FCFC;
  border-bottom: 1px solid #CCF5F1;
  border-left: 0px;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-family: "Recoleta", sans-serif;
  margin: 0px;
}

.product__wrapper .outer__product .bottom__part {
  margin-top: 25px;
}

.product__wrapper .outer__product .bottom__part .content {
  border: 1px solid #cecece;
  border-top: 0px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 25px;
}

.product__wrapper .outer__product .bottom__part .content>.elem>span {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  display: block;
  margin-bottom: 15px;
  margin-top: 25px;
}

.product__wrapper .outer__product .bottom__part .content>.elem>span:nth-child(1) {
  margin-top: 0px;
}

.product__wrapper .outer__product .bottom__part .content>.elem>p {
  margin-top: 0px;
  font-size: 18px;
  line-height: 24px;
}

.product__wrapper .outer__product .bottom__part .content>.elem>p a {
  text-decoration: underline;
  color: #000;
}

.product__wrapper .outer__product .bottom__part .content>.elem>ul {
  margin: 0px;
  padding-left: 22px;
  margin-top: 0px;
  font-size: 18px;
  line-height: 24px;
}

.product__wrapper .outer__product .bottom__part .content>.elem>ul>li {
  font-size: 18px;
  line-height: 24px;
}

.product__wrapper .outer__product .bottom__part>ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #cecece;
  margin-top: 25px;
  border-top-left-radius: 12px;
  overflow: hidden;
  border-top-right-radius: 12px;
}

.product__wrapper .outer__product .bottom__part>ul>li {
  border-right: 1px solid #cecece;
  display: flex;
}

.product__wrapper .outer__product .bottom__part>ul>li>a {
  flex: 1;
  text-align: center;
}

.product__wrapper .outer__product .bottom__part>ul>li:last-child {
  border-right: 0px;
}

.product__wrapper .outer__product .bottom__part>ul>li>a {
  display: flex;
  flex-direction: column;
  padding: 15px;
  text-decoration: none;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 600;
  align-items: center;
  justify-content: center;
}

.product__wrapper .outer__product .bottom__part>ul>li>a.current {
  background-color: #E9FCFC;
}

.product__wrapper .outer__product .bottom__part>ul>li>a>span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
}

.product__wrapper .outer__product .bottom__part>ul>li>a>span .fa {
  font-size: 32px;
}

.product__wrapper .outer__product .bottom__part>ul>li>a>span img {
  min-width: 40px;
  max-width: 40px;
}

.product__wrapper .outer__product .btns {
  /*display: flex;*/
  flex-direction: column;
  align-items: flex-end;
}

.product__wrapper .outer__product .btns .cart {
  background-color: transparent;
  cursor: pointer;
  float: left;
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  border: 1px solid #cecece;
  padding: 10px 20px;
  border-radius: 5px;
  padding-bottom: 10px;
  min-width: 140px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  margin-left: 20px;
  transition: .3s ease all;
}

.product__wrapper .outer__product .btns .cart:hover {
  opacity: .7;
}

.product__wrapper .outer__product .btns .checkout {
  float: left;
  margin-top: 15px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  padding-bottom: 10px;
  min-width: 140px;
  text-decoration: none;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease all;
}

.product__wrapper .outer__product .btns .checkout:hover {
  opacity: .7;
}


.login__wrapper .customer .btn .checkout {
  float: left;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  background-color: #000;
  padding: 10px 10px;
  border-radius: 5px;
  padding-bottom: 10px;
  min-width: 140px;
  text-decoration: none;
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease all;
}

.login__wrapper .customer .btn .checkout:hover {
  opacity: .7;
}


.product__wrapper .outer__product .main__part {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product__wrapper .outer__product .main__part .options {
  width: 100%;
  margin-left: 25px;
  border: 1px solid #CCF5F1;
  border-radius: 6px;
  overflow: hidden;
}

.product__wrapper .outer__product .main__part .options .elem {
  border-bottom: 1px solid #Cecece;
  padding: 15px;
  min-height: 140px;
}

.product__wrapper .outer__product .main__part .options .elem:last-child {
  border-bottom: 0px;
}

.product__wrapper .outer__product .main__part .options .elem .size__picker {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: 10px;
}

.product__wrapper .outer__product .main__part .options .elem .size__picker>a {
  background: url("../img/bubble.png");
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: top;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 5px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-bottom: 3px;
  text-decoration: none;
}

.product__wrapper .outer__product .main__part .options .elem .size__picker>a.current {
  background-position: bottom;
}

.product__wrapper .outer__product .main__part .options .elem .color__picker {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 25px;
}

.product__wrapper .outer__product .main__part .options .elem .color__picker>a {
  border: 2px solid transparent;
  padding-bottom: calc(100% - 3.2px);
}

.product__wrapper .outer__product .main__part .options .elem .color__picker>a.current {
  border-color: #000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.product__wrapper .outer__product .main__part .options .elem>.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__wrapper .outer__product .main__part .options .elem>.top>p {
  margin: 0px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Recoleta", sans-serif;
}

.product__wrapper .outer__product .main__part .options .elem>.top>span {
  font-size: 20px;
  font-family: "Recoleta", sans-serif;
  line-height: 24px;
}

.product__wrapper .outer__product .main__part .options>.title {
  padding: 5px;
  background-color: #E9FCFC;
  border-bottom: 1px solid #CCF5F1;
  border-left: 0px;
}

.product__wrapper .outer__product .main__part .options>.title>p {
  font-size: 26px;
  line-height: 32px;
  color: #000;
  font-family: "Recoleta", sans-serif;
  margin: 0px;
}

.product__wrapper .outer__product .main__part .gallery {
  min-width: 440px;
  max-width: 440px;
}

.product__wrapper .outer__product .main__part .gallery .slider-nav {
  margin-top: 20px;
}

.product__wrapper .outer__product .main__part .gallery .slider-nav .slick-slide {
  margin: 0 10px;
}

.product__wrapper .outer__product .main__part .gallery .slider-nav .slick-slide.slick-current {
  border-color: #C1D6FE;
}

.product__wrapper .outer__product .main__part .gallery .slider-nav .elem {
  border: 2px solid #e9e9e9;
  cursor: pointer;
}

.product__wrapper .outer__product .main__part .gallery .slider-nav .slick-list {
  margin: 0 -10px;
}

.product__wrapper .outer__product .main__part .gallery .elem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product__wrapper .outer__product .main__part .gallery .elem>img {
  max-width: 100%;
}

.product__wrapper .outer__product>form>h2 {
  text-align: center;
  font-family: "League", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

.size__popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 6;
  background-color: rgba(0, 0, 0, 0.7);
}

.size__popup>.inner {
  padding: 25px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.size__popup>.inner .box {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}

.size__popup>.inner .box>a {
  display: inline-flex;
  position: absolute;
  top: -30px;
  background-color: #000;
  right: -30px;
  align-items: center;
  border-radius: 250px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  justify-content: center;
}

.size__popup>.inner .box>a img {
  min-width: 60px;
  max-width: 60px;
}

.size__popup>.inner .box img {
  max-width: 100%;
}

.product_option_value LI.optionValueLI.color LABEL,
.product_option_value LI.optionValueLI.size LABEL {
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
  justify-content: center;
  width: 50px;
  cursor: pointer;
  height: 0;
  color: #000;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  text-decoration: none;
}


.overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: .8;
  background-color: #b0c4de
}

.pop-modal {

  /* overflow:auto; */
  /* z-index:1003; */
  /* position:absolute; */
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 9999 !important;

}

.pop-modal>H2,
.pop-modal>P {
  text-align: center
}

.modalBtn {
  outline: 0;
  border: none;
  border: 1px solid #1488b9
}

.pop-modal h1 {
  font-family: Cattapilla;
  font-size: 32px;
  color: #52421a;
  font-weight: 700;
  color: #fffceb;
  margin: 0 0 15px;
  padding: 12px 10px 10px;
  text-align: center;
  background: #f08080;
  box-shadow: inset 0 1px 1px #f9d0c8;
  border: 1px solid #cd5c5c
}

.modalCloseBtn {
  position: absolute;
  display: block;
  top: 12px;
  left: 10px;
  background: url(/assets/dist/images/icons/modalCloseBtn.png) no-repeat;
  width: 22px;
  height: 22px;
  border: none
}

DIV.pop-modal>P#dialog-buttons A:not(:first-child) {
  margin-top: 5px
}

DIV.pop-modal>P#dialog-buttons A.btn {
  width: 91% !important
}

#dialog {
  width: 340px
}

#dialog input {
  background-color: #1aaae6;
  box-shadow: inset 0 1px 1px #66a0b8;
  border: 1px solid;
  border-radius: 5px;
  display: block;
  width: 180px;
  height: 50px;
  float: right;
  text-align: center;
  color: #fffceb;
  margin: 30px 60px 0 0
}


.added__to--cart {
  bottom: 30px;
  right: 30px;
  max-width: 340px;
  border: 1px solid #000;
  padding: 15px;
  background-color: #fff;
  font-family: "Recoleta", sans-serif;
}

.added__to--cart .bottom>p {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 16px;
  font-family: "Recoleta", sans-serif;
}

.added__to--cart .bottom .btn {
  width: 100%;
  padding: 0px;
  margin-top: 7px;
}

.added__to--cart .bottom .btn .btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
}

.added__to--cart .bottom .btn .btns>a {
  margin-bottom: 7px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.added__to--cart .bottom .btn .btns>a:last-child {
  margin-bottom: 0px;
}

.added__to--cart .bottom .btn>a {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background-color: #000;
  padding: 10px 20px;
  border-radius: 5px;
  padding-bottom: 10px;
  width: 100%;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease all;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* iOS Safari: ensure tap targets work inside Lity modal overlays */
.lity-content a,
.lity-content button {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

.added__to--cart .bottom .sub {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.added__to--cart .bottom .sub>span,
.added__to--cart .bottom .sub>p {
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Recoleta", sans-serif;
  margin-top: 0px;
}

.added__to--cart .product {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
  margin-bottom: 15px;
}

.added__to--cart .product .desc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.added__to--cart .product .desc .right>span {
  font-size: 16px;
  line-height: 18px;
  font-family: "Recoleta", sans-serif;
  margin-top: 0px;
  font-weight: 300;
}

.added__to--cart .product .desc .left {
  width: 100%;
  margin-right: 12px;
}

.added__to--cart .product .desc .left ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.added__to--cart .product .desc .left ul>li {
  margin-bottom: 3px;
  font-size: 12px;
  line-height: 16px;
}

.added__to--cart .product .desc .left ul>li:last-child {
  margin-bottom: 0px;
}

.added__to--cart .product .desc .left>p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Recoleta", sans-serif;
  margin-top: 0px;
  margin-bottom: 5px;
}

.added__to--cart .product .md {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.added__to--cart .product .md img {
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.added__to--cart>.top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.added__to--cart>.top>h6 {
  margin: 0px;
  font-size: 20px;
  line-height: 26px;
  color: #000;
  font-weight: 600;
  font-family: "Recoleta", sans-serif;
}

.added__to--cart>.top>a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.added__to--cart>.top>a img {
  min-width: 30px;
  max-width: 30px;
}

.after .p1 b {

  font-size: 34px;
  line-height: 42px;
  font-weight: 500;

}

.customSelect {
  width: 100% !important;
  height: 42px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  background: url(../img/arrowdown.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px);
  text-overflow: '';
  cursor: pointer
}


.customSelectState {
  width: 100% !important;
  height: 42px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  background: url(../img/arrowdown.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px);
  text-overflow: '';
  cursor: pointer
}

.ie9 .customSelect {
  -webkit-filter: none;
  filter: none
}


.customSelect.customSelectFocus {
  outline: none;
}

.customSelectInner {
  cursor: pointer;
  display: block;
  height: 100%;
  line-height: 35px;
  text-indent: 8px;
  padding-right: 0;
}

.state {
  width: 100%;
  height: 42px;
  border: 1px solid #cecece;
  border-radius: 4px;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  padding-left: 12px;
  padding-right: 12px;

}

.f-error-msg {
  border: 1px solid #d00;
  background: #f2091a url(/assets/dist/images/icons/error_icon.png) no-repeat 0 50%;
  border-radius: 5px;
  color: #fff;
  padding: 15px 20px 15px 80px;
  font-size: 12px;
  line-height: 160%;
  box-shadow: 3px 3px 5px #ccc
}

.f-error-signup {
  margin: 0 15px 15px
}

.error_message {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 98%;
  padding: 5px 0 5px 20px;
  background-color: red;
  z-index: 0;
  line-height: 18px;
  margin-bottom: 10px
}

.error_message A {
  color: #fff
}

.friendly_message {
  width: 98%;
  padding: 5px 0 5px 20px;
  background-color: #0d0;
  margin-bottom: 10px
}

.friendly_message,
.stock_alert {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  z-index: 0;
  line-height: 18px
}

.stock_alert {
  width: 916px;
  padding: 5px;
  background-color: red;
  text-align: center
}

.stock_alert A {
  color: #fff
}

.top-notice {
  font-size: 14px;
  width: 60%;
  padding: 10px;
  border-top: none;
  line-height: 18px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  box-shadow: 3px 3px 5px #ccc;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 20%
}

.top-notice.green {
  color: #000;
  background-color: #84fb70;
  border: 1px solid #6c0
}

.top-notice.red {
  color: #fff;
  background-color: #c53c36;
  border: 1px solid #d00
}

.page-notice {
  font-size: 14px;
  width: 90%;
  padding: 10px;
  border-top: none;
  line-height: 18px;
  text-align: center;
  border-radius: 0 0 3px 3px;
  box-shadow: 3px 3px 5px #ccc;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 5%
}

.page-notice.relative {
  position: relative;
  border-radius: 4px;
  margin: 0 auto 8px;
  left: 0;
  font-weight: 700;
  width: 95%
}

.page-notice.green {
  color: #fff;
  background-color: #6c0;
  border: 1px solid #6c0
}

.page-notice.red {
  color: #fff;
  background-color: #c53c36;
  border: 1px solid #d00
}

.high_traffic_alert {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  padding: 5px;
  background-color: #84fb70;
  z-index: 0;
  line-height: 18px;
  text-align: center
}

.product_option_value LI.optionValueLI.color .sdbToggleClass {
  border: 3px solid #333 !important;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  outline: none;
  border-radius: 4px;
}

.product__wrapper .outer__product .product_option_value LI.optionValueLI.size .sdbDisabledToggleClass {
  opacity: .4;
}



.product_quantity_container {
  float: left;
  height: 33px;
  padding: 0 10px
}

.product_quantity_container .product_quantity_label {
  float: left;
  font-weight: 700;
  width: 70px;
  padding: 2px;
  font-size: 14px;
  color: #4d4d4d;
  margin: 7px 0 0
}

.product_quantity_container .product_quantity_input {
  float: left;
  font-size: 14px;
  color: #333;
  margin: 2px 0 0
}

.product_quantity_container .product_quantity_input .product-quantity {
  width: 149px;
  height: 32px
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-minus {
  background-color: #fff;
  width: 35px;
  height: 30px;
  border: 1px solid #b3b3b3;
  float: left;
  text-align: center;
  border-radius: 4px 0 0 4px
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-minus SPAN.product-quantity-change-button {
  color: #4d4d4d;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  cursor: pointer
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-minus SPAN.product-quantity-change-button.hover {
  text-shadow: 0 2px 7px #999
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-plus {
  background-color: #fff;
  width: 35px;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-left: 0 solid #b3b3b3;
  float: left;
  text-align: center;
  border-radius: 0 4px 4px 0
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-plus SPAN.product-quantity-change-button {
  color: #4d4d4d;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  cursor: pointer
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-plus SPAN.product-quantity-change-button.hover {
  text-shadow: 0 2px 7px #999
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-input {
  width: 45px;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-left: 0 solid #b3b3b3;
  float: left
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-input input {
  width: 40px;
  height: 28px;
  text-align: center;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px
}

.product_quantity_container .product_quantity_input .product-quantity .product-quantity-input input:focus {
  border: 1px solid #b3b3b3;
  border: none
}

.product_add_to_cart_container {
  float: right
}

.product_desc {
  padding: 5px 10px;
  font-size: 13px;
  color: #000;
  border: 1px solid #C1D6FE;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


.product_detail {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  padding: 3px 0 3px 5px;
  background: linear-gradient(to right, #C1D6FE, #E0FCE8);
}

TR.product-row {
  border-bottom: 1px dashed #C1D6FE;

}

TR.product-row:last {
  border-bottom: 0
}

TR.product-row A {
  color: #4d4d4d
}

TR.product-row A.cart-item-delete {
  color: #f20000
}

TR.product-row .cart-quantity {
  width: 121px;
  height: 30px
}

TR.product-row .cart-quantity .cart-minus {
  background-color: #fff;
  width: 35px;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-right: 0 solid #b3b3b3;
  float: left;
  text-align: center;
  border-radius: 4px 0 0 4px
}

TR.product-row .cart-quantity .cart-minus SPAN.quantity-change-button {
  color: #4d4d4d;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  cursor: pointer
}

TR.product-row .cart-quantity .cart-minus SPAN.quantity-change-button.hover {
  text-shadow: 0 2px 7px #999
}

TR.product-row .cart-quantity .cart-plus {
  background-color: #fff;
  width: 35px;
  height: 30px;
  border: 1px solid #b3b3b3;
  border-left: 0 solid #b3b3b3;
  float: left;
  text-align: center;
  border-radius: 0 4px 4px 0
}

TR.product-row .cart-quantity .cart-plus SPAN.quantity-change-button {
  color: #4d4d4d;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 4px;
  cursor: pointer
}

TR.product-row .cart-quantity .cart-plus SPAN.quantity-change-button.hover {
  text-shadow: 0 2px 7px #999
}

TR.product-row .cart-quantity .cart-quantity-input {
  width: 45px;
  height: 30px;
  border: none;
  float: left
}

TR.product-row .cart-quantity .cart-quantity-input input {
  width: 45px;
  height: 32px;
  text-align: center;
  border: none;
  color: #4d4d4d;
  border-bottom: 1px solid #b3b3b3;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0
}

TR.product-row .cart-quantity .cart-quantity-input input:focus {
  border: 1px solid #26b4b0
}

.accountLinkList {
  list-style-type: none;

}

.accountLinkList a {
  list-style-type: none;
  font-size: 22px;
  line-height: 25px;
  font-weight: 300;
  color: #000;
  text-decoration: none;
  transition: .3s ease all;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: block;
}

.accountLinkList a:hover {
  color: #28BDB9;
}


SPAN.errorText,
SPAN.productSpecialPrice {
  color: red
}

#checkoutOneSubmit {
  margin-top: 1rem;
}

.edit_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  border: 1px solid #065075;
  background-color: transparent;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #065075;
  transition: .3s ease all;
  letter-spacing: 0.5px;
}

.edit_button:hover {
  background-color: #065075;
  color: #fff;
}

.cancel_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  border: 0px;
  background-color: #dc3545;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: .3s ease all;
}

.cancel_button:hover {
  opacity: .7;
}

.update_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 30px;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  border: 0px;
  background-color: #004085;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: .3s ease all;
}

.update_button:hover {
  opacity: .7;
}






@media (max-width: 640px) {

  .login__wrapper>h2 {
    font-size: 25px !important;
  }


  .sign__wrapper>h2 {
    font-size: 25px !important;

  }

}

@media (max-width: 1440px) {
  .products__grid {
    width: 100%;
    margin-left: 0px;
  }

  .shop__inner .bottom__shop .controls>p {
    margin-right: 120px;
  }

  .shop__inner .after {
    padding-left: 0px;
  }
}

.double__articles .outer__articles>.article:nth-child(1)>.desc>p {
  word-break: break-all;
}

@media (max-width: 1360px) {
  .products__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .double__articles .outer__articles>.article:nth-child(2) .media img {
    max-width: 360px;
  }

  .double__articles .outer__articles .article .date>h2 {
    font-size: 25px;
    line-height: 29px;
  }

  .double__articles .outer__articles .desc>p {
    font-size: 20px;
    line-height: 28px;
  }

  .double__articles .outer__articles>.article:nth-child(1) {
    right: 0px;
  }

  .double__articles .outer__articles .desc>h2 {
    min-width: 0px;
    margin-left: 0px;
    left: 0px;
    font-size: 27px;
    line-height: 32px;
  }

  .double__articles .outer__articles>.article:nth-child(2) {
    width: 56%;
  }
}

@media (max-width: 1280px) {
  .product__wrapper .outer__product>form>h2 {
    padding-left: 50px;
  }

  .shop__inner .side__menu .sub__elem>ul>li>a {
    font-size: 30px;
  }

  .shop__inner .side__menu {
    min-width: 280px;
  }
}

@media (max-width: 1200px) {
  .product__wrapper {
    margin-top: -25px;
  }

  .product__wrapper .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .product__wrapper .outer__product>form>h2 {
    padding-left: 0px;
    font-size: 32px;
    line-height: 40px;
  }

  .shop__inner .side__menu .sub__elem {
    display: none;
  }

  .shop__inner .side__menu {
    padding-bottom: 0px;
  }

  .shop__inner .side__menu .back__btn {
    margin-bottom: 0px;
  }

  .shop__inner .side__menu {
    margin-bottom: 15px;
  }

  .shop__inner .bottom__shop .controls {
    justify-content: space-between;
  }

  .shop__inner .shop__wrapper .outer__shop>.top .txt>h2 {
    margin-left: 0px;
  }

  .shop__inner {
    flex-direction: column;
  }

  .shop__inner .side__menu {
    margin-bottom: 0px;
  }

  .shop__inner .side__menu {
    width: 100%;
    min-width: 0px;
    max-width: 100%;
  }

  .shop__inner .side__menu .sub__elem>ul {
    display: flex;
    overflow-x: auto;
    margin-left: -15px;
    height: 34px;
  }

  .shop__inner .side__menu .sub__elem>ul li {
    margin: 0px 15px;
  }

  .shop__inner .side__menu .sub__elem>ul li a {
    white-space: nowrap;
  }

  .text__block .desc>p {
    margin-bottom: 25px;
  }

  .extra .outer .desc>h6 {
    font-size: 30px;
  }

  .extra .outer .desc>span {
    font-size: 20px;
    height: 39px;
  }

  .extra .outer .media {
    padding-right: 45px;
  }

  .shop__wrapper .outer__shop .categories__grid {
    padding-left: 0px;
    padding-right: 0px;
  }

  .text__block .desc>p {
    font-size: 20px;
    line-height: 28px;
  }

  .text__block .desc>span {
    font-size: 17px;
    line-height: 23px;
  }

  .products__grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .shop__wrapper .outer__shop .categories__grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .hero__section .bubble__orange>img {
    max-width: 670px;
  }

  .hero__section .bubble__orange {
    left: 20px;
  }

  header .outer__header>a img {
    max-height: 240px;
  }

  .hero__section .bubble__orange>h1 {
    font-size: 64px;
    line-height: 38px;
  }

  .hero__section .bubble__orange>p {
    font-size: 26px;
  }

  .hero__section .bubble__orange {
    padding-top: 130px;
  }

  .hero__section .outer__hero .media img {
    max-width: 780px;
  }

  .hero__section .outer__hero .media {
    left: 34%;
  }

  .hero__section .bubble__orange>h1 .smaller {
    font-size: 32px;
    line-height: 42px;
  }

  header .outer__header ul>li>a {
    font-size: 20px;
    line-height: 24px;
  }

  .top__part .outer__top>ul.controls>li:nth-child(1)>a>img {
    height: 40px;
  }

  .top__part .outer__top>ul.controls>li:nth-child(2)>a>img {
    height: 40px;
  }

  .top__part .outer__top>ul>li>a img,
  .top__part .outer__top>ul>li>a svg {
    height: 44px;
  }

  header .outer__header ul>li {
    margin-right: 15px;
  }

  .double__articles .outer__articles>.article:nth-child(1) {
    margin-right: 0px;
  }

  .double__articles .outer__articles {
    flex-direction: column;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .double__articles .outer__articles>.article:nth-child(2) {
    width: 100%;
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .double__articles .outer__articles>.article:nth-child(2) .desc {
    margin-top: 15px;
  }

  .double__articles .outer__articles>.article:nth-child(1) {
    width: 100%;
  }

  .double__articles .outer__articles>.article:nth-child(1)>.desc>p {
    font-size: 23px;
  }

  .double__articles .outer__articles {
    max-width: 480px;
  }

  .double__articles .outer__articles .desc>h2 {
    top: 0px;
  }

  .double__articles .outer__articles>.article:nth-child(1)>.desc>p {
    top: 0px;
  }

  .second__shop {
    padding-top: 0px;
  }

}

header .outer__header>a {

  @media (max-width: 1140px) {
    .container {
      max-width: 1400px;
    }
  }

  z-index: 3;
}


@media (min-width: 1140px) {
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1140px) {
  .shop__inner {
    max-width: 960px;
  }

  .hero__section .outer__hero .media img {
    max-width: 650px;
  }

  .hero__section .outer__hero .media {
    left: 23%;
  }

  footer .outer__footer>.socials>li>a {
    font-size: 18px;
    line-height: 24px;
  }

  footer .outer__footer>.socials>li {
    margin: 0px 12px;
  }

  header .outer__header ul>li>a {
    font-size: 20px;
    line-height: 24px;
  }
}

.close__list {
  display: none;
}

.menu__btn {
  display: none;
}

.cart .outer__cart .main>.top {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .product__wrapper {
    margin-top: -35px;
  }

  .product__wrapper .outer__product .main__part .options>.title>p {
    font-size: 20px;
    line-height: 24px;
  }

  .product__wrapper .outer__product .main__part .options .elem .color__picker {
    grid-template-columns: repeat(10, 1fr);
  }

  .product__wrapper .outer__product .main__part {
    display: block;
  }

  .product__wrapper .outer__product .main__part .gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0px;
    margin-bottom: 25px;
  }

  .product__wrapper .outer__product .main__part .options {
    margin-left: 0px;
  }

  .size__popup>.inner .box>a img {
    min-width: 40px;
    max-width: 40px;
  }

  .size__popup>.inner .box>a {
    top: -10px;
    right: -10px;
  }

  .cart .outer__cart {
    padding-top: 130px;
    flex-direction: column;
  }

  .cart .outer__cart .side .inner__side {
    width: 100%;
    position: static;
  }

  .cart .outer__cart .side {
    min-width: 0px;
    margin-left: 0px;
    max-width: 100%;
    margin-top: 30px;
    width: 100%;
  }

  .shop__inner .login__wrapper .side {
    float: left;
    width: 100%;
  }

  .cart .outer__cart .main>.top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart .outer__cart .main>.top>.right {
    margin-left: auto;
  }

  .cart .outer__cart .main>.top>h2 {
    font-size: 40px;
    line-height: 44px;
  }

  .cart .outer__cart .main {
    margin-right: 0px;
    width: 100%;
  }

  .shop__inner .login__wrapper .main {
    margin-right: 0px;
    width: 100%;
  }

  .shop__inner .side__menu .back__btn>a {
    font-size: 24px;
  }

  .shop__inner .side__menu .back__btn>a span img {
    max-width: 30px;
  }

  .shop__inner .shop__wrapper .products__grid .elem .desc .color__picker {
    margin-bottom: 15px;
  }

  .shop__inner .shop__wrapper .outer__shop>.top .txt>h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .products__grid .elem:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
  }

  .shop__inner .bottom__shop .controls .results>p {
    font-size: 17px;
    line-height: 21px;
    margin-right: 7px;
  }

  .shop__inner .bottom__shop .controls .results ul {
    margin-right: 7px;
  }

  .shop__inner .bottom__shop .controls .results ul>li {
    margin-right: 7px;
    font-size: 17px;
    line-height: 21px;
  }

  .shop__inner .bottom__shop .controls .results ul>li>a {
    font-size: 17px;
    line-height: 21px;
  }

  .shop__inner .bottom__shop .controls .results>a {
    font-size: 17px;
    line-height: 21px;
  }

  .shop__inner .bottom__shop .controls>p {
    font-size: 17px;
    margin-bottom: 12px;
    line-height: 21px;
  }

  .shop__inner .after>h6 {
    font-size: 24px;
    line-height: 34px;
  }

  .shop__inner .after>p {
    font-size: 18px;
    line-height: 24px;
  }

  .shop__inner .side__menu .sub__elem>span {
    padding-bottom: 0px;
  }

  .shop__inner .side__menu .back__btn {
    margin-bottom: 15px;
  }

  .shop__inner .side__menu .sub__elem>span {
    margin-bottom: 10px;
  }

  .shop__inner .side__menu .sub__elem>ul>li>a {
    font-size: 22px;
  }

  .shop__inner .bottom__shop .controls {
    flex-direction: column;
    align-items: flex-end;
  }

  .shop__inner .bottom__shop .controls>p {
    margin-right: 0px;
  }

  .shop__inner .side__menu .sub__elem>span {
    min-width: 0px;
    min-height: 48px;
    width: auto;
    font-size: 24px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .shop__inner {
    max-width: 720px;
  }

  .shop__inner .shop__wrapper .products__grid {
    grid-template-columns: 1fr;
  }

  .shop__inner .shop__wrapper .products__grid .spacer {
    display: none;
  }

  .products__grid .elem {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 4px dashed #53CAC7;
  }

  .shop__inner .shop__wrapper .products__grid {
    grid-row-gap: 0px;
  }

  .shop__inner .side__menu {
    padding-top: 100px;
  }

  .spacer img {
    max-width: 440px;
  }

  .extra .outer .desc {
    min-width: 220px;
    padding: 35px;
  }

  .shop__wrapper .outer__shop>.top .txt {
    padding-left: 0px;
  }

  .shop__wrapper .outer__shop>.top .txt>h2 {
    top: 4px;
  }

  .second__shop .outer__shop>.top .img {
    margin-right: -149px;
    margin-left: 10px;
  }

  header .outer__header ul>li:last-child {
    position: absolute;
    right: 10px;
    top: 10px;
    left: auto;
  }

  .hero__section .bubble__orange>p {
    left: 0px;
  }

  .hero__section .bubble__orange .btn>a {
    left: 0px;
  }

  .hero__section .bubble__orange {
    padding-left: 50px;
    padding-right: 50px;
  }

  footer .outer__footer>.socials>li>a {
    font-size: 16px;
    line-height: 22px;
  }

  footer .outer__footer>.socials>li {
    margin: 0px 7px;
  }

  footer .outer__footer>span img {
    max-width: 540px;
  }

  footer .outer__footer>span {
    margin-top: 25px;
  }

  footer {
    padding-bottom: 90px;
  }

  .text__block {
    padding-bottom: 20px;
  }

  .join__wrapper .outer__join>p {
    font-size: 20px;
    line-height: 24px;
  }

  .products__grid .elem .desc>p {
    font-size: 20px;
    line-height: 24px;
  }

  .products__grid .elem .desc>span {
    font-size: 15px;
    line-height: 22px;
  }

  .products__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .shop__wrapper .outer__shop .categories__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__section {
    margin-bottom: 0px;
  }

  .hero__section .outer__hero .media {
    position: relative;
    transform: none;
  }

  .hero__section {
    padding-top: 0px;
  }

  .hero__section .bubble__orange>img {
    left: 50%;
    min-width: 560px;
    transform: translateX(-50%);
  }

  .hero__section .bubble__orange {
    margin-left: auto;
    margin-right: auto;
    left: 0px;
  }

  .hero__section .outer__hero .media {
    margin-left: 0px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    margin-top: -120px;
    pointer-events: none;
  }

  .hero__section .outer__hero .media img {
    max-width: 100%;
  }

  .hero__section .outer__hero {
    min-width: 0px;
  }

  .menu__btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
    margin-left: auto;
  }

  .menu__btn>a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .menu__btn>a>span {
    min-width: 24px;
    min-height: 3px;
    background-color: #000;
    border-radius: 5px;
    transition: .3s ease all;
    margin-bottom: 5px;
    position: relative;
    top: 0px;
    bottom: auto;
  }

  .menu__btn>a>span:last-child {
    top: auto;
    bottom: 0px;
    margin-bottom: 0px;
  }

  .close__list {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  .close__list a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .close__list a img {
    max-width: 24px;
  }

  header .outer__header>a img {
    max-width: 190px;
  }

  header .outer__header ul {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom right, #C1D6FE, #E0FCE8);
    height: 100%;
    padding-left: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    top: -100%;
    transition: .4s ease all;
  }

  header .outer__header ul>li {
    margin-bottom: 15px;
  }

  header .outer__header ul>li>a {
    font-size: 24px;
    line-height: 29px;
  }

  header .outer__header ul>li:last-child {
    margin-bottom: 0px;
  }

  .shop__wrapper .outer__shop>.top .txt>h2 {
    font-size: 36px;
    line-height: 36px;
  }

  .shop__wrapper .outer__shop>.top .txt>p {
    font-size: 17px;
    line-height: 23px;
  }

  .shop__wrapper .outer__shop>.top {
    margin-bottom: 15px;
  }

  .hero__section .bubble__orange>img {
    max-width: 600px;
  }

  .hero__section .bubble__orange>h1 {
    font-size: 54px;
    margin-top: 70px;
  }

  .hero__section .bubble__orange>img {
    margin-left: 20px;
  }

  .hero__section .bubble__orange .btn>a {
    width: 170px;
    font-size: 27px;
    min-height: 64px;
    padding-left: 12px;
    padding-right: 12px;
    white-space: nowrap;
  }

  header .outer__header>a {
    left: 5px;
    top: -22px;
  }

  header .outer__header>a img {
    max-width: 170px;
  }

  .hero__section .bubble__orange>img {
    margin-left: 0px;
  }
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc>p {
  margin-right: 12px;
}

.cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc>p {
  margin-right: 0px;
}

.product__wrapper .outer__product .bottom__part>ul>li>a {
  text-align: center;
}

.product__wrapper .outer__product .bottom__part>ul>li>a {
  height: 100%;
  justify-content: flex-start;
}

@media (max-width: 767px) {

  .added__to--cart {
    padding: 10px;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 0px);
    max-width: 100%;
  }

  .added__to--cart .product .md {
    margin-right: 7px;
  }

  .added__to--cart .product .md img {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .product__wrapper {
    /* margin-top: -40px;  */
    margin-top: 0px;
  }

  .product__wrapper .outer__product .bottom__part>.btns>a {
    width: 100%;
    min-width: 0px;
  }

  .product__wrapper .outer__product .bottom__part>ul>li>a {
    font-size: 15px;
    line-height: 21px;
    padding: 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product__wrapper .outer__product .bottom__part>ul>li>a>span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .product__wrapper .outer__product .bottom__part>ul>li>a>span img {
    min-width: 30px;
    max-width: 30px;
  }

  .product__wrapper .outer__product .bottom__part>ul>li>a>span .fa {
    font-size: 26px;
  }

  .product__wrapper .outer__product .bottom__part .content>.elem>p {
    font-size: 16px;
    line-height: 24px;
  }

  .product__wrapper .outer__product .bottom__part .content>.elem>span {
    font-size: 16px;
    line-height: 24px;
  }

  .product__wrapper .outer__product .bottom__part .content>.elem>ul>li {
    font-size: 16px;
    line-height: 24px;
  }

  .product__wrapper .outer__product>form>h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .double {
    grid-row-gap: 15px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .card__info--fields {
    grid-template-columns: 1fr;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .name {
    flex-direction: column;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .name>.group__input:nth-child(1) {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .name>.group__input:nth-child(2) {
    width: 100%;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .double {
    grid-template-columns: 1fr;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .zip {
    flex-direction: column;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .zip>.group__input:nth-child(1) {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .shop__inner .after>p {
    font-size: 16px;
  }

  .shop__inner .bottom__shop {
    text-align: right;
  }

  .shop__inner .after>h6 {
    font-size: 21px;
    line-height: 31px;
  }

  .shop__inner .side__menu .back__btn {
    margin-bottom: 15px;
  }

  .shop__inner {
    max-width: 540px;
  }

  .shop__inner .side__menu .sub__elem>span {
    margin-bottom: 12px;
  }

  .spacer img {
    max-width: 370px;
  }

  .extra .outer .media {
    padding-right: 0px;
  }

  .extra .outer .desc {
    min-width: 110px;
  }

  .extra .outer .media img {
    left: 0px;
  }

  .join__wrapper .outer__join>p {
    font-size: 17px;
    line-height: 21px;
  }

  .join__wrapper .outer__join>img {
    min-width: 40px;
    max-width: 40px;
  }

  .join__wrapper .outer__join>img:nth-child(1) {
    margin-bottom: auto;
  }

  .join__wrapper .outer__join>img:nth-child(3) {
    margin-top: auto;
  }

  .join__wrapper .outer__join>p {
    margin: 0px 7px;
  }

  .spacer img {
    max-width: 240px;
  }

  .text__block .desc>p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
  }

  .text__block .desc>span {
    font-size: 14px;
    line-height: 20px;
  }

  .spacer {
    margin-bottom: 20px;
  }

  .extra {
    padding: 20px 0px;
  }

  .extra .outer .desc>h6 {
    font-size: 19px;
    line-height: 25px;
    margin-bottom: -2px !important;
  }

  .extra .outer .desc>span {
    height: 30px;
  }

  .extra .outer .desc>span {
    font-size: 14px;
    line-height: 16px;
    padding: 3px 8px;
  }

  .extra .outer {
    position: relative;
  }

  .extra .outer .desc {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    margin-right: 0px;
  }

  .extra .outer .desc {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 11px;
  }

  .extra .outer .media {
    margin-right: 0px;
  }

  .products__grid .elem .desc .color__picker {
    margin-top: 10px;
  }

  .top__part .outer__top>ul>li>a img,
  .top__part .outer__top>ul>li>a svg {
    height: 35px;
  }

  .top__part .outer__top>ul>li>a img {
    max-height: 32px !important;
  }

  .top__part .outer__top>ul.controls>li:nth-child(1) {
    margin-right: 12px;
  }

  .top__part .outer__top>ul.controls>li:nth-child(2) {
    margin-right: 17px;
  }

  .top__part .outer__top {
    padding: 18px 0px;
  }

  .top__part .outer__top>ul>li {
    margin-right: 7px;
  }

  .top__part .outer__top>ul>li>a.cart>span {
    top: 0px;
    font-size: 10px;
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    line-height: 12px;
  }
}

@media (max-width: 640px) {
  .product__wrapper .outer__product .main__part .options .elem .color__picker {
    grid-template-columns: repeat(8, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .shop__inner .side__menu .sub__elem>span {
    min-height: 40px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 20px;
  }

  .shop__inner .side__menu .sub__elem>ul>li>a {
    font-size: 20px;
  }

  .hero__section .bubble__orange {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__section .outer__hero .media img {
    min-width: 440px;
  }

  .hero__section .outer__hero .media {
    display: flex;
    justify-content: center;
  }

}

@media (max-width: 480px) {
  .product__wrapper .outer__product .main__part .options .elem .color__picker {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .product__wrapper .outer__product .main__part .options .elem .size__picker>a {
    margin: 3px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc {
    flex-direction: column;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc>p {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.el .desc .right__part {
    width: 100%;
  }


  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc {
    flex-direction: row;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc>p {
    width: 100%;
    margin-bottom: 10px;
  }

  .cart .outer__cart .main .steps__wrapper>.step .content .methods__wrapper>.box>.elpay .desc .right__part {
    width: 100%;
  }


  .shop__inner .side__menu {
    padding-top: 90px;
  }

  .hero__section .bubble__orange>p {
    margin-top: -13px;
  }

  .double__articles .outer__articles>.article:nth-child(2) .media img {
    width: 100%;
  }

  .double__articles .outer__articles .article .date>h2 {
    font-size: 23px;
    line-height: 30px;
  }

  .double__articles .outer__articles .desc {
    margin-top: 15px;
    margin-right: 0px;
  }

  .double__articles .outer__articles>.article:nth-child(1) {
    flex-direction: column-reverse;
  }

  footer .outer__footer>.socials {
    flex-direction: column;
  }

  footer .outer__footer>.socials>li {
    margin-bottom: 10px;
  }

  footer .outer__footer>.socials>li:last-child {
    margin-bottom: 0px;
  }

  footer {
    padding-bottom: 45px;
  }

  .join__wrapper .outer__join>img {
    min-width: 30px;
    max-width: 30px;
  }

  .products__grid {
    grid-template-columns: 1fr;
  }

  .shop__wrapper .outer__shop .categories__grid {
    grid-template-columns: 1fr;
  }

  .shop__wrapper .outer__shop>.top .img img {
    min-width: 90px;
    max-width: 90px;
  }

  .shop__wrapper .outer__shop>.top .img {
    margin-right: -90px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
  }

  .hero__section .bubble__orange {
    padding-left: 0px;
    padding-right: 0px;
  }

  .hero__section .bubble__orange {
    padding-top: 75px;
  }

  .hero__section .bubble__orange .btn {
    margin-top: -5px;
  }

  .hero__section .bubble__orange>h1 {
    font-size: 43px;
    line-height: 35px;
  }

  .hero__section .bubble__orange>h1 .smallest {
    top: -17px;
  }

  header .outer__header>a img {
    max-width: 140px;
  }

  .hero__section .bubble__orange {
    padding-top: 100px;
  }

  header .outer__header>a {
    top: -11px;
  }

  .hero__section .bubble__orange>p {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
  }

  .hero__section .bubble__orange>img {
    min-width: 495px;
    max-width: 495px;
  }
}

@media (max-width: 400px) {
  header .outer__header>a img {
    max-width: 130px;
  }

  header .outer__header>a {
    left: -15px;
  }
}


@media (max-width: 1400px) {


  .hero__section .outer__hero .media {
    left: 34%;
    margin-top: 30px;
  }

}

@media (max-width: 1280px) {


  .hero__section .outer__hero .media {
    left: 29%;
    margin-top: 30px;
  }

}

@media (max-width: 1040px) {


  .hero__section .outer__hero .media {
    left: 23%;
    margin-top: 30px;
  }

}

@media (max-width: 960px) {


  .hero__section .outer__hero .media {
    left: 50%;
    margin-top: -120px;
  }

}

@media (max-width: 540px) {

  .hero__section .bubble__orange>img {
    min-width: 530px;
    max-width: 535px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 530px;
  }

  .hero__section .outer__hero .media {
    margin-top: -160px;
    left: 50%;
  }

}

@media (max-width: 520px) {

  .hero__section .bubble__orange>img {
    min-width: 510px;
    max-width: 510px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 510px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

}


@media (max-width: 500px) {

  .hero__section .bubble__orange>img {
    min-width: 490px;
    max-width: 490px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 490px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

}

@media (max-width: 480px) {

  .hero__section .bubble__orange>img {
    min-width: 470px;
    max-width: 470px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 4370px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;

  }

}

@media (max-width: 460px) {

  .hero__section .bubble__orange>img {
    min-width: 450px;
    max-width: 450px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 450px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

}

@media (max-width: 440px) {

  .hero__section .bubble__orange>img {
    min-width: 425px;
    max-width: 425px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 430px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

  .hero__section .bubble__orange>h1 {

    margin-top: 55px;
  }

}

@media (max-width: 420px) {

  .hero__section .bubble__orange>img {
    min-width: 410px;
    max-width: 410px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 420px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

  .hero__section .bubble__orange>h1 {
    margin-top: 45px;
  }

}

@media (max-width: 400px) {

  .hero__section .bubble__orange>img {
    min-width: 390px;
    max-width: 390px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 390px;
  }

  .hero__section .outer__hero .media {
    margin-top: -260px;
    left: 50%;
  }

  .hero__section .bubble__orange>h1 {

    margin-top: 35px;
  }


}


@media (max-width: 380px) {

  .hero__section .bubble__orange>img {
    min-width: 370px;
    max-width: 370px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 370px;
  }

  .hero__section .outer__hero .media {
    margin-top: -300px;
    left: 50%;
  }

  .hero__section .bubble__orange>h1 {
    margin-top: 25px;
  }

}

@media (max-width: 360px) {

  .hero__section .bubble__orange>img {
    min-width: 360px;
    max-width: 360px;
    margin-top: 20px;

  }

  .hero__section .outer__hero .media img {
    min-width: 360px;
  }

  .hero__section .outer__hero .media {
    margin-top: -300px;
    left: 50%;
  }

  .hero__section .bubble__orange>h1 {
    margin-top: 20px;
  }

}

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









.hero__section .outer__hero .media {
  left: 40%;
}

.hero__section .bubble__orange>h1 {
  margin-top: 23px;
}

.hero__section .bubble__orange {
  padding-right: 60px;
}

@media (max-width:1200px) {
  .hero__section .outer__hero .media {
    left: 35%;
  }

  .hero__section .bubble__orange {
    padding-right: 95px;
  }
}

@media (max-width:991px) {
  .hero__section .bubble__orange {
    padding-right: 45px;
  }

  .hero__section .bubble__orange {
    padding-top: 155px !important;
  }

  .hero__section .outer__hero .media {
    left: 50%;
    margin-top: -230px;
  }
}

@media (max-width:640px) {
  .hero__section .bubble__orange {
    padding-right: 25px;
  }

}

@media (max-width:480px) {
  .hero__section .bubble__orange>img {
    min-width: 470px !important;
    max-width: 470px !important;
  }

  .hero__section .outer__hero .media img {
    max-width: 437px;
    min-width: 437px;
  }

  .hero__section .bubble__orange {
    padding-right: 0px;
    padding-top: 135px !important;
  }

  .hero__section .outer__hero .media {
    margin-top: -285px;
  }
}

/* ========================================
   Cookie Consent Banner
   ======================================== */
#cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: rgba(34, 34, 34, 0.95);
  color: #f0f0f0;
  font-size: 14px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
}

#cookie-consent-banner .cookie-consent-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#cookie-consent-banner p {
  margin: 0;
  line-height: 1.5;
  flex: 1;
}

#cookie-consent-banner a {
  color: #8ecae6;
  text-decoration: underline;
}

#cookie-consent-banner a:hover {
  color: #b8dff0;
}

#cookie-consent-accept {
  background: #4a9b7f;
  color: #fff;
  border: none;
  padding: 10px 28px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

#cookie-consent-accept:hover {
  background: #3d8369;
}

@media (max-width: 600px) {
  #cookie-consent-banner .cookie-consent-inner {
    flex-direction: column;
    text-align: center;
    padding: 12px 15px;
  }

  #cookie-consent-accept {
    width: 100%;
    padding: 12px;
  }
}
/* Color swatch selection highlight */
li.optionValueLI.color {
  border: 2px solid transparent !important;
  border-radius: 3px;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
li.optionValueLI.color:has(input:checked) {
  border: 2px dashed #333 !important;
}

/* Color swatch selected state — override for clear visibility */
.product_option_value LI.optionValueLI.color .sdbToggleClass,
.product_desc .product_options_container .product_option_value LI.optionValueLI.color .sdbToggleClass {
  border: 3px solid #333 !important;
  outline: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}
