*:not(.remove-reset) {
  list-style: none;
  text-decoration: none;
  font-family: "Barlow", "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

::placeholder {
  color: #b4b4b4;
  font-size: 15px;
}

input {
  font-size: 15px;
}

body,
html {
  width: 100%;
  background-color: white;
}

.only-banner-container {
  padding: 0!important;
  margin: 0!important;
  margin-bottom: 20px!important;
}

.only-banner {
  margin: 0!important;
}

.page-top .content {
  font-size: 14px;
}

.content {
  display: flex;
  justify-content: center;
}

.content > div {
  width: 1300px;
  margin: 20 0;
}

.content .top-items {
  margin: 5px 0;
}

.overlay-alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0,.5);
}

.overlay-alert .alert-inner {
  background: #FFF;
  box-shadow: 0 0 9px 2px rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 30px 30px;
  width: 410px;
  height: 140px;
  box-sizing: border-box;
}

.overlay-alert .alert-inner .alert {
  position: relative;
  width: 100%;
  height: auto;
}

.overlay-alert .alert-inner .alert .close {
  position: absolute;
  right: -25px;
  top: -24px;
  cursor: pointer;
  width: 10px;
  height: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: url("../img/close.svg") no-repeat;
  background-size: 100%;
}

.overlay-alert .alert-inner .alert .ico {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin: 0 auto 25px;
  border: 0;
}

.overlay-alert .alert-inner .alert .ico.warning {
  background: url("../img/alert-error.svg") no-repeat;
  color: #FF4E65;
  background-size: 100%;
}

.overlay-alert .alert-inner .alert .ico.success {
  background: url("../img/alert-success.svg") no-repeat;
  color: #0DBC4F;
  background-size: 100%;
}

.overlay-alert .alert-inner .alert .message-alert {
  font-size: 15px;
  text-align: center;
  font-weight: 600;
}

/* HEADER */
.top-items {
  height: 25px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.top-items > div > div:not(:last-child) {
  margin-right: 30px;
}

.top-items > div > div > svg {
  width: auto;
  height: 15px;
  margin-right: 5px !important;
}

.top-items > .numbers > div > * {
  margin: auto 0;
}

.top-items > .numbers > div {
  display: flex;
}

.institutional_menu_default {
  display: flex;
  padding-bottom: 2px;
}

.institutional_menu_1 {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}

.top-institutional-menu {
  display: flex;
  align-items: center;
}

.top-institutional-menu li:not(:last-child) {
  margin-right: 30px;
}

.top-institutional-menu li a:hover {
  text-decoration: underline;
}

.middle-row {
  margin: 22px 0;
  display: flex;
  position: relative;
}

.middle-row > .icons {
  margin-left: auto;
  min-height: 46px;
  align-items: center;
}

.middle-row > .logo {
  margin-right: 50px;
  display: flex;
  align-items: center;
  width: 180px;
}

.middle-row > .logo a {
  width: 180px;
}

.middle-row > .logo svg,
.middle-row > .logo img {
  max-width: 100%;
}

.middle-row .icons div:not(:last-child) {
  margin-right: 10px;
}

.middle-row .icons .button#login-button {
  position: relative;
}

.middle-row .icons .button#login-button .logged-customer.hidden {
  display: none;
}

.middle-row .icons .button#login-button .logged-customer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  padding: 15px 20px;
  min-width: 140px;
  width: fit-content;
  cursor: default;
  box-shadow: 0px 0px 15px #37373733;
  z-index: 1;
  top: 60px;
  left: -50px;
}

.middle-row .icons .button#login-button .logged-customer::before {
  content: "";
  position: absolute;
  top: -6.5px;
  border-top-left-radius: 2px;
  left: 67px;
  width: 10px;
  height: 10px;
  background-color: white;
  border-bottom: none;
  border-right: none;
  transform: rotate(45deg);
}

.middle-row .icons .button#login-button .logged-customer span {
  font-weight: 600;
  cursor: pointer;
  font-size: 15px;
}

.middle-row .icons .button#login-button .logged-customer hr {
  border: 1px solid #ebebeb;
  width: calc(100% + 40px);
  margin-bottom: 15px;
}

.middle-row .icons .button#login-button .logged-customer span:hover {
  text-decoration: underline;
}

.middle-row .icons .button#login-button .logged-customer span:not(:last-child) {
  margin-bottom: 15px;
}

.middle-row .icons .button #cart {
  padding: 2px;
  border-radius: 12px;
  width: 23px;
  height: 23px;
  text-align: center;
  margin-left: 5px;
  font-weight: 600;
  /* FIXME: números de 3 dígitos quebram */
}
/* HEADER END */

.gray-background {
  background-color: #ebebeb;
}

.top-banner {
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.conditions {
  display: flex;
  justify-content: space-between;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
}

.conditions > div {
  display: flex;
  margin: auto 0;
}

.conditions > div > svg {
  width: auto;
  height: 15px;
  margin-right: 10px !important;
  fill: #d59d55;
}

.conditions > div > * {
  display: flex;
  margin: auto 0;
}

.center {
  display: flex;
}

.button {
  height: fit-content;
  padding: 10px;
  white-space: nowrap;
  display: flex;
  position: relative;
}

.button:hover {
  cursor: pointer;
}

.button > * {
  margin: auto 0;
}

.gold > * {
  color: #d59d55;
}

.big-title {
  font-size: 20px !important;
  color: #4D5054;
  text-transform: uppercase;
  text-align: center;
  margin: auto 0;
  font-weight: normal;
}

/* FOOTER */
.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  font-size: 14px;
}

.footer-container .footer-columns {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between; 
}

.footer-container .footer-columns .footer-columns-left {
  display: flex;
  width: 100%;
}

.footer-container .footer-columns .footer-columns-right {
  display: flex;
}

.footer-container .footer-columns .footer-columns-right .footer-column-content {
  display: flex;
}

.footer-container .footer-columns .footer-columns-left .footer-column {
  min-width: 315px;
}

.footer-container .footer-columns .footer-columns-left .footer-column.call-center {
  width: 100%;
}

.footer-container .footer-columns .footer-column .numbers {
  margin-bottom: 20px;
}

.footer-container .footer-columns .footer-column .numbers svg {
  margin-right: 10px;
}

.footer-container .footer-columns .footer-column .numbers > div {
  display: flex;
  align-items: center;
}

.footer-container .footer-columns .footer-column .numbers > div:not(:last-child) {
  margin-bottom: 15px;
}

.footer-container .footer-columns .footer-column .footer-column-title {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.footer-container .footer-columns .footer-column:not(:last-child) {
  margin-right: 10px;
}

.footer-container .footer-columns .footer-column .social-icon:not(:last-child) {
  margin-right: 8px;
}

.footer-container .footer-columns .footer-column .footer-menu .menu-item {
  font-size: 14px;
}

.footer-container .footer-columns .footer-column .footer-menu .menu-item div {
  z-index: 1!important;
}

.footer-container .footer-columns .footer-column .footer-menu .menu-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer-container .seals-container {
  display: flex;
  width: 100%;
  margin-top: 10px;
  padding: 50px 0;
  border-top: 1px solid #EBEBEB;
  justify-content: center;
  align-items: center;
}

.footer-container .seals-container .content {
  flex-direction: column;
}

.footer-container .seals-container .content.content-seals {
  width: 100%; 
}

.footer-container .seals-container .content.content-seals div{
  width: 100%;
}

.footer-container .seals-container .content.content-seals .certifications-seals{
  width: 100%;
  text-align: center;
}

.footer-container .seals-container .content.content-seals .certifications-seals .seals-container{
  width: fit-content;
  display: flex;
  align-items: center;
}

.seal {
  width: fit-content;
}

.footer-container .seals-container .content > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-container .seals-container .content > div:not(:last-child) {
  margin-bottom: 20px;
}

.footer-container .seals-container .seal:not(:first-child) {
  margin-left: 20px;
}

.footer-container .copy-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 55px;
  width: 100%;
  max-width: 1300px;
}

.footer-container .copy-right .text {
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

/* FOOTER END */

.pre_footer {
  display: flex;
  fill: #d59d55;
  margin-top: 50px;
  margin-bottom: 30px;
}

.pre_footer .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}

.pre_footer > .relevant_links {
  display: flex;
  flex-direction: column;
  margin-right: 150px;
}

.pre_footer > .contact > .numbers svg {
  margin-right: 5px;
}

.pre_footer > .relevant_links > div,
.pre_footer > .contact > .numbers > div,
.pre_footer > .newsletter > div {
  margin-bottom: 10px;
}

.pre_footer > .contact > .numbers > div {
  display: flex;
  align-items: center;
}

.pre_footer > .contact > .numbers > div svg {
  margin-top: 3px;
}

.pre_footer > .contact > .office_hours span {
  color: #d59d55;
  font-weight: 600;
}

.pre_footer > .newsletter {
  width: 450px;
  margin-left: auto;
}

.pre_footer > .newsletter > .field {
  display: flex;
}

.pre_footer,
.pre_footer > .newsletter > .field > input,
.pre_footer > .newsletter > .field > input::placeholder {
  font-size: 18px !important;
}

.pre_footer > .newsletter > .field > .input {
  border: 2px solid #373737;
  margin-right: 10px;
  flex: 1;
  text-indent: 20px;
  padding-right: 20px;
}

.pre_footer > .newsletter > .field > .sign {
  background-color: #373737;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 14px 40px;
  cursor: pointer;
}

.pre_footer > .newsletter > div:nth-child(-n + 2) {
  text-align: center;
}

.pre_footer > .newsletter > .social_networks {
  display: flex;
  font-size: 15px;
  font-weight: 700;
}

.pre_footer > .newsletter > .social_networks > *:not(:last-child) {
  margin-right: 10px;
}

.pre_footer > .newsletter > .field,
.pre_footer > .contact > .numbers {
  margin-bottom: 20px;
}

#footer {
  bottom: 0;
  padding: 30px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#footer > div:not(:last-child) {
  margin-bottom: 20px;
}

#footer > #logos {
  display: flex;
}

#footer > #logos > div {
  margin: auto 0;
}

#footer > #logos > div:not(:last-child) {
  margin-right: 30px;
}

#footer > b {
  font-weight: 600;
}

.arrows {
  display: flex;
  justify-content: space-between;
  padding-left: 10px!important;
  margin: 0 !important;
}

.arrows >div.hidden {
  display: none !important;
}

.arrows > div:first-child,
.arrows > div:last-child {
  background-color: rgb(213, 157, 85);
  opacity: 0.5;
  padding: 15px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.align-arrows {
  position: absolute;
  top: 48%;
  z-index: 1;
}

.small-showcase .align-arrows {
  top: 45%;
}

.content-arrows-main{
  margin: 0 15px;
  width: calc(100% - 30px);
}

.arrows > div:hover {
  background-color: rgb(213, 157, 85);
  opacity: 1;
}

.arrows > div:first-child {
  left: 0;
}

.arrows > div:last-child {
  right: 0;
}

.product_card {
  display: flex;
  flex-direction: column;
  padding: 10px;
  transition: 0.2s;
  text-align: center;
  width: fit-content;
  position: relative;
}

.product_card > div {
  width: 300px;
}

.product_card:hover {
  box-shadow: 0px 0px 15px #37373733;
}

.product_card > div:not(:last-child) {
  margin-bottom: 5px;
}

.product_card .product_card_image {
  width: 300px;
  height: 350px;
  margin-bottom: 10px !important;
}

.product_card .product-without-stock .product_card_image {
  opacity: 0.6;
}

.product_card .product_card_image .tag-container {
  position: absolute;
  max-width: 25%;
  left: 0;
  padding: 5px 0;
  margin-top: 7px;
  margin-left: 15px;
}
.product_card .product_card_image .tag-inner {
  max-width: 100%;
}

.product_card .product_card_image .tag-inner img {
  max-width: 100%;
  margin-bottom: 7px;
}

.product_card .product_card_image .product_card_image_container {
  background-color: #fff;
}

.product_card .product_card_image .product_card_image_container > img {
  width: 300px;
  height: 350px;
  object-fit: contain;
}

.product_card  .product_card_title {
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 10px;
}

.product_card  .title-no-stock {
  margin-top: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #000;
}

.product_card .price-container .product-without-stock {
  margin-top: 30px;
}

.product_card .price-container .product-without-stock span {
  font-weight: bold;
  font-size: 20px;
}

.product_card .product_card_previous_price {
  font-size: 14px;
  height: 17px;
  text-decoration: line-through;
  margin-top: 6px;
}

.product_card .current_price_container {
  margin-top: 6px;
}

.product_card .current_price_container span {
  vertical-align: middle;
}

.product_card .current_price_container .current_value {
  font-size: 20px;
  font-weight: 600;
}

.product_card .current_price_container > .discount_value {
  font-size: 13px;
  font-weight: 500;
  padding: 2px 5px;
  color: #fff;
  background-color: #c25451;
  margin-left: 5px;
}

.product_card .product_card_installments {
  margin-top: 5px;
  font-size: 16px;
}

.pagination {
  display: flex;
  flex-direction: column;
}

.pagination > div {
  margin: 0 auto;
  align-items: center;
}

.pagination .pagination_label {
  margin-bottom: 10px;
}

.pagination .pages {
  font-weight: 700;
  display: flex;
  flex-direction: row;
}

.pagination .pages .page_button {
  width: 30px;
  height: 30px;
  border-radius: 1px;
  text-align: center;
  border: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 23px;
}

.pagination .pages .page_button.color-pagination-selected-border {
  border-color: #d59d55;
}

.pagination .pages .page_button span.color-pagination-selected-bg {
  background: #FFFFFF;
}

.pagination .pages .page_button span.color-pagination-selected-text {
  color: #d59d55;
}

.pagination .pages .page_button.color-pagination-border {
  border-color: #09090A;
}

.pagination .pages .page_button span.color-pagination-bg {
  background: #FFFFFF;
}

.pagination .pages .page_button span.color-pagination-text {
  color: #09090A;
}

.pagination .pages .pagination_nav_button {
  fill: #d59d55;
  padding: 5px;
}

.pagination .pages .pagination_nav_button > svg {
  height: 13px;
}

.pagination .pages .pagination_nav_button.disabled {
  fill: #ebebeb;
}

.pagination .pages > *:not(:last-child) {
  margin-right: 5px;
}

.breadcrumb {
  width: 100%;
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px !important;
  font-size: 13px;
  text-transform: uppercase;
}

.breadcrumb .icon-home {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #d59d55;
  background-position: center;
  background-size: 100% 100%;
  mask-image: url('../img/home.svg');
  mask-size: cover;
  -webkit-mask-image: url('../img/home.svg');
  -webkit-mask-size: cover;
}

.breadcrumb a:not(:first-child):not(:last-child) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb > *:not(:last-child) {
  color: #4d5054;
}

.breadcrumb > *:not(:first-child):before {
  content: "";
  width: 5px;
  height: 9px;
  display: inline-block;
  margin: 0 10px;
  -webkit-mask-image: url("../img/chevron-right.svg");
  -webkit-mask-size: cover;
  mask-image: url("../img/chevron-right.svg");
  mask-size: cover;
  background-color: #b4b4b4;
}

.breadcrumb > *:last-child {
  font-weight: 600;
  width: 50%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.breadcrumb .home > svg {
  fill: #d59d55;
}

.radio-button-container {
  display: flex;
  cursor: pointer;
}

.radio-button-container .radio-button {
  margin-right: 10px;
}

.radio-button {
  cursor: pointer;
  display: inline-block;
}

.radio-button input[type='radio'] {
  display: none;
}

.radio-button input[type='radio'] + span {
  border: 1px solid #909090;
  border-radius: 100%;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.radio-button input[type='radio']:checked + span::after {
  content: '';
  width: 12px;
  height: 12px;
  background: #000000;
  display: block;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
}

.checkbox-container {
  display: flex;
  cursor: pointer;
}

.checkbox-container .checkbox {
  margin-right: 10px;
}

.checkbox input[type='checkbox'] {
  display: none;
}

.checkbox input[type='checkbox'] + span {
  border: 1px solid #909090;
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
}

.checkbox input[type='checkbox']:checked + span::after {
  content: '';
  width: 10px;
  height: 7px;
  background: url("../img/check.svg");
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
}

.form-input,
.form-select select {
  width: 100%;
  border: 1px solid #C7C7C7;
  height: 46px;
  padding: 10px;
  border-radius: 3px;
  background: #FFFFFF;
  font-size: 15px;
  position: relative;
}

.form-select {
  position: relative;
}

.form-select select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-select select.opt::-ms-expand {
  display: none;
}

.form-select::after {
  content: "";
  background-image: url("../img/chevron-down.svg");
  background-position: center center;
  background-size: 100% 100%;
  width: 9px;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 13px;
}

.result-delivery-methods-container {
  margin-top: 15px;
}

.result-delivery-methods-container .shipping-method:not(:first-child) {
  margin-top: 10px;
}

.result-delivery-methods-container .shipping-method {
  width: 100%;
  border: 2px solid #F0F0F0;
  border-radius: 3px;
  padding: 20px 25px;
  display: block;
  cursor: pointer;
}

.result-delivery-methods-container .shipping-method.selected {
  border-color: #000000;
}

.result-delivery-methods-container .shipping-method .shipping-text-name {
  font-size: 13px;
  position: relative;
  top: -3px;
}

.result-delivery-methods-container .shipping-method .shipping-text-name .price.free {
  color: #00C67E;
}

.result-delivery-methods-container .shipping-method.selected .shipping-risk {
  display: flex;
}

.shipping-risk {
  margin-top: 20px;
  font-size: 13px;
  display: none;
}

.shipping-risk .attention {
  color: #EF4C4C;
  margin-right: 5px;
}

.shipping-pickup #delivery_pickup_area {
  flex-basis: 100%;
  margin-top: 15px;
  margin-left: 35px;
  display: none;
}

.shipping-pickup.selected #delivery_pickup_area {
  display: inline-block;
}

.shipping-pickup #delivery_pickup_area label {
  display: flex;
  align-items: center;
}

.shipping-pickup #delivery_pickup_area label + label {
  margin-top: 10px;
}

.shipping-pickup #delivery_pickup_area .shipping-method-store-information > div{
  display: inline-block;
  cursor: pointer;
}

@-webkit-keyframes fade-background {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.6;
  }
}

/* SCROLLBAR */

.scrollbar ::-webkit-scrollbar {
  width: 10px;
}

.scrollbar ::-webkit-scrollbar-track {
  background: transparent;
}

.scrollbar ::-webkit-scrollbar-thumb {
  background: #4D5054;
  border-radius: 9px;
  border: 3px solid #FFF;
}

.scrollbar ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.hidden {
  display: none !important;
}

.v-hidden {
  visibility: hidden !important;
  opacity: 0 !important;
}

/* INPUT COM LABEL */
.input-group > div:not(.row):not(:last-child) {
  margin-bottom: 20px;
}

.input-group .input-with-label,
.input-group div:not(.input-with-label) textarea {
  position: relative;
  width: 100%;
  flex: 1;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  padding: 10px 10px 0;
}

.input-group .input-with-label:not(.input-with-msg),
.input-group div:not(.input-with-label) textarea {
  overflow: hidden;
}

.input-group .input-with-label:not(.form-textarea) {
  height: 46px;
}

.input-group .form-textarea {
  height: unset;
}

.input-group .form-textarea textarea {
  resize: unset;
}

.input-group .input-with-label .search-zipcode {
  margin-left: 20px;
  color: #3292FF;
  font-size: 13px;
  text-decoration: underline;
  width: 143px;
  position: relative;
  top: -5px;
}

.input-group .input-with-label textarea {
  margin-top: 15px;
}

.input-group .input-with-label span:nth-child(2) {
  position: absolute;
  top: 13px;
  left: 10px;
  font-size: 15px;
  transition: 0.3s;
  pointer-events: none;
  color: #909090;
}

.input-group .input-with-label input:focus + span,
.input-group .input-with-label input:disabled + span,
.input-group .input-with-label input:valid + span,
.input-group .input-with-label textarea:focus + span,
.input-group .input-with-label textarea:disabled + span,
.input-group .input-with-label textarea:valid + span {
  font-size: 11px;
  top: 5px;
}

.input-group .input-with-label input,
.input-group .input-with-label textarea {
  height: 34px;
  width: 100%;
  background-color: transparent;
}



.input-group .input-with-label.disabled,
.input-group .form-textarea.disabled {
  border: unset;
  background-color: #f0f0f0;
}

.input-with-msg {
  position: relative;
}

.input-with-msg.show-msg {
  border-color: #F00;
}

.input-with-msg legend {
  position: absolute;
  bottom: -15px;
  left: 0;
  font-size: 12px;
  color: #F00;
  display: none;
}

.input-with-msg.show-msg legend {
  display: block;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row .col {
  display: flex;
  flex: 0 calc(50% - 10px);
  justify-content: space-between;
  align-items: center;
}

.row > div {
  margin-bottom: 20px;
}

.row:last-child {
  margin-bottom: -20px;
}

/* LOADER */
.spinner-tags,
.spinner {
  margin: 10px auto 0;
  text-align: center;
}

.spinner-container .spinner-tags,
.spinner-container.spinner {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 3;
  margin: 0;
  background: rgba(181, 176, 176, 0.3);
}

.spinner {
  margin: 10px auto 0;
  text-align: center;
}

.spinner-tags > div,
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-tags .bounce1,
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner-tags .bounce2,
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin: 0 5px;
}

@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
}

/* MODAL */
.modal-default {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  opacity: 1;
  transition: 0.3s;
}

.modal-default.hide {
  z-index: -100;
  opacity: 0;
}

.modal-default .modal-container {
  display: flex;
  text-align: center;
  flex-direction: column;
  position: relative;
  padding: 10px;
  background-color: white;
  border-radius: 1px;
}

.modal-default .modal-container > .times {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.modal-default .modal-container > .times:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #000000;
  transform: rotate(45deg);
}

.modal-default .modal-container > .times:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #000000;
  transform: rotate(-45deg);
}

.modal-default .modal-container > .title {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.top-bar .icons-top .cart .empty-cart .title span {
  padding: 0 15px !important;
  text-align: center !important;
}

.cart-content .empty-text {
  padding: 0 15px;
}