/*** START - Custom Ly 2026-01-09 ***/
/* Tema: 5 - v1.16.1 - https://mullerdisel.wdna.me */

/* INTER */
@font-face {
  font-family: 'Inter';
  src: local("Inter-Regular"),
    url("https://salescdn.net/static/fonts/inter/inter-regular.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/inter/inter-regular.woff") format("woff"),
    url("https://salescdn.net/static/fonts/inter/inter-regular.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/inter/inter-regular.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'Inter';
  src: local("Inter-Medium"), url("https://salescdn.net/static/fonts/inter/inter-medium.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/inter/inter-medium.woff") format("woff"),
    url("https://salescdn.net/static/fonts/inter/inter-medium.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/inter/inter-medium.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Inter';
  src: local("Inter-SemiBold"), url("https://salescdn.net/static/fonts/inter/inter-semibold.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/inter/inter-semibold.woff") format("woff"),
    url("https://salescdn.net/static/fonts/inter/inter-semibold.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/inter/inter-semibold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Inter';
  src: local("Inter-Bold"), url("https://salescdn.net/static/fonts/inter/inter-bold.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/inter/inter-bold.woff") format("woff"),
    url("https://salescdn.net/static/fonts/inter/inter-bold.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/inter/inter-bold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: bold;
  font-style: normal
}

@font-face {
  font-family: 'Inter';
  src: local("Inter-ExtraBold"), url("https://salescdn.net/static/fonts/inter/inter-extrabold.woff2") format("woff2"),
    url("https://salescdn.net/static/fonts/inter/inter-extrabold.woff") format("woff"),
    url("https://salescdn.net/static/fonts/inter/inter-extrabold.ttf") format("truetype"),
    url("https://salescdn.net/static/fonts/inter/inter-extrabold.eot?#iefix") format("embedded-opentype");
  unicode-range: U+000-5FF;
  font-display: swap;
  font-weight: 800;
  font-style: normal
}

/* Primary: #ED1A21 */
/* Primary-hover: #CA151B */


/** Start - GRID  **/
@media (min-width: 1520px) {

  .container-xxxl,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1400px;
  }
}

@media (max-width: 1519px) {

  .col-xxxl-12,
  .col-xxxl-11,
  .col-xxxl-10,
  .col-xxxl-9,
  .col-xxxl-8,
  .col-xxxl-7,
  .col-xxxl-6,
  .col-xxxl-5,
  .col-xxxl-4,
  .col-xxxl-3,
  .col-xxxl-2,
  .col-xxl-1,
  .col-xxxl-auto {
    -ms-flex: none;
    flex: none;
  }

  .col-xxxl-12 {
    width: 100%;
  }

  .col-xxxl-11 {
    width: 91.66666667%;
  }

  .col-xxl-10 {
    width: 83.33333333%;
  }

  .col-xxxl-9 {
    width: 75%;
  }

  .col-xxxl-8 {
    width: 66.66666667%;
  }

  .col-xxxl-7 {
    width: 58.33333333%;
  }

  .col-xxxl-6 {
    width: 50%;
  }

  .col-xxxl-5 {
    width: 41.66666667%;
  }

  .col-xxxl-4 {
    width: 33.33333333%;
  }

  .col-xxxl-3 {
    width: 25%;
  }

  .col-xxxl-2 {
    width: 16.66666667%;
  }

  .col-xxl-1 {
    width: 8.33333333%;
  }

  .col-xxxl-auto {
    width: auto;
  }

  .hide-xxxl {
    display: none !important;
  }

  .show-xxxl {
    display: block !important;
  }
}

/** END - GRID  **/


/* Input Error */
.btn {
  background-color: #ED1A21;
}

.btn:focus,
.btn:hover {
  background-color: #CA151B;
}

.card {
  border-radius: 4px;
  border: 1px solid #eee;
}

.cookie-notification-button {
  font-size: 10px !important;
  font-weight: 500;
}

.has-error .form-input-hint,
.is-error+.form-input-hint {
  color: #e85600
}

/*.home-main { background-color: #ffffff; }*/
.label {
  color: #333;
}

.loading:after {
  border-bottom-color: rgba(253, 152, 034, 0.6);
  border-left-color: rgba(253, 152, 034, 0.8);
}

.notfound-btn {
  background-color: #ED1A21;
  border-radius: 4px;
}

.notfound-btn:focus,
.notfound-btn:hover {
  background-color: #CA151B;
}

.notfound-text {
  color: #000000;
}

.sidenav-overlay.loading:after {
  border-bottom-color: rgba(253, 152, 034, 0.6);
  border-left-color: rgba(253, 152, 034, 0.8);
}

.home-main {
  background-color: #ffffff;
}

html {
  background-color: #ffffff;
  color: #000000;
}

html {
  font-family: 'Inter', sans-serif;
}

.header {
  font-family: "Inter", sans-serif;
}

.nav-main_link {
  font-family: "Inter", sans-serif;
}

.showcase-offer {
  font-family: "Inter", sans-serif;
}


/** Start - Header  **/
.account_link {
  color: #ED1A21;
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  text-transform: none;
}

.account_link.account_link__logout {
  font-weight: 500;
  text-decoration: underline;
}

.account_link.account_link__order {
  color: #A5AABE;
  font-weight: 500;
}

.cart_quantity {
  background-color: #ED1A21;
  color: #ffffff;
  font-weight: bold;
}

.header .header-content .navbar {
  background-color: #ffffff;
}

.header .header-top-content .navbar {
  background-color: #FFF2F2;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
}

.header-cart_text b {
  margin-left: 4px;
}

.header-cart_text {
  align-items: center;
  background-color: #F74F4F;
  border-radius: 4px;
  color: #FFFFFF;
  display: flex;
  font-size: 14px;
  height: 33px;
  justify-content: center;
  line-height: 16px;
  margin-left: 10px;
  min-width: 84px;
  padding: 2px 6px;
}

.header-link .icon_cart {
  height: 20px;
  width: 20px;
}

.header-link .icon_user {
  fill: transparent;
  height: 17px;
  margin-bottom: 0px;
  margin-top: 0;
  width: 14px;
}

.header-link .icon_user {
  margin-top: 0;
}

.header-link svg {
  fill: #ED1A21;
}

.header-link.header-link_cart svg {
  fill: transparent;
}

.header-link.header-link_cart {
  padding: 0;
}

.header-link_account {
  margin-left: 0;
}

.header-link_account {
  width: 194px;
}

.header-link_menu__mobile .icon-bar {
  background-color: #ED1A21;
}

.header-link_menu__mobile.active .icon-bar {
  background-color: #ED1A21;
}

.header-top-content {
  background-color: #FFF2F2;
}

.nav-content {
  background-color: #ED1A21;
  color: #ffffff;
}

.nav-main {
  justify-content: flex-start;
}

.nav-main_content li {
  text-transform: none;
}

.nav-main_link svg {
  fill: #ffffff;
}

.nav-main_link {
  color: #ffffff;
  fill: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-transform: none;
}

.nav-main_link:focus,
.nav-main_link:hover {
  color: #fff4e7;
  fill: #fff4e7;
}

.search .btn {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  fill: #090e1d;
}

.search .form-input {
  color: #333333;
}

.search .form-input::placeholder {
  color: #333333;
}

.search svg {
  fill: #ED1A21;
}

.search-desktop .btn span {
  margin-left: 8px;
}

.search-desktop .btn svg {
  height: 14px;
  width: 14px;
}

.search-desktop .btn {
  align-items: center;
  background-color: #ED1A21;
  border: none !important;
  border-radius: 4px;
  box-shadow: none !important;
  color: #ffffff;
  display: flex;
  fill: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  line-height: 14px;
  padding: 2px 8px;
  right: 6px;
  width: 115px;
  z-index: 2;
}

.search-desktop .btn:focus,
.search-desktop .btn:hover {
  fill: #504a4a;
}

.search-desktop .form-input {
  background-color: #FFFFFF;
  border-color: #A5AABE;
  border-radius: 4px !important;
  color: #C9BDBC;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  letter-spacing: 0;
  padding: 8px calc(8px + 116px + 8px) 8px 20px;
  text-transform: none !important;
}

.search-desktop .form-input::placeholder {
  color: #C9BDBC;
  font-size: 14px;
  text-transform: none !important;
  font-weight: 500;
}

.search-desktop {
  max-width: 100%;
  width: 752px;
}

.search_link .icon-bar:first-child {
  border: 2px solid #ED1A21;
}

.search_link .icon-bar:last-child {
  background-color: #ED1A21;
}

.search_link.active .icon-bar:first-child {
  background-color: #ED1A21;
}

.sidebar-nav .metismenu .has-arrow::after {
  color: #010101;
}

.sidebar-nav .nav-mobile .nav-mobile_link a {
  color: #363843;
  fill: #363843;
  text-transform: none;
}

.sidebar-nav .nav-mobile .nav-mobile_link a:active,
.sidebar-nav .nav-mobile .nav-mobile_link a:focus,
.sidebar-nav .nav-mobile .nav-mobile_link a:hover {
  color: #181f39;
  fill: #181f39;
}

.sidebar-nav .nav-mobile>li>.nav-mobile_link:before {
  background-color: #f2f2f2;
}

.sidebar-nav .nav-mobile ul {
  background-color: #f2f2f2;
}

.sidebar-nav .sidebar-nav-content {
  background-color: #f2f2f2;
}

.sidebar-nav .sidebar-nav-header {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.sidebar-nav {
  background-color: #f2f2f2;
}

.top-box_info {
  color: #363843;
  font-size: 15px;
  line-height: 17px;
}

.top-icon_order svg {
  height: 16px;
  width: 16px;
}

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

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

.top-list a {
  color: #ED1A21;
}

.top-list {
  color: #ED1A21;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.top-text {
  margin-left: 6px;
}

@media (min-width: 992px) {
  .header .header-content .navbar {
    height: 100px;
  }

  .header .header-content .navbar-center {
    max-width: calc(100% - (220px + 370px));
    padding-left: 30px;
    padding-right: 30px;
  }

  .header .header-content .navbar-section:first-child {
    max-width: 220px;
  }

  .header .header-content .navbar-section:last-child {
    max-width: 370px;
  }

  .header .header-top-content .navbar {
    height: 42px;
  }

  .header .header-top-content .navbar-section:first-child {
    max-width: calc(100% - 370px);
  }

  .header .header-top-content .navbar-section:last-child {
    max-width: 370px;
  }

  .header-link.header-link_cart {
    margin-left: 40px;
  }

  .logo img {
    max-height: calc(88px - (8px * 2));
  }

  .nav-main_item {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-main_item:before {
    background-color: #fdb25b;
    bottom: 0;
    content: '';
    display: none;
    height: 15px;
    left: 0;
    margin: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px;
  }

  .nav-main_item:first-child {
    margin-left: 0;
  }

  .nav-main_item:first-child:before {
    display: none;
  }

  .nav-main_item:last-child {
    margin-right: 0;
  }

  .nav-main_item__all .icon-nav-first {
    height: 12px;
    margin-left: 2px;
    margin-right: 12px;
    margin-top: 1px;
    width: 16px;
  }

  .nav-main_item__all .nav-main_link {
    padding-right: 26px;
  }

  .nav-main_link {
    padding-left: 38px;
    padding-right: 38px;
  }

  .nav-main_content li {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-main>.nav-main_item:last-child .nav-main_content__children {
    left: auto;
    right: calc(100% - 10px);
    top: 20px;
  }

  .nav-main>.nav-main_item:last-child>.nav-main_content {
    left: auto;
    right: 0;
  }

  .header-link.header-link_cart {
    align-items: center;
    display: flex;
  }

  .header-link_account {
    align-items: center;
    display: flex;
  }

  .nav-main {
    height: 44px;
  }

  .nav-main_link {
    padding-bottom: calc((44px - 30px) / 2);
    padding-top: calc((44px - 30px) / 2);
  }

  .nav-main_item.nav-main_item__all:after {
    background-color: #F36166;
    bottom: 0;
    content: '';
    display: table;
    height: calc(100% - (4px * 2));
    left: auto;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
}

@media (min-width: 1400px) and (max-width: 1519px) {
  .nav-main_link {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .nav-main_link {
    font-size: 13px;
  }

  .nav-main_item__all .nav-main_link {
    padding-right: 16px;
  }

  .nav-main_link {
    padding-left: 22px;
    padding-right: 22px;
  }

  .nav-main_item__all .icon-nav-first {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media (max-width: 1199px) {
  .top-box_info {
    font-size: 13px;
    line-height: 15px;
  }

  .header-cart_text {
    font-size: 12px;
    height: 30px;
    line-height: 14px;
    margin-left: 8px;
    min-width: 76px;
    padding: 2px 4px;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-content .navbar-center {
    max-width: calc(100% - (200px + 300px));
    padding-left: 20px;
    padding-right: 20px;
  }

  .header .header-content .navbar-section:first-child {
    max-width: 200px;
  }

  .header .header-content .navbar-section:last-child {
    max-width: 300px;
  }

  .header .header-top-content .navbar-section:first-child {
    max-width: calc(100% - 140px);
  }

  .header .header-top-content .navbar-section:last-child {
    max-width: 140px;
  }

  .account_link {
    font-size: 12px;
    line-height: 13px;
  }

  .header-link.header-link_cart {
    margin-left: 24px;
  }

  .header-link_account {
    width: 170px;
  }

  .search-desktop .form-input {
    font-size: 12px;
    height: 42px;
    padding: 8px calc(8px + 100px + 4px) 8px 16px;
  }

  .search-desktop .form-input::placeholder {
    font-size: 12px;
  }

  .search-desktop .btn span {
    margin-left: 6px;
  }

  .search-desktop .btn {
    font-size: 11px;
    height: 32px;
    line-height: 13px;
    padding: 2px 8px;
    right: 4px;
    width: 100px;
  }

  /*.nav-main_item { margin-left: 0; margin-right: 0; }*/
  /*.nav-main_item__all .nav-main_link { padding-right: 20px; }*/
  .nav-main_link {
    font-size: 11px;
  }

  .nav-main_link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-main_item__all .icon-nav-first {
    margin-left: 0;
    margin-right: 8px;
  }
}

@media (max-width: 991px) {

  /*.header .header-content .navbar { height: 80px; }*/
  .header .header-content .navbar-section:first-child {
    max-width: 200px;
  }

  .header .header-content .navbar-section:last-child {
    max-width: calc(100% - (200px + 30px));
  }

  .header-top-content {
    display: none;
  }

  .header-link.header-link_cart {
    align-items: center;
    display: flex;
  }

  .header-link.header-link_cart {
    margin-left: 0;
    margin-right: 10px;
  }

  .header .navbar {
    height: 80px;
  }

  .logo img {
    max-height: calc(80px - (8px * 2));
  }

  .sidebar-nav .nav-mobile .nav-mobile_link {
    font-weight: 500;
  }

  .sidebar-nav {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .header .header-content .navbar-section:first-child {
    max-width: 160px;
  }

  .header .header-content .navbar-section:last-child {
    max-width: calc(100% - (160px + 20px));
    width: auto;
  }
}

@media (max-width: 413px) {
  .header-cart_text {
    display: none;
  }
}

/** End - Header  **/

/** Start - Footer newsletter **/
.footer-box.footer-box_newsletter {
  margin: calc((92px - 48px) / 2) 0;
}

.footer-content_newsletter {
  background: #ED1A21;
  color: #ffffff;
}

.newsletter .btn svg {
  margin-right: 8px;
}

.newsletter .btn {
  align-items: center;
  background-color: #ED1A21;
  border-radius: 6px;
  bottom: 0;
  color: #FFF2F2;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  height: 36px;
  justify-content: center;
  left: auto;
  line-height: 14px;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
  width: 115px;
}

.newsletter .form-input {
  background-color: #FFFFFF;
  border-radius: 4px !important;
  border: none !important;
  color: #C9BDBC;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 16px;
  padding: 2px calc(115px + 8px + 8px) 2px 18px;
}

.newsletter .input-group {
  max-width: 464px;
  position: relative;
  width: 100%;
}

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

.newsletter-title b {
  font-weight: 800;
}

.newsletter-title svg {
  margin-right: 15px;
}

.newsletter-title {
  align-items: center;
  display: flex;
}

.newsletter-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media (min-width: 1400px) {}

@media (min-width: 992px) {
  .newsletter-title {
    margin-right: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {
  .newsletter {
    flex-wrap: wrap;
  }

  .newsletter-title {
    margin-bottom: 8px;
  }

  .newsletter-title svg {
    display: none;
  }
}

/** End - Footer newsletter  **/

/** Start - Footer  **/
.footer .footer-content_main {
  padding-top: 96px;
}

.footer .footer-content_second .container {
  padding-bottom: 21px;
  padding-top: 21px;
}

.footer a {
  color: #646981;
}

.footer a:focus,
.footer a:hover {
  color: #444756;
}

.footer {
  background-color: #ffffff;
  color: #646981;
}

.footer-box.footer-box_contact {
  margin-bottom: 90px;
}

.footer-box.footer-box_store {
  margin-bottom: 24px;
}

.footer-contact_box {
  align-items: center;
  display: flex;
  justify-content: center;
}

.footer-contact_icon {
  margin-right: 20px;
}

.footer-contact_item {
  align-items: center;
  border-radius: 10px;
  border: 1px solid #FFC0C0;
  display: flex;
  justify-content: space-between;
  min-height: 105px;
  padding: 20px 32px;
  width: 100%;
}

.footer-contact_list {
  display: flex;
  justify-content: space-between;
}

.footer-contact_text b a {
  color: #0B0226;
}

.footer-contact_text b span {
  font-weight: normal;
}

.footer-contact_text b {
  color: #0B0226;
  font-size: 16px;
}

.footer-contact_text {
  color: #A2A7C2;
  font-size: 14px;
  line-height: 16px;
  padding-top: 6px;
}

.footer-contact_title a {
  color: #ED1A21;
}

.footer-contact_title {
  color: #ED1A21;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}

.footer-content_info .footer-box {
  margin-bottom: 40px;
  margin-top: 40px;
}

.footer-content_info .footer_title {
  color: #363843;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 12px;
}

.footer-content_second .footer-box {
  margin-bottom: 0;
}

.footer-content_second {
  background-color: #FFF2F2;
  color: #C78B8B;
  font-size: 12px;
  line-height: 14px;
}

.footer-div-footer {
  border-top: 1px solid #E9EFF7;
}

.footer-page_item {
  font-size: 16px;
  font-size: initial;
  line-height: initial;
  padding: 16px 0;
}

.footer-page_item:first-child {
  padding-top: 0;
}

.footer-page_item:last-child {
  padding-bottom: 0;
}

.footer-page_link {
  display: table;
  font-size: 16px;
  line-height: 18px;
}

.footer-payment_item {
  align-items: center;
  border-radius: 0;
  border: none;
  display: flex;
  height: initial;
  margin: 6px 13px;
  padding: 0;
  width: auto;
}

.footer-payment_list {
  margin-left: -13px;
  margin-right: -13px;
}

.footer-service_item b {
  font-weight: 600;
}

.footer-service_item p {
  padding-bottom: 4px;
}

.footer-service_item {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 24px;
}

.footer-service_item:last-child {
  margin-bottom: 0;
}

.footer-social {
  margin-left: -14px;
}

.footer-social_item {
  margin: 6px 14px;
}

.footer-stamp_item svg {
  max-height: none;
  max-width: none;
}

.footer-stamp_item {
  margin: 6px 24px;
}

.footer-stamp_list {
  margin-left: -24px;
  margin-right: -24px;
}

.footer-title_social {
  color: #363843;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 18px;
}

.footer_title {
  color: #363843;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 28px;
}

.logo-platform {
  color: #363843;
  font-size: 13px;
  line-height: 15px;
}

.logo-wdna svg {
  max-height: 35px;
  max-width: 112px;
}

.social-icons__link img,
.social-icons__link svg {
  max-height: 24px;
  max-width: 24px;
}

.social-icons__link svg {
  fill: #ED1B23;
}

.social-icons__link {
  background-color: #FFF2F2;
  border-radius: 4px;
  border: 0;
  height: 48px;
  padding: 10px;
  width: 48px;
}

.social-icons__link:focus svg,
.social-icons__link:hover svg {
  fill: #ED1B23;
}

.social-icons__link:focus,
.social-icons__link:hover {
  background-color: #E6D9D9;
}

@media (min-width: 992px) {
  .footer-contact_item {
    max-width: calc((100% - (18px * 2)) / 3);
  }

  .footer-content_main>.container>.columns>.column:nth-child(5) .footer-box {
    display: table;
    float: right;
    max-width: 260px;
    width: 100%;
  }
}

@media (min-width: 1400px) and (max-width: 1519px) {
  .footer-contact_text b {
    font-size: 14px;
  }

  .footer-contact_text {
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
  }

  .footer-contact_title {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .footer-contact_icon {
    margin-right: 10px;
  }

  .footer-contact_item {
    padding: 16px 24px;
  }

  .footer-contact_text b {
    font-size: 14px;
  }

  .footer-contact_text {
    font-size: 12px;
    line-height: 14px;
    padding-top: 4px;
  }

  .footer-contact_title {
    font-size: 16px;
    line-height: 18px;
  }

  .footer-social {
    margin-left: -8px;
  }

  .footer-social_item {
    margin: 6px 8px;
  }
}

@media (max-width: 1199px) {
  .footer-content_info .footer_title {
    font-size: 10px;
    line-height: 12px;
    margin-bottom: 8px;
  }

  .footer-content_second {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-page_item {
    font-size: 12px;
    padding: 10px 0;
  }

  .footer-page_link {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-payment_item {
    margin: 4px 8px;
  }

  .footer-payment_list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer-service_item {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  .footer-social {
    margin-left: -8px;
  }

  .footer-social_item {
    margin: 4px 8px;
  }

  .footer-stamp_item {
    margin: 4px 8px;
  }

  .footer-stamp_list {
    margin-left: -8px;
    margin-right: -8px;
  }

  .footer-title_social {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 14px;
  }

  .footer_title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }

  .logo-footer {
    display: flex;
    max-height: 76px;
  }

  .social-icons__link img,
  .social-icons__link svg {
    max-height: 20px;
    max-width: 20px;
  }

  .social-icons__link {
    height: 40px;
    padding: 8px;
    width: 40px;
  }



}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer-contact_icon-next {
    display: none;
  }

  .footer-contact_item {
    justify-content: center;
  }

  .footer-content_main>.container>.columns>.column:nth-child(3) .footer-box {
    display: table;
    float: right;
    max-width: 180px;
    width: 100%;
  }

  .footer-content_main>.container>.columns>.column:nth-child(4) .footer-box {
    display: table;
    float: right;
    max-width: 190px;
    width: 100%;
  }

  .footer-contact_icon {
    margin-right: 8px;
  }

  .footer-contact_item {
    min-height: 85px;
    padding: 16px 20px;
  }

  .footer-contact_text b {
    font-size: 12px;
  }

  .footer-contact_text {
    font-size: 10px;
    line-height: 12px;
    padding-top: 2px;
  }

  .footer-contact_title {
    font-size: 14px;
    line-height: 16px;
  }
}

@media (max-width: 991px) {
  .footer .footer-content_main {
    padding-top: 40px;
  }

  .footer-box {
    margin-bottom: 60px;
  }

  .footer-box.footer-box_contact {
    margin-bottom: 50px;
  }

  .footer-contact_item {
    margin: 10px 0;
  }

  .footer-contact_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
  }

  .footer-content_info .footer-box {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .footer-div-footer {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer-contact_icon {
    margin-right: 8px;
  }

  .footer-contact_item {
    min-height: 85px;
    padding: 16px 20px;
  }

  .footer-contact_text b {
    font-size: 12px;
  }

  .footer-contact_text {
    font-size: 10px;
    line-height: 12px;
    padding-top: 2px;
  }

  .footer-contact_title {
    font-size: 14px;
    line-height: 16px;
  }

  .footer-contact_icon-next {
    display: none;
  }

  .footer-contact_item {
    justify-content: center;
  }

  .footer-box.footer-box_store {
    display: none;
  }
}

/** End - Footer  **/

/** Start - Banner Custom  **/
.banner-custom-content {
  background-color: #FFF2F2;
  color: #0B0226;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}

.banner-custom_icon {
  display: flex;
  margin-right: 8px;
}

.banner-custom_item {
  float: left;
}

.banner-custom_item__box {
  align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  min-height: 65px;
  padding: 13px 16px;
  width: 100%;
}

.banner-custom_text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-top: 2px;
}

.banner-custom_title {
  color: #ED1A21;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .banner-custom_list {
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .banner-custom_item {
    width: calc((100% - (16px * 3))/ 4);
    position: relative;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .banner-custom_text {
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
  }

  .banner-custom_title {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 1199px) {
  .banner-custom_text {
    font-size: 10px;
    line-height: 12px;
    padding-top: 1px;
  }

  .banner-custom_title {
    font-size: 13px;
    line-height: 15px;
  }

  .banner-custom_icon__1 {
    height: 27px;
    width: 27px;
  }

  .banner-custom_icon__2 {
    height: 27px;
    width: 27px;
  }

  .banner-custom_icon__3 {
    height: 32px;
    width: 32px;
  }

  .banner-custom_icon__4 {
    height: 25px;
    width: 33px;
  }
}

@media (max-width: 991px) {
  /*.banner-custom_box { padding-bottom: 0; padding-top: 0; }*/
  /*.banner-custom-content { margin-bottom: 40px; }*/
  /*.showcase.showcase-model-2 { padding-bottom: 40px; }*/
}

@media (max-width: 768px) {
  /*.banner-custom_item .banner-custom_item__box:before { display: none; }*/
}

/** End - Banner Custom  **/

/** End - Content  **/
.footer-juridico_box {
  align-items: center;
  background-color: #F5F7FF;
  border-radius: 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  line-height: 16px;
  min-height: 56px;
  padding: 10px 16px;
  width: 100%;
}

.footer-juridico_link {
  color: #8E3DEB;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 4px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.footer-juridico_title b {
  color: #0B0226;
  font-size: 14px;
  font-weight: 600;
}

.showcase {
  padding-bottom: 90px;
}

.showcase-banners .slider__arrow svg,
.showcase-products .slider__arrow svg {
  fill: transparent !important;
  height: 10px;
  width: 6px;
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #fff;
  border-color: #ededed;
}

.showcase-banners .slider__arrow,
.showcase-products .slider__arrow {
  background-color: #fff;
  border-radius: 5px;
  border: 0;
  bottom: 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25) !important;
  height: 46px;
  top: 0;
  width: 24px;
}

.showcase-banners .slider__arrow.slider__arrow--next {
  right: 16px;
}

.showcase-banners .slider__arrow.slider__arrow--prev {
  left: 16px;
}

.showcase-banners .slider__arrow:focus,
.showcase-banners .slider__arrow:hover,
.showcase-products .slider__arrow:focus,
.showcase-products .slider__arrow:hover {
  background-color: #f3f3f3;
  border-color: #d5d5d5;
}

.showcase-list {
  padding-bottom: 0;
}

.showcase-model-10 .showcase-banners_footer__link {
  background-color: #ED1A21;
  border-radius: 4px;
}

.showcase-offer {
  display: none !important;
  background-color: #ED1A21;
  border-radius: 3px;
  height: 25px;
  min-width: 45px;
}

.showcase-offer.showcase-offer_new-product {
  background-color: #13264c;
}

.showcase-offer.showcase-offer_new-product {
  display: none;
}

.showcase-offer_text {
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.showcase-prices {
  align-content: center;
  height: calc((16px + 9px) + 27px + (17px + 4px));
}

.showcase-prices_plots {
  color: #363843;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  padding-top: 4px;
}

.showcase-prices_price {
  color: #ED1A21;
  font-size: 25px;
  font-weight: 800;
  line-height: 27px;
}

.showcase-prices_strike {
  color: #363843;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  padding-bottom: 9px;
}

.showcase-product .card-footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.showcase-product .card-footer {
  min-height: 0;
}

.showcase-product .card-footer {
  padding-bottom: 0;
  padding-top: 0;
}

.showcase-product .card-footer:last-child {
  padding-bottom: 0;
}

.showcase-product .card-footer_custom {
  padding-top: 18px;
}

.showcase-product .card-header {
  padding-bottom: 20px;
  padding-top: 52px;
}

.showcase-product .showcase-prices {
  width: 100%;
}

.showcase-product {
  background-color: #ffffff;
  border-color: transparent;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 26px 22px 25px;
}



.showcase-product_buy {
  /*display: none !important;*/
  display: flex;
  align-items: center;
  background-color: #ED1A21;
  /*background-color: #0AA836;*/
  border-radius: 4px;
  color: #ffffff;
  float: none;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  justify-content: center;
  line-height: 13px;
  margin: 16px auto 0;
  max-width: 100%;
  min-height: 0;
  opacity: 1;
  padding: 2px 16px;
  position: static;
  text-transform: uppercase;
  width: 100%;
}

.showcase-product_buy:focus,
.showcase-product_buy:hover {
  /*background-color: #078E2D;*/
  background-color: #CA151B;
  color: #ffffff;
}




.showcase-product_link__image {
  height: 300px;
  max-width: 300px;
  width: 100%;
}

.showcase-product_link_title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #363843;
  display: -webkit-box;
  font-size: 16px;
  font-weight: 500;
  height: calc(22px * 2);
  line-height: 22px;
}

.showcase-products .slider__arrow.slider__arrow--next {
  right: -10px;
}

.showcase-products .slider__arrow.slider__arrow--prev {
  left: -10px;
}

.showcase-products.showcase-products_carousel {
  border-bottom: 0;
}

.showcase-tag svg {
  margin-right: 4px;
}

.showcase-tag {
  align-items: center;
  background-color: #54E97D;
  border-radius: 20px;
  bottom: auto;
  color: #017C23;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  justify-content: center;
  left: 22px;
  line-height: 14px;
  min-width: 110px;
  padding: 2px 22px;
  right: auto;
  text-transform: none;
  top: calc(25px + 300px + 13px);
}

.showcase-tag.showcase-tag-free_shipping {
  background-color: #54E97D;
}

.showcase-title {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 36px;
  text-transform: none;
}

.showcase-title {
  display: table;
  padding-top: 8px;
  position: relative;
  text-align: left;
}

.showcase-title:before {
  background-color: #ED1A21;
  bottom: auto;
  content: '';
  display: table;
  height: 4px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 13px;
}

.showcase.showcase-model-5 .showcase-banners .tns-nav {
  display: none;
}

.showcase:not(.showcase-model-9):last-child {
  padding-bottom: 90px !important;
}

.showcase-banners_link {
  opacity: 1 !important;
}


.home-main .showcase[data-column="1"] {
  padding-bottom: 18px;
}

.home-main .showcase:nth-of-type(2) {
  background: #FFF2F2;
  padding-bottom: 12px;
}

.home-main .showcase:nth-of-type(3) {
  background: #FFF2F2;
  padding-bottom: 85px;
}

.home-main .showcase:nth-of-type(4) {
  background: #FFF2F2;
  margin-bottom: 98px;
  padding-bottom: 86px;
}

@media (max-width: 991px) {
  .showcase-product_buy {
    float: left;
  }
}

@media (max-width: 575px) {
  .showcase-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 32px;
  }
}

/** Start - Content  **/




/** Start - Showcase Model 4  **/
.showcase.showcase-model-4 .showcase-banners {
  padding-right: 8px;
  width: calc(338px + 8px);
}

.showcase.showcase-model-4 .showcase-products .slider__arrow.slider__arrow--prev {
  left: -8px;
}

.showcase.showcase-model-4 .showcase-products {
  padding-left: 8px;
  width: calc(100% - (338px + 8px));
}

@media (min-width: 1400px) and (max-width: 1519px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: calc(100% /4);
  }

  .showcase.showcase-model-4 .showcase-products {
    width: calc(100% - (100% /4));
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: calc(100% /3);
  }

  .showcase.showcase-model-4 .showcase-products {
    width: calc(100% - (100% /3));
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: calc(100% /2);
  }

  .showcase.showcase-model-4 .showcase-products {
    width: calc(100% - (100% /2));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .showcase.showcase-model-4 .showcase-banners {
    width: calc(100% /2);
  }

  .showcase.showcase-model-4 .showcase-products {
    width: calc(100% - (100% /2));
  }

  .showcase.showcase-model-4 .showcase-product_link__image {
    height: 300px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .showcase.showcase-model-4 .showcase-banners {
    margin-bottom: 20px;
    padding-right: 0;
    width: 100%;
  }

  .showcase.showcase-model-4 .showcase-products {
    padding-left: 0;
    width: 100%;
  }
}

/** End - Showcase Model 4  **/

/** Start - Showcase Model 6  **/
.showcase-model-6 .container {
  background-image: url('https://salescdn.net/Zk6DCgcLRnST4qJo3CB1-nDHwDo=/adaptive-fit-in/0x0/prod/store/14574/medias/storage/1768567382059.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: calc(100% - (8px * 2)) auto;
  padding-top: 62px;
  position: relative;
}

.showcase-model-6 .container:before {
  background-image: url('https://salescdn.net/Zk6DCgcLRnST4qJo3CB1-nDHwDo=/adaptive-fit-in/0x0/prod/store/14574/medias/storage/1768567382059.webp');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 264px;
  border-radius: 14px;
  bottom: auto;
  content: '';
  height: 100%;
  left: 8px;
  max-height: 264px;
  overflow: hidden;
  padding-top: 62px;
  position: absolute;
  right: 8px;
  top: 0;
  width: calc(100% - (8px * 2));
}

.showcase-model-6 .showcase-banners {
  padding: 0 20px;
}

.showcase-model-6 .showcase-title {
  color: #ffffff;
  margin-bottom: 0;
  width: 100%;
}

.showcase-model-6 .showcase-title::before {
  background-color: #871B1F;
  left: 0;
  margin: auto;
  right: 0;
}

.showcase.showcase-model-6 {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 64px;
}

@media (min-width: 992px) {
  .showcase-model-6 .showcase-banners_link {
    align-items: flex-end;
    display: flex;
    max-width: 224px;
    min-height: 246px;
  }
}

@media (max-width: 991px) {
  .showcase-model-6 .showcase-title {
    margin-bottom: 12px;
  }

  .showcase-model-6 .showcase-banners_link {
    align-items: flex-end;
    display: flex;
    max-width: 224px;
    min-height: 246px;
  }
}

@media (max-width: 575px) {
  .showcase-model-6 .showcase-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}

/** End - Showcase Model 6  **/

/** Start - Showcase Product List  **/
.showcase-model-list .card-footer_custom {
  display: none;
}

.showcase-model-list .showcase-prices_plots {
  display: none;
}

.showcase-model-list .showcase-prices_price {
  color: #ED1A21;
  display: table;
  font-size: 16px;
  font-weight: 800;
  line-height: 18px;
  width: auto;
}

.showcase-model-list .showcase-prices_strike {
  color: #363843;
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-bottom: 0;
  padding-right: 20px;
}

.showcase-model-list .showcase-product .card-footer {
  min-height: 0;
}

.showcase-model-list .showcase-product .card-footer,
.showcase-model-list .showcase-product .card-header {
  max-width: calc(100% - (100px));
  padding-left: 30px;
  padding-right: 0;
}

.showcase-model-list .showcase-product .card-header {
  padding-bottom: 6px;
  padding-top: 24px;
}

.showcase-model-list .showcase-product .card-image {
  max-height: 100px;
  max-width: 100px;
  padding: 0;
}

.showcase-model-list .showcase-product .showcase-prices {
  align-items: baseline;
  height: auto;
  justify-content: flex-start;
}

.showcase-model-list .showcase-product {
  border-color: #FFF2F2;
  padding: 20px;
  position: relative;
  text-align: left;
}

.showcase-model-list .showcase-product_link__image {
  height: 100px;
}

.showcase-model-list .showcase-product_link_title {
  -webkit-line-clamp: 2;
  color: #363843;
  font-size: 14px;
  font-weight: 500;
  height: calc(18px * 2);
  line-height: 18px;
}

.showcase-model-list .showcase-tag {
  align-items: center;
  background-color: #54E97D;
  border-radius: 20px;
  bottom: auto;
  color: #017C23;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  height: 26px;
  justify-content: center;
  left: calc(20px + 100px + 30px);
  line-height: 14px;
  min-width: 110px;
  padding: 2px 22px;
  position: absolute;
  right: auto;
  top: 12px;
}

@media (max-width: 991px) {
  .showcase-model-list .showcase-prices_strike {
    padding-right: 8px;
  }

  .showcase-model-list .showcase-tag {
    display: none;
  }
}

/** End - Showcase Product List  **/

/** Start - Showcase Model 7  **/
.showcase.showcase-model-7 {
  background-color: #fffafa;
  padding-bottom: 94px;
  padding-top: 96px;
}

/** End - Showcase Model 7  **/

/** Start - Showcase Model Review  **/
.showcase-model-review .showcase-review_box {
  border-radius: 16px;
  border: 1px solid #FFEFEF;
  padding: 20px 30px 28px;
  width: 100%;
}

.showcase-model-review .showcase-title {
  margin-bottom: 45px;
}

.showcase-review_cidade {
  color: #ED1A21;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.showcase-review_icon {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 36px;
  width: 100%;
}

.showcase-review_quem {
  color: #010101;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 4px;
}

.showcase-review_text {
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 56px;
}

.showcase.showcase-model-review {
  background-color: #fffafa;
  color: #221F20;
}

/** End - Showcase Model Review  **/

/** Start - Showcase Promo  **/
.showcase-model-9 .showcase-product .showcase-prices {
  justify-content: flex-start;
}

.showcase-model-9 .showcase-product {
  text-align: left;
}

.showcase-model-9 .showcase-timer {
  background-color: #ED1A21;
}

.showcase-model-9:before {
  background-color: #ED1A21;
}

.showcase-model-9 .showcase-timer-content_title {
  background-color: #ED1A21;
}

.showcase-model-9 .showcase-timer-content {
  border-color: #223e73;
}

@media (max-width: 991px) {
  .showcase-model-9 {
    background-color: #ED1A21;
  }
}

/** End - Showcase Promo  **/

/** Start - Product  **/
.breadcrumb-item_home svg {
  height: 12px;
  width: 12px;
}

.menu .menu-item>a:focus,
.menu .menu-item>a:hover {
  color: #333;
}

.product-box-prices_first {
  padding: 26px 0;
}

.product-box-prices_second {
  padding: 24px 0;
}

.product-box-prices_second__div span {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #E4E4E7;
  color: #71717A;
  display: flex;
  font-size: 10px;
  font-weight: bold;
  height: 22px;
  justify-content: center;
  line-height: 12px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 22px;
  z-index: 1;
}

.product-box-prices_second__div {
  display: table;
  position: relative;
  width: 100%;
}

.product-box-prices_second__div:before {
  background: #E4E4E7;
  bottom: 0;
  content: "";
  display: table;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.product-box_prices {
  border-radius: 6px;
  border: 1px solid #C7CCE6;
  display: table;
  margin-bottom: 10px;
  text-align: center;
  text-transform: initial;
  width: 100%;
}

.product-box_variations__list .dropdown>.btn {
  border: 1px solid #ccc;
}

.product-breadcrumb .breadcrumb .breadcrumb-item {
  color: #000000;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:first-child)::before {
  display: none;
}

.product-breadcrumb .breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 0;
}

.product-breadcrumb .product-breadcrumb-list {
  padding: 22px 0;
  width: 100%;
}

.product-btn.product-btn_buy {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #0AA836;
  border-radius: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  height: 60px;
  line-height: 20px;
  text-transform: none;
  width: 100%;
}

.product-btn.product-btn_buy:focus,
.product-btn.product-btn_buy:hover {
  background-color: #078E2D;
  color: #ffffff;
}

.product-btn.product-btn_shipping {
  color: #ED1A21;
}

.product-btn.product-btn_shipping:focus,
.product-btn.product-btn_shipping:hover {
  color: #CA151B;
}

.product-btn_payment svg {
  margin-right: 8px;
  margin-top: 1px;
}

.product-btn_payment {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  justify-content: center;
  line-height: 14px;
  text-decoration: underline;
  text-transform: initial;
}

.product-btn_payment {
  background-color: transparent !important;
  color: #ED1A21;
}

.product-btn_payment:focus,
.product-btn_payment:hover {
  color: #CA151B;
}

.product-description_body__custom table {
  border: 0;
  margin-top: 20px;
}

.product-description_body__custom td {
  border: 0;
  padding: 20px 50px;
}

.product-description_body__custom tr {
  background-color: #FFFFFF;
}

.product-description_body__custom tr:nth-child(2n-1) {
  background-color: #F5F7FF;
}

.product-description_body__custom {
  color: #4D5163;
  font-size: 16px;
  line-height: 24px;
}

.product-description_ico {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.product-description_tabs .tab {
  border: 0;
  margin: 0 0 52px;
}

.product-description_tabs .tabcontent {
  padding-bottom: 62px;
}

.product-description_tabs .tablinks {
  background-color: #ffffff;
  border-bottom: 4px solid #ffffff;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #646981;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding: 20px 26px 25px;
}

.product-description_tabs .tablinks.active {
  border-color: #ED1A21;
  color: #ED1A21;
}

.product-description_title__custom {
  color: #363843;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 16px;
}

.product-descriptions {
  padding-bottom: 40px;
}

.product-gallery .slider__arrow {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.product-gallery .slider__arrow {
  border-radius: 4px;
  border: 0;
  height: 32px;
  margin: 0;
  width: 32px;
}

.product-gallery .slider__arrow:focus,
.product-gallery .slider__arrow:hover {
  background-color: #113555;
  border-color: #113555;
}

.product-gallery {
  background-color: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
}

.product-gallery.product-simple_gallery {
  padding-top: 0;
}

.product-gallery_image {
  max-height: 76px;
  max-width: 76px;
}

.product-gallery_link {
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: flex;
  height: 96px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  width: 96px;
}

.product-gallery_link.image-main {
  border-color: #ED1A21;
  box-shadow: none;
}

.product-gallery_list {
  padding-bottom: calc(32px + 20px);
  padding-top: 0;
}

.product-header {
  padding-bottom: 80px;
}

.product-header-box {
  float: right;
  max-width: 656px;
}

.product-header-box_top {
  align-items: center;
  display: flex;
  margin-bottom: 42px;
}

.product-header-right {
  max-width: none;
}

.product-juridico_box {
  align-items: center;
  background-color: #F5F7FF;
  border-radius: 10px;
  color: #000000;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  justify-content: center;
  line-height: 16px;
  min-height: 60px;
  padding: 10px 16px;
  width: 100%;
}

.product-juridico_link {
  color: #8E3DEB;
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 4px;
  text-decoration: underline !important;
  text-transform: uppercase;
}

.product-juridico_title b {
  color: #0B0226;
  font-size: 14px;
  font-weight: 600;
}

.product-next {
  align-items: center;
  display: flex;
  height: 6px;
  justify-content: center;
  margin: auto 15px;
  width: 4px;
}

.product-payments {
  margin-bottom: 0;
  padding-top: 9px;
}

.product-prices .product-content_box.product-box_prices {
  max-width: 100%;
  margin: 0;
  padding: 4px 95px 18px;
}

.product-prices {
  margin-bottom: 26px;
}

.product-prices.product-prices_out-of-stock .product-content_box.product-box_prices {
  padding-left: 20px;
  padding-right: 20px;
}

.product-prices_plots {
  color: #18181B;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  padding-bottom: 0;
}

.product-prices_plots__info {
  color: #52525B;
  font-size: 12px;
  line-height: 14px;
  padding-bottom: 8px;
}

.product-prices_price {
  color: #ED1A21;
  font-size: 34px;
  font-weight: 800;
  line-height: 36px;
}

.product-prices_price__discount {
  color: #059669;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  padding-top: 10px;
}

.product-prices_strike {
  color: #363843;
  display: table;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding-bottom: 5px;
  width: 100%;
}

.product-search_zipcode {
  color: #646981;
  font-size: 13px;
  line-height: 15px;
  margin-left: 25px;
  text-decoration: underline !important;
}

.product-shipping_box .btn {
  background-color: #ED1A21;
  border-radius: 4px !important;
  bottom: 0;
  font-size: 14px;
  font-weight: 600;
  height: 32px;
  left: auto;
  line-height: 16px;
  margin: auto;
  position: absolute;
  right: 12px;
  top: 0;
  width: 90px;
  z-index: 2;
}

.product-shipping_box .btn:focus,
.product-shipping_box .btn:hover {
  background-color: #C51C21;
}

.product-shipping_box .form-input {
  background-color: #E9EFF7;
  border-radius: 4px !important;
  border: none;
  color: #4D5163;
  font-size: 12px;
  font-weight: normal;
  height: 48px;
  line-height: 14px;
  padding: 8px calc(90px + 12px + 8px) 8px 12px;
  width: 100%;
}

.product-shipping_box .form-input::placeholder {
  color: #4D5163;
  opacity: 1;
}

.product-shipping_box .input-group {
  align-items: center;
  max-width: calc(100% - (110px + 25px));
  position: relative;
  width: 100%;
}

.product-shipping_box .input-group-addon {
  background-color: transparent;
  border: 0;
  color: #646981;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: 16px;
  padding-left: 0;
  padding-right: 20px;
}

.product-shipping_box {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-top: 46px;
}

.product-showcase .showcase:not(.showcase-model-9):last-child {
  padding-bottom: 0 !important;
}

.product-showcase {
  padding-bottom: 100px;
}

.product-tag.product-tag-free_shipping {
  background-color: #ED1A21;
}

.product-tag_custom {
  color: #05110D;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
  margin: 0 12px;
}

.product-tag_custom.product-tag_custom__freeShipping svg {
  margin-right: 4px;
}

.product-tag_custom.product-tag_custom__freeShipping {
  align-items: center;
  background-color: #54E97D;
  border-radius: 20px;
  color: #017C23;
  display: inline-flex;
  justify-content: center;
  min-width: 110px;
  padding: 6px 16px;
  height: auto;
}

.product-tag_custom.product-tag_custom__sku {
  color: #4369FF;
}

.product-tag_custom.product-tag_custom__stock {
  color: #059669;
}

.product-tag_custom:first-of-type {
  margin-left: 0;
}

.product-tag_custom:last-of-type {
  margin-right: 0;
}

.product-title {
  color: #09090B;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  margin-bottom: 14px;
}

.product-variations {
  margin-bottom: 40px;
}

.product-variations_content__button .product-variation_item.active .product-variation_link {
  border-color: #333333;
}

.product-variations_content__button .product-variation_item.active .product-variation_link.product-variation_link__colors {
  box-shadow: 0 0 0 2px #333333;
}

.product-zoom {
  height: 608px;
  max-width: calc(100% - (96px + 20px));
}

.product-zoom_link {
  border-radius: 6px;
  border: 1px solid #CDCDCD;
  padding: 30px;
  width: 574px;
}

@media (min-width: 992px) {
  .product-gallery .slider__arrow--next {
    bottom: 0;
    left: auto;
    right: 6px;
    top: auto;
  }

  .product-gallery .slider__arrow--prev {
    bottom: 0;
    left: 6px;
    right: auto;
    top: auto;
  }

  .product-images {
    max-width: 690px;
  }
}

@media (min-width: 1400px) and (max-width: 1519px) {
  .product-header-box {
    max-width: 600px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .product-header-box {
    max-width: 510px;
  }
}

@media (max-width: 1199px) {
  .breadcrumb-item_home svg {
    height: 10px;
    width: 10px;
  }

  .product-box-prices_first {
    padding: 20px 0;
  }

  .product-box-prices_second {
    padding: 20px 0;
  }

  .product-box-prices_second__div span {
    font-size: 8px;
    height: 20px;
    line-height: 10px;
    width: 20px;
  }

  .product-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 10px;
  }

  .product-btn.product-btn_buy {
    font-size: 16px;
    height: 54px;
    line-height: 20px;
  }

  .product-btn_payment svg {
    height: 9px;
    margin-right: 6px;
    margin-top: 2px;
    width: 12px;
  }

  .product-btn_payment {
    font-size: 10px;
    line-height: 12px;
  }

  .product-description_body__custom td {
    padding: 16px 20px;
  }

  .product-description_body__custom {
    font-size: 14px;
    line-height: 20px;
  }

  .product-description_tabs .tablinks {
    font-size: 14px;
    line-height: 16px;
    padding: 16px 20px 18px;
  }

  .product-description_title__custom {
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 14px;
  }

  .product-header-box_top {
    margin-bottom: 38px;
  }

  .product-juridico_box {
    font-size: 10px;
    line-height: 14px;
    min-height: 54px;
    padding: 8px 10px;
  }

  .product-juridico_link {
    font-size: 9px;
    line-height: 11px;
    margin-top: 2px;
  }

  .product-juridico_title b {
    font-size: 11px;
  }

  .product-prices .product-content_box.product-box_prices {
    padding: 4px 30px 12px;
  }

  .product-prices_plots {
    font-size: 18px;
    line-height: 20px;
  }

  .product-prices_plots__info {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 6px;
  }

  .product-prices_price {
    font-size: 30px;
    line-height: 32px;
  }

  .product-prices_price__discount {
    font-size: 10px;
    line-height: 12px;
    padding-top: 6px;
  }

  .product-prices_strike {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 3px;
  }

  .product-search_zipcode {
    font-size: 10px;
    line-height: 12px;
    margin-left: 15px;
  }

  .product-shipping_box .btn {
    font-size: 12px;
    height: 28px;
    line-height: 14px;
    right: 10px;
    width: 70px;
  }

  .product-shipping_box .form-input {
    font-size: 10px;
    height: 42px;
    line-height: 12px;
    padding: 8px calc(70px + 10px + 8px) 8px 10px;
  }

  .product-shipping_box .input-group {
    max-width: calc(100% - (90px + 15px));
  }

  .product-shipping_box .input-group-addon {
    font-size: 11px;
    line-height: 13px;
  }

  .product-shipping_box {
    padding-top: 36px;
  }

  .product-tag_custom {
    font-size: 10px;
    line-height: 12px;
    margin: 0 8px;
  }

  .product-tag_custom.product-tag_custom__freeShipping svg {
    height: 14px;
    width: 14px;
  }

  .product-tag_custom.product-tag_custom__freeShipping {
    border-radius: 20px;
    height: 24px;
    min-width: 100px;
  }

  .product-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 14px;
  }

  .search-next {
    height: 20px;
    margin: auto 10px;
    width: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (max-width: 991px) {
  .product-gallery .slider__arrow svg {
    height: 10px;
    width: 10px;
  }

  .product-gallery .slider__arrow {
    height: 24px;
    width: 24px;
  }

  .product-gallery .slider__arrow--next {
    bottom: 0;
    left: auto;
    margin: auto !important;
    right: 0;
    top: 0;
  }

  .product-gallery .slider__arrow--prev {
    bottom: 0;
    left: 0;
    margin: auto !important;
    right: auto;
    top: 0;
  }

  .product-gallery {
    margin-bottom: 40px;
  }

  .product-gallery {
    margin-left: auto;
    margin-right: auto;
    max-width: 574px;
    position: relative;
  }

  .product-gallery_image {
    max-height: calc(76px - 8px);
    max-width: calc(76px - 8px);
  }

  .product-gallery_link {
    height: 76px;
    margin: 0 auto;
    padding: 8px;
    width: 76px;
  }

  .product-gallery_list {
    max-width: calc((76px * 5) + (6px * 4));
    padding-bottom: 0;
  }

  .product-zoom {
    max-width: 100%;
  }

  .product-zoom_link {
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .product-gallery_list {
    max-width: calc((76px * 4) + (6px * 3));
  }
}

@media (max-width: 575px) {
  .product-gallery_list {
    max-width: calc((76px * 3) + (6px * 2));
  }

  .product-search_zipcode {
    margin-left: 0;
    margin-top: 4px;
  }

  .product-shipping_box .input-group {
    max-width: 100%;
    width: 100%;
  }

  .product-shipping_box {
    flex-wrap: wrap;
  }

  .product-zoom {
    height: 400px;
  }
}

/** End - Product  **/

/** Start - Popup  **/
.avatar {
  background: #ED1A21;
}

.btn-sidenav-close.btn-sidenav-close_custom {
  background-color: #ED1A21;
}

.btn-sidenav-close.btn-sidenav-close_custom:focus,
.btn-sidenav-close.btn-sidenav-close_custom:hover {
  background-color: #CA151B;
}

.btn.btn-access svg {
  fill: #ED1A21;
}

.btn.btn-access:focus svg,
.btn.btn-access:hover svg {
  fill: #CA151B;
}

.btn.btn-access:focus,
.btn.btn-access:hover {
  color: #CA151B;
}

.sidenav-overlay .btn:not(.btn-access) {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.sidenav-overlay .btn:not(.btn-access):focus,
.sidenav-overlay .btn:not(.btn-access):hover {
  background-color: #CA151B;
  border-color: #CA151B;
}

.sidenav-overlay_account .forget-password a {
  color: #ED1A21;
}

.sidenav-overlay_cart .cart-product_quantity .btn {
  background-color: transparent !important;
}

.sidenav-payment-calculation .accordion-header {
  background-color: #ED1A21;
}

/** End - Popup  **/

/** Start - Search  **/
.form-checkbox input:checked+.form-icon,
.form-radio input:checked+.form-icon,
.form-switch input:checked+.form-icon {
  background: #CA151B;
  border-color: #CA151B;
}

.form-text {
  color: #646981;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  padding-top: 0;
}

.search-category_last {
  font-weight: normal;
}

.search-filter {
  border-bottom: 1px solid #DCDDE3;
  margin-bottom: 0;
}

.search-filter-header {
  align-items: center;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 10px 0;
}

.search-filter-icon svg {
  fill: #7C8096;
  height: auto;
  width: 12px;
}

.search-filter-icon {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}

.search-filter-link_category.active .form-radio .form-icon::after {
  background-color: #CA151B;
}

.search-filter-price .noUi-connect {
  background: #ED1A21;
}

.search-filter-price .noUi-handle {
  background-color: #ED1A21;
}

.search-filter-price_values {
  color: #4D5163;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.search-filter-title {
  color: #646981;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  padding-bottom: 0;
  padding-top: 0;
}

.search-filters-btn {
  background-color: #1c4cf1;
  border-radius: 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 20px;
  text-transform: uppercase;
}

.search-filters-btn {
  background-color: #ED1A21;
  border-radius: 4px;
  font-weight: 600;
  height: 52px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.search-filters-content .form-checkbox .form-icon {
  border-color: #C6C8D1;
  border-radius: 2px;
  border-width: 2px;
  box-shadow: none;
  height: 16px;
  width: 16px;
}

.search-filters-content .form-checkbox {
  padding-bottom: 16px;
  padding-left: calc(16px + 10px);
  padding-top: 16px;
}

.search-filters-content .form-group.form-group_category {
  padding-bottom: 0;
  padding-top: 0;
}

.search-filters-content .form-radio .form-icon {
  background-color: #f0f0f0;
}

.search-filters-content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 100%;
}

.search-header {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding: calc((62px - 30px) / 2) 0;
}

.search-home_link {
  align-items: center;
  display: flex;
  height: 18px;
  width: 14px;
}

.search-left b {
  font-weight: bold;
}

.search-left ol li::after {
  display: none;
}

.search-left {
  color: #000000;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}

.search-left_custom h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 0;
}

.search-left_custom {
  padding-bottom: 70px;
  padding-top: 8px;
  position: relative;
  width: 100%;
}

.search-left_custom:before {
  background-color: #ED1A21;
  content: '';
  display: table;
  height: 4px;
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
  width: 13px;
}

.search-main {
  padding-bottom: 100px;
  padding-top: 0;
}

.search-next {
  align-items: center;
  display: flex;
  height: 18px;
  justify-content: center;
  margin: auto 15px;
  width: 6px;
}

.search-options-pagination a.search-options-pagination_link__arrow svg {
  fill: transparent;
  height: 10px;
  width: 10px;
}

.search-options-pagination a.search-options-pagination_link__arrow {
  background-color: #CA151B;
  border-color: #CA151B;
}

.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):focus,
.search-options-pagination a.search-options-pagination_link__arrow:not(.disable):hover {
  background-color: #FFFFFF;
  border-color: #CA151B;
  color: #CA151B;
  box-shadow: none;
}

.search-options-pagination_item.search-options-pagination_item__last.page-item .search-options-pagination_link {
  border: 0 !important;
  min-width: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: auto !important;
}

.search-options-pagination_item.search-options-pagination_item__next.page-item svg {
  margin-left: 6px;
}

.search-options-pagination_item.search-options-pagination_item__prev.page-item svg {
  margin-right: 6px;
}

.search-options.search-options_bottom .search-options-pagination_item.active a.search-options-pagination_link {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.search-options.search-options_bottom a.search-options-pagination_link:not(.search-options-pagination_link__arrow) {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #C7CEEE;
  color: #646981;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  line-height: 16px;
  margin-left: 6px;
  margin-right: 6px;
  min-width: 36px;
  padding: 4px;
}

.search-options.search-options_bottom a.search-options-pagination_link__arrow {
  align-content: center;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #C7CEEE;
  color: #646981;
  display: flex;
  font-size: 14px;
  font-weight: 600;
  height: 34px;
  justify-content: center;
  line-height: 16px;
  margin-left: 6px !important;
  margin-right: 6px !important;
  min-width: 122px;
}

.search-options.search-options_bottom {
  padding-bottom: 5px;
  padding-top: 5px;
}

.search-options.search-options_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.search-options.search-options_top {
  margin-bottom: 36px;
}

.search-options_mobile .search-option-icon svg {
  fill: #CA151B;
}

.search-options_top .form-group .dropdown>.btn {
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid #E2E8F0;
  box-shadow: none !important;
  color: #A0A4B3;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  height: 40px;
  line-height: 20px;
  min-width: 180px;
  padding: 2px calc(16px + 10px + 8px) 2px 16px;
  width: auto;
}

.search-options_top .search-options .form-group:first-child {
  margin-right: 0;
}

.search-options_top .search-options .form-label {
  color: #646981;
  font-size: 14px;
  font-weight: normal;
  line-height: 16px;
  margin-right: 18px;
  padding-bottom: calc((40px - 16px) / 2);
  padding-top: calc((40px - 16px) / 2);
}

.search-options_top .search-options-left {
  color: #7C8096;
  font-size: 14px;
  line-height: 16px;
  max-width: none;
  width: auto;
}

.search-options_top .search-options-right .form-group {
  float: right !important;
  margin-right: 0;
}

.search-view {
  display: none;
}

.search-view_link svg {
  fill: #CA151B;
}

.showcase-search.showcase {
  padding-bottom: 0;
}

.form-group .dropdown ul {
  border-radius: 4px;
  border: 1px solid #E2E8F0;
}

.form-group .dropdown ul a:focus,
.form-group .dropdown ul a:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: #333333;
}

@media (min-width: 992px) {
  .search-filters {
    max-width: 276px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 991px) {
  .showcase-search.showcase-search_grid .showcase-item {
    width: calc(100% / 2 - 16px);
  }
}

@media (max-width: 991px) {
  .search-left_custom {
    padding-bottom: 40px;
  }

  .search-left ol {
    justify-content: flex-start;
  }

  .search-options.search-options_bottom {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 5px 0;
  }

  .search-options_mobile .search-options-header_item {
    float: left;
    padding: 13px 15px;
    text-align: center;
    width: 50%;
  }

  .search-options_mobile {
    border-radius: 4px;
    border: 1px solid #E8E9EC;
  }
}

@media (max-width: 767px) {
  .search-home_link {
    width: 11px;
  }

  .search-left>* {
    font-size: 12px;
  }

  .search-left_custom h1 {
    font-size: 24px;
    line-height: 26px;
  }

  .search-next {
    margin: auto 8px;
    width: 4px;
  }

  .search-options-pagination_item.search-options-pagination_item__next.page-item svg {
    margin-left: 0;
  }

  .search-options-pagination_item.search-options-pagination_item__prev.page-item svg {
    margin-right: 0;
  }

  .search-options.search-options_bottom a.search-options-pagination_link__arrow span {
    display: none;
  }

  .search-options.search-options_bottom a.search-options-pagination_link__arrow {
    min-width: 36px;
  }

  .showcase-search.showcase-search_grid .showcase-item {
    width: 100%;
  }

  .showcase-search.showcase-search_grid .showcase-list {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

/** End - Search  **/

/** Start - Search List  **/
.showcase-search.showcase-search_list .showcase-product .card-footer {
  min-height: 0;
}

.showcase-search.showcase-search_list .showcase-product .showcase-prices {
  justify-content: flex-start;
}

.showcase-search.showcase-search_list .showcase-product {
  text-align: left;
}

.showcase-search.showcase-search_list .showcase-product_buy {
  margin-left: 0;
}

.showcase-search.showcase-search_list .showcase-product .card-header {
  margin-top: 48px;
}

.showcase-search.showcase-search_list .showcase-product_link_title {
  -webkit-line-clamp: 2;
  font-size: 14px;
  height: calc(20px * 2);
  line-height: 20px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 48px;
  }
}

@media (max-width: 991px) {
  .showcase-search.showcase-search_list .showcase-prices_plots {
    font-size: 12px;
    line-height: 14px;
    padding-top: 2px;
  }
}

@media (max-width: 767px) {
  .showcase-search.showcase-search_list .showcase-product .card-header {
    margin-top: 20px;
    padding-bottom: 18px;
  }

  .showcase-search.showcase-search_list .showcase-product_buy {
    width: 100%;
  }
}

@media (max-width: 575px) {
  /*.showcase-product_buy { font-size: 9px; }*/
}

/** End - Search List  **/

/** Start - Pages  **/
.btn.btn-access {
  align-items: center;
  display: flex;
  height: auto;
  text-align: left;
  white-space: initial;
}

.btn.btn-access span {
  max-width: calc(100% - (22px + 20px));
}

/** End - Pages  **/

/** Start - Address  **/
.card-page .btn {
  background-color: #CA151B;
}

.card-page .btn:focus,
.card-page .btn:hover {
  background-color: #CA151B;
}

.card-page .card-title {
  color: #CA151B;
}

.card-page-table_adresses .card-title .btn {
  border-radius: 4px;
}

.card-page-table_adresses .page-table-box_main .btn-table-item.btn-edit {
  background-color: #CA151B;
}

.card-pages-nav .card-header {
  color: #CA151B;
}

.page-accordion .accordion-header svg {
  fill: #333;
}

.page-table-box_main .form-switch input:checked+.form-icon {
  background-color: #CA151B;
}

.page-title {
  color: #CA151B;
}

@media (max-width: 991px) {
  .page-accordion_address .btn-table-item {
    background-color: transparent !important;
  }

  .page-accordion_address .btn-table-item.btn-edit svg {
    fill: #CA151B;
  }

  .page-accordion_address .form-switch .form-icon {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .page-accordion_address .form-switch input:checked+.form-icon {
    background-color: #CA151B;
  }
}

/** End - Address  **/

/** Start - Orders  **/
.adresses-main .dropdown-toggle,
.orders-main .dropdown-toggle {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.adresses-main .dropdown-toggle:focus,
.adresses-main .dropdown-toggle:hover,
.orders-main .dropdown-toggle:focus,
.orders-main .dropdown-toggle:hover {
  background-color: #CA151B;
  border-color: #CA151B;
}

.page-pagination .pagination_link__arrow {
  background-color: #ED1A21;
  border-color: #ED1A21;
}

.page-pagination .pagination_link__arrow:focus,
.page-pagination .pagination_link__arrow:hover {
  background-color: #CA151B;
  border-color: #CA151B;
}

.table-product_custom a {
  color: #ED1A21;
}

@media (max-width: 991px) {
  .page-accordion-info {
    border: 1px solid #f2f2f2;
  }

  .page-accordion {
    border: 1px solid #f2f2f2;
  }
}

/** End - Orders  **/

/** Start - Checkout  **/
.btn-checkout-coupon {
  background-color: #ffffff;
  color: #ED1A21;
}

.card.checkout-card {
  border: 1px solid #f2f2f2;
}

.checkout-accordion .accordion-price {
  color: #ED1A21;
}

.checkout-card-finish_body .card-title .checkout-icon svg {
  fill: #ED1A21;
}

.checkout-card-finish_body .timeline .timeline-item .timeline-icon {
  background-color: #ED1A21;
}

.checkout-card-finish_body .timeline .timeline-item.disable .timeline-icon {
  border-color: rgba(0, 0, 0, 0.25);
  opacity: 1 !important;
}

.checkout-card-finish_body .timeline .timeline-item.disable:before {
  background-color: rgba(0, 0, 0, 0.25);
}

.checkout-card-finish_body .timeline .timeline-item::before {
  background-color: #ED1A21;
}

.checkout-card-finish_footer a {
  color: #ED1A21;
}

.checkout-card-finish_header .checkout-icon {
  background-color: #ED1A21;
}

.checkout-card-finish_payment .checkout-text_icon .checkout-icon svg {
  fill: #ED1A21;
}

.checkout-card-finish_payment a.checkout-text {
  color: #ED1A21;
}

.checkout-card-shipping_payment .card-title svg {
  fill: #ED1A21;
}

.checkout-card-summary_info .card-header a {
  color: #ED1A21;
}

.checkout-card-summary_info .card-subtitle a {
  color: #ED1A21;
}

.checkout-card-summary_info .card-subtitle {
  color: #333;
}

.checkout-link-login a {
  color: #ED1A21;
}

.checkout-more-option {
  background-color: #ED1A21;
}

.checkout-option .form-radio input:checked+.form-icon {
  border-color: #ED1A21;
}

.checkout-option .form-radio input:checked+.form-icon::before {
  background-color: #ED1A21;
}

.checkout-payment-icon.checkout-payment-icon_option svg {
  fill: #ED1A21;
}

.header .icon-ssl svg {
  fill: #ED1A21;
}

.tab-checkout-status .tab-item.active .avatar {
  background-color: #ED1A21;
}

.tab-checkout-status .tab-item.active a>span {
  color: #ED1A21;
}

.tab-checkout-status .tab-item.active a {
  border-bottom-color: #ED1A21;
}

@media (min-width: 992px) {
  .tab-checkout-status.tab-checkout-status_all::after {
    background-color: #ED1A21;
  }

  .tab-checkout-status::before {
    background-color: #ED1A21;
  }
}

/** End - Checkout  **/

/** Start - Form  **/
.card-page .btn {
  border-radius: 4px;
}

/** End - Form  **/

/** Start - Fontes  **/
.card-footer> :not(.checkout-product-total) .checkout-product-price,
.card-footer> :not(.checkout-product-total) .checkout-product-title {
  font-weight: 500;
}

.cart-subtotal_price,
.cart-subtotal_text {
  font-weight: 500;
}

.checkout-accordion .accordion-price {
  font-weight: 500;
}

.checkout-card .card-title {
  font-weight: 500;
}

.checkout-card-finish_body .tile-title {
  font-weight: 500;
}

.checkout-card-finish_header .checkout-text b {
  font-weight: 500;
}

.checkout-card-summary_info .card-header a {
  font-weight: 500;
}

.checkout-option .checkout-option_title {
  font-weight: 500;
}

.checkout-payment-option__title {
  font-weight: 500;
}

.checkout-product-price {
  font-weight: 500;
}

.page-tbody .page-table-item {
  font-weight: 500;
}

.page-thead .page-table-item {
  font-weight: 500;
}

.sidenav-overlay_cart .cart-product_price {
  font-weight: 500;
}

.sidenav-overlay_cart .cart-total {
  font-weight: 500;
}

.btn.btn-access {
  font-weight: 500;
}

.sidenav-payment-calculation .product-payment_price {
  font-size: 12px;
  line-height: 16px;
}

.sidenav-payment-calculation .product-payment_title {
  font-size: 16px;
  line-height: 20px;
}

.sidenav-payment-calculation .product-payment_title {
  font-weight: 500;
}

.sidenav-shipping-calculation table {
  font-weight: 500;
}

/** End - Fontes  **/

/*** END - Custom Ly 2026-01-09 ***/






/*** Start - Custom Ly 2026-03-05 ***/
/** Start - Checkout  **/
.form-group_termPJ .form-checkbox {
  font-size: 12px;
  font-weight: 500;
}

.form-group_termPJ__info {
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
}

.footer-juridico_box {
  display: none;
}

.product-juridico_box {
  display: none;
}

/** End - Checkout  **/
/*** END - Custom Ly 2026-03-05 ***/