@charset "UTF-8";
/*
 * 101Jucarii
 *
 */
/* #Theme
================================================== */
/* ==================
Base
=================== */
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
}

html * {
  padding: 0;
  margin: 0;
  border: 0;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
}

body {
  width: 100%;
  min-width: 320px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  background: #fff;
  line-height: 1.4;
}

.container {
  position: relative;
  width: 1290px;
  max-width: 94%;
  margin: 0 auto;
}

a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
a:focus, a:hover, a:active {
  outline: 0;
  color: #4fb3a0;
}

p {
  line-height: inherit;
  margin: 0 0 10px;
  word-wrap: break-word;
  font-family: "Open Sans", sans-serif;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  display: inline;
  color: #0a254f;
  text-decoration: underline;
}
p a:hover {
  color: #0a254f;
}

.justify {
  text-decoration: justify;
}

ul {
  list-style-type: none;
}

.center {
  text-align: center;
}

.hide {
  display: none !important;
}

.bold {
  font-weight: bold;
}

img {
  display: inline-block;
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure.image, figure.icon {
  margin: 0;
}
figure img {
  max-height: 100%;
}

.icon svg, .icon i {
  max-width: 100%;
  max-height: 100%;
}

input {
  font-family: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
}

input[type=text], input[type=email],
input[type=search],
input[type=tel],
input[type=password], input[type=number],
input[type=url],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: normal;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input, button, .button, .btn, textarea {
  outline: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}

:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

::placeholder { /* latest */
  color: #000;
  opacity: 1;
}

.text-field {
  display: block;
  position: relative;
}
.text-field .label {
  position: absolute;
  top: 10px;
  left: 15px;
  transition: all 0.3s ease;
  font-weight: 300;
}
.text-field input:focus ~ .label, .text-field input.has-val ~ .label {
  top: -20px;
  left: 0;
  font-size: 12px;
}

.radio {
  display: flex;
  align-items: center;
  gap: 5px;
}

b, strong {
  font-weight: bolder;
}

select {
  width: 100%;
  padding: 10px 32px 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  outline: none;
  font-family: inherit;
  letter-spacing: inherit;
  font-weight: 700;
  color: inherit;
  appearance: none;
  background: #fff url("../../images/angle-down-solid.svg") no-repeat top 11px right 16px;
}

hr {
  clear: both;
  height: 2px;
  margin: 50px 0;
  background: #bcbbbb;
}

blockquote {
  max-width: 590px;
  padding: 30px;
  margin: 45px auto;
  background: #7f93a2;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
blockquote p:before {
  content: "“ ";
}
blockquote p:after {
  content: " ”";
}

ins {
  text-decoration: none;
}

pre {
  white-space: normal;
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
}

form .errors {
  text-align: center;
  color: #f00;
  position: relative;
  top: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.dt {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.dtc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.oh {
  overflow: hidden;
}

.hidden {
  display: none !important;
}

video {
  display: block;
  width: 100%;
  outline: none;
}

iframe {
  width: 100%;
}

/****************** Random stuff */
.alert {
  text-align: center;
  color: #f00;
}
.alert:not(:empty) {
  padding-top: 20px;
}

.pending {
  pointer-events: none;
}
.pending:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url("../images/spinner.gif") no-repeat center center;
  z-index: 99;
}

.notice {
  padding: 10px 20px;
  background: #fbf8e5;
  border-radius: 4px;
  border: 1px solid #f8ebcf;
  color: #866e42;
  font-size: 14px;
}

.paragraph {
  margin-bottom: 10px;
}

.faq {
  margin: 10px 0;
}

/* ==================
Headings
=================== */
h1, h2, h3, h4 {
  font-family: "Open Sans", sans-serif;
  word-wrap: break-word;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  font-style: normal;
}
h1 em, h2 em, h3 em, h4 em {
  color: #0a254f;
  font-style: normal;
}

h1 {
  margin-bottom: 25px;
  padding: 10px 15px;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  background: #f2f3f2;
}

.category-h1 {
  background: transparent;
  font-size: 18px;
  color: #2c2c2c;
  padding: 30px 0;
  margin: 30px 0 0;
  border-top: solid 1px #9cce3f;
}
@media (max-width: 768px) {
  .category-h1 {
    padding: 20px 0;
    text-align: center;
  }
}

h2 {
  font-size: 28px;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-size: 22px;
  margin: 0 0 15px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
  margin: 0 0 15px;
  font-style: normal;
}

/* ==================
Buttons
=================== */
.btn, .button, input[type=submit], button {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 12px 16px;
  background-color: #f26c4f;
  position: relative;
  z-index: 1;
  display: inline-block;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  line-height: inherit;
  transition: all 0.3s ease;
}
.btn:hover, .button:hover, input[type=submit]:hover, button:hover {
  background-color: #2c2c2c;
  color: #fff;
}
.btn.bordered, .button.bordered, input[type=submit].bordered, button.bordered {
  border: solid 1px #2c2c2c;
  color: #2c2c2c;
  background-color: transparent;
}
.btn.bordered:hover, .button.bordered:hover, input[type=submit].bordered:hover, button.bordered:hover {
  background-color: #9cce3f;
  color: #fff;
  border-color: #9cce3f;
}
.btn.purple, .button.purple, input[type=submit].purple, button.purple {
  background-color: #534c9b;
}
.btn.purple:hover, .button.purple:hover, input[type=submit].purple:hover, button.purple:hover {
  background-color: #000;
}
.btn.green, .button.green, input[type=submit].green, button.green {
  background-color: #9bce3f;
}
.btn.green:hover, .button.green:hover, input[type=submit].green:hover, button.green:hover {
  background-color: #b34f6d;
}
.btn.grey, .button.grey, input[type=submit].grey, button.grey {
  background-color: #f2f3f2;
  color: #000;
}
.btn.grey:hover, .button.grey:hover, input[type=submit].grey:hover, button.grey:hover {
  background-color: #9bce3f;
  color: #fff;
}
.btn.link, .button.link, input[type=submit].link, button.link {
  color: #000;
  background-color: transparent;
}
.btn.link:hover, .button.link:hover, input[type=submit].link:hover, button.link:hover {
  text-decoration: underline;
}

/* ==================
Header
=================== */
#header {
  height: 250px;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  #header {
    height: 187px;
    margin-bottom: 30px;
  }
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
}
@media (max-width: 768px) {
  .fixed .header-wrapper {
    box-shadow: 0px 1px 10px #eee;
  }
}
.header-wrapper .container:first-child {
  display: grid;
  grid-template-columns: 205px 1fr;
  gap: 50px;
  padding: 26px 0 20px;
  border-bottom: 1px solid #9cce3f;
  transition: padding 0.3s ease;
}
@media (max-width: 1450px) {
  .header-wrapper .container:first-child {
    grid-template-columns: 190px 1fr;
  }
}
@media (max-width: 768px) {
  .header-wrapper .container:first-child {
    grid-template-columns: 85px 1fr 85px;
    padding: 10px 3%;
    gap: 15px;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .fixed .header-wrapper .container:first-child {
    padding: 15px 0 10px;
  }
}
@media (max-width: 768px) {
  .header-wrapper .menus-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header-wrapper .top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .header-wrapper .top {
    grid-template-columns: 1fr;
  }
  .header-wrapper .top .search {
    display: none;
  }
}
.header-wrapper .search {
  position: relative;
}
.header-wrapper .search .search-input {
  border: 1px solid #9cce3f;
  width: 100%;
  border-radius: 15px;
  height: 30px;
  padding: 0 40px 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.header-wrapper .search .search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: transparent;
  color: #9cce3f;
  width: 40px;
  padding: 0;
}
.header-wrapper .search .search-submit:hover {
  color: #f26c4f;
}
.header-wrapper .search .search-submit .fa {
  display: block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
}
.header-wrapper .info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  font-weight: 700;
}
.header-wrapper .info .phone {
  font-size: 17px;
  display: flex;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header-wrapper .info .phone {
    display: none;
  }
}
.header-wrapper .info .phone .fa {
  font-size: 22px;
}
.header-wrapper .info .profile {
  display: flex;
  position: relative;
  align-items: center;
  gap: 5px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .header-wrapper .info .profile {
    text-decoration: none;
  }
}
.header-wrapper .info .profile .badge {
  position: absolute;
  top: -20px;
  right: 0;
  background: transparent linear-gradient(to bottom, #FF9F12 0%, #F5723A 100%) repeat scroll 0% 0%;
  padding: 3px 5px;
  border: 1px solid #E87400;
  box-shadow: 1px 1px 0px #FFBD5B inset;
  z-index: 9999;
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .header-wrapper .info .profile .text {
    display: none;
  }
}
.header-wrapper .info .profile .fa-user {
  display: none;
  font-size: 28px;
  color: #9cce3f;
}
@media (max-width: 768px) {
  .header-wrapper .info .profile .fa-user {
    display: block;
  }
}
.header-wrapper .info .basket {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-wrapper .info .basket .fa {
  font-size: 22px;
}
@media (max-width: 768px) {
  .header-wrapper .info .basket {
    color: #9cce3f;
  }
  .header-wrapper .info .basket .fa {
    font-size: 28px;
  }
}

.logo-wrapper #logo {
  display: block;
}
.logo-wrapper img {
  display: block;
  margin: 0 auto 10px;
  width: 78%;
  transition: width 0.3s ease;
}
@media (max-width: 1450px) {
  .logo-wrapper img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .logo-wrapper img {
    width: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .fixed .logo-wrapper img {
    width: 70px;
  }
}
@media (min-width: 769px) {
  .fixed .logo-wrapper img {
    width: 70%;
  }
}
.logo-wrapper .motto {
  color: #9cce3f;
  font-size: 16px;
  text-align: center;
  transition: font-size 0.3s ease;
  margin: 0;
  padding: 0;
  background: transparent;
}
@media (max-width: 1450px) {
  .logo-wrapper .motto {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .logo-wrapper .motto {
    display: none;
  }
}

.m-header-actions {
  display: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  .m-header-actions {
    display: grid;
  }
}

.m-actions {
  display: none;
  align-items: center;
  gap: 5px;
}
@media (max-width: 768px) {
  .m-actions {
    display: flex;
  }
}
.m-actions .m-phone {
  color: #9cce3f;
  font-size: 26px;
}

.m-product-categories {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9cce3f;
  padding: 30px;
  color: #fff;
  text-align: center;
  overflow-y: auto;
}
.m-product-categories.open {
  display: block;
}
.m-product-categories h3 {
  font-size: 20px;
  font-weight: 700;
}
.m-product-categories a {
  display: block;
  font-size: 18px;
  padding: 4px 0;
}

#products-open {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  border: 1px solid #9cce3f;
  border-radius: 15px;
  padding: 0 10px;
  font-weight: 700;
}
#products-open span {
  font-size: 20px;
  color: #9cce3f;
}

#products-close {
  position: fixed;
  top: 20px;
  left: 20px;
}

@media (min-width: 769px) {
  .product-filters {
    padding: 10px;
    background: #89c642;
    border-radius: 0 0 10px 10px;
  }
}
.product-filters .box {
  display: grid;
  grid-template-columns: 1fr 40px 40px;
  gap: 10px;
}
@media (max-width: 768px) {
  .product-filters .box {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9cce3f;
    padding: 30px;
  }
}
.product-filters.open .box {
  display: block;
}
.product-filters .filters {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 768px) {
  .product-filters .filters {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.product-filters .filters label {
  display: block;
  position: relative;
}
.product-filters .filters select {
  height: 40px;
}
.product-filters .m-title, .product-filters .close, .product-filters .toggle-filters {
  display: none;
}
@media (max-width: 768px) {
  .product-filters .m-title, .product-filters .close, .product-filters .toggle-filters {
    display: flex;
  }
}
.product-filters .close {
  position: fixed;
  top: 20px;
  right: 20px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}
.product-filters .filters-refresh, .product-filters .filters-reset {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 40px;
  gap: 10px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .product-filters .filters-refresh, .product-filters .filters-reset {
    margin-top: 20px;
  }
}
.product-filters .filters-refresh span, .product-filters .filters-reset span {
  display: none;
}
@media (max-width: 768px) {
  .product-filters .filters-refresh span, .product-filters .filters-reset span {
    display: block;
  }
}
.product-filters .toggle-filters {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  border-radius: 15px;
  padding: 0 10px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product-filters .toggle-filters {
    margin-top: 10px;
  }
}

/* ==================
Footer
=================== */
#footer {
  background-color: #9cce3f;
  margin-top: 40px;
  padding: 30px 0;
  color: #fff;
}
#footer .top {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  #footer .top {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    text-align: center;
  }
}
@media (max-width: 768px) {
  #footer .top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
#footer .title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
}
#footer a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
  font-size: 15px;
}
#footer .sm {
  display: grid;
  grid-template-columns: 0.2fr 0.2fr 0.2fr;
  grid-auto-flow: column;
  gap: 15px;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  #footer .sm {
    grid-template-columns: 0.1fr 0.1fr 0.1fr;
    gap: 5px;
  }
}
#footer .sm li a {
  display: flex;
  width: 20px;
  align-items: center;
  gap: 1px;
  padding: 1px 0;
  font-size: 10px;
}
#footer .available-payments {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
@media (max-width: 500px) {
  #footer .available-payments {
    grid-template-columns: 1fr;
  }
}
#footer .partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  #footer .partners {
    grid-column: span 2;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
#footer .partners img {
  max-width: 200px;
}
@media (max-width: 768px) {
  #footer .partners img {
    max-width: 180px;
  }
}
#footer .copy {
  padding-top: 20px;
  text-align: center;
}

#newsletter {
  position: relative;
  margin-bottom: 20px;
}
#newsletter input {
  border: 1px solid #9cce3f;
  width: 100%;
  border-radius: 15px;
  height: 30px;
  padding: 0 40px 2px 10px;
  font-size: 14px;
  font-weight: 700;
  color: #9cce3f;
}
#newsletter .submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  background: transparent;
  color: #9cce3f;
  width: 40px;
  padding: 0;
}
#newsletter .submit:hover {
  color: #f26c4f;
}
#newsletter .submit .fa {
  display: block;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
}

#slider {
  position: relative;
  margin: 40px auto 40px;
  padding: 20px 20px 20px 40px;
  border-top: solid 1px #9cce3f;
  border-bottom: solid 1px #9cce3f;
}
#slider .slider-images {
  height: 63px;
  overflow: hidden;
}
#slider .slider-images a {
  display: block;
  float: left;
  width: 63px;
  height: 63px;
  line-height: 63px;
  margin-right: 19px;
  margin-left: 19px;
  text-decoration: none;
  text-align: center;
}
#slider .slider-container {
  white-space: nowrap;
}
#slider .fa {
  color: #9cce3f;
  font-size: 40px;
}
#slider .right-arrow {
  display: block;
  width: 23px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 30px;
}
#slider .left-arrow {
  display: block;
  width: 23px;
  height: 38px;
  position: absolute;
  left: 0;
  top: 30px;
}

/* ==================
Menus
=================== */
.menu a {
  transition: color 0.3s ease;
}
.menu a:hover {
  color: #4fb3a0;
}

.header-wrapper .menu-primary .menu {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header-wrapper .menu-primary .menu {
    display: none;
  }
}
.header-wrapper .menu-primary .menu a {
  position: relative;
  font-size: 16px;
  color: #2c2c2c;
  font-weight: 700;
  padding-top: 5px;
  white-space: nowrap;
}
.header-wrapper .menu-primary .menu a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
}
.header-wrapper .menu-primary .menu a:hover {
  color: #4fb3a0;
}
@media (max-width: 1280px) {
  .header-wrapper .menu-primary .menu a {
    font-size: 14px;
  }
}
.header-wrapper .menu-primary .menu li:nth-of-type(1) a:before {
  background: #00bff3;
}
.header-wrapper .menu-primary .menu li:nth-of-type(2) a:before {
  background: #003471;
}
.header-wrapper .menu-primary .menu li:nth-of-type(3) a:before {
  background: #a864a8;
}
.header-wrapper .menu-primary .menu li:nth-of-type(4) a:before {
  background: #ec008c;
}
.header-wrapper .menu-primary .menu li:nth-of-type(5) a:before {
  background: #7b0046;
}
.header-wrapper .menu-primary .menu li:nth-of-type(6) a:before {
  background: #f26c4f;
}
.header-wrapper .menu-primary .menu li:nth-of-type(7) a:before {
  background: #003471;
}
.header-wrapper .menu-primary .menu li:nth-of-type(8) a:before {
  background: #f49ac1;
}

.menu-secondary .menu li:nth-child(1) a {
  background: #4fb3a0;
}
.menu-secondary .menu li:nth-child(2) a {
  background: #534c9c;
}
.menu-secondary .menu li:nth-child(3) a {
  background: #b34f6d;
}
.menu-secondary .menu li:nth-child(4) a {
  background: #CA6ECE;
}
.menu-secondary .menu li:nth-child(5) a {
  background: #9cce3f;
}
.menu-secondary .menu li a {
  color: #fff;
  font-size: 14px;
  border-radius: 10px;
  padding: 3px 8px;
  font-weight: 700;
}
.menu-secondary .menu li a:hover {
  color: #000;
}

.header-wrapper .menu-secondary .menu {
  display: flex;
  gap: 20px;
  padding: 30px 0;
  transition: padding 0.3s ease;
}
@media (max-width: 768px) {
  .header-wrapper .menu-secondary .menu {
    display: none;
  }
}
.fixed .header-wrapper .menu-secondary .menu {
  padding: 12px 0;
}

.mmenu-btn {
  display: none;
  height: 36px;
  padding: 16px 15px 20px;
  margin: 0 0 0 -10px;
  background: transparent !important;
  border: 0;
}
.mmenu-btn:before {
  display: none;
}
@media (max-width: 768px) {
  .mmenu-btn {
    display: block;
  }
  .m-sticky .mmenu-btn {
    visibility: hidden;
    opacity: 0;
  }
}
.mmenu-btn .icon {
  display: block;
  position: relative;
  width: 25px;
  height: 2px;
  background: #9cce3f;
  transition: all 0.2s ease-in-out;
}
.mmenu-btn .icon:before, .mmenu-btn .icon:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 25px;
  height: 2px;
  background: #9cce3f;
  transition: all 0.3s ease-in-out;
}
.mmenu-btn .icon:after {
  top: 8px;
}
.mmenu-btn:hover .icon {
  width: 25px;
  background: #0a254f;
}
.mmenu-btn:hover .icon:before, .mmenu-btn:hover .icon:after {
  background: #0a254f;
}
.mmenu-btn.close-it .icon {
  height: 0;
}
.mmenu-btn.close-it .icon:before {
  top: 0px;
  transform: rotate(45deg);
}
.mmenu-btn.close-it .icon:after {
  top: 0px;
  transform: rotate(-45deg);
}

#mmenu {
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  min-width: 256px;
  width: 540px;
  max-width: 80%;
  padding: 65px 65px 36px 65px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
}
@media (max-width: 500px) {
  #mmenu {
    padding: 65px 25px 36px 25px;
  }
}
#mmenu.open {
  transform: translateX(0);
}
#mmenu.open + .close-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 998;
}
#mmenu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  padding: 0;
}
#mmenu .close:after {
  width: 22px;
  height: 22px;
}
#mmenu .menu a {
  font-size: 16px;
  display: block;
  padding: 12px 0;
  font-weight: 700;
  text-align: center;
}
#mmenu .menu > li + li {
  border-top: 1px solid #ededed;
}
#mmenu .menu-secondary .menu {
  margin-bottom: 30px;
}
#mmenu .menu-secondary .menu a {
  padding: 8px 10px;
}
#mmenu li.selected > a {
  color: #ff5522;
}

.close-menu-overlay {
  display: none;
}

/* ==================
Content
=================== */
.main-wrapper {
  display: grid;
  grid-template-columns: 23% 1fr;
  gap: 30px;
}
@media (max-width: 768px) {
  .main-wrapper {
    grid-template-columns: 1fr;
  }
}
.main-wrapper.full-width {
  grid-template-columns: 1fr;
}

.heroes-section {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-areas: "one two three" "one four five";
  gap: 15px;
}
@media (max-width: 768px) {
  .heroes-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-areas: "one two" "one three" "four five";
  }
}
.heroes-section .hero {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.heroes-section .hero .image {
  position: relative;
  flex: 1;
}
.heroes-section .hero:nth-child(1) {
  grid-area: one;
}
.heroes-section .hero:nth-child(1) img {
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.heroes-section .hero:nth-child(2) {
  grid-area: two;
}
.heroes-section .hero:nth-child(3) {
  grid-area: three;
}
.heroes-section .hero:nth-child(4) {
  grid-area: four;
}
.heroes-section .hero:nth-child(5) {
  grid-area: five;
}
.heroes-section .hero h2 {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  height: 32px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.vip-info-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  align-items: center;
  justify-content: center;
}
.vip-info-container.open {
  display: flex;
}
.vip-info-container .vip-info {
  position: relative;
  z-index: 1;
  width: 550px;
  max-width: 90%;
  border: 1px solid #DDD;
  border-radius: 10px;
  padding: 30px;
  background: #FFF;
  box-shadow: 0 0 5px #888888;
}
.vip-info-container .vip-info ul li {
  margin-bottom: 10px;
  text-align: justify;
}
.vip-info-container .vip-info .i {
  text-align: justify;
}
.vip-info-container .vip-info .close {
  position: absolute;
  top: -15px;
  right: -10px;
  width: 27px;
  height: 27px;
  line-height: 24px;
  border: 1px solid #DDD;
  border-radius: 20px;
  background: #FFF;
  text-align: center;
  color: #FFF;
  background: #9cce3f;
}

#product-categories {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  #product-categories {
    display: none;
  }
}
#product-categories .box:nth-child(1) {
  color: #b34f6d;
}
#product-categories .box:nth-child(2) {
  color: #534c9c;
}
#product-categories .box:nth-child(3) {
  color: #000;
}
#product-categories .box:nth-child(4) {
  color: #003471;
}
#product-categories .box:nth-child(n+5) .head {
  color: #9cce3f;
}
#product-categories .head {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
#product-categories a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 0;
}
#product-categories a span {
  width: 40px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background: #000;
  font-size: 13px;
  height: 18px;
  background: #000;
  line-height: 16px;
}
#product-categories .new span {
  background: #9cce3f;
}
#product-categories .sale span {
  background: #534c9c;
}

#path {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 400;
}
#path a {
  color: #4fb3a0;
}
#path a:hover {
  color: #f26c4f;
}

#pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  gap: 10px;
}
#pagination > a {
  font-size: 24px;
  line-height: 1;
}

#pages {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#pages a {
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 3px;
}
#pages a:hover {
  background-color: #ddd;
  color: #f26c4f;
}
#pages .active-pg-n {
  background-color: #4fb39f;
  color: white;
}

.brands {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}
.brands .brand {
  text-align: center;
}
.brands .brand .name {
  display: block;
  text-align: center;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .product-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px 15px;
  }
}
.product-list .product-loop {
  position: relative;
  text-align: center;
  padding: 15px;
  border-top: solid 1px #9cce3f;
}
@media (max-width: 768px) {
  .product-list .product-loop {
    padding: 10px 0 0;
  }
}
.product-list .product-loop .name {
  overflow: hidden;
  height: 35px;
  max-width: 220px;
  font-size: 14px;
  margin: 10px auto;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product-list .product-loop .name {
    max-width: 160px;
  }
}
.product-list .product-loop .code {
  color: #534c9c;
  font-size: 14px;
  font-weight: 700;
}
.product-list .product-loop .details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.product-list .product-loop .remove-wishlist-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.product-list .product-loop .remove-wishlist-item .fa-trash {
  cursor: pointer;
}
.product-list .product-loop .price {
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .product-list .product-loop .price {
    font-size: 13px;
  }
}
.product-list .product-loop .image {
  position: relative;
}
.product-list .product-loop .image img {
  width: 220px;
}
@media (max-width: 768px) {
  .product-list .product-loop .image img {
    width: 160px;
  }
}
.product-list .product-loop .image span {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.product-list .product-loop .image span.label-disabled {
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.3;
  pointer-events: none;
}
.product-list .product-loop .image span.label-promo {
  width: 48px;
  height: 56px;
  background: url("../../images/resources.png") no-repeat -95px -429px;
}
.product-list .product-loop .image span.label-soldout {
  width: 50px;
  height: 50px;
  bottom: 0;
  top: inherit;
}
.product-list .product-loop .image span.label-flashsale {
  width: 110px;
  height: 71px;
  bottom: 0;
  top: auto;
  right: 0;
  left: auto;
}
.product-list .product-loop .image span.label-offer {
  width: 80px;
  height: 80px;
  background: url("../../images/resources.png") no-repeat 0 -342px;
}
.product-list .product-loop .image span.label-request {
  top: 0;
  width: 80px;
  height: 80px;
  background: url("../../images/resources.png") no-repeat -357px -342px;
}
.product-list .product-loop .image span.label-not-available {
  top: auto;
  bottom: 0;
  right: 0;
  padding: 8px;
  background-color: #8d8e8d;
}
.product-list .product-loop .image span.label-not-available:before {
  content: "INDISPONIBIL";
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.product-list .product-loop .image span.label-bf {
  right: 0;
  left: auto;
  width: 50px;
  height: 70px;
  background: url("../../images/resources.png") no-repeat -437px -342px;
}
.product-list .product-loop .image span.label-sss {
  width: 47px;
  height: 49px;
  background: url("../../images/label-sss.png") no-repeat 0 0;
}
.product-list .product-loop .image span.label-easter {
  width: 47px;
  height: 54px;
  background: url("../../images/resources.png") no-repeat -95px -429px;
}
.product-list .product-loop .image span.label-halloween {
  right: 0;
  width: 57px;
  height: 58px;
  line-height: 49px;
  background: url("../../images/eticheta-halloween.png") no-repeat;
  color: #FFF;
  font-weight: 600;
  text-align: center;
}
.product-list .product-loop .image span.label-new {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: #4fb3a0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
}
.product-list .product-loop .image span.label-offer-discount, .product-list .product-loop .image span.label-soon {
  height: auto;
  width: auto;
  border-radius: 15px;
  padding: 3px 18px;
  background-color: #534c9b;
  font-weight: bold;
  color: #fff;
}
.product-list .product-loop .image span.label-soon {
  left: auto;
  right: 0;
  background-color: #b34f6d;
}
.product-list .product-loop .add-to-basket {
  padding: 5px 10px;
  text-transform: initial;
}
@media (max-width: 768px) {
  .product-list .product-loop .add-to-basket {
    font-size: 13px;
    padding: 2px 5px;
  }
}

.products-box .actions {
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
}

#product .top {
  display: grid;
  grid-template-columns: 2fr 1.4fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  #product .top {
    grid-template-columns: 1fr;
  }
}
#product #details {
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 25px;
}
#product #details #add-to-basket {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 16px;
}
#product #details .add-to-wishlist {
  width: 100%;
  background: #3818AB;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 16px;
}
#product #prices {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
#product #price {
  font-size: 17px;
  font-weight: 600;
}
#product .old-price {
  text-decoration: line-through;
  color: #8d8e8d;
  font-size: 15px;
  font-weight: 600;
}
#product .code {
  color: #8d8e8d;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  padding-top: 22px;
  padding-bottom: 10px;
}
#product #not-available {
  color: red;
  font-weight: bold;
}
#product #qty {
  display: flex;
  align-items: center;
  gap: 10px;
}
#product #qty:not(:empty) {
  margin: 25px 0;
}
#product #qty input[type=number] {
  width: 50px;
  padding: 5px 0 5px 10px;
}
#product #delivery {
  height: 30px;
  line-height: 30px;
  padding-left: 50px;
  background: url("../../images/resources.png") no-repeat 0 -671px;
  color: #929292;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  /*
  	    line-height: 16px;
  */
}
#product .availability {
  margin: 20px 0;
  font-weight: 700;
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
#product .availability.green {
  color: #4fb39f;
}
#product .availability.blue {
  color: #b34f6d;
}
#product .availability.purple {
  color: #CA6ECE;
}
#product .launch-date {
  color: #b34f6d;
}
#product .launch-text {
  font-size: 12.8px;
  color: #000;
}
#product #alert-me {
  width: 100%;
  margin: 20px 0;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 16px;
}
#product #alert-container {
  display: none;
  position: absolute;
  inset: 0;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  background: #FFF;
  box-shadow: 5px 5px 5px #EBEBEB;
  padding: 30px;
  z-index: 3;
}
#product #alert-container .box-title {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 18px;
}
#product #alert-container .name {
  font-weight: 700;
  margin-bottom: 10px;
}
#product #alert-container .cancel {
  background-color: #8d8e8d;
}
#product #vip-container {
  position: relative;
  z-index: 5;
}
#product #vip {
  display: none;
  position: absolute;
  top: 250px;
  left: 200px;
  width: 550px;
  inset: 0;
  border: 1px solid #ebebeb;
  border-radius: 7px;
  background: #FFF;
  color: #929292;
  box-shadow: 5px 5px 5px #EBEBEB;
  padding: 30px;
  z-index: 4;
}
#product #vip .box-title {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 18px;
}
#product #vip .name {
  font-weight: 700;
  margin-bottom: 10px;
}
#product #vip .cancel {
  background-color: #8d8e8d;
}
#product .meta {
  padding-top: 20px;
}
#product .meta .specs {
  padding: 6px 0;
  font-size: 14px;
  margin: 0;
}
#product .meta .specs .label {
  font-weight: 700;
}
#product .meta .specs .value {
  text-decoration: none;
}
#product .vip {
  position: relative;
  display: flex;
  width: 100%;
  background-color: #f2f3f2;
  padding: 16px 16px 16px 30px;
  gap: 30px;
  align-items: center;
  margin: 20px 0;
}
#product .vip .fa {
  font-size: 30px;
  color: #a4a4a4;
}
#product .vip a {
  color: #000;
  font-weight: bold;
}
#product #info {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  margin: 30px 0;
  font-weight: 400;
  line-height: 22px;
}
#product #info p {
  margin: 0;
}
#product #info a {
  color: #4fb3a0;
}
#product #info .fa {
  font-size: 35px;
  color: #bababa;
}

.products-page-info, .products-cart-info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .products-page-info, .products-cart-info {
    grid-template-columns: 1fr;
  }
}
.products-page-info .box, .products-cart-info .box {
  display: flex;
  background-color: #f2f3f2;
  padding: 16px;
  gap: 20px;
  align-items: center;
}
.products-page-info .box .fa, .products-cart-info .box .fa {
  font-size: 40px;
  color: #bababa;
}

.firstpage-info-boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .firstpage-info-boxes {
    grid-template-columns: 1fr;
  }
}
.firstpage-info-boxes .shipping-box {
  display: flex;
  background-color: #f2f3f2;
  padding: 10px;
  gap: 14px;
  align-items: center;
}
.firstpage-info-boxes .shipping-box .fa {
  font-size: 40px;
  color: #bababa;
}
.firstpage-info-boxes .vip-box {
  display: flex;
  width: 100%;
  background-color: #f2f3f2;
  padding: 10px;
  gap: 14px;
  align-items: center;
}
.firstpage-info-boxes .vip-box .fa {
  font-size: 30px;
  color: #a4a4a4;
}
.firstpage-info-boxes .vip-box a {
  color: #000;
  font-weight: bold;
}

#image-container {
  overflow: hidden;
}
#image-container #image {
  border: 1px solid #eaeaea;
}
#image-container #image a {
  display: block;
}
#image-container #image a img {
  display: block;
  margin: 0 auto;
}
#image-container #images {
  overflow: hidden;
  padding: 15px 30px;
}
#image-container #images li {
  display: inline-block;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  margin: 0 6px;
  outline: none;
  text-align: center;
}
#image-container #images .slick-prev, #image-container #images .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent;
  text-indent: 200px;
  overflow: hidden;
  color: #000;
  width: 30px;
  height: 42px;
  padding: 0;
}
#image-container #images .slick-prev:before, #image-container #images .slick-next:before {
  display: block;
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f104";
  font-size: 30px;
}
#image-container #images .slick-next {
  left: auto;
  right: 0;
}
#image-container #images .slick-next:before {
  content: "\f105";
}

#comments h2 {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
#comments h3 {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 15px;
}
#comments .comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
#comments .comment .text {
  width: 100%;
  padding: 10px;
  background: #EEE;
}
#comments .field span {
  display: block;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
#comments textarea {
  min-height: 100px;
}
#comments .button {
  padding: 6px 30px;
}

#history-orders table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
  height: 70px;
}
#history-orders table tr:nth-child(even) {
  background-color: rgba(137, 198, 66, 0.5294117647);
}
#history-orders table thead tr {
  background-color: #DDD;
}
#history-orders table tbody tr:hover {
  background-color: #EEE;
}
#history-orders table td, #history-orders table th {
  text-align: left;
  height: 50px;
  vertical-align: bottom;
  padding: 15px;
  border-bottom: 1px solid #ddd;
}
#history-orders table th {
  background-color: #04AA6D;
  color: white;
}
#history-orders table .date {
  width: 120px;
}
#history-orders table .nr {
  width: 80px;
}
#history-orders table .total {
  width: 90px;
}
#history-orders table .details {
  width: 120px;
}

#cart .top-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 25px;
}
#cart .table {
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  font-weight: 300;
}
#cart .table .header {
  display: grid;
  grid-template-columns: 3.5fr 1.5fr 1fr 1fr;
  background: #f2f3f2;
  border-bottom: 1px solid #e4e4e4;
  font-size: 17px;
}
@media (max-width: 768px) {
  #cart .table .header {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    text-align: center;
  }
}
#cart .table .header div {
  padding: 5px 10px 5px 20px;
  border-right: 1px solid #e4e4e4;
}
#cart .table .header div:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  #cart .table .header div {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #cart .table .header .name {
    width: 150px;
  }
}
#cart .table .product {
  display: grid;
  grid-template-columns: 3.5fr 1.5fr 1fr 1fr;
  border-bottom: 1px solid #e4e4e4;
}
@media (max-width: 768px) {
  #cart .table .product {
    grid-template-columns: 2fr 1fr 1fr 1fr;
    text-align: center;
  }
}
#cart .table .product div {
  display: grid;
  align-items: center;
  padding: 15px 10px 15px 20px;
  border-right: 1px solid #e4e4e4;
}
#cart .table .product div:last-child {
  border-right: 0;
}
@media (max-width: 768px) {
  #cart .table .product div {
    padding: 10px;
  }
}
#cart .table .product .name {
  grid-template-columns: 85px 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  #cart .table .product .name {
    width: 150px;
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
#cart .table .product .name p {
  font-weight: 600;
  font-size: 13px;
}
@media (max-width: 768px) {
  #cart .table .product .name p {
    font-size: 12px;
  }
}
#cart .table .product .name span {
  color: #6f6f6f;
  margin-top: 8px;
  display: block;
}
#cart .table .product .qty input {
  width: 50px;
  padding: 5px 0 5px 10px;
}
#cart .table .product .qty .fa {
  font-size: 18px;
  color: #000;
  vertical-align: middle;
  padding: 5px;
}
#cart .table .product .qty .fa:hover {
  color: #f00;
}
#cart .table .pprice, #cart .table .total {
  text-align: right;
}
#cart .bottom-actions {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 25px 0;
}
#cart .cart-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  #cart .cart-bottom {
    flex-direction: row-reverse;
  }
}
#cart .cart-bottom .actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-top: 25px;
}
@media (max-width: 768px) {
  #cart .cart-bottom .actions {
    width: 100%;
  }
}
#cart .cart-bottom #total {
  border: 1px solid #ccc;
  margin: 25px 0;
  width: 100%;
}
#cart .cart-bottom #total .total, #cart .cart-bottom #total .shipping {
  padding: 8px 12px;
  border-bottom: solid 1px #ccc;
  font-size: 14px;
}
#cart .cart-bottom #total > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#cart .cart-bottom #total .grand {
  padding: 8px 12px;
}
#cart .cart-bottom #total .grand .value {
  display: none;
}
#cart .cart-bottom #total .grand .value.selected {
  display: block;
}
#cart .cart-bottom #total .label {
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
#cart .cart-bottom #total .label .fa {
  color: #a6a6a6;
  font-size: 22px;
}
#cart .cart-bottom #total .transport-wrap {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#cart .cart-bottom #total .transport-wrap .radio {
  line-height: 1.2;
}
#cart .cart-bottom #total .transport-wrap .radio .logo-fanbox {
  margin-left: auto;
}
#cart .cart-bottom #total .transport-wrap .radio .logo-fanbox img {
  max-width: 100px;
}
@media (max-width: 768px) {
  #cart .cart-bottom #total .transport-wrap .radio .logo-fanbox img {
    max-width: 79px;
  }
}
#cart .cart-bottom #contact-info {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  margin: 30px 0;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 768px) {
  #cart .cart-bottom #contact-info {
    width: 100%;
  }
}
#cart .cart-bottom #contact-info h3 {
  margin: 0;
  font-size: 16px;
}
#cart .cart-bottom #contact-info p {
  margin: 0;
}
#cart .cart-bottom #contact-info .fa {
  font-size: 35px;
  color: #bababa;
}
#cart .cart-bottom #contact-info .phone {
  font-size: 17px;
}

#step {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
@media (max-width: 1024px) {
  #step {
    grid-template-columns: 1fr;
  }
}
#step #path, #step #step-title {
  margin: 0;
}
@media (min-width: 1025px) {
  #step #path, #step #step-title {
    grid-column: span 3;
  }
}
#step .steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
@media (min-width: 1025px) {
  #step .steps {
    grid-column: span 3;
  }
}
#step .steps .step {
  padding: 12px;
  font-weight: 600;
  background: #ddd;
  color: #3f3f3f;
}
#step .steps .step.active {
  background: #4fb39f;
  color: #fff;
}
#step > .box {
  border: 1px solid #e4e4e4;
}
@media (min-width: 1025px) {
  #step > .box {
    grid-column: span 2;
  }
}
#step > .box.sidebar-comanda {
  border: none;
  color: #fff;
}
@media (min-width: 1025px) {
  #step > .box.sidebar-comanda {
    grid-column: span 1;
  }
}
#step > .box.sidebar-comanda .comanda-sidebar {
  padding: 20px;
  background-color: #4fb39f;
}
#step > .box.sidebar-comanda .comanda-sidebar h2 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 700;
}
#step > .box.sidebar-comanda .comanda-sidebar .item-cos {
  display: grid;
  grid-template-columns: 95px 1fr;
  gap: 15px;
  align-items: center;
}
#step > .box.sidebar-comanda .comanda-sidebar .item-cos + .item-cos {
  padding-top: 20px;
}
#step > .box.sidebar-comanda .comanda-sidebar .item-cos h4 {
  font-size: 14px;
  margin-bottom: 0;
}
#step > .box.sidebar-comanda .comanda-sidebar .item-cos p {
  font-weight: 700;
}
#step > .box.sidebar-comanda .comanda-sidebar-total {
  padding: 20px;
  margin-top: 15px;
  background-color: #f26c4f;
}
#step > .box.sidebar-comanda .comanda-sidebar-total .item-cos-total:first-of-type {
  font-size: 16px;
  margin-bottom: 7px;
}
#step .form {
  padding: 16px;
}

#step1 h2.comanda-title {
  border-bottom: 1px solid #e4e4e4;
  font-size: 17px;
  font-weight: 600;
  color: #727272;
  padding: 15px;
  background: #f2f3f2;
  margin: 0;
}

#step1 .form .input {
  width: 23%;
  display: inline-block;
  margin: 10px 10px 20px 0;
}
@media (max-width: 768px) {
  #step1 .form .input {
    width: 48%;
    margin: 10px 1% 20px 0;
  }
}

#step1 .form .input label {
  margin-bottom: 9px;
  display: block;
  font-size: 15px;
  font-weight: 600;
}

#step1 h3 {
  font-weight: 700;
}

#step1 .form .select select, #step1 .input input {
  width: 100%;
  font-size: 15px;
  padding: 4px;
}

#step1 .form .select select {
  background: #fff url("../../images/angle-down-solid.svg") no-repeat top 7px right 7px;
}

#step1 .form .input-full {
  display: inline-block;
  width: 48%;
  margin-top: 0;
}
@media (max-width: 768px) {
  #step1 .form .input-full {
    width: 98%;
  }
}

#step1 .form .input-full input {
  width: 100%;
  padding: 6px 5px 5px;
  font-size: 13px;
}

#step1 .select select {
  width: 80%;
}
@media (max-width: 768px) {
  #step1 .select select {
    width: 100%;
  }
}

#step1 .checkbox {
  margin: 10px 0;
}

#step1 .input label span {
  color: #b34f6d;
}

#step1 .radio {
  display: inline-block;
  margin: 5px 10px;
  font-size: 15px;
}

#step1 .textarea {
  margin-top: 20px;
}

#step1 .textarea label {
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
}

#step1 .textarea textarea {
  width: 48%;
  height: 126px;
  padding: 2px;
}
@media (max-width: 768px) {
  #step1 .textarea textarea {
    width: 98%;
  }
}

#step1 .checkbox #newsletter {
  width: auto;
}

#step1 .input-email {
  padding-top: 7px !important;
  padding-bottom: 5px !important;
  font-size: 12px !important;
}

#pj {
  display: none;
}

.transfer-bancar-text {
  display: none;
  font-size: 14px;
  padding: 10px;
  background: #fff;
  margin: 10px;
}

.total-plata {
  font-size: 18px;
  display: inline-block;
}

.total-plateste {
  display: inline-block;
  margin-left: 33px;
}
@media (max-width: 768px) {
  .total-plateste {
    margin-left: 0;
  }
}

.total-plateste input {
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #fff;
  padding: 8px 12px 8px 12px;
  background-color: #f26c4f;
  margin-top: 15px;
  transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
  border: 0;
  border-radius: 0;
  text-transform: initial;
}
@media (max-width: 768px) {
  .total-plateste input {
    font-size: 16px;
    padding: 7px 10px 7px 10px;
  }
}

#step2 {
  margin: 30px 0;
  border: 1px solid #e4e4e4;
  min-height: 300px;
  font-weight: 300;
  color: #727272;
}

#step2 h2, #client-details h2 {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background: #f2f3f2;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 10px;
  font-weight: 300;
  font-size: 17px;
}

#step2 .head {
  overflow: hidden;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
}

#step2 .product {
  overflow: hidden;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
}

#step2 .head .name, #step2 .product .name {
  float: left;
  border-right: 1px solid #e4e4e4;
  padding: 10px;
}

#step2 .help {
  float: left;
  overflow: hidden;
  margin-top: 35px;
  margin-left: 35px;
  color: #727272;
  font-size: 13px;
  font-weight: 600;
}

#step2 .head .qty, #step2 .head .price, #step2 .head .name {
  height: 45px;
  display: table;
}

#step2 .product .qty, #step2 .product .price, #step2 .product .name, #step2 .product .total {
  height: 96px;
  display: table;
}

#step2 .product .qty p, #step2 .product .price p, #step2 .product .name p, #step2 .product .total p {
  display: table-cell;
  vertical-align: middle;
  font-weight: 400;
}

#step2 .head .qty, #step2 .product .qty {
  float: left;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  padding: 10px;
  display: table;
}

#step2 .head .price, #step2 .product .price {
  float: left;
  text-align: center;
  border-right: 1px solid #e4e4e4;
  padding: 10px;
  width: 19%;
  display: table;
}

#step2 .head .total, #step2 .product .total {
  float: right;
  text-align: center;
  padding: 10px;
  display: table;
}

#step2 .name {
  width: 39%;
}

#step2 .shipping .value {
  top: 11px;
  float: right;
  padding-right: 5px;
  position: relative;
}

#step2 .name p {
  width: 90%;
  margin-left: 5px;
  margin-top: 10px;
}

#step2 .qty {
  width: 23%;
}

#step2 .pprice {
  width: 19%;
}

#step2 .products .total {
  width: 19%;
}

#step2 #total .grand .value {
  display: block;
  font-weight: 700;
}

#step2 #total .total {
  width: 100%;
  border: 0;
}

#step2 #total .total, #step2 #total .shipping, #step2 #total .grand {
  border: 0;
  border-bottom: 1px solid #e4e4e4;
}

#step2 #total .grand {
  border-bottom: 0;
}

#step2 #total .value {
  font-size: 15px;
  font-weight: 400;
  padding-right: 10px !important;
}

#step2 .product .qty, #step2 .product .price, #step2 .product .total {
  text-align: center;
}

#client-details {
  margin: 30px 0;
  border: 1px solid #e4e4e4;
  min-height: 300px;
  font-weight: 300;
  color: #727272;
}

#client-details .rand {
  margin: 0;
  display: table;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}

#client-details .rand span.bold {
  display: table-cell;
  width: 35%;
  background-color: #fbfbfb;
  padding: 10px;
}

#client-details .rand span {
  display: table-cell;
  width: 65%;
  padding: 10px;
}

#next-step, #finalize {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background: no-repeat 0 0 #f26c4f;
  padding: 12px 16px;
  margin-bottom: 70px;
  cursor: pointer;
}

#client-details h2 a {
  color: #f26c4f;
  font-weight: 400;
}

.help {
  position: relative;
  padding-left: 10px;
  float: left;
  width: 60%;
  margin-top: -10px;
}

.help p {
  vertical-align: middle;
  padding-top: 5px;
}

.help .i {
  margin: 10px !important;
}

#step .thank-you {
  display: block;
  float: left;
  margin: 30px 0;
  clear: both;
}

#step .thank-you h2 {
  font-size: 24px;
  display: block;
  color: #f26c4f;
  font-weight: 700;
  margin-bottom: 20px;
}

#step .thank-you .fa {
  margin-right: 7px;
}

#step .thank-you h3.bold {
  font-size: 18px;
  margin-left: 28px;
  font-weight: 700;
  margin-bottom: 22px;
}

#step .new-account {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 27px;
}

#step .new-account h2 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

#step .new-account-box p:first-of-type {
  font-size: 17px;
  margin-bottom: 30px;
}

#step .new-account-box label {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}

#step .new-account-box {
  display: inline-block;
}

#step .new-account-box input[type=submit] {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background: no-repeat 0 0 #f26c4f;
  padding: 12px 16px;
  cursor: pointer;
  border: 0;
  margin: 30px 0 15px;
  text-align: right;
  float: right;
}

#step .advantages {
  padding: 10px;
  margin-left: 5%;
  margin-bottom: 52px;
}

#step .advantages h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 5px 0;
}

#step .advantages ul {
  margin-left: 20px;
  margin-top: 5px;
}

#step .advantages ul li {
  margin: 5px 0;
  font-size: 17px;
}

.login-register-top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .login-register-top {
    grid-template-columns: 1fr;
  }
}

#register, #login {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 27px;
}

#register h2, #login h2 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}

#register h2, #register h3 {
  color: #0e9278;
}

#login h2, #login h3 {
  color: #f26c4f;
}

#register h3, #login h3 {
  font-size: 17px;
  margin-bottom: 30px;
}

#register label, #login label {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}

#register input, #login input {
  padding: 1px;
}

#register input[type=submit], #login input[type=submit] {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  background: no-repeat 0 0 #f26c4f;
  padding: 12px 16px;
  cursor: pointer;
  border: 0;
  margin: 30px 0 15px;
  text-align: right;
  float: right;
  width: auto;
}

#register input[type=submit]:hover, #login input[type=submit]:hover {
  background-color: #000;
}

#login input[type=submit] {
  float: none;
  display: block;
}

#register input, #login input {
  padding: 2px 1px;
  width: 70%;
}

#forgot-pass {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 14px;
  display: block;
}

#forgot-pass:hover {
  color: #f26c4f;
}

#login .info {
  margin: 41px 0 10px;
  line-height: 20px;
  font-weight: 700;
  font-size: 15px;
}

#info-util #info {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px;
  margin: 30px 0;
  color: #000000;
  font-weight: 400;
  line-height: 22px;
  display: table;
  width: 100%;
}

#info-util #info .box-n {
  display: table-cell;
  vertical-align: middle;
}

#info-util #info .fa {
  font-size: 35px;
  color: #bababa;
  margin-right: 10px;
}

#info-util {
  margin: 40px 0 30px;
}

.purple-bg {
  background-color: #534c9b;
  padding: 30px;
}

#info-util h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  color: #fff;
}

#info-util ul {
  margin-left: 18px;
  color: #fff;
  list-style-type: initial;
}

#info-util ul li {
  margin: 5px 0;
  font-size: 17px;
}

#register-adv .note {
  list-style-type: none;
  margin: 15px 0;
}

#register-adv .vip {
  text-decoration: underline;
  color: #fff;
}

.cookies-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: calc(100% - 5px);
  max-width: 662px;
  margin: 0 auto 5px;
  z-index: 1000;
}
.cookies-container .cookies-bg {
  background: #FFF;
  padding: 10px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.7);
  font-size: 14px;
}
.cookies-container .cookies {
  overflow: hidden;
  line-height: 30px;
}
.cookies-container .cookies .buttons, .cookies-container .cookies .text {
  display: block;
  margin-right: 10px;
}
.cookies-container .cookies .buttons {
  margin-top: 3%;
}
.cookies-container .cookies .close, .cookies-container .cookies .accept {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  border: 1px solid #DDD;
  background: #7EBA10;
  font-size: 14px;
  font-weight: 300;
  color: #FFF;
  margin-bottom: 5px;
}

.about {
  text-align: justify;
}

dl dt {
  margin-bottom: 10px;
}
dl dd {
  padding-bottom: 10px;
}

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