/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media only screen and (max-width: 4096px) {
  .navigation {
    padding: 0;
  }
  .navigation .parent .level-top {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .switcher-trigger strong {
    display: block;
    text-decoration: none;
    position: relative;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    display: none;
    padding: 10px 0;
  }
  .nav-sections .switcher-options.active .switcher-dropdown {
    display: block;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #d1d1d1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #d1d1d1;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #d1d1d1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 15px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.7);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #e3e3e3;
    border: solid #d7d7d7;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.6rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 700;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #333333;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #333333;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    color: #333333;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
/*
.media-width(@extremum, @break) when (@extremum = 'min') and (@break = @screen__m) {
    .nav-toggle {
        display: none;
    }

    .nav-sections {
        .lib-vendor-prefix-flex-shrink(0);
        .lib-vendor-prefix-flex-basis(auto);
        margin-bottom: @indent__m;
    }

    .nav-sections-item-title {
        display: none;
    }

    .nav-sections-item-content > * {
        display: none;
    }

    .nav-sections-item-content {
        > .navigation {
            display: block;
        }
    }

    .lib-main-navigation-desktop();

    .panel.header {
        .links,
        .switcher {
            display: inline-block;
        }
    }
}*/
.message.global.noscript,
.message.global.cookie {
  background: #4d4d4d !important;
  color: #fff !important;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #fff !important;
}
.message.global.noscript #btn-cookie-allow,
.message.global.cookie #btn-cookie-allow {
  background: #EA2127;
  border-color: #EA2127;
  color: #fff;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.my-account-dropdown {
  float: right;
}
.my-account-dropdown .mage-dropdown-dialog {
  position: absolute;
}
.my-account-dropdown .customer-icon-menu {
  width: max-content;
}
.my-account-dropdown .customer-icon-menu ul {
  margin: 0px;
  padding: 0px;
}
.my-account-dropdown .customer-icon-menu li {
  list-style: none;
}
.my-account-dropdown .customer-icon-menu li a {
  color: #000;
}
.my-account-dropdown .customer-icon-menu a,
.my-account-dropdown .customer-icon-menu a:visited,
.my-account-dropdown .customer-icon-menu a:hover {
  text-decoration: none;
}
.my-account-dropdown .user-icon::before {
  font-size: 22px;
  line-height: 1px;
  color: #757575;
  content: '\e627';
  font-family: 'luma-icons';
  font-style: normal;
  vertical-align: middle;
}
.page-header > .header.content > #my-account-dropdow-popup {
  display: none;
}
/**
 * ShipmentMethodJetes
 */
/**
 * Desktop
 */
.logoscorp.documentation-customer-index .column.main {
  margin-bottom: 30px;
}
.logoscorp.documentation-customer-index .sidebar.sidebar-main .title.block-collapsible-nav-title {
  margin-top: 17px;
}
.logoscorp.documentation-customer-index .custom-documentation .container-documentation {
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  width: 100%;
}
.logoscorp.documentation-customer-index .custom-documentation .container-documentation .select-type-documentation {
  max-width: 54px;
  width: 20%;
  margin-right: 10px;
}
.logoscorp.documentation-customer-index .custom-documentation .container-documentation .input-number-documentation {
  max-width: 450px;
  width: 80%;
  min-height: 4.5rem;
  border-radius: 0.8rem;
}
.logoscorp.documentation-customer-index .custom-documentation input.action.save.primary {
  margin-top: 2rem;
  min-width: 8rem;
  border-radius: 0.8rem;
}
.logoscorp.documentation-customer-index .custom-documentation .label {
  font-weight: 600;
  margin-bottom: 5px;
}
.logoscorp.documentation-customer-index .custom-documentation .label::after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 5px;
}
.logoscorp.documentation-customer-index .custom-documentation .mage-error {
  margin-bottom: 10px;
}
.owl-carousel.custom-carousel .row-item {
  display: block;
}
.logoscorp .form.create.account {
  width: 100%;
}
.logoscorp .form-create-account {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.logoscorp .form-create-account label.label.requiredFields {
  margin-top: 12px;
  color: red;
}
.logoscorp .form-create-account legend.legend.sign-in-information {
  margin-top: 38px;
}
.logoscorp .form-create-account label.label {
  font-size: 14px;
  font-weight: 400;
}
.logoscorp .form-create-account .fieldset.create.info {
  width: 800px;
}
.logoscorp .form-create-account .fieldset.create.info .divider {
  width: 100%;
  margin-top: 40px;
}
.logoscorp .form-create-account .customer-dob {
  position: relative;
}
.logoscorp .form-create-account .customer-dob input {
  width: 100%;
  border-radius: 8px;
  min-height: 4rem;
}
.logoscorp .form-create-account .ui-datepicker-trigger {
  position: absolute;
  right: 0.9rem;
  margin-top: -2px;
  top: 50%;
  transform: translateY(-50%);
}
.logoscorp .form-create-account .legend {
  padding: 0;
  margin: 0;
  border: none;
}
.logoscorp .form-create-account .create.info,
.logoscorp .form-create-account .create.account {
  margin: 2rem 0;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 3.8rem 3.2rem;
  width: 43rem;
}
.logoscorp .form-create-account .create.info h2,
.logoscorp .form-create-account .create.account h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.logoscorp .form-create-account .create.info .input-text,
.logoscorp .form-create-account .create.account .input-text {
  border-radius: .8rem;
  min-height: 4rem;
}
.logoscorp .form-create-account .create.info .secondary,
.logoscorp .form-create-account .create.account .secondary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logoscorp .form-create-account .create.info .required-message,
.logoscorp .form-create-account .create.account .required-message {
  color: #EA2127;
}
.logoscorp .form-create-account .create.info .actions-toolbar .secondary a.action,
.logoscorp .form-create-account .create.account .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.logoscorp .form-create-account .create.info .primary,
.logoscorp .form-create-account .create.account .primary {
  width: 100%;
}
.logoscorp .form-create-account .create.info .primary .action.primary,
.logoscorp .form-create-account .create.account .primary .action.primary {
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.8rem;
}
.logoscorp .id-number-control {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.logoscorp .id-number-control .mage-error {
  flex-basis: 100%;
}
.logoscorp .id-type-selector {
  width: 5.8rem;
}
.logoscorp .number-placeholder {
  flex-grow: 1;
  width: auto;
}
.logoscorp .ui-datepicker-trigger:before {
  font-family: 'sambil-icons';
  font-size: 2rem;
  color: #000;
  content: '\e96e';
}
.logoscorp .ui-datepicker .ui-datepicker-next span {
  border-color: transparent transparent transparent #EA2127;
}
.logoscorp .ui-datepicker .ui-datepicker-prev span {
  border-color: transparent #ea2127 transparent transparent;
}
.logoscorp .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
  padding-left: .7rem;
}
@media only screen and (min-width: 768px) {
  .logoscorp .form-create-account {
    align-items: end;
  }
  .logoscorp .form-create-account .create.info,
  .logoscorp .form-create-account .create.account {
    margin: 0 4rem;
  }
  .logoscorp .id-number-control .mage-error {
    flex-basis: 50%;
  }
}
body.customer-address-form fieldset .field.zip .warning {
  color: red;
  margin-bottom: 20px;
}
.logoscorp.checkout-index-index #checkout-step-store-selector .no-selected-location {
  display: none;
}
.logoscorp.checkout-index-index #store-selector-popup .block-search.store-selector-search,
.logoscorp.checkout-index-index #store-selector-popup .store-selector-popup-empty-query {
  display: none;
}
.pagomovil-content .fieldset .field {
  margin-bottom: 10px;
}
.pagomovil-content .fieldset .field .control input {
  width: 270px;
  max-width: 100%;
}
.pagomovil-content .fieldset .field .control.numero_identidad {
  width: 270px;
  display: flex;
}
.pagomovil-content .fieldset .field .control.numero_identidad > div {
  width: 55px;
}
.pagomovil-content .fieldset .field .control.numero_identidad .documento_movil {
  width: calc(100% - 55px);
  padding-left: 7px;
}
.pagomovil-content .fieldset .field .control.numero_identidad .documento_movil input {
  width: 100%;
}
.pagomovil-content .fieldset .field .note {
  color: red;
}
/**
 * ShipmentMethodJetes
 */
/**
 * Desktop
 */
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .hide {
  display: none !important;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .box-cities {
  display: flex;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
  padding-top: 1rem;
  padding-left: 2rem;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-container {
  margin-top: 10px;
  width: 100%;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .errors-container {
  margin-top: 20px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .errors-container .error {
  margin-top: 10px;
  font-size: 1.2rem;
  color: red;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .errors-container .invisible {
  display: none;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod #carrier-jsm-get-rate {
  margin-top: 20px;
  height: 45px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod #carrier-jsm-locations-update span::before {
  font-family: 'sambil-icons';
  content: '\e949';
  font-size: 10px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-cities-container {
  width: 100%;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .content-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .content-info p {
  margin: 0px;
  padding: 0px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container a {
  color: #333333;
  font-weight: bold;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container #carrier-jsm-cities {
  margin-top: 7px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container #carrier-jsm-locations {
  margin-top: 7px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .locations-controls {
  display: flex;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .locations-controls #carrier-jsm-locations-search {
  background: transparent;
  border: 0px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .locations-controls #carrier-jsm-locations-search .IconSearch {
  padding-top: 3px;
  display: flex;
  gap: 5px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .locations-controls #carrier-jsm-locations-search .IconSearch::before {
  font-family: 'sambil-icons';
  content: '\e949';
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .carrier-jsm-locations .carrier-jsm-locations-body {
  max-height: 250px;
  overflow-y: auto;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .carrier-jsm-locations .carrier-jsm-locations-row {
  display: flex;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .carrier-jsm-locations .carrier-jsm-locations-name {
  width: 150px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container .carrier-jsm-locations .carrier-jsm-locations-address {
  width: 450px;
}
body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .visible {
  display: none;
}
/**
 * Mobile
 */
@media only screen and (min-width: 767px) {
  body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-locations-container {
    width: 55%;
  }
  body.logoscorp.checkout-index-index #carrier-wrapper-jetesshippingmethod .carrier-jsm-cities-container {
    width: 50%;
  }
}
/**
 * Sidebar Drawer Menu
 */
.sidenav-drawer {
  height: 100%;
  width: 300px;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -300px;
  background-color: white;
  overflow-x: visible;
  transition: 0.3s;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sidenav-drawer.open {
  z-index: 99;
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  left: 0;
}
.sidenav-drawer .sidenav-content {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 100%;
  margin: 0 5rem;
}
.sidenav-drawer .navigation {
  background-color: transparent;
  margin-left: 2rem;
}
.sidenav-drawer .navigation ul {
  display: flex;
  flex-direction: column;
  line-height: 5rem;
}
.sidenav-drawer .navigation ul li:hover {
  color: green;
  cursor: pointer;
}
.sidenav-drawer .navigation ul .submenu-title {
  font-weight: 600;
  margin-left: 20px;
  color: green;
}
.sidenav-drawer .drawer-close-button {
  background: transparent;
  border: none;
}
.sidenav-drawer .drawer-close-button span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sidenav-drawer .drawer-close-button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 14px;
  color: #757575;
  content: "\e616";
  font-family: "luma-icons";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
/**
 * Toggle button
 */
.drawer-toggle {
  cursor: pointer;
  float: left;
  margin-right: 2rem;
}
.drawer-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: inherit;
  color: #757575;
  content: "\e609";
  font-family: "luma-icons";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
  transition: 0.2s;
}
.drawer-toggle.open::before {
  transform: rotate(180deg);
}
/**
 * Hidde on mobile
 */
@media screen and (max-width: 767px) {
  .drawer-toggle,
  .sidenav-drawer {
    display: none;
  }
}
/**
 * Size Guide
 */
body.logoscorp.catalog-product-view .accordion-size-guide {
  border-top: 1px solid #D1D0D0;
  text-align: justify;
}
body.logoscorp.catalog-product-view .accordion-size-guide h4 {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 2rem 0;
}
body.logoscorp.catalog-product-view .accordion-size-guide div[data-role="collapsible"] {
  cursor: pointer;
}
body.logoscorp.catalog-product-view .accordion-size-guide div[aria-expanded="false"]:not(.active) h4:after,
body.logoscorp.catalog-product-view .accordion-size-guide div[aria-expanded="true"]:not(.active) h4:after {
  font-family: 'sambil-icons';
  font-size: 1.4rem;
  font-weight: 400;
  float: right;
}
body.logoscorp.catalog-product-view .accordion-size-guide div[aria-expanded="false"]:not(.active) h4:after {
  content: '\e967';
}
body.logoscorp.catalog-product-view .accordion-size-guide div[aria-expanded="true"]:not(.active) h4:after {
  content: '\e962';
}
body.logoscorp.catalog-product-view .accordion-size-guide div[data-role="content"] {
  padding-bottom: 2rem;
  max-height: 24rem;
  overflow-y: scroll;
  margin-bottom: 2rem;
}
.logoscorp .subtotalP {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.logoscorp .subtotalP span {
  font-size: 1.8rem;
  font-weight: bold;
}
/**
 * Custom Payments Reference File
 */
/**
 * Desktop
 */
body.logoscorp.checkout-index-index .reference-action {
  margin-top: 7px;
  height: 5rem;
}
body.logoscorp.checkout-index-index .reference-action .action.primary {
  float: left;
  line-height: 2.2rem;
  padding: 1rem;
  font-size: 1.5rem;
}
body.logoscorp.checkout-index-index .reference-block input {
  max-width: 36rem;
  display: block;
}
body.logoscorp.checkout-index-index .reference-file input {
  padding: 0.7rem 0;
}
body.logoscorp.checkout-index-index .reference-file p {
  padding-bottom: 1rem;
}
/**********File Inputs**********/
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  max-width: 80%;
  font-size: 1.2rem;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}
/* style 1 */
.inputfile-1 + label {
  color: #fff;
  background-color: #4d4d4d;
  border: #4d4d4d;
  font-family: 'plus-jakarta-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0.5rem;
}
.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  opacity: 0.8;
}
/**
 * Mobile
 */
@media screen and (max-width: 767px) {
  body.logoscorp.checkout-index-index .reference-block input {
    max-width: unset;
  }
}
.shipment-info {
  display: flex;
  margin-top: 15px;
  gap: 0.625rem;
  height: 17px;
}
@media only screen and (max-width: 767px) {
  .header.content.searchbar-active {
    padding-bottom: 50px !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
  }
  .header-block-search {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-inline: 20px;
    box-sizing: border-box;
  }
  .header-block-search .aa-Form {
    position: relative;
  }
}
.result-wrapper .result-content {
  position: relative;
}
.custom-wishlist .towishlist {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
  width: 36px;
  height: 36px;
  vertical-align: middle;
  line-height: 36px;
  border-radius: 50px;
  font-size: 2rem;
  box-shadow: 0px 3px 8px #0000001A;
}
.custom-wishlist .towishlist span {
  display: none;
}
.custom-wishlist .towishlist:before {
  content: '\e94e';
  font-family: 'sambil-icons';
}
.custom-wishlist .towishlist:hover {
  color: #EA2127;
}
.result-sub-content {
  position: relative;
  padding-top: 20px;
}
.result-sub-content form {
  position: absolute;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  top: -20px;
}
.result-wrapper .price {
  font-size: 1.8rem;
  font-weight: 800;
  color: #000;
}
.result-wrapper .result-content:hover .result-sub-content form {
  opacity: 1;
  visibility: visible;
  top: -50px;
  transition: all 0.2s;
}
/* MEDIA QUERIES */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
/**
 * @codingStandardsIgnoreStart
 */
/**
 * @codingStandardsIgnoreStart
 */
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .opc-block-summary .product-item .product-item-inner {
    display: block;
  }
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    text-align: left;
  }
  .opc-block-summary .product-item .subtotal {
    display: block;
    text-align: left;
  }
}
#registrant-options .item .control table .col.qty .input-qty {
  display: none;
}
.logoscorp-change-currency-btn {
  appearance: none;
  background: transparent;
  box-shadow: none;
  border: none;
}
.logoscorp-change-currency-btn:hover {
  background: transparent;
  box-shadow: none;
  border: none;
  color: inherit;
}
.logoscorp-change-currency-btn:active {
  background: transparent;
  box-shadow: none;
  border: none;
  color: inherit;
}
.logoscorp-change-currency-btn:focus {
  background: transparent;
  box-shadow: none;
  border: none;
  color: inherit;
}
.checkout-index-index .switcher-currency {
  display: none;
}
.checkout-index-index .totals.incl {
  display: none;
}
.sambil-pagomovil-btn {
  color: #fff !important;
  background-color: #4d4d4d;
  border: #4d4d4d;
  font-family: 'plus-jakarta-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0.5rem;
  padding: 5px;
  cursor: pointer;
  margin-left: 2px;
}
.sambil-pagomovil-btn:hover {
  opacity: 0.9;
}
.sambil-btn-active {
  background-color: #ea2127;
}
.logoscorp .category-carousel .carousel-menu {
  width: 100%;
}
.logoscorp .category-carousel .carousel-menu nav.navigation {
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 100%;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category {
  padding: 0;
  display: flex;
  align-items: center;
  background-color: white;
  text-align: center;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category .slick-prev,
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category .slick-next {
  display: inline-block;
  position: initial;
  flex-shrink: 0;
  padding: 0;
  transform: translate(0, -100%);
  height: 27px;
  width: 27px;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #0000001A;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category .slick-prev::before,
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category .slick-next::before {
  font-size: 15px;
  vertical-align: middle;
  padding: 0;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable {
  left: 0px;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide {
  width: auto;
  justify-content: center;
  display: flex;
  align-items: center;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link .category-item-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link .category-item-info img {
  border-radius: 50%;
  width: 123px;
  height: 123px;
  box-shadow: 0px 3px 8px #0000001A;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link .category-item-info span.category-item-name {
  font-weight: 300px;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 50px;
  color: #404040;
  opacity: 1;
}
.logoscorp .category-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link:hover {
  text-decoration: none;
}
.logoscorp .featured-carousel .carousel-menu {
  width: 100%;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation {
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 100%;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category {
  padding: 0;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .carousel-menu {
  width: 100%;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-prev,
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-next {
  height: 27px;
  width: 27px;
  border-radius: 50%;
  box-shadow: 0px 3px 8px #0000001A;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-prev::before,
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-next::before {
  font-size: 15px;
  vertical-align: middle;
  padding: 0;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-prev {
  left: 0;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category .slick-next {
  right: 0;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable {
  margin: 0 -9px;
  left: 0px;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide {
  margin: 0 9px;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link {
  padding: 0;
}
.logoscorp .featured-carousel .carousel-menu nav.navigation ol.carousel-category div.slick-list.draggable div.slick-slide a.category-item-link .category-item-info img {
  border-radius: 8px;
  width: auto;
}
.mixin-dropdown {
  position: relative;
}
.mixin-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.mixin-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-open .nav-sections::before {
  content: '\e947';
}
.logoscorp .currency-label {
  display: none;
}
.logoscorp i.currency-switcher-icon::before {
  font-family: 'sambil-icons';
  content: '\e96a';
  font-style: normal;
  font-size: 2rem;
  line-height: 28px;
  color: #505050;
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.logoscorp .switcher-currency {
  margin-right: 2rem;
  float: right;
  position: relative;
}
.logoscorp .switcher-currency .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .switcher-currency .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .switcher-currency .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .switcher-currency .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .switcher-currency .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .switcher-currency .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .switcher-currency a {
  color: #0f0f0f;
  font-weight: 700;
}
.logoscorp .switcher-currency .switcher-dropdown {
  border-radius: 8px;
}
.logoscorp .nav-sections .mobile-menu-switcher {
  padding: 0;
  border: unset;
}
.logoscorp .nav-sections .mobile-menu-switcher:last-child {
  border-bottom: unset;
}
.logoscorp .nav-sections .mobile-menu-switcher ul {
  border-radius: 8px;
}
.logoscorp .nav-sections .menu-currency-selector {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.4rem;
}
.logoscorp .nav-sections .label.switcher-label {
  text-align: center;
  padding-top: 1rem;
  margin: 0;
}
.logoscorp .nav-sections .label.switcher-label span {
  color: #ffffff;
}
.logoscorp .nav-sections .mobile-menu-label {
  display: block;
  font-size: 1.2rem;
}
.logoscorp .nav-sections .switcher-option:last-child {
  border: unset;
}
.logoscorp .nav-sections::before {
  font-family: 'sambil-icons';
  position: fixed;
  top: 0;
  right: 0;
  left: 86%;
  font-size: 2rem;
  color: #ffffff;
  z-index: 5;
  pointer-events: none;
}
.logoscorp .mage-dropdown-dialog {
  position: absolute;
}
.logoscorp .switcher-options {
  background-color: transparent;
  position: relative;
  z-index: 4;
}
.logoscorp .switcher-options a {
  white-space: nowrap;
}
.logoscorp .switcher-options ul {
  list-style: none;
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.logoscorp .switcher-options ul li {
  padding: 10px;
  margin: 0;
}
.logoscorp .switcher-options ul li a {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .logoscorp .switcher-currency {
    display: none;
  }
  .logoscorp .custom-menu-wrapper .switcher-currency {
    display: block;
    padding: 0 1rem;
  }
  .logoscorp .custom-menu-wrapper i.currency-switcher-icon::before {
    margin-left: .5rem;
    content: '\e967';
    font-size: 1rem;
  }
  .logoscorp .custom-menu-wrapper .switcher-currency {
    margin: 0;
  }
  .logoscorp .custom-menu-wrapper .switcher-currency .ui-widget {
    right: 0;
    transform: none;
  }
  .logoscorp .custom-menu-wrapper .ui-widget::before {
    right: 0;
    margin-right: 0;
    transform: none;
  }
  .logoscorp .custom-menu-wrapper .switcher-option {
    border: none;
  }
}
@font-face {
  font-family: 'sambil-icons';
  src: url('../fonts/sambil-icons/icomoon.eot') format('embedded-opentype'), url('../fonts/sambil-icons/icomoon.ttf') format('truetype'), url('../fonts/sambil-icons/icomoon.woff') format('woff'), url('../fonts/sambil-icons/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'twitter-icon';
  src: url('../fonts/twitter-icon/icomoon.eot') format('embedded-opentype'), url('../fonts/twitter-icon/icomoon.ttf') format('truetype'), url('../fonts/twitter-icon/icomoon.woff') format('woff'), url('../fonts/twitter-icon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url("../fonts/PlusJakartaSans/PlusJakartaSans-Black.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-BlackItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Bold.ttf') format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-BoldItalic.ttf') format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ExtraLightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Italic.ttf') format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Regular.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'plus-jakarta-sans';
  src: url('../fonts/PlusJakartaSans/PlusJakartaSans-ThinItalic.ttf') format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
.mixin-dropdown {
  position: relative;
}
.mixin-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.mixin-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.page-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: .7;
  z-index: 90;
}
.page-overlay-active {
  display: block;
}
.logoscorp.sales-order-view .data.table.table-order-items tr.grand_total th,
.logoscorp.sales-order-view .data.table.table-order-items tr.base_grandtotal th,
.logoscorp.sales-order-view .data.table.table-order-items tr.grand_total td,
.logoscorp.sales-order-view .data.table.table-order-items tr.base_grandtotal td,
.logoscorp.sales-order-view .data.table.table-order-items tr.grand_total span,
.logoscorp.sales-order-view .data.table.table-order-items tr.base_grandtotal span,
.logoscorp.sales-order-view .data.table.table-order-items tr.grand_total strong,
.logoscorp.sales-order-view .data.table.table-order-items tr.base_grandtotal strong {
  font-weight: 700;
}
.logoscorp * {
  font-family: 'plus-jakarta-sans';
}
.logoscorp button.primary {
  min-height: 4rem;
  border-radius: .8rem;
}
.logoscorp input[type="text"],
.logoscorp input[type="password"],
.logoscorp input[type="email"],
.logoscorp input[type="tel"],
.logoscorp textarea,
.logoscorp select {
  min-height: 4.5rem;
  border-radius: .8rem;
}
.logoscorp .full-width-card-container .pagebuilder-column-line {
  gap: 4.6rem;
  max-width: 122rem;
}
.logoscorp .card-vertical {
  background: #fff;
  border-radius: .8rem;
  padding: 4rem;
}
.logoscorp .card-vertical .icon {
  max-width: 9rem;
  display: block;
  margin: auto;
  margin-bottom: 3rem;
}
.logoscorp .card-vertical .card-content {
  text-align: center;
  color: #404041;
  flex-direction: column;
}
.logoscorp .card-vertical .card-title {
  margin-bottom: .8rem;
  font-weight: bold;
}
.logoscorp .horizontal-form-control {
  display: flex;
  flex-direction: column;
}
.logoscorp .horizontal-form-control .label {
  margin-bottom: .8rem;
}
.logoscorp .horizontal-form-control .field {
  padding: 0;
}
.logoscorp .section-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 3rem 0;
}
.logoscorp .title-centered {
  text-align: center;
}
.logoscorp .banner-content {
  font-weight: bold;
  text-align: center;
  padding: 0 2rem;
}
.logoscorp .banner-title {
  font-size: 3rem;
}
.logoscorp .banner-text {
  font-size: 2rem;
}
.logoscorp .white-text,
.logoscorp .white-text > * {
  color: #fff;
}
.logoscorp .right-poster {
  padding-left: 50%;
  max-width: 60rem;
}
.logoscorp .banner-top {
  margin-top: -1rem;
}
.logoscorp .banner-top .primary-button {
  margin-top: 2rem;
}
.logoscorp .custom-404 img {
  display: block;
  margin: 5rem auto;
}
.logoscorp .custom-404 h2 {
  color: #747474;
  text-align: center;
  font-size: 3.2rem;
}
.logoscorp .minicart-items-wrapper {
  height: calc(95vh - 32rem) !important;
}
.logoscorp h1,
.logoscorp h2,
.logoscorp h3,
.logoscorp h4,
.logoscorp h5,
.logoscorp h6 {
  color: #0f0f0f;
  font-weight: 700;
}
.logoscorp .product-item-inner {
  display: none;
}
.logoscorp .usd-currency-switcher::after {
  content: 'Dólar';
}
.logoscorp .bs-currency-switcher::after {
  content: 'Bolívar';
}
.logoscorp .category-image {
  width: 99.6vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: -moz-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.logoscorp .category-image .image {
  width: 100%;
  height: auto;
}
.logoscorp .footer.content {
  color: #0f0f0f;
}
.logoscorp .action.nav-toggle {
  color: #404041;
  top: inherit;
}
.logoscorp .action.nav-toggle:before {
  color: #404041;
  font-family: 'sambil-icons';
  font-size: 2rem;
  content: '\e94a';
}
.logoscorp .page-wrapper {
  overflow: hidden;
}
.logoscorp .full-width-row {
  width: 99.6vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
.logoscorp .full-width-row h3 {
  font-size: 36px;
  color: #0f0f0f;
  margin-bottom: 32px;
  font-weight: bold;
}
.logoscorp .primary-button {
  padding: 15px 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #ea2127;
  border-radius: 8px;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.logoscorp .primary-button:hover {
  cursor: pointer;
  color: #ffffff;
  background-color: #404041;
}
.logoscorp .cta-button {
  padding: 12px 18px;
  border-radius: 8px;
  background-color: #404041;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.logoscorp .cta-button:hover {
  background-color: #ea2127;
  color: #ffffff;
  cursor: pointer;
}
.logoscorp .product-items .price-box {
  display: flex;
  flex-wrap: wrap;
}
.logoscorp .product-items .price-box .old-price {
  margin-top: 0;
  margin-left: 10px;
}
.logoscorp .product-items .price-box .old-price span.price {
  text-decoration: line-through;
  vertical-align: middle;
  color: #747474;
  font-size: 1.2rem;
}
.logoscorp .product-items .price-box .price-label {
  display: none;
}
.logoscorp .tocart.primary:hover {
  background: #404041;
}
.logoscorp .nav-open .nav-toggle:after {
  z-index: 5;
}
.logoscorp .custom-menu-wrapper {
  display: none;
}
.logoscorp #maincontent,
.logoscorp .contact-index-index #maincontent {
  margin-top: 13rem;
}
.logoscorp .product-items.slick-slider button.slick-arrow.slick-prev::before {
  font-family: 'sambil-icons';
  content: "\e969";
}
.logoscorp .product-items.slick-slider button.slick-arrow.slick-next::before {
  font-family: 'sambil-icons';
  content: "\e969";
}
.logoscorp .product-items.slick-slider button.slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
}
.logoscorp .slick-arrow {
  border-radius: 50%;
  z-index: 1;
  width: 27px;
  height: 27px;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.34);
  opacity: 1;
}
.logoscorp .slick-arrow::before {
  font-size: 1.2rem;
  padding: 0;
}
.logoscorp .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.logoscorp .catalog-grid .product-item {
  width: 100%;
}
.logoscorp .product-items .product-item {
  border-radius: 0.8rem;
  padding: 0.6rem;
}
.logoscorp .product-items .product-item:hover {
  box-shadow: 0px 3px 8px #00000029;
}
.logoscorp .product-items .product-item:hover .product-item-inner,
.logoscorp .product-items .product-item:hover .product-item-tier-price-container {
  visibility: visible;
  opacity: 1;
}
.logoscorp .product-items .product-item-info {
  position: relative;
  width: 100%;
}
.logoscorp .product-items .product-item-info:hover {
  box-shadow: unset;
  border: none;
  margin: 0;
  padding: 0;
}
.logoscorp .product-items .product-item-name a {
  hyphens: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.6rem;
  color: #0f0f0f;
  text-transform: none;
}
.logoscorp .product-items .product-item-name a:hover {
  font-weight: bold;
}
.logoscorp .product-items .product-item-price-box {
  position: relative;
}
.logoscorp .product-items .product-item-tier-price-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.logoscorp .product-items .product-item-tier-price {
  font-size: 1.2rem;
  color: #505050;
  margin: .2rem 0;
  text-align: center;
}
.logoscorp .product-items .product-item-inner {
  width: 100%;
  border: 1px solid red;
  border: none;
  box-shadow: none;
  text-align: center;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: opacity 0.5s, visibility 0.5s;
}
.logoscorp .product-items .product-item-inner:before {
  content: none;
}
.logoscorp .product-items button {
  border-radius: 8px;
}
.logoscorp .product-items .action.tocompare {
  display: none;
}
.logoscorp .product-items .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.logoscorp .product-items .actions-secondary span {
  display: none;
}
.logoscorp .product-items .towishlist {
  border-radius: 50%;
  box-shadow: 0px 3px 8px #0000001A;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoscorp .product-items .towishlist:hover {
  color: #ea2127;
}
.logoscorp .product-items .towishlist::before {
  font-family: 'sambil-icons';
  margin: 0;
  content: '\e94e';
  font-size: 2rem;
  width: auto;
  padding: 0.3rem;
}
.logoscorp .product-items .product-item-info {
  text-align: center;
}
.logoscorp .product-items .product-item-details {
  position: relative;
  text-align: left;
}
.logoscorp .product-items .vendor {
  color: #606060;
  margin: 0.95rem 0rem;
  font-size: 12px;
  min-height: 1.5rem;
}
.logoscorp .product-items .price-box {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.logoscorp .product-items .shipment-info {
  display: flex;
  margin-top: 15px;
  height: 17px;
  gap: 0.625rem;
  /*font-size:12px;
        color:@DarkGraytwo;
        .pickup::before{
            font-family: @font-family-icon;
            content:'\e94c';
            font-size: 1.7rem;
            vertical-align: middle;
        }
        .shipment-time::before{
            font-family: @font-family-icon;
            content:'\e94b';
            font-size: 1.7rem;
            margin-right: 0.5rem;
            vertical-align: middle;
            margin-left: 0.4em;
        }*/
}
.logoscorp .product-items .shipment-info .info-item img {
  height: 100%;
  width: auto;
}
.logoscorp .product-items span.price {
  font-size: 18px;
  font-weight: bold;
}
.logoscorp .block-search .minisearch .control {
  position: relative;
}
.logoscorp .block-search .minisearch .control::after {
  font-family: 'sambil-icons';
  font-size: 18px;
  padding: 0;
  content: "\e949";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2rem;
}
.logoscorp .sliding-menu-toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
}
.logoscorp .menu-toggle-icon::before {
  font-family: 'sambil-icons';
  text-transform: none;
  font-style: normal;
  content: '\e94a';
  padding-right: .5rem;
}
.logoscorp .sliding-menu-container {
  max-width: 38.5rem;
  background-color: #fff;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: left .3s;
  -moz-transition: left .3s;
  -ms-transition: left .3s;
  transition: left .3s;
  height: 100%;
  left: -100%;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 80%;
  background-color: #ffffff;
}
.logoscorp .sliding-menu-container nav.navigation {
  padding: 0;
}
.logoscorp .sliding-menu-container .section-item-title {
  display: none;
}
.logoscorp .sliding-menu-container .nav-sections-item-content {
  background-color: #ffffff;
  padding-top: 0;
  box-shadow: none;
}
.logoscorp .sliding-menu-container .sliding-menu__separator {
  margin: 0.4rem 0;
  border-top: 1px solid #919191;
}
.logoscorp .sliding-menu-container .sliding-menu__title {
  pointer-events: none;
  font-weight: bold;
}
.logoscorp .sliding-menu-container .sliding-menu__title a {
  font-size: 2rem;
  padding: .6rem 2.8rem;
  color: #0f0f0f;
}
.logoscorp .sliding-menu-container .sliding-menu__panel {
  padding: 0;
}
.logoscorp .sliding-menu-container .section-item-title {
  border: none;
}
.logoscorp .sliding-menu-container .sliding-menu__nav::before {
  font-family: 'sambil-icons';
  content: '\e969';
  color: #545454;
  font-size: 1.3rem;
  font-weight: normal;
}
.logoscorp .sliding-menu-container .sliding-menu__nav:hover::before {
  color: #ffffff;
}
.logoscorp .sliding-menu-container .sliding-menu__back {
  background-color: #ea2127;
  min-height: 5.5rem;
  color: #ffffff;
}
.logoscorp .sliding-menu-container .sliding-menu__back::before {
  margin-left: 0;
  content: '\e968';
  color: #ffffff;
}
.logoscorp .sliding-menu-container .sliding-menu__back:hover {
  background-color: #ea2127;
}
.logoscorp .sliding-menu-container .sliding-menu__nav,
.logoscorp .sliding-menu-container li a {
  padding: 0.6rem 2.8rem;
  font-size: 1.6rem;
  border-radius: 0;
}
.logoscorp .sliding-menu-container li a {
  color: #0f0f0f;
}
.logoscorp .sliding-menu-container li a:hover {
  color: #fff;
  background-color: #333;
}
.logoscorp .sliding-menu-container li button.sliding-menu__nav {
  font-weight: 400;
}
.logoscorp .sliding-menu-container .sidebar-menu.informations-section ul {
  padding: 0;
}
.logoscorp .sliding-menu-container .sidebar-menu.informations-section ul a {
  display: block;
  width: 100%;
}
.logoscorp .sliding-menu-container .sidebar-menu.informations-section .separator {
  margin: 0.4rem 0;
  border-top: 1px solid #919191;
}
.logoscorp .sliding-menu-container .sidebar-menu.informations-section.hide-informations-section {
  display: none;
}
.logoscorp .sliding-menu-active {
  left: 0;
}
.logoscorp .sliding-menu-top {
  background-color: #404041;
  display: flex;
  align-items: center;
  min-height: 8.7rem;
}
.logoscorp .sliding-menu-top img {
  padding-left: 2rem;
  max-width: 15.4rem;
}
.logoscorp .sliding-menu {
  background-color: #ffffff;
}
.logoscorp .block-search .minisearch #search {
  position: static;
  border: none;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 8px;
  height: auto;
}
.logoscorp .block-search .minisearch .label {
  display: none;
}
.logoscorp .nav-open .nav-toggle:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.logoscorp .nav-open .page-wrapper {
  left: 0;
}
.logoscorp .page-footer {
  background-color: #f4f4f4;
}
.logoscorp .discount-badge {
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  z-index: 2;
  background: #ea2127;
  padding: 0.6rem;
  border-radius: 0.8rem;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logoscorp .floating-block {
  right: 1rem;
  bottom: 7rem;
  width: 50px;
  position: fixed;
  z-index: 5;
}
.logoscorp .sambil-search-icon::before {
  font-family: 'sambil-icons';
  line-height: 1;
  content: "\e949";
  font-style: normal;
  font-size: 2rem;
}
.logoscorp .mobile-search-dropdown {
  margin-right: 2rem;
  position: relative;
}
.logoscorp .mobile-search-dropdown .input-text {
  margin: 0;
}
.logoscorp .mobile-search-dropdown .block-search {
  padding: 0;
  margin-top: 0;
}
.logoscorp .mobile-search-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .mobile-search-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .mobile-search-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .mobile-search-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .mobile-search-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp .mobile-search-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp .mobile-search-dropdown .ui-widget {
  width: 25rem;
}
.logoscorp .mobile-search-dropdown .ui-widget .control {
  border: none;
}
.logoscorp.cms-como-comprar .container-box-como-compra {
  margin-bottom: 3rem;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container {
  padding-left: 0rem;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-top {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container {
  margin-bottom: 2rem;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container:nth-child(2n) {
  margin-left: 0rem;
  margin-right: 0rem;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #0000001A;
  width: 35rem;
  min-height: 25rem;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  box-sizing: border-box;
  border-radius: 0.75rem;
  position: relative;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra .card-cms-compra-number {
  left: 40%;
  width: 54px;
  height: 54px;
  background: #336dff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #0000001A;
  border-radius: 50%;
  text-align: center;
  font: normal normal 800 24px/54px 'plus-jakarta-sans';
  color: #ffffff;
  position: relative;
}
.logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra .card-cms-compra-text {
  text-align: left;
  font: normal normal bold 14px/21px 'plus-jakarta-sans';
  color: #545454;
  margin: 0.6rem 0;
}
.logoscorp .logoscorp-top-box {
  background-color: #0f0f0f;
  padding: 5px 0px;
  font-size: 12px;
  display: block;
  width: 100vw;
  margin-left: -webkit-calc(0%);
  margin-left: -moz-calc(0%);
  margin-left: calc(0%);
  margin-right: -webkit-calc(0%);
  margin-right: -moz-calc(0%);
  margin-right: calc(0%);
}
.logoscorp .logoscorp-top-box .logoscorp-top-box-text {
  color: #ffffff;
  font: normal normal 600 16px 'plus-jakarta-sans';
}
.logoscorp .banner-top-fix {
  margin-top: 4rem;
}
.logoscorp [data-content-type="heading"] {
  font-size: 2.6rem;
}
.logoscorp .home-main-carousel .slick-list {
  border-radius: 8px;
}
.logoscorp .home-main-carousel .slick-prev {
  left: 10px;
}
.logoscorp .home-main-carousel .slick-next {
  right: 10px;
}
.logoscorp .home-banners-ads {
  margin-top: 2rem;
}
.logoscorp .home-banners-ads img {
  width: 100%;
  border-radius: 8px;
  min-width: 0;
  height: auto;
  margin-bottom: 2rem;
}
.logoscorp .owl-stage-outer {
  margin: 0 2.7rem;
}
.logoscorp .owl-item .item img {
  border-radius: 50%;
  box-shadow: 0px 3px 8px #0000001A;
  margin-bottom: 1.6rem;
}
.logoscorp .owl-item .item {
  text-align: center;
  font-weight: bold;
}
.logoscorp .owl-item .item span {
  color: #0f0f0f;
  font-size: 1.6rem;
  word-wrap: initial;
}
.logoscorp .owl-prev {
  width: 2.7rem;
  height: 2.7rem;
  position: absolute;
  box-shadow: 0px 3px 8px #0000001A;
  border-radius: 50%;
  top: 40%;
  margin-left: 0;
  font-size: 2rem;
}
.logoscorp .owl-prev span {
  display: none;
}
.logoscorp .owl-prev::before {
  content: '\e968';
  font-family: 'sambil-icons';
}
.logoscorp .owl-next {
  width: 2.7rem;
  height: 2.7rem;
  box-shadow: 0px 3px 8px #0000001A;
  border-radius: 50%;
  position: absolute;
  top: 40%;
  right: 0;
  font-size: 2rem;
}
.logoscorp .owl-next span {
  display: none;
}
.logoscorp .owl-next::before {
  content: '\e969';
  font-family: 'sambil-icons';
}
.logoscorp .owl-prev i,
.logoscorp .owl-next i {
  transform: scale(1, 6);
  color: #ccc;
}
.logoscorp .hero-category-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  grid-gap: 1.8rem;
}
.logoscorp .hero-category-container img {
  border-radius: .8rem;
}
.logoscorp #maincontent .featured-banners {
  margin-top: 20px;
  padding: 0;
  flex-grow: 1;
  justify-content: space-between;
  width: 100%;
}
.logoscorp #maincontent .featured-banners figure {
  margin-bottom: 20px;
}
.logoscorp #maincontent .featured-banners img {
  display: block;
  width: 100%;
}
.logoscorp .row-banner-ads {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 1rem;
}
.logoscorp .row-banner-ads img {
  margin-bottom: 2.5rem;
  border-radius: 8px;
}
.logoscorp .featured-brands .pagebuilder-column-line {
  gap: 2.2rem;
}
.logoscorp .brands-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logoscorp .brands-logos img {
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  flex-grow: 1;
  width: 33%;
  transition: all 0.5s ease;
}
.logoscorp .brands-logos img:hover {
  opacity: 1;
  filter: none;
}
body.logoscorp.checkout-index-index #cart-totals .table.totals .logoscorp-custom-grand-totals .mark,
body.logoscorp.checkout-cart-index #cart-totals .table.totals .logoscorp-custom-grand-totals .mark,
body.logoscorp.checkout-index-index #cart-totals .table.totals .logoscorp-custom-grand-totals .price,
body.logoscorp.checkout-cart-index #cart-totals .table.totals .logoscorp-custom-grand-totals .price,
body.logoscorp.checkout-index-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .mark,
body.logoscorp.checkout-cart-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .mark,
body.logoscorp.checkout-index-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .price,
body.logoscorp.checkout-cart-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .price {
  padding: 11px 11px 11px 0;
  font-weight: 600;
  color: #333333;
  font-size: 1.8rem;
}
body.logoscorp.checkout-index-index #cart-totals .table.totals .logoscorp-custom-grand-totals .mark strong,
body.logoscorp.checkout-cart-index #cart-totals .table.totals .logoscorp-custom-grand-totals .mark strong,
body.logoscorp.checkout-index-index #cart-totals .table.totals .logoscorp-custom-grand-totals .price strong,
body.logoscorp.checkout-cart-index #cart-totals .table.totals .logoscorp-custom-grand-totals .price strong,
body.logoscorp.checkout-index-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .mark strong,
body.logoscorp.checkout-cart-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .mark strong,
body.logoscorp.checkout-index-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .price strong,
body.logoscorp.checkout-cart-index .opc-block-summary .table-totals .logoscorp-custom-grand-totals .price strong {
  padding: 0;
}
body.logoscorp.checkout-index-index .cart-empty a,
body.logoscorp.checkout-cart-index .cart-empty a {
  font-weight: bolder;
}
body.logoscorp.catalog-category-view .page-title-wrapper,
body.logoscorp.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
body.logoscorp.catalog-category-view .breadcrumbs .item:not(:last-child),
body.logoscorp.catalogsearch-result-index .breadcrumbs .item:not(:last-child) {
  color: #545454;
}
body.logoscorp.catalog-category-view .breadcrumbs .item:not(:last-child)::after,
body.logoscorp.catalogsearch-result-index .breadcrumbs .item:not(:last-child)::after {
  content: '/';
  margin: 0;
  font-family: 'plus-jakarta-sans';
}
body.logoscorp.catalog-category-view .breadcrumbs .item:last-child,
body.logoscorp.catalogsearch-result-index .breadcrumbs .item:last-child {
  color: #0f0f0f;
}
body.logoscorp.catalog-category-view .filter-title strong,
body.logoscorp.catalogsearch-result-index .filter-title strong {
  background-color: #fff;
  color: #545454;
  border: unset;
  box-shadow: unset;
  display: inline-flex;
  align-items: center;
}
body.logoscorp.catalog-category-view .filter-title strong::after,
body.logoscorp.catalogsearch-result-index .filter-title strong::after {
  font-family: 'sambil-icons';
  display: inline-block;
  content: '\e94d';
  color: #545454;
  font-size: 2.5rem;
  margin-left: 1rem;
  line-height: 1;
  vertical-align: middle;
}
body.logoscorp.catalog-category-view .filter-actions,
body.logoscorp.catalogsearch-result-index .filter-actions {
  margin-top: 1.8rem;
}
body.logoscorp.catalog-category-view .filter-clear,
body.logoscorp.catalogsearch-result-index .filter-clear {
  padding: 1.2rem 1.6rem;
  margin-top: 1.8rem;
  background-color: #404041;
  color: #ffffff;
  font-weight: bold;
  border-radius: .8rem;
}
body.logoscorp.catalog-category-view .filter-clear:hover,
body.logoscorp.catalogsearch-result-index .filter-clear:hover {
  background-color: #ea2127;
}
body.logoscorp.catalog-category-view .filter-options-title,
body.logoscorp.catalogsearch-result-index .filter-options-title {
  text-transform: none;
  color: #0f0f0f;
}
body.logoscorp.catalog-category-view .filter-options-title::after,
body.logoscorp.catalogsearch-result-index .filter-options-title::after {
  font-family: 'sambil-icons';
  content: '\e962';
}
body.logoscorp.catalog-category-view .active > .filter-options-title:after,
body.logoscorp.catalogsearch-result-index .active > .filter-options-title:after {
  font-family: 'sambil-icons';
  content: '\e967';
}
body.logoscorp.catalog-category-view .filter-options-content a,
body.logoscorp.catalogsearch-result-index .filter-options-content a {
  font-size: 1.3rem;
}
body.logoscorp.catalog-category-view .filter-options-content a::before,
body.logoscorp.catalogsearch-result-index .filter-options-content a::before {
  content: '';
  width: 1.3rem;
  height: 1.3rem;
  margin-right: .7rem;
  border-radius: .2rem;
  border: 1px solid #d1d0d0;
  vertical-align: middle;
  display: inline-block;
}
body.logoscorp.catalog-category-view .filter-options-content a:hover::after,
body.logoscorp.catalogsearch-result-index .filter-options-content a:hover::after {
  width: 1rem;
  height: 1rem;
  border-radius: 6px;
}
body.logoscorp.catalog-category-view .filter-options-content a.swatch-option-link-layered::before,
body.logoscorp.catalogsearch-result-index .filter-options-content a.swatch-option-link-layered::before {
  content: none;
}
body.logoscorp.catalog-category-view .filter.active .filter-title,
body.logoscorp.catalogsearch-result-index .filter.active .filter-title {
  background-color: #404041;
}
body.logoscorp.catalog-category-view .filter.active .filter-title strong,
body.logoscorp.catalogsearch-result-index .filter.active .filter-title strong {
  color: transparent;
  background-color: transparent;
}
body.logoscorp.catalog-category-view .filter.active .filter-title strong::after,
body.logoscorp.catalogsearch-result-index .filter.active .filter-title strong::after {
  font-family: 'sambil-icons';
  color: #ffffff;
  content: '\e947';
  font-size: 1.2rem;
}
body.logoscorp.catalog-category-view .filter.active .filter-subtitle,
body.logoscorp.catalogsearch-result-index .filter.active .filter-subtitle {
  color: #ffffff;
  width: fit-content;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 2;
  font-size: 1.6rem;
}
body.logoscorp.catalog-category-view .breadcrumbs,
body.logoscorp.catalogsearch-result-index .breadcrumbs {
  padding-left: 0;
  margin-left: 0;
}
body.logoscorp.catalog-category-view .products-grid .product-items,
body.logoscorp.catalogsearch-result-index .products-grid .product-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  row-gap: 3.8rem;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item {
  border-radius: 0.8rem;
  padding: 0.6rem;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item:hover,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item:hover {
  box-shadow: 0px 3px 8px #00000029;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item:hover .product-item-inner,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item:hover .product-item-inner,
body.logoscorp.catalog-category-view .products-grid .product-items .product-item:hover .product-item-tier-price-container,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item:hover .product-item-tier-price-container {
  visibility: visible;
  opacity: 1;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-info,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-info {
  position: relative;
  width: 100%;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-info:hover,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-info:hover {
  box-shadow: unset;
  border: none;
  margin: 0;
  padding: 0;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-name a,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-name a {
  hyphens: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.6rem;
  color: #0f0f0f;
  text-transform: none;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-name a:hover,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-name a:hover {
  font-weight: bold;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-price-box,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-price-box {
  position: relative;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-tier-price-container,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-tier-price-container {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-tier-price,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-tier-price {
  font-size: 1.2rem;
  color: #505050;
  margin: .2rem 0;
  text-align: center;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-inner,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-inner {
  width: 100%;
  border: 1px solid red;
  border: none;
  box-shadow: none;
  text-align: center;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  transition: opacity 0.5s, visibility 0.5s;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-inner:before,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-inner:before {
  content: none;
}
body.logoscorp.catalog-category-view .products-grid .product-items button,
body.logoscorp.catalogsearch-result-index .products-grid .product-items button {
  border-radius: 8px;
}
body.logoscorp.catalog-category-view .products-grid .product-items .action.tocompare,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .action.tocompare {
  display: none;
}
body.logoscorp.catalog-category-view .products-grid .product-items .actions-secondary,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
body.logoscorp.catalog-category-view .products-grid .product-items .actions-secondary span,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .actions-secondary span {
  display: none;
}
body.logoscorp.catalog-category-view .products-grid .product-items .towishlist,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .towishlist {
  border-radius: 50%;
  box-shadow: 0px 3px 8px #0000001A;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.logoscorp.catalog-category-view .products-grid .product-items .towishlist:hover,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .towishlist:hover {
  color: #ea2127;
}
body.logoscorp.catalog-category-view .products-grid .product-items .towishlist::before,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .towishlist::before {
  font-family: 'sambil-icons';
  margin: 0;
  content: '\e94e';
  font-size: 2rem;
  width: auto;
  padding: 0.3rem;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-info,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-info {
  text-align: center;
}
body.logoscorp.catalog-category-view .products-grid .product-items .product-item-details,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .product-item-details {
  position: relative;
  text-align: left;
}
body.logoscorp.catalog-category-view .products-grid .product-items .vendor,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .vendor {
  color: #606060;
  margin: 0.95rem 0rem;
  font-size: 12px;
  min-height: 1.5rem;
}
body.logoscorp.catalog-category-view .products-grid .product-items .price-box,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .price-box {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
body.logoscorp.catalog-category-view .products-grid .product-items .shipment-info,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .shipment-info {
  display: flex;
  margin-top: 15px;
  height: 17px;
  gap: 0.625rem;
  /*font-size:12px;
        color:@DarkGraytwo;
        .pickup::before{
            font-family: @font-family-icon;
            content:'\e94c';
            font-size: 1.7rem;
            vertical-align: middle;
        }
        .shipment-time::before{
            font-family: @font-family-icon;
            content:'\e94b';
            font-size: 1.7rem;
            margin-right: 0.5rem;
            vertical-align: middle;
            margin-left: 0.4em;
        }*/
}
body.logoscorp.catalog-category-view .products-grid .product-items .shipment-info .info-item img,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .shipment-info .info-item img {
  height: 100%;
  width: auto;
}
body.logoscorp.catalog-category-view .products-grid .product-items .price,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .price {
  font-size: 1.4rem;
  font-weight: bold;
}
body.logoscorp.catalog-category-view .products-grid .product-items .old-price .price,
body.logoscorp.catalogsearch-result-index .products-grid .product-items .old-price .price {
  font-size: 1.2rem;
}
body.logoscorp.catalog-category-view .swatch-option.image,
body.logoscorp.catalogsearch-result-index .swatch-option.image {
  width: 9.4rem;
  height: 9.4rem;
}
body.logoscorp.catalog-category-view .bottom-limiter,
body.logoscorp.catalogsearch-result-index .bottom-limiter {
  float: left;
}
body.logoscorp.catalog-category-view .products.wrapper ~ .toolbar .pages,
body.logoscorp.catalogsearch-result-index .products.wrapper ~ .toolbar .pages {
  float: right;
}
body.logoscorp.catalog-category-view .sorter-options,
body.logoscorp.catalogsearch-result-index .sorter-options,
body.logoscorp.catalog-category-view .limiter-options,
body.logoscorp.catalogsearch-result-index .limiter-options {
  background-color: #ffffff;
  padding-right: 3.5rem;
  border-radius: 8px;
}
body.logoscorp.catalog-category-view .action.previous::before,
body.logoscorp.catalogsearch-result-index .action.previous::before,
body.logoscorp.catalog-category-view .action.next::before,
body.logoscorp.catalogsearch-result-index .action.next::before {
  content: '';
}
body.logoscorp.catalog-category-view .action.next > span,
body.logoscorp.catalogsearch-result-index .action.next > span,
body.logoscorp.catalog-category-view .action.previous > span,
body.logoscorp.catalogsearch-result-index .action.previous > span {
  color: #0f0f0f;
  clip: unset;
  height: auto;
  margin: auto;
  overflow: initial;
  position: static;
  width: auto;
}
body.logoscorp.catalog-category-view .action.next > .label,
body.logoscorp.catalogsearch-result-index .action.next > .label,
body.logoscorp.catalog-category-view .action.previous > .label,
body.logoscorp.catalogsearch-result-index .action.previous > .label {
  display: none;
}
body.logoscorp.catalog-category-view .pages-items,
body.logoscorp.catalogsearch-result-index .pages-items {
  padding: 0px 74px 0;
}
body.logoscorp.catalog-category-view .pages-items .action,
body.logoscorp.catalogsearch-result-index .pages-items .action {
  box-shadow: unset;
  margin: 0;
  background-color: #ffffff;
  border: unset;
}
body.logoscorp.catalog-category-view .pages-items .item.pages-item-previous,
body.logoscorp.catalogsearch-result-index .pages-items .item.pages-item-previous {
  border-radius: .4rem 0 0 .4rem;
  margin-left: 9px;
}
body.logoscorp.catalog-category-view .pages-items .pages-item-next,
body.logoscorp.catalogsearch-result-index .pages-items .pages-item-next {
  border-radius: 0 .4rem .4rem 0;
}
body.logoscorp.catalog-category-view .pages-items .page,
body.logoscorp.catalogsearch-result-index .pages-items .page {
  padding: 0 1.2rem;
}
body.logoscorp.catalog-category-view .pages-items .item,
body.logoscorp.catalogsearch-result-index .pages-items .item {
  margin: 0;
  border: 1px solid #DEE2E6;
}
body.logoscorp.catalog-category-view .pages-items .item a,
body.logoscorp.catalogsearch-result-index .pages-items .item a {
  color: #4E4D4D;
}
body.logoscorp.catalog-category-view .pages-items .item.current .page,
body.logoscorp.catalogsearch-result-index .pages-items .item.current .page {
  background-color: #404041;
  color: #ffffff;
}
.logoscorp #maincontent.legal-text-container {
  max-width: 99rem;
  margin-top: 5rem;
}
.logoscorp #maincontent.about-us-container {
  max-width: 120.5rem;
  margin-top: 5rem;
}
.logoscorp #maincontent.about-us-container .column.main {
  padding-bottom: 0;
}
.logoscorp .about-us-header img {
  vertical-align: middle;
  margin-top: .8rem;
}
.logoscorp .about-us-prefooter-banner {
  font-weight: bold;
}
.logoscorp .about-us-prefooter-banner .prefooter-header {
  color: #0F0F0F;
  font-size: 2.8rem;
  margin: 1.3rem 0;
}
.logoscorp .about-us-prefooter-banner .prefooter-content {
  color: #58585B;
  font-size: 1.8rem;
}
.logoscorp .about-us-prefooter-banner .primary-button {
  padding: .8rem 2rem;
  margin-top: 1.6rem;
}
.logoscorp .about-us-row .pagebuilder-column-line {
  gap: 2rem;
}
.logoscorp .image-right {
  order: 2;
}
.logoscorp .step-icons {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin: 4rem auto;
  align-items: center;
}
.logoscorp .step-icons img {
  background-color: #fff;
  padding: 2.5rem;
  border-radius: .8rem;
}
.logoscorp .step-icons .step-icon-container {
  text-align: center;
}
.logoscorp .step-icons .step-icons-title {
  margin-top: 1.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.logoscorp .step-icon::before {
  content: "\e967";
  font-family: 'sambil-icons';
  color: #6D8CC7;
  font-size: 3rem;
  vertical-align: middle;
  font-style: normal;
  font-weight: bold;
}
.logoscorp .sell-with-us-card-container {
  display: grid;
  grid-auto-flow: row;
  gap: 4.6rem;
  margin: 0 2rem 2rem;
}
.logoscorp .sell-with-us-horizontal-card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.logoscorp .sell-with-us-horizontal-card-container .card-icon {
  padding: 0 2rem;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0px 3px 14px #0000001F;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card .card-icon {
  display: flex;
  align-items: center;
  background-color: transparent;
  max-width: none;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card .card-icon img {
  max-width: 100%;
  width: auto;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card .card-content p {
  margin: 0;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card .card-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card.center-text {
  text-align: center;
}
.logoscorp .sell-with-us-horizontal-card-container .horizontal-card.card-with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logoscorp .sell-with-us.register-banner {
  color: #fff;
  padding: 1.5rem;
  max-width: 77rem;
  text-align: center;
  margin-inline: auto;
}
.logoscorp .sell-with-us.register-banner h3,
.logoscorp .sell-with-us.register-banner h4 {
  margin: 0;
  font-weight: bold;
  color: #fff;
}
.logoscorp .sell-with-us.register-banner h3 {
  font-size: 4.8rem;
}
.logoscorp .sell-with-us.register-banner h4 {
  font-size: 3.6rem;
}
.logoscorp .sell-with-us.register-banner div {
  font-size: 2.4rem;
  margin-top: 1.8rem;
}
.logoscorp .sell-with-us.register-banner .primary-button {
  margin-top: 1.7rem;
}
.logoscorp .form.sell-with-us {
  max-width: 122rem;
  margin-inline: auto;
}
.logoscorp .form.sell-with-us input,
.logoscorp .form.sell-with-us select,
.logoscorp .form.sell-with-us textarea {
  margin-top: .8rem;
}
.logoscorp .form.sell-with-us fieldset {
  display: grid;
  gap: 1rem;
}
.logoscorp .form.sell-with-us .actions-toolbar {
  margin-top: 1.5rem;
}
.logoscorp .form.sell-with-us .primary {
  float: right;
  min-width: 11rem;
}
.logoscorp .about-us-card-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
.logoscorp .about-us-card-container .horizontal-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0px 3px 14px #0000001F;
}
.logoscorp .about-us-card-container .horizontal-card .card-icon {
  display: flex;
  align-items: center;
  background-color: #5250a3;
  max-width: 7rem;
}
.logoscorp .about-us-card-container .horizontal-card .card-icon img {
  max-width: 100%;
  width: none;
}
.logoscorp .about-us-card-container .horizontal-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.logoscorp .about-us-card-container .horizontal-card .card-content p {
  margin: 0;
}
.logoscorp .about-us-card-container .horizontal-card .card-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.logoscorp .about-us-card-container .horizontal-card.center-text {
  text-align: center;
}
.logoscorp .about-us-card-container .horizontal-card.card-with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logoscorp .about-us-banner-with-text .pagebuilder-poster-content {
  max-width: 46rem;
}
.logoscorp .personal-shoppers-card-container {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 4.3rem;
  column-gap: 7.5rem;
  padding: 1rem 0;
}
.logoscorp .personal-shoppers-card-container .personal-shoppers-card-column {
  display: flex;
  flex-direction: column;
  gap: 4.3rem;
}
.logoscorp .personal-shoppers-card-container .horizontal-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  border-radius: .8rem;
  overflow: hidden;
  box-shadow: 0px 3px 14px #0000001F;
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  color: #58585B;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-icon {
  display: flex;
  align-items: center;
  background-color: transparent;
  max-width: 19rem;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-icon img {
  max-width: 100%;
  width: auto;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 2rem;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-content p {
  margin: 0;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.logoscorp .personal-shoppers-card-container .horizontal-card.center-text {
  text-align: center;
}
.logoscorp .personal-shoppers-card-container .horizontal-card.card-with-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-icon {
  position: relative;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-content {
  padding-left: 3rem;
}
.logoscorp .personal-shoppers-card-container .horizontal-card .card-step {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #EA2127;
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logoscorp .personal-shoppers-card-container .horizontal-card a {
  color: #336DFF;
}
.logoscorp .legal-text-container p {
  font-size: 1.6rem;
}
.logoscorp .legal-text-container div[aria-expanded="true"] div[data-role="trigger"]::after {
  transform: translateY(-50%) rotate(180deg);
}
.logoscorp .legal-text-container div[data-role="trigger"] {
  padding: 1.6rem 0;
  padding-right: 2rem;
  border-bottom: 1px solid #DFDFDF;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  cursor: pointer;
}
.logoscorp .legal-text-container div[data-role="trigger"]::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: middle;
  color: #606060;
  font-family: 'sambil-icons';
  content: "\e967";
  transition: transform 0.3s ease-in-out;
}
.logoscorp .legal-text-container div[data-role="content"],
.logoscorp .legal-text-container p[data-role="content"] {
  margin: 1.6rem 0;
  font-size: 1.6rem;
}
.logoscorp .legal-text-icons .pagebuilder-column-line .pagebuilder-column {
  flex-basis: 33%;
}
.logoscorp .legal-text-icons img {
  border-radius: 8px;
  margin-bottom: 1rem;
  box-shadow: 0px 3px 12px #0000001A;
}
.logoscorp .legal-text-icons .pagebuilder-column {
  opacity: .6;
}
.logoscorp .legal-text-icons .pagebuilder-column.active {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .logoscorp .legal-text-icons .pagebuilder-column-line {
    gap: 2rem;
  }
  .logoscorp .about-us-row .pagebuilder-column-line {
    gap: 6rem;
  }
  .logoscorp .about-us-header img {
    margin-left: .8rem;
    margin-top: 0;
  }
  .logoscorp .about-us-card-container {
    grid-template-columns: 1fr 1fr;
    gap: 2rem 6rem;
  }
  .logoscorp .image-right {
    order: unset;
  }
}
html {
  scroll-behavior: smooth;
}
@media only screen and (min-width: 480px) {
  .logoscorp .home-banners-ads {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) {
  #maincontent,
  .page-main,
  .footer.content {
    max-width: 1494px;
  }
  #maincontent .main-banner-carousel,
  .page-main .main-banner-carousel {
    max-width: 1035px;
  }
  .logoscorp #maincontent {
    margin-top: 19rem;
  }
  .logoscorp .product-item-inner {
    display: block;
  }
  .logoscorp .banner-top {
    margin-top: -5rem;
  }
  .logoscorp .poster-right {
    display: flex;
    align-items: flex-end;
  }
  .logoscorp .poster-right .banner-content {
    max-width: 45rem;
    padding-right: 15rem;
    text-align: unset;
  }
  .logoscorp .banner-title {
    font-size: 4.2rem;
  }
  .logoscorp .banner-text {
    font-size: 2.2rem;
  }
  .logoscorp .block-search .minisearch .control {
    position: relative;
  }
  .logoscorp .block-search .minisearch .control::after {
    content: none;
  }
  .logoscorp .gap-2 .pagebuilder-column-line {
    gap: 2rem;
  }
  .logoscorp .horizontal-form-control {
    flex-direction: row;
    gap: 2rem;
  }
  .logoscorp .horizontal-form-control .field {
    width: calc(50% - 2rem);
  }
  .logoscorp .header.content .action.nav-toggle {
    display: none;
  }
  .logoscorp .ammenu-nav-sections.-topmenu .ammenu-items {
    position: static;
  }
  .logoscorp .megamenu-title {
    font-weight: bold;
    margin: .8rem 0;
  }
  .logoscorp .custom-menu-wrapper {
    display: flex;
    align-items: center;
    padding: 0 3rem;
  }
  .logoscorp .custom-menu-wrapper .ammenu-menu-wrapper {
    flex-grow: 1;
    margin: 0;
  }
  .logoscorp .custom-menu-wrapper .ammenu-main-container {
    margin: 0;
    min-width: 100%;
  }
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections {
    padding: 0;
  }
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections a {
    display: block;
  }
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections .ammenu-submenu-wrapper {
    padding-top: 0;
    min-width: 100%;
    line-height: 2;
    z-index: 8;
    background-color: white;
  }
  .logoscorp .custom-menu-wrapper .action.nav-toggle {
    font-size: 1em;
    position: static;
    display: inline;
  }
  .logoscorp .custom-menu-wrapper .action.nav-toggle:before {
    font-family: 'sambil-icons';
    content: '\e94a';
    font-size: 1.3rem;
  }
  .logoscorp .custom-menu-wrapper .action.nav-toggle span {
    width: auto;
    height: auto;
    clip: unset;
    position: static;
  }
  .logoscorp .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link {
    padding: 0.9rem 2rem;
    text-transform: uppercase;
  }
  .logoscorp .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > .ammenu-link:hover {
    transition: all 0.3s ease;
    color: #ea2127;
  }
  .logoscorp .block-search .minisearch input#search {
    position: static;
    background-color: #ffffff;
    border: 1px solid #dfdfdf;
  }
  .logoscorp .block-search .minisearch .label {
    display: none;
  }
  .logoscorp .nav-sections::before {
    content: '';
  }
  .logoscorp .nav-sections {
    max-width: 37.5rem;
  }
  .logoscorp .nav-sections .section-item-title {
    padding: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1rem;
    width: 100%;
    text-align: left;
    border: none;
    background-color: #585858;
  }
  .logoscorp .nav-sections nav.navigation {
    padding: 0;
  }
  .logoscorp .nav-sections .nav-sections-item-title {
    text-transform: uppercase;
    height: 5rem;
    padding: 1.7rem 2.8rem;
  }
  .logoscorp .nav-sections .nav-sections-item-title a {
    font-size: 1.2rem;
    font-weight: 800;
  }
  .logoscorp .nav-sections .nav-sections-item-title.active {
    color: white;
  }
  .logoscorp .nav-sections .nav-sections-item-title.active a {
    color: white;
  }
  .logoscorp .product-items .shipment-info {
    gap: 1.25rem;
  }
  .logoscorp .product-items .price-box .old-price span.price {
    font-size: 1.4rem;
  }
  .logoscorp .container-shipping-methods {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 1.5rem;
  }
  .logoscorp .container-payment-methods {
    display: inline-grid;
    grid-auto-flow: column;
    grid-gap: 1rem;
    align-items: center;
  }
  .logoscorp .sliding-menu-top img {
    padding-left: 2.8rem;
  }
  .logoscorp .action-close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .logoscorp .action-close-menu:hover {
    cursor: pointer;
  }
  .logoscorp .action-close-menu::after {
    font-family: 'sambil-icons';
    content: '\e947';
    font-size: 1.4rem;
    color: #ffffff;
    z-index: 5;
  }
  .logoscorp .sliding-menu-top::after {
    font-family: 'sambil-icons';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2rem;
    color: #ffffff;
    z-index: 5;
  }
  .logoscorp .banner-top-fix {
    margin-top: -1rem;
  }
  .logoscorp .logoscorp-top-box {
    background-color: #0f0f0f;
    padding: 5px 10px;
    display: block;
    width: 100vw;
    margin-left: -webkit-calc(0%);
    margin-left: -moz-calc(0%);
    margin-left: calc(0%);
    margin-right: -webkit-calc(0%);
    margin-right: -moz-calc(0%);
    margin-right: calc(0%);
  }
  .logoscorp .logoscorp-top-box .logoscorp-top-box-text {
    color: #ffffff;
    font: normal normal 600 16px 'plus-jakarta-sans';
  }
  .logoscorp .minicart-items-wrapper {
    height: calc(100vh - 32rem) !important;
  }
  .logoscorp #maincontent .featured-banners {
    flex-grow: 1;
    justify-content: space-between;
    width: 100%;
    padding-left: 20px;
    margin-top: 0;
  }
  .logoscorp #maincontent .featured-banners figure {
    margin-bottom: 0;
  }
  .logoscorp #maincontent .featured-banners img {
    display: block;
  }
  .logoscorp .row-banner-ads {
    flex-direction: row;
    justify-content: space-between;
  }
  .logoscorp .row-banner-ads img {
    margin-bottom: 0;
  }
  .logoscorp .brands-logos {
    flex-wrap: nowrap;
  }
  .logoscorp .brands-logos img {
    min-width: 0;
    width: auto;
    max-width: 18.8rem;
    flex-grow: 0;
  }
  .logoscorp .mobile-search-dropdown {
    display: none;
  }
  .logoscorp #brand-logo-row2 {
    margin-top: 2.6rem;
  }
  body.logoscorp.catalog-category-view .filter-subtitle,
  body.logoscorp.catalogsearch-result-index .filter-subtitle {
    display: none;
  }
  body.logoscorp.catalog-category-view .sorter-label,
  body.logoscorp.catalogsearch-result-index .sorter-label {
    display: inline;
  }
  body.logoscorp.catalog-category-view .products-grid.products,
  body.logoscorp.catalogsearch-result-index .products-grid.products {
    margin-top: 0;
  }
  body.logoscorp.catalog-category-view .products-grid .product-items,
  body.logoscorp.catalogsearch-result-index .products-grid .product-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row: 0;
    grid-gap: 2rem;
  }
  body.logoscorp.catalog-category-view .products-grid .product-items .price,
  body.logoscorp.catalogsearch-result-index .products-grid .product-items .price {
    font-size: 1.8rem;
    font-weight: bold;
  }
  body.logoscorp.catalog-category-view .products-grid .product-items .old-price .price,
  body.logoscorp.catalogsearch-result-index .products-grid .product-items .old-price .price {
    font-size: 1.8rem;
  }
  body.logoscorp.catalog-category-view .modes-mode.active::before,
  body.logoscorp.catalogsearch-result-index .modes-mode.active::before {
    color: #0f0f0f;
  }
  body.logoscorp.catalog-category-view .mode-grid::before,
  body.logoscorp.catalogsearch-result-index .mode-grid::before {
    font-family: 'sambil-icons';
    content: '\e964';
    font-size: 2.3rem;
  }
  body.logoscorp.catalog-category-view .mode-list::before,
  body.logoscorp.catalogsearch-result-index .mode-list::before {
    font-family: 'sambil-icons';
    content: '\e963';
    font-size: 2.3rem;
  }
  body.logoscorp.catalog-category-view .toolbar .limiter,
  body.logoscorp.catalogsearch-result-index .toolbar .limiter {
    display: block;
    float: right;
  }
  body.logoscorp.catalog-category-view .modes,
  body.logoscorp.catalogsearch-result-index .modes {
    float: right;
    margin: 0;
  }
  body.logoscorp.catalog-category-view .modes-mode,
  body.logoscorp.catalogsearch-result-index .modes-mode {
    box-shadow: unset;
    border: none;
    background: #ffffff;
  }
  body.logoscorp.catalog-category-view .toolbar-sorter,
  body.logoscorp.catalogsearch-result-index .toolbar-sorter {
    float: left;
  }
  .logoscorp #maincontent.legal-text-container {
    margin-top: 9rem;
  }
  .logoscorp .sell-with-us-card-container {
    grid-auto-flow: column;
    margin: 0 auto 4rem;
    max-width: 122rem;
  }
  .logoscorp .sell-with-us-horizontal-card-container {
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
  }
  .logoscorp .personal-shoppers-card-container {
    grid-template-columns: 1fr 1fr;
    row-gap: 4.5rem;
    column-gap: 7.5rem;
  }
  .logoscorp .step-icons {
    flex-direction: row;
    gap: unset;
    justify-content: space-between;
    max-width: 1220px;
  }
  .logoscorp .step-icon::before {
    content: "\e969";
  }
  .logoscorp .form-sell-with-us {
    padding: 0 1.5rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra {
    margin-bottom: 3rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container {
    padding-left: 2rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-top {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container {
    margin-bottom: 2rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container:nth-child(2n) {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #0000001A;
    width: 40rem;
    min-height: 25rem;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    box-sizing: border-box;
    border-radius: 0.75rem;
    position: relative;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra .card-cms-compra-number {
    left: 40%;
    width: 54px;
    height: 54px;
    background: #336dff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 8px #0000001A;
    border-radius: 50%;
    text-align: center;
    font: normal normal 800 24px/54px 'plus-jakarta-sans';
    color: #ffffff;
    position: relative;
  }
  .logoscorp.cms-como-comprar .container-box-como-compra .collumn-card-container .option-card-container .card-cms-compra .card-cms-compra-text {
    text-align: left;
    font: normal normal bold 14px/21px 'plus-jakarta-sans';
    color: #545454;
    margin: 0.6rem 0;
  }
}
@media only screen and (min-width: 1280px) {
  .logoscorp .container-shipping-methods .icons {
    grid-template-columns: repeat(4, auto);
    grid-gap: 10px;
  }
  .logoscorp .main-home-banners {
    display: flex;
  }
  .logoscorp#html-body .home-main-carousel .pagebuilder-slide-wrapper {
    background-size: 100% 100%;
  }
  .logoscorp .home-main-carousel {
    width: 71.18%;
  }
  .logoscorp .home-banners-ads {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 2rem;
    margin-top: 0;
  }
  .logoscorp .home-banners-ads img {
    margin: 0;
  }
}
.rheostat-tooltip {
  white-space: nowrap;
  font-size: 12px;
}
.ais-RangeSlider {
  padding-inline: 10px;
}
.action.tocart.primary {
  background: #EA2127 !important;
  border-color: #EA2127;
  color: #fff;
}
.action.tocart:hover {
  background: #404041 !important;
}
.logoscorp.category-directory-layout .page-main-directory .breadcrumbs {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .columns {
  padding-bottom: 4rem;
}
.logoscorp.category-directory-layout .page-main-directory .columns .column.main {
  padding-bottom: 0;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory {
  height: 440px;
  width: 100vw;
  margin-left: 0;
  margin-top: -65px;
  border-bottom: 1px solid #dfdfdf;
  /*
            background-image: url(/media/wysiwyg/banner-directorio-mobile.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;*/
  position: relative;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-bg-image-mb {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: block;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-bg-image-dk {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 10rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .header-directory-text {
  z-index: 2;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .header-directory-text .header-directory-title {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 32.6rem;
  margin: 0 auto;
  margin-top: 75px;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .header-directory-text .header-directory-subtitle {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  max-width: 32.6rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter {
  min-width: 24.5rem;
  margin: 0 auto;
  padding: 0.6rem 1.6rem;
  background-color: #fff;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-title.filter-title {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options {
  display: block;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item {
  border: solid 1px #D1D0D0;
  border-radius: 5px;
  margin: 1rem 0;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .directory-hide {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content {
  max-height: 260px;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content a::before {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-content .items {
  max-height: 260px;
  max-width: 223px;
  overflow-y: auto;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  color: #404041;
  font-weight: normal;
  font-size: 1.4rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  font-family: 'sambil-icons';
  content: '\e967';
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item.active > .filter-options-title:after {
  font-family: 'sambil-icons';
  content: '\e962';
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current {
  border: none;
  padding-bottom: 13px;
  width: 100vw;
  margin-left: -webkit-calc(50% - 46vw);
  margin-left: -moz-calc(50% - 46vw);
  margin-left: calc(50% - 46vw);
  left: 0;
  top: 110px;
  display: flex;
  align-items: center;
  position: absolute;
  height: 5rem;
  bottom: -65px;
  top: unset;
  flex-wrap: wrap;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .items {
  padding: 0px;
  display: inline-flex;
  gap: 2rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .filter-current-subtitle::after,
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .filter-current-subtitle::before {
  display: none;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .filter-current-subtitle,
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current ol.items {
  width: 100%;
  max-width: 95vw;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current.filtrado {
  margin-left: 2%;
  z-index: -1;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .block-actions.filter-actions {
  position: absolute;
  right: 14%;
  display: block;
  bottom: -15rem;
  left: 1rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .block-actions.filter-actions .filter-clear {
  padding: 0.9rem 1.6rem;
  margin-top: 1.8rem;
  background-color: #fff;
  border: 1px solid #747474;
  color: #747474;
  font-weight: bold;
  border-radius: 0.8rem;
}
.logoscorp.category-directory-layout .page-main-directory .header-directory .toolbar.toolbar-products {
  padding: 0 2%;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list {
  margin: 0 3%;
  position: relative;
  margin-top: 16rem;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list.filtrado {
  margin-top: 7.4rem;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list hr {
  color: #D1D0D0;
  opacity: 0.5;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .directory-abc-title {
  color: #747474;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 22px;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .item.product.product-item:hover {
  box-shadow: none;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row: 0;
  grid-gap: 2rem;
  align-items: center;
  justify-items: center;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item {
  margin-top: -7px;
  width: 231px;
  max-width: 231px;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item .product-item-name {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 0px 0px;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item .product-item-name label {
  color: #505050;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item .product-image-container {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  border-radius: .8rem;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  height: 115px;
  border-radius: 8px;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list:after {
  content: '';
  width: 100vw;
  margin-left: -webkit-calc(49% - 50vw);
  margin-left: -moz-calc(49% - 50vw);
  margin-left: calc(49% - 50vw);
  border-top: 1px solid #7474;
  position: absolute;
  top: -2rem;
}
.logoscorp.category-directory-layout .page-main-directory .directory-product-list.no-filtrado {
  margin-top: -10rem;
}
.logoscorp.category-directory-layout .page-main-directory .pages-item-next,
.logoscorp.category-directory-layout .page-main-directory .pages-item-previous {
  position: unset;
}
.logoscorp.category-directory-layout .page-main-directory .pages .pages-items {
  padding-right: 0;
}
@media only screen and (min-width: 568px) {
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items {
    grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
    justify-items: start;
  }
}
@media only screen and (min-width: 769px) {
  .logoscorp.category-directory-layout .column.main {
    width: 100%;
    float: none;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory {
    position: relative;
    height: 440px;
    margin-left: -webkit-calc(49% - 50vw);
    margin-left: -moz-calc(49% - 50vw);
    margin-left: calc(49% - 50vw);
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-bg-image-mb {
    display: none;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-bg-image-dk {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    display: block;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container {
    padding-bottom: 6rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .header-directory-text .header-directory-title {
    font-size: 3.2rem;
    max-width: 47rem;
    margin-top: 115px;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .header-directory-text .header-directory-subtitle {
    max-width: unset;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter {
    padding: 0 1.7rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options {
    display: flex;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options .filter-options-item {
    border: none;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter {
    margin-bottom: 80px;
    position: inherit;
    margin: 0px auto;
    height: 57px;
    width: 690px;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    border-radius: 0.8rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current {
    padding-bottom: 13px;
    width: 100vw;
    margin-left: -webkit-calc(50% - 43vw);
    margin-left: -moz-calc(50% - 43vw);
    margin-left: calc(50% - 43vw);
    left: -35px;
    top: 110px;
    display: flex;
    align-items: center;
    position: absolute;
    height: 5rem;
    bottom: -65px;
    top: unset;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .block-subtitle.filter-current-subtitle {
    margin-left: -webkit-calc(50% - 38vw);
    margin-left: -moz-calc(50% - 38vw);
    margin-left: calc(50% - 38vw);
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .items {
    padding: 0px;
    display: inline-flex;
    gap: 2rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current .filter-current-subtitle,
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-current ol.items {
    width: unset;
    max-width: unset;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .block-actions.filter-actions {
    position: absolute;
    right: 14%;
    bottom: -69px;
    left: unset;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .block-actions.filter-actions .filter-clear {
    padding: 0.9rem 1.6rem;
    margin-top: 1.8rem;
    background-color: #fff;
    border: 1px solid #747474;
    color: #747474;
    font-weight: bold;
    border-radius: 0.8rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options {
    display: flex;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .block-content.filter-content .filter-options-item {
    border: none;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .filter-options {
    display: flex;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .filter-options .filter-options-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    width: 50%;
    margin-top: 10px;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .filter-options .filter-options-title {
    background-color: white;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .filter-options .filter-options-content {
    background-color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
    max-height: 260px;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .header-directory-container .block.filter .filter-options .filter-options-content .items {
    max-height: 260px;
    overflow-y: auto;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory .toolbar.toolbar-products {
    padding: 0 16%;
    padding-left: 15.5%;
  }
  .logoscorp.category-directory-layout .page-main-directory .header-directory-container {
    padding-bottom: 6rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list {
    margin: 0 15%;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items {
    grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
    justify-items: start;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items .product-item .product-item-name label {
    font-size: 1.4rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list:after {
    top: -3rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list.no-options {
    margin-top: 10rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list.no-filtrado {
    margin-top: -5rem;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list.filtrado {
    margin-top: 2.4rem;
  }
}
@media only screen and (min-width: 992px) {
  .logoscorp.category-directory-layout #maincontent {
    max-width: unset;
  }
  .logoscorp.category-directory-layout .page-main-directory .block.filter .block-content.filter-content .filter-current {
    left: -140px;
  }
  .logoscorp.category-directory-layout .page-main-directory .block.filter .block-content.filter-content .block-actions.filter-actions {
    right: 14.5%;
  }
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items {
    grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
    justify-items: start;
  }
}
@media only screen and (min-width: 1280px) {
  .logoscorp.category-directory-layout .page-main-directory .directory-product-list .product-items {
    grid-template-columns: repeat(auto-fit, minmax(231px, 1fr));
    justify-items: start;
  }
}
.logoscorp.category-brand-layout .section-filters {
  margin-bottom: 10px;
}
.logoscorp.category-brand-layout .section-filters .top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.logoscorp.category-brand-layout .section-filters .bottom {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin: 0 auto;
  margin-top: 59px;
  flex-wrap: wrap;
}
.logoscorp.category-brand-layout .section-filters .bottom .clean-filters {
  display: block;
  border: 1px solid #D1D0D0;
  border-radius: 10px 10px 10px 10px;
  padding: 10px 15px;
}
.logoscorp.category-brand-layout .section-filters .bottom .clean-filters span {
  font-size: 1.5rem;
}
.logoscorp.category-brand-layout .section-filters .bottom .clean-filters:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 16px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.logoscorp.category-brand-layout .section-filters .bottom .left {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
.logoscorp.category-brand-layout .section-filters .bottom .left a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #757575;
  content: '\e616';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.logoscorp.category-brand-layout .section-filters .bottom .left .filter-active a,
.logoscorp.category-brand-layout .section-filters .bottom .left .filter-active a:hover,
.logoscorp.category-brand-layout .section-filters .bottom .left .filter-active a:active,
.logoscorp.category-brand-layout .section-filters .bottom .left .filter-active .name-filter {
  font-weight: 600;
}
.logoscorp.category-brand-layout .section-filters .bottom .right {
  width: 14rem;
  margin: 1.6rem 0 0.6rem 0;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories {
  width: 100%;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories .dropdown-options {
  max-height: 270px;
  overflow-y: auto;
  margin-top: -5px;
  border-top: unset;
  padding-top: 3px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories .dropdown-options:before {
  content: '';
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories button.action[aria-expanded=true] + .dropdown-options[aria-hidden=false] {
  display: block;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories button.action[aria-expanded=false] + .dropdown-options[aria-hidden=true] {
  display: none;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories .span {
  font-size: 1.30rem;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories button {
  background: unset;
  height: 38px;
  width: 100%;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories button span {
  font-weight: 400;
  display: block;
  text-align: left;
  hyphens: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 24px;
  padding-right: 20px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.categories button:after {
  font-family: 'sambil-icons';
  content: '\e967';
  font-size: 12px;
  position: absolute;
  top: 12px;
  right: 18px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul {
  padding: 0px;
  margin: 0px;
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li {
  list-style-type: none;
  border: 1px solid #D1D0D0;
  width: 41px;
  height: 36px;
  display: table;
  margin: 0.5rem 0px;
  padding: 0px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li span {
  font-size: 1.50rem;
  font-weight: 700;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li.first-item {
  border-radius: 10px 0px 0px 10px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li.last-item {
  border-radius: 0px 10px 10px 0px;
}
.logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li.active {
  background: #D1D0D0;
}
.logoscorp.category-brand-layout .page-main-brand .breadcrumbs {
  display: none;
}
.logoscorp.category-brand-layout .page-main-brand .columns {
  padding-bottom: 4rem;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main {
  padding-bottom: 0;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .toolbar.toolbar-products {
  padding: 0 16%;
  padding-left: 15.5%;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box {
  background-image: url(/media/wysiwyg/banner-formulario-marcas.jpg);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: -4rem;
  padding-top: -4rem;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line {
  display: flex;
  width: 100%;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-left,
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-right {
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  width: 10%;
  align-self: stretch;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-block-text {
  justify-content: center;
  text-align: center;
  width: 40%;
  margin: 20px;
  align-self: center;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-block-text .block-text h1 {
  font-size: 42px;
  font-weight: bolder;
  text-align: center;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-block-text .block-text p {
  font-size: 24px;
  text-align: left;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-block-form {
  display: flex;
  width: 40%;
  flex-direction: column;
  align-self: stretch;
}
.logoscorp.category-brand-layout .page-main-brand .columns .column.main .row-box .column-line .column-block-form .form.sell-with-us {
  margin: 20px;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand {
  height: max-content;
  width: 100vw;
  margin-left: 0;
  margin-top: -65px;
  border-bottom: 1px solid #dfdfdf;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 25px;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .brand-filter-title {
  max-width: 750px;
  line-height: 38px;
  font-size: 20px;
  margin: auto;
  padding: 32px 0px 24px 0px;
  text-align: center;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container,
.logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container {
  display: flex;
  flex-direction: column;
  height: 220px;
  background-image: url(/media/wysiwyg/banner-nmarcas-2.jpg);
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container .header-brand-text .header-brand-title,
.logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container .header-brand-text .header-brand-title {
  color: #ffffff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 32.6rem;
  margin: 0 auto;
  margin-top: 75px;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container .header-brand-text .header-brand-subtitle,
.logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container .header-brand-text .header-brand-subtitle {
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  max-width: 32.6rem;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container {
  background-image: none;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter {
  min-width: 24.5rem;
  margin: 0 auto;
  padding: 0.6rem 1.6rem;
  background-color: #fff;
  border-radius: 8px;
  z-index: 2;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-title.filter-title {
  display: none;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options {
  display: block;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options .filter-options-item {
  border: solid 1px #D1D0D0;
  border-radius: 5px;
  margin: 1rem 0;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title {
  color: #404041;
  font-weight: normal;
  font-size: 1.4rem;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options .filter-options-item .filter-options-title:after {
  font-family: 'sambil-icons';
  content: '\e967';
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options .filter-options-item.active > .filter-options-title:after {
  font-family: 'sambil-icons';
  content: '\e962';
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom {
  border: none;
  padding-bottom: 13px;
  width: 100vw;
  margin-left: -webkit-calc(50% - 46vw);
  margin-left: -moz-calc(50% - 46vw);
  margin-left: calc(50% - 46vw);
  left: 0;
  top: 90px;
  display: flex;
  align-items: center;
  position: absolute;
  height: 5rem;
  bottom: -65px;
  flex-wrap: wrap;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .block-subtitle.filter-current-subtitle,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .block-subtitle.filter-current-subtitle {
  font-size: 14px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items {
  padding: 0px;
  display: inline-flex;
  gap: 2rem;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .filter-label,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .filter-label,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .filter-value,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .filter-value,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .action.remove,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .action.remove {
  padding: 10px;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .filter-current-subtitle::after,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .filter-current-subtitle::after,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .filter-current-subtitle::before,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .filter-current-subtitle::before {
  display: none;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .filter-current-subtitle,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .filter-current-subtitle,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current ol.items,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom ol.items {
  width: 100%;
  max-width: 95vw;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current.filtrado,
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom.filtrado {
  margin-left: 2%;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .block-actions.filter-actions {
  position: absolute;
  right: 14%;
  display: block;
  bottom: -15rem;
  left: 1rem;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .block-actions.filter-actions .filter-clear {
  padding: 0.9rem 1.6rem;
  margin-top: 1.8rem;
  background-color: #fff;
  border: 1px solid #747474;
  color: #747474;
  font-weight: bold;
  border-radius: 0.8rem;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-block {
  max-width: 1494px;
  height: 210px;
  margin: auto;
}
.logoscorp.category-brand-layout .page-main-brand .header-brand .toolbar.toolbar-products {
  padding: 0 2%;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list {
  margin: 0 3%;
  position: relative;
  margin-top: 16rem;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list.filtrado {
  margin-top: 7.4rem;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list hr {
  color: #D1D0D0;
  opacity: 0.5;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .brand-abc-title {
  color: #747474;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 22px;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .item.product.product-item:hover {
  box-shadow: none;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-row: 0;
  grid-gap: 2rem;
  align-items: center;
  justify-items: center;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item {
  margin-top: -7px;
  width: 231px;
  max-width: 231px;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item .product-item-name {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 0px 0px;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item .product-item-name label {
  color: #505050;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item .product-image-container {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
  border-radius: .8rem;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item .product-image-container .product-image-wrapper {
  padding-bottom: 0 !important;
  height: 115px;
  border-radius: 8px;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list:after {
  content: '';
  width: 100vw;
  margin-left: -webkit-calc(49% - 50vw);
  margin-left: -moz-calc(49% - 50vw);
  margin-left: calc(49% - 50vw);
  border-top: 1px solid #7474;
  position: absolute;
  top: -2rem;
}
.logoscorp.category-brand-layout .page-main-brand .brand-product-list.no-filtrado {
  margin-top: 2.9rem;
}
.logoscorp.category-brand-layout .page-main-brand .pages-item-next,
.logoscorp.category-brand-layout .page-main-brand .pages-item-previous {
  position: unset;
}
.logoscorp.category-brand-layout .page-main-brand .pages .pages-items {
  padding-right: 0;
}
.logoscorp.category-brand-layout .catalog-carousel-custom {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.logoscorp.category-brand-layout .catalog-carousel-custom .owl-stage {
  margin: 0 auto;
}
.logoscorp.category-brand-layout .section-filters .search-brand-text {
  padding: 3rem 0;
}
.logoscorp.category-brand-layout .section-filters .search-brand-text p {
  font-size: 2rem;
  text-align: center;
  color: #0F0F0F;
  line-height: 1.6rem;
  line-height: 2.1rem;
}
.logoscorp.category-brand-layout .brandspage-brands-container {
  border-top: 1px solid #D1D0D0;
  padding: 2.7rem 0 7rem 0;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section h3 {
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: normal;
  color: #747474;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 2.1rem;
  margin-top: 0;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section .group-brands {
  display: grid;
  grid-template-columns: repeat(auto-fill, 14.5rem);
  grid-gap: 1rem;
  justify-content: space-between;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand {
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  width: 14.5rem;
  height: 7.2rem;
  margin-bottom: 2.6rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand .brand-logo {
  max-width: 23.3rem;
  max-height: 7.5rem;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand .show-brand {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 8px;
  font-weight: 500;
}
.logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand a {
  width: 100%;
}
.logoscorp.category-brand-layout .brands-pagination {
  padding: 0 2.5%;
}
.logoscorp.category-brand-layout .brands-pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: end;
}
.logoscorp.category-brand-layout .brands-pagination ul li {
  display: block;
  float: right;
  width: 3rem;
  border: 1px solid #DEE2E6;
  text-align: center;
  font-size: 1.4rem;
  color: #4E4D4D;
}
.logoscorp.category-brand-layout .brands-pagination ul li.current {
  background-color: #404041;
  color: white;
}
.logoscorp.category-brand-layout .brands-pagination ul li a span {
  width: 100%;
  display: block;
}
.logoscorp.category-brand-layout .brands-pagination ul li.prev-page,
.logoscorp.category-brand-layout .brands-pagination ul li.next-page {
  width: auto;
  padding: 0 2rem;
}
.logoscorp.category-brand-layout .row-box {
  border-top: 1px solid #D1D0D0;
}
.logoscorp.category-brand-layout .row-box .txt-marcas h4 {
  font-size: 2.8rem;
  color: #0F0F0F;
  font-weight: 700;
}
.logoscorp.category-brand-layout .row-box .txt-marcas p {
  color: #0F0F0F;
  font-size: 2rem;
  font-weight: 600;
}
.logoscorp .home-brands {
  display: grid;
  grid-template-columns: repeat(auto-fill, 10.7rem);
  grid-gap: 2.8rem 0.4rem;
  justify-content: space-between;
}
.logoscorp .home-brands .brand {
  width: 10.7rem;
  height: 7.2rem;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.logoscorp .home-brands .brand .brand-logo {
  max-width: 23.3rem;
  max-height: 7.5rem;
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 0.8rem;
  opacity: 0.5;
  filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  flex-grow: 1;
  transition: all .5s ease;
}
.logoscorp .home-brands .brand a:hover .brand-logo {
  opacity: 1;
  filter: none;
}
.logoscorp .home-brands .brand .show-brand {
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-radius: 8px;
  font-weight: 500;
}
.logoscorp .home-brands .brand a {
  width: 100%;
}
.header-brand-child {
  position: relative;
}
.header-brand-child .logo {
  position: absolute;
  top: 0px;
  left: -4.5%;
  width: 120px;
  height: 119px;
  margin: 40px 50%!important;
}
@media only screen and (min-width: 568px) {
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 769px) {
  .logoscorp.category-brand-layout .column.main {
    width: 100%;
    float: none;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand {
    position: relative;
    height: max-content;
    margin-left: -webkit-calc(49% - 50vw);
    margin-left: -moz-calc(49% - 50vw);
    margin-left: calc(49% - 50vw);
    padding-bottom: 25px;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .brand-filter-title {
    max-width: 750px;
    line-height: 38px;
    font-size: 20px;
    margin: auto;
    padding: 32px 0px 24px 0px;
    text-align: center;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container {
    height: 220px;
    background-image: url(/media/wysiwyg/banner-nmarcas-2.jpg);
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container .header-brand-text .header-brand-title,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container .header-brand-text .header-brand-title {
    font-size: 3.2rem;
    max-width: 47rem;
    margin-top: 115px;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .header-brand-container .header-brand-text .header-brand-subtitle,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container .header-brand-text .header-brand-subtitle {
    max-width: unset;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .filter-options-container {
    background-image: none;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter {
    padding: 0 1.7rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options {
    display: flex;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options .filter-options-item {
    border: none;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter {
    margin-bottom: 80px;
    position: inherit;
    margin: 0px auto;
    height: 57px;
    width: max-content;
    background: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    border-radius: 0.8rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom {
    padding-bottom: 13px;
    width: 100vw;
    margin-left: -webkit-calc(50% - 43vw);
    margin-left: -moz-calc(50% - 43vw);
    margin-left: calc(50% - 43vw);
    left: -35px;
    top: 90px;
    display: flex;
    align-items: center;
    position: absolute;
    height: 5rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .block-subtitle.filter-current-subtitle,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .block-subtitle.filter-current-subtitle {
    margin-left: -webkit-calc(50% - 38vw);
    margin-left: -moz-calc(50% - 38vw);
    margin-left: calc(50% - 38vw);
    font-size: 14px;
    font-weight: 600;
    line-height: 1em;
    padding: 10px;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items {
    padding: 0px;
    display: inline-flex;
    gap: 2rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .filter-label,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .filter-label,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .filter-value,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .filter-value,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .items .item .action.remove,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .items .item .action.remove {
    padding: 10px;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current .filter-current-subtitle,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom .filter-current-subtitle,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-current ol.items,
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-bottom ol.items {
    width: unset;
    max-width: unset;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .block-actions.filter-actions {
    position: absolute;
    right: 14%;
    bottom: -5px;
    left: unset;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .block-actions.filter-actions .filter-clear {
    padding: 0.9rem 1.6rem;
    margin-top: 1.8rem;
    background-color: #fff;
    border: 1px solid #747474;
    color: #747474;
    font-weight: bold;
    border-radius: 0.8rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options {
    display: flex;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .block-content.filter-content .filter-options-item {
    border: none;
    width: 100%;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .filter-options {
    display: flex;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .filter-options .filter-options-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
    width: 50%;
    margin-top: 10px;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .filter-options .filter-options-title {
    background-color: white;
  }
  .logoscorp.category-brand-layout .page-main-brand .header-brand .block.filter .filter-options .filter-options-content {
    background-color: white;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 41, 0.2);
    border-bottom-left-radius: .8rem;
    border-bottom-right-radius: .8rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list {
    margin: 0 15%;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items {
    grid-template-columns: repeat(3, 1fr);
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items .product-item .product-item-name label {
    font-size: 1.4rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list:after {
    top: -3rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list.no-options {
    margin-top: 10rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list.no-filtrado {
    margin-top: 2.9rem;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list.filtrado {
    margin-top: 2.4rem;
  }
  .logoscorp.category-brand-layout .catalog-carousel-custom {
    margin-bottom: 3.2rem;
  }
  .logoscorp.category-brand-layout .section-filters {
    max-width: 130.8rem;
    margin: 0 auto;
  }
  .logoscorp.category-brand-layout .section-filters .brands-filter.categories {
    width: auto;
  }
  .logoscorp.category-brand-layout .section-filters .brands-filter.categories button {
    width: 244px;
  }
  .logoscorp.category-brand-layout .section-filters .top {
    flex-wrap: nowrap;
  }
  .logoscorp.category-brand-layout .section-filters .bottom {
    display: flex;
    margin: 0 auto;
    margin-top: 59px;
    max-width: 130.8rem;
    justify-content: space-between;
    padding: 0;
    width: 80%;
  }
  .logoscorp.category-brand-layout .section-filters .bottom .left {
    width: unset;
  }
  .logoscorp.category-brand-layout .section-filters .search-brand-text p {
    line-height: 2.5rem;
  }
  .logoscorp.category-brand-layout .section-filters .brands-filter.characters ul {
    flex-wrap: nowrap;
  }
  .logoscorp.category-brand-layout .section-filters .brands-filter.characters ul li {
    margin: 0px;
  }
  .logoscorp.category-brand-layout .brandspage-brands-container {
    margin-left: -webkit-calc(49% - 50vw);
    margin-left: -moz-calc(49% - 50vw);
    margin-left: calc(49% - 50vw);
    margin-right: -webkit-calc(49% - 50vw);
    margin-right: -moz-calc(49% - 50vw);
    margin-right: calc(49% - 50vw);
    padding: 3.2rem 0rem 0 0;
  }
  .logoscorp.category-brand-layout .brandspage-brands-container .brands-section {
    max-width: 130.8rem;
    padding: 0 15.5%;
  }
  .logoscorp.category-brand-layout .brandspage-brands-container .brands-section h3 {
    margin-bottom: 4.25rem;
  }
  .logoscorp.category-brand-layout .brandspage-brands-container .brands-section .group-brands {
    grid-template-columns: repeat(auto-fill, 23.3rem);
  }
  .logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand {
    width: 23.3rem;
    height: 11.5rem;
    margin-bottom: 4rem;
  }
  .logoscorp.category-brand-layout .brandspage-brands-container .brands-section .brand .brand-logo {
    max-height: 11.5rem;
  }
  .logoscorp.category-brand-layout .brands-pagination {
    padding: 0 15.5%;
  }
  .logoscorp.category-brand-layout .row-box {
    background-image: url(/media/wysiwyg/banner-formulario-marcas.jpg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    justify-content: flex-start;
    display: flex;
    flex-direction: column;
    margin-bottom: -4rem;
  }
  .logoscorp.category-brand-layout .row-box .column-line {
    width: 40%;
    float: right;
    padding-right: 10%;
  }
  .logoscorp.category-brand-layout .row-box .txt-marcas {
    width: 40%;
    display: inline-block;
    padding-left: 10%;
    padding-top: 3rem;
  }
  .logoscorp.category-brand-layout .row-box .txt-marcas h4 {
    font-size: 4.2rem;
    color: #0F0F0F;
    font-weight: 700;
  }
  .logoscorp.category-brand-layout .row-box .txt-marcas p {
    color: #0F0F0F;
    font-size: 2.4rem;
    font-weight: 600;
    max-width: 49rem;
  }
  .logoscorp .home-brands {
    display: grid;
    grid-template-columns: repeat(auto-fill, 18.7rem);
    grid-gap: 2rem 6rem;
    justify-content: space-between;
  }
  .logoscorp .home-brands .brand {
    width: 18.7rem;
    height: 9.5rem;
    margin-bottom: 2.6rem;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
  }
  .logoscorp .home-brands .brand .brand-logo {
    max-width: 23.3rem;
    max-height: 7.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .logoscorp.category-brand-layout #maincontent {
    max-width: unset;
  }
  .logoscorp.category-brand-layout .page-main-brand .block.filter .block-content.filter-content .filter-current {
    left: -140px;
  }
  .logoscorp.category-brand-layout .page-main-brand .block.filter .block-content.filter-content .block-actions.filter-actions {
    right: 14.5%;
  }
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .logoscorp.category-brand-layout .page-main-brand .brand-product-list .product-items {
    grid-template-columns: repeat(5, 1fr);
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.logoscorp .amwishlist-search-block .amwishlist-button.-empty {
  min-width: auto;
  max-width: 10rem;
}
.logoscorp .amwishlist-list-grid .amwishlist-button.-add {
  width: auto;
}
.logoscorp .amwishlist-list-grid .amwishlist-button.-add:hover {
  color: #fff;
}
.logoscorp .amwishlist-button.-link {
  color: #333;
}
.logoscorp .amwishlist-button.-link:hover {
  color: #0f0f0f;
}
.logoscorp .amwishlist-button.-empty {
  padding: 0 1.2rem;
}
.logoscorp .amwishlist-button.-empty:not(.-disabled):hover {
  background: #ea212849;
  color: #333;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
  width: 100%;
}
.amwishlist-toolbar-block.-mass-action .amwishlist-button {
  flex-basis: calc(100% / 2 - 2rem);
}
/* iPad I/II Portrait */
@media only screen and (min-width: 768px) {
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    width: auto;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    flex-basis: calc(100% / 3 - 1rem);
  }
}
.logoscorp .ammenu-submenu-wrapper {
  z-index: 8;
}
/* iPad I/II Portrait */
@media only screen and (min-width: 768px) {
  .logoscorp .amcountdown-block-wrapper.-progress {
    margin-left: auto;
    margin-right: 0;
    max-width: 56rem;
    float: right;
  }
  .logoscorp .amcountdown-block-wrapper.-progress .amcountdown-list {
    justify-content: flex-end;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .logoscorp .amcountdown-block-wrapper.-progress {
    max-width: 375px;
  }
  .logoscorp .amcountdown-block-wrapper.-progress .amcountdown-list .amcountdown-wrap .amcountdown-number,
  .logoscorp .amcountdown-block-wrapper.-progress .amcountdown-list .amcountdown-wrap .amcountdown-item,
  .logoscorp .amcountdown-block-wrapper.-progress .amcountdown-list .amcountdown-wrap .amcountdown-number + span {
    font-size: 11px;
    line-height: 20px;
    padding: 0;
    height: max-content;
    margin-top: 3px;
  }
}
.logoscorp .amcountdown-block-wrapper.-progress {
  padding: 0;
  margin-bottom: 2rem;
}
.logoscorp .amcountdown-block-wrapper.-progress .amcountdown-progressbar {
  display: none;
}
.logoscorp .amcountdown-block-wrapper.-progress .amcountdown-content {
  padding: .8rem;
  border-radius: .8rem;
  background-color: #404041;
  color: #fff;
}
.logoscorp .amcountdown-block-wrapper.-progress .amcountdown-number,
.logoscorp .amcountdown-block-wrapper.-progress .amcountdown-item {
  font-size: 2.3rem;
}
.logoscorp .amcountdown-block-wrapper.-progress .amcountdown-number {
  color: #fff;
  min-width: 3.2rem;
}
.logoscorp .sambil-icon-clock::before {
  font-family: 'sambil-icons';
  vertical-align: middle;
  margin-right: 1rem;
  font-style: normal;
  content: '\e951';
  color: #fff;
  font-size: 2.3rem;
}
.logoscorp .header.searchbar-active {
  padding-bottom: 0;
}
.logoscorp .amsearch-products-section .action.tocart {
  border-radius: .8rem;
}
.logoscorp .amsearch-overlay-block {
  z-index: 9;
}
.logoscorp .amsearch-block-header .amsearch-title {
  text-transform: none;
}
.logoscorp .header-block-search {
  display: none;
  order: 6;
  width: 100%;
}
.logoscorp .header-block-search.active {
  display: block;
}
.logoscorp .header-block-search .amsearch-wrapper-block {
  width: 100%;
}
/* iPad I/II Portrait */
@media only screen and (min-width: 768px) {
  .logoscorp .header-block-search {
    display: block;
    position: static;
    height: auto;
    width: auto;
    flex-basis: 38%;
    margin: auto;
    order: unset;
  }
}
.logoscorp-change-currency-btn {
  color: #fff !important;
  background-color: #4d4d4d;
  border: #4d4d4d;
  font-family: 'plus-jakarta-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 0.5rem;
  padding: 5px;
}
.logoscorp-change-currency-btn:hover {
  color: #fff !important;
  background-color: #4d4d4d !important;
  opacity: 0.8 !important;
}
.logoscorp #maincontent.blog-container {
  max-width: 119.2rem;
}
.logoscorp .post-view .post-title {
  margin-top: 0;
  color: #404041;
  font-size: 2.8rem;
}
.logoscorp .post-view .post-info {
  color: #747474;
}
.logoscorp .post-featured-image {
  width: 100%;
  min-height: 34.3rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.logoscorp .blog-container .banner-top {
  margin-bottom: 6rem;
}
.logoscorp .post-list .post-info {
  color: #747474;
  padding: 0;
}
.logoscorp .post-title {
  font-size: 2.8rem;
}
.logoscorp .post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 5rem;
}
.logoscorp .post-info {
  padding: 0;
}
.logoscorp .toolbar-blog-posts .pages-items {
  padding: 0;
}
.logoscorp .toolbar-blog-posts .pages {
  text-align: right;
}
.logoscorp .toolbar-blog-posts .pages a {
  color: #434d4d;
}
.logoscorp .toolbar-blog-posts .pages .action.previous:before {
  font-family: 'plus-jakarta-sans';
  content: "Anterior";
  font-size: 1.4rem;
  color: #0f0f0f;
}
.logoscorp .toolbar-blog-posts .pages .action.next:before {
  font-family: 'plus-jakarta-sans';
  content: "Siguiente";
  font-size: 1.4rem;
  color: #0f0f0f;
}
.logoscorp .toolbar-blog-posts .item {
  border: 1px solid #DEE2E6;
  margin: 0;
}
.logoscorp .toolbar-blog-posts .page {
  color: #434d4d;
  margin: 0;
  padding: 0 1.3rem;
}
.logoscorp .toolbar-blog-posts .current .page {
  background: #404041;
  color: #fff;
}
.logoscorp .toolbar-blog-posts .action {
  margin: 0;
  box-shadow: unset;
  background: transparent;
  border: none;
}
.logoscorp .toolbar-blog-posts .pages-item-next {
  position: static;
  border-radius: 0 .8rem .8rem 0;
}
.logoscorp .toolbar-blog-posts .pages-item-prev {
  position: static;
  border-radius: .8rem 0 0 .8rem;
}
.logoscorp .blog-search input {
  min-height: 4rem;
  border-radius: .8rem;
  border: 1px solid #D1D0D0;
}
.logoscorp .blog-search .action.search {
  display: flex;
  align-items: center;
  background-color: #EA2127;
  border-radius: 0 .8rem .8rem 0;
  min-height: 4rem;
}
.logoscorp .blog-search .action.search::before {
  font-family: 'sambil-icons';
  content: '\e949';
  color: #fff;
  vertical-align: middle;
  font-size: 1.5rem;
  background: none;
  height: unset;
}
.logoscorp .sidebar-additional .post-item-link {
  font-size: 1.4rem;
  margin-bottom: .6rem;
  font-weight: bold;
  color: #404041;
}
.logoscorp .sidebar-additional .block-title {
  position: relative;
}
.logoscorp .sidebar-additional .block-title strong {
  font-weight: bold;
}
.logoscorp .sidebar-additional .block-title::after {
  content: ' ';
  width: 6rem;
  height: .2rem;
  position: absolute;
  bottom: -.6rem;
  left: 0;
  background-color: #0f0f0f;
}
.logoscorp .sidebar-additional .block-title strong {
  font-weight: bold;
}
.logoscorp .sidebar-additional .block-categories a {
  padding-left: 1rem;
}
.logoscorp .sidebar-additional .block-categories li::before {
  display: inline-block;
  position: absolute;
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  color: #505050;
}
.logoscorp .widget.block-archive .item {
  display: block;
}
.logoscorp .widget.block-archive .item a {
  padding-left: 1rem;
}
.logoscorp .widget.block-archive .item::after {
  content: '';
}
.logoscorp .widget.block-archive .item::before {
  display: inline-block;
  position: absolute;
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  vertical-align: middle;
  color: #505050;
}
.logoscorp .post-item-date {
  color: #747474;
  font-size: 1.4rem;
}
.logoscorp .widget.block-list-posts .block-content .item .post-image {
  margin-right: 1.6rem;
  border: none;
}
.logoscorp .widget.block-tagclaud .tagclaud-hld span {
  border-radius: .8rem;
  background-color: #DFDFDF;
  color: #404041;
  font-size: 1.4rem;
  padding: .8rem;
  margin: 0 .8rem .8rem 0;
}
.logoscorp .block.related .related-available .product-item-name {
  margin: 0;
}
.logoscorp .block.related .product-item-details {
  position: static;
}
.logoscorp .block.related .block-title {
  margin: 5rem 0;
  border: none;
  color: #0f0f0f;
  text-align: center;
}
.logoscorp .block.comments .c-count {
  padding-bottom: .8rem;
  border-bottom: 1px solid #D1D0D0;
}
.logoscorp .block.comments .c-count strong {
  font-size: 1.6rem;
  border: unset;
  font-weight: bold;
  color: #0F0F0F;
}
.logoscorp .block.comments::after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
}
.logoscorp .post-bottom .block.related .block-title {
  margin: 5rem 0;
  padding: 0;
  border: unset;
  text-align: center;
}
.logoscorp .post-bottom .block.related .block-title strong {
  border: unset;
  font-weight: bold;
  color: #0F0F0F;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.logoscorp .mfblog-related-posts-block .related-post-title {
  font-size: 1.8rem;
  color: #404041;
  font-weight: bold;
  margin: 1.6rem 0;
  min-height: 5.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.logoscorp .mfblog-related-posts-block .related-post-short {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.logoscorp .mfblog-related-posts-block .block-content {
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3.5rem;
}
.logoscorp .related-post-featured-image {
  width: 100%;
  min-height: 25.3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logoscorp .c-replyform .input-text {
  margin-bottom: 1.7rem;
}
.logoscorp .c-replyform input,
.logoscorp .c-replyform textarea {
  border-radius: .8rem;
  min-height: 4.8rem;
}
.logoscorp .c-replyform button {
  float: right;
  min-width: 26rem;
  min-height: 4.8rem;
  border-radius: .8rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #EA2127;
}
@media only screen and (min-width: 768px) {
  .logoscorp .post-list .post-holder:first-child {
    grid-column-start: span 2;
  }
  .logoscorp .post-list .post-holder:first-child .post-featured-image {
    min-height: 53.4rem;
  }
  .logoscorp .post-list {
    grid-template-columns: 1fr 1fr;
  }
}
body.logoscorp.catalog-product-view {
  color: #0F0f0f;
}
body.logoscorp.catalog-product-view .action.primary:focus {
  background-color: #EA2127;
}
body.logoscorp.catalog-product-view.page-product-configurable .product-action-add > .product-addto-links {
  display: none;
}
body.logoscorp.catalog-product-view .column.main {
  padding-bottom: 4rem;
}
body.logoscorp.catalog-product-view .page-main-details .column.main {
  display: flex;
  flex-direction: column;
}
body.logoscorp.catalog-product-view .page-main-details #reviews {
  order: 2;
  margin-top: 2rem;
}
body.logoscorp.catalog-product-view h1 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 1.1rem;
  margin-bottom: 1.1rem;
}
body.logoscorp.catalog-product-view .fotorama__dot {
  width: 10px;
  height: 10px;
  background-color: #D1D0D0;
  border-color: #D1D0D0;
}
body.logoscorp.catalog-product-view .fotorama__active .fotorama__dot {
  background-color: #EA2127;
  border-color: #EA2127;
}
body.logoscorp.catalog-product-view .fotorama__stage__frame .fotorama__img {
  cursor: zoom-in;
}
body.logoscorp.catalog-product-view .swatch-option {
  min-width: 2rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  border: 0;
  width: 21px;
  height: 21px;
}
body.logoscorp.catalog-product-view .swatch-option.image {
  width: 21px !important;
  height: 21px !important;
}
body.logoscorp.catalog-product-view .swatch-option.color:not(.disabled) {
  outline: none;
  padding: 0;
  border: 0.5px solid #D1D0D0;
}
body.logoscorp.catalog-product-view .swatch-option.color:not(.disabled):hover {
  box-shadow: 0 0 3px 2px #D1D0D0;
}
body.logoscorp.catalog-product-view .swatch-option.selected {
  outline: none;
}
body.logoscorp.catalog-product-view .swatch-attribute-selected-option {
  display: none;
}
body.logoscorp.catalog-product-view .swatch-opt {
  margin-top: 0;
}
body.logoscorp.catalog-product-view .swatch-attribute-label {
  vertical-align: middle;
  margin-right: 1rem;
  font-weight: 400;
}
body.logoscorp.catalog-product-view .swatch-attribute-label:after {
  content: ":";
}
body.logoscorp.catalog-product-view .swatch-attribute-options {
  display: inline-block;
  vertical-align: middle;
}
body.logoscorp.catalog-product-view .product-options-wrapper .fieldset {
  margin-bottom: 3rem;
}
body.logoscorp.catalog-product-view .product-options-bottom {
  padding-top: 0;
}
body.logoscorp.catalog-product-view .accordion-info {
  border-top: 1px solid #D1D0D0;
  text-align: justify;
}
body.logoscorp.catalog-product-view .accordion-info h4 {
  font-size: 1.6rem;
}
body.logoscorp.catalog-product-view .accordion-info .row {
  display: flex;
  margin-bottom: 3px;
}
body.logoscorp.catalog-product-view .accordion-info .row .label {
  flex: 1;
}
body.logoscorp.catalog-product-view .accordion-info .row .label span {
  font-weight: 600;
}
body.logoscorp.catalog-product-view .accordion-info .row .value {
  flex: 1;
  padding-left: 15px;
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="trigger"] {
  overflow: auto;
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="collapsible"] {
  padding: 0;
  cursor: pointer;
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="collapsible"] h4 {
  margin: 2rem 0;
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="collapsible"] h4:after {
  font-family: 'sambil-icons';
  font-size: 1.4rem;
  font-weight: 400;
  float: right;
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="collapsible"]:not(.active) h4:after {
  content: '\e967';
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="collapsible"].active h4:after {
  content: '\e962';
}
body.logoscorp.catalog-product-view .accordion-info div[data-role="content"] {
  margin-bottom: 2rem;
  max-height: 16.5rem;
  overflow-y: auto;
}
body.logoscorp.catalog-product-view .accordion-info .sambil-attributes {
  width: 33.5rem;
}
body.logoscorp.catalog-product-view .accordion-info .sambil-attributes .attr-label {
  padding: 0;
  width: 17rem;
}
body.logoscorp.catalog-product-view .accordion-info .sambil-attributes .attr-value {
  padding: 0;
  width: 16rem;
  padding-left: 1.5rem;
}
body.logoscorp.catalog-product-view .accordion-info .sambil-attributes td {
  font-size: 1.4rem;
  text-align: left;
  line-height: 2.4rem;
}
body.logoscorp.catalog-product-view .block-section .row-full-width-inner {
  margin-left: 0;
}
body.logoscorp.catalog-product-view .block-section .block {
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .block-section .products.wrapper {
  margin-top: 0;
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .block-section h2 {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
body.logoscorp.catalog-product-view .block-section.products-upsell h2 {
  margin-bottom: 0.5rem;
}
body.logoscorp.catalog-product-view .block-section.products-related h2 {
  margin-bottom: 2rem;
}
body.logoscorp.catalog-product-view .rating-summary {
  overflow: initial;
}
body.logoscorp.catalog-product-view .rating-summary .rating-result {
  width: 120px;
}
body.logoscorp.catalog-product-view .rating-summary .rating-result:before {
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
body.logoscorp.catalog-product-view .rating-summary .rating-result > span:before {
  color: #ffa439;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
body.logoscorp.catalog-product-view .product-reviews-summary .reviews-actions {
  vertical-align: -webkit-baseline-middle;
}
body.logoscorp.catalog-product-view .product-reviews-summary .reviews-actions .action.view {
  font-size: 1.4rem;
  color: #888888;
  text-decoration: underline;
  text-transform: lowercase;
}
body.logoscorp.catalog-product-view .product-reviews-summary .reviews-actions .action.add {
  display: none;
}
body.logoscorp.catalog-product-view .product-info-main {
  position: relative;
  /*.product-info-delivery{

            span.method.label{
                margin-right:0.8rem;
                &:before{
                    font-family: 'sambil-icons';
                    content: '\e94c';
                    font-size:1.8rem;
                    margin-right:0.3rem;
                    vertical-align:middle;
                }
            }

            span.method.time{
                &:before{
                    font-family: 'sambil-icons';
                    content: '\e94b';
                    font-size:1.8rem;
                    margin-right:0.3rem;
                    vertical-align:middle;
                }
            }

        }*/
}
body.logoscorp.catalog-product-view .product-info-main .product-add-form {
  padding-top: 0;
  max-width: 29rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-add-form .product-options-bottom {
  padding: 0;
}
body.logoscorp.catalog-product-view .product-info-main .action.towishlist {
  background-color: #FFFFFF;
  color: #505050;
  width: 10.5rem;
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
  border: 1px solid #D1D0D0;
  text-transform: inherit;
  font-weight: 500;
  letter-spacing: 0.05em;
  display: inline-block;
  text-decoration: none;
  margin-right: 5%;
  text-align: center;
}
body.logoscorp.catalog-product-view .product-info-main .action.towishlist:before {
  font-family: "sambil-icons";
  content: '\e94e';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  margin: -2px 5px 0 0;
  vertical-align: bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
body.logoscorp.catalog-product-view .product-info-main .action.towishlist:hover {
  background: #EA2127;
  color: white;
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
body.logoscorp.catalog-product-view .product-info-main .product-shop-link {
  color: #747474;
  margin-bottom: 2.5rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-reviews-summary {
  margin-bottom: 1.8rem;
}
body.logoscorp.catalog-product-view .product-info-main .rating-summary {
  margin-right: 1rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-price {
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-price .price-box .price-container .price {
  font-size: 2.8rem;
  color: #0F0f0f;
}
body.logoscorp.catalog-product-view .product-info-main .price-label {
  display: none;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-stock-sku {
  padding: 0;
  text-align: left;
  float: none;
  margin-bottom: 1.5rem;
}
body.logoscorp.catalog-product-view .product-info-main .product.attribute.sku {
  display: flex;
  margin-bottom: 1.3rem;
  text-transform: capitalize;
}
body.logoscorp.catalog-product-view .product-info-main .product.attribute.sku .type {
  white-space: nowrap;
}
body.logoscorp.catalog-product-view .product-info-main .product.attribute.sku .type:after {
  content: ':';
}
body.logoscorp.catalog-product-view .product-info-main .product.attribute.sku .value {
  font-weight: 600;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media {
  margin-bottom: 1.5rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media span.label {
  margin-right: 5px;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link {
  border-radius: 50%;
  box-shadow: 0px 3px 5px;
  margin-right: 1rem;
  padding: 0.5rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link img {
  width: 2rem;
  height: 2rem;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link.whatssap:before {
  font-family: 'sambil-icons';
  content: '\e952';
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link.twitter:before {
  font-family: 'twitter-icon';
  content: '\e902';
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link.pinterest:before {
  font-family: 'sambil-icons';
  content: '\e954';
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link.facebook:before {
  font-family: 'sambil-icons';
  content: '\e955';
}
body.logoscorp.catalog-product-view .product-info-main .product-info-social-media .btn-social-link.email:before {
  font-family: 'sambil-icons';
  content: '\e958';
}
body.logoscorp.catalog-product-view .product-info-main .product.attribute.overview {
  margin: 0;
}
body.logoscorp.catalog-product-view .product-info-main .product-info-price {
  border-bottom: 0;
}
body.logoscorp.catalog-product-view .box-tocart {
  margin-bottom: 2rem;
  margin-top: 0;
}
body.logoscorp.catalog-product-view .box-tocart .action.tocart {
  width: 16rem;
  padding: 1rem 1.2rem;
  line-height: 1.8rem;
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .box-tocart .action.tocart:hover {
  background: #EA2127;
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
body.logoscorp.catalog-product-view .box-tocart .action.tocart span {
  font-size: 1.3rem;
}
body.logoscorp.catalog-product-view .box-tocart .action.tocart span:before {
  font-family: 'sambil-icons';
  content: '\e950';
  font-size: 1.8rem;
  margin-right: .3rem;
  font-weight: 400;
  vertical-align: bottom;
}
body.logoscorp.catalog-product-view .old-price .price {
  text-decoration: line-through;
}
body.logoscorp.catalog-product-view #custom-qty .input-group {
  display: flex;
  align-items: center;
  /* .increment-btns {
                display: flex;
                flex-direction: column;
                line-height: 1;
                button {
                    height: 2rem;
                    width: 4rem;
                    padding: 0rem;
                    background-color: #fff;
                    border: 1px solid #D1D0D0;
                }
                button.input-group__button--increase {
                    border-radius: 0rem 1rem 0rem 0rem;
                }
                button.input-group__button--decrease {
                    border-radius: 0rem 0rem 1rem 0rem;
                    border-top: none;
                }

                .pdetail-qty-up {
                    font-size: 1rem;
                }
                .pdetail-qty-down {
                    font-size: 1rem;
                }

                .input-group__icon:before {
                    font-size: 2rem;
                    font-weight: 400;
                    color: #D1D0D0;
                    font-family: "ndtonsale";
                }

                .input-group__icon--increase:before {
                    content: "\e91c";
                    line-height: 1.8rem;
                }

                .input-group__icon--decrease:before {
                    content: "\e909";
                    line-height: 2.2rem;
                }
            }  */
}
body.logoscorp.catalog-product-view #custom-qty .input-group input {
  text-align: center;
}
body.logoscorp.catalog-product-view #custom-qty .input-group input,
body.logoscorp.catalog-product-view #custom-qty .input-group button {
  width: 32px;
  height: 40px;
  border: 1px solid #D1D0D0;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns button {
  background: #ffffff;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns button.input-group__button--increase {
  border-radius: 0rem 1rem 1rem 0rem;
  border-left: none;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns button.input-group__button--decrease {
  border-radius: 1rem 0rem 0rem 1rem;
  border-right: none;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns .input-group__icon {
  position: relative;
  vertical-align: text-top;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns .input-group__icon:before {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4E4D4D;
  content: "-";
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns .input-group__icon--increase:before {
  content: "+";
  line-height: 2.2rem;
}
body.logoscorp.catalog-product-view #custom-qty .input-group .increment-btns .input-group__icon--decrease:before {
  content: "-";
  line-height: 2.2rem;
}
body.logoscorp.catalog-product-view .product-addto-links {
  margin-bottom: 20px;
  display: block;
}
body.logoscorp.catalog-product-view .product-social-links {
  text-align: left;
}
body.logoscorp.catalog-product-view .product-social-links .shipment-info {
  display: flex;
  margin-top: 48px;
  gap: 1.25rem;
}
body.logoscorp.catalog-product-view .box-tocart .fieldset {
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .box-tocart .fieldset .field.qty {
  flex: 1;
  margin-right: 2rem;
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .box-tocart .fieldset .actions {
  flex: 2;
}
body.logoscorp.catalog-product-view .fotorama__thumb-border {
  border: 2px solid #5250A3;
}
body.logoscorp.catalog-product-view .fotorama__thumb {
  background-color: #ffffff;
}
body.logoscorp.catalog-product-view .review-add .fieldset {
  margin-bottom: 1.5rem;
}
body.logoscorp.catalog-product-view .review-add .field input,
body.logoscorp.catalog-product-view .review-add .field textarea {
  border: 1px solid #C4C4C4;
  border-radius: 0.8rem;
  padding-right: 12px;
  padding-left: 12px;
}
body.logoscorp.catalog-product-view .review-add .field input {
  height: 5rem;
}
body.logoscorp.catalog-product-view .review-add .field input::placeholder {
  font-size: 1.4rem;
  color: #747474;
}
body.logoscorp.catalog-product-view .review-add .field input#recommend_field {
  height: auto;
}
body.logoscorp.catalog-product-view .review-add .field textarea {
  resize: none;
}
body.logoscorp.catalog-product-view .review-add .field.hide {
  display: none;
}
body.logoscorp.catalog-product-view .review-add .review-field-rating {
  display: flex;
  align-items: center;
}
body.logoscorp.catalog-product-view .review-add .review-field-rating .label {
  margin-right: 0.2rem;
}
body.logoscorp.catalog-product-view .review-add .review-field-rating .control {
  margin-top: 0;
  margin-bottom: 2.8rem;
}
body.logoscorp.catalog-product-view .review-add .review-control-vote:before {
  font-size: 1.1rem;
  letter-spacing: 0.5rem;
}
body.logoscorp.catalog-product-view .review-add .review-control-vote label:before {
  font-size: 1.1rem;
  letter-spacing: 5px;
  color: #ffa439;
}
body.logoscorp.catalog-product-view .actions-toolbar > .primary {
  text-align: right;
  float: right;
}
body.logoscorp.catalog-product-view .actions-toolbar .submit.primary:hover {
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
body.logoscorp.catalog-product-view aside.modal-popup.popup-authentication.modal-slide._inner-scroll .actions-toolbar > .primary {
  text-align: center;
}
body.logoscorp.catalog-product-view .review-form {
  max-width: 100%;
}
body.logoscorp.catalog-product-view .review-form .warn-login {
  margin-bottom: 3rem;
}
body.logoscorp.catalog-product-view .review-form .warn-login a {
  color: #336DFF;
  text-decoration: underline;
}
body.logoscorp.catalog-product-view .review-form .action.submit.primary {
  background: #EA2127;
  height: 5rem;
  color: #f0f0f0;
  width: 20rem;
  font-size: 1.6rem;
}
body.logoscorp.catalog-product-view .fieldset .review-legend.legend {
  border-bottom: 2px solid #c6c6c6;
  padding-bottom: 5px;
  font-size: 1.6rem;
  font-weight: 500;
}
body.logoscorp.catalog-product-view .page-main-details .product-section-title {
  display: none;
}
body.logoscorp.catalog-product-view .review-list .block-title {
  border-bottom: 2px solid #c6c6c6;
  margin-bottom: 0;
  padding-bottom: 12px;
}
body.logoscorp.catalog-product-view .review-list .block-title strong {
  margin-bottom: 0;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}
body.logoscorp.catalog-product-view .review-list .block-title .counter {
  color: #505050;
  font-weight: 500;
}
body.logoscorp.catalog-product-view .review-list .rating-summary .rating-result:before {
  font-size: 1.2rem;
}
body.logoscorp.catalog-product-view .review-list .rating-summary .rating-result > span:before {
  font-size: 1.2rem;
}
body.logoscorp.catalog-product-view .review-item {
  border-bottom: 1px solid #c6c6c6;
}
body.logoscorp.catalog-product-view .review-date {
  display: block;
  color: #747474;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
body.logoscorp.catalog-product-view .review-details-date {
  display: block;
}
body.logoscorp.catalog-product-view .review-author {
  display: block;
  line-height: 1.1;
}
body.logoscorp.catalog-product-view .review-author .review-details-value {
  font-weight: 500;
}
body.logoscorp.catalog-product-view .review-ratings {
  margin-bottom: 2rem;
}
body.logoscorp.catalog-product-view .review-title {
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
body.logoscorp.catalog-product-view .review-content {
  color: #505050;
  margin-bottom: 0;
}
body.logoscorp.catalog-product-view .review-toolbar {
  margin-bottom: 2.5rem;
}
body.logoscorp.catalog-product-view .vendor-banner {
  position: relative;
  top: 129px;
}
body.logoscorp.catalog-product-view .vendor-banner .banner-fullwith {
  margin-left: calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: -moz-calc(50% - 50vw);
  width: calc(100vw - 1px);
}
body.logoscorp.catalog-product-view .vendor-banner .vendor-logo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.logoscorp.catalog-product-view .vendor-banner .vendor-logo .banner-logo {
  height: auto;
  width: 6rem;
  border-radius: 8px;
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  background: #ffffff;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile {
  border-top: 1px solid #D1D0D0;
  text-align: justify;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile h4 {
  color: #0F0F0F;
  font-weight: 700;
  font-size: 1.6rem;
  margin: 2rem 0;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile div[data-role="collapsible"] {
  cursor: pointer;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile div[aria-expanded="false"]:not(.active) h4:after,
body.logoscorp.catalog-product-view .accordion-vendor-profile div[aria-expanded="true"]:not(.active) h4:after {
  font-family: 'sambil-icons';
  font-size: 1.4rem;
  font-weight: 400;
  float: right;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile div[aria-expanded="false"]:not(.active) h4:after {
  content: '\e967';
}
body.logoscorp.catalog-product-view .accordion-vendor-profile div[aria-expanded="true"]:not(.active) h4:after {
  content: '\e962';
}
body.logoscorp.catalog-product-view .accordion-vendor-profile div[data-role="content"] {
  padding-bottom: 2rem;
  max-height: 24rem;
  overflow-y: auto;
  margin-bottom: 2rem;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile .vendor-category .vendor-logo img {
  border-radius: 8px;
  border: 1px solid #d1d0d0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
  max-width: 11rem;
}
body.logoscorp.catalog-product-view .accordion-vendor-profile .vendor-category .vendor-link {
  color: #006bb4;
  text-decoration: underline;
  font-size: 1.8rem;
}
body.logoscorp.catalog-product-view #mp-review-summary .mp-review-details .stars-title {
  width: 7rem;
}
body.logoscorp.catalog-product-view #mp-review-summary .mp-review-details .stars-process-active {
  background-color: #EA2127;
}
body.logoscorp.catalog-product-view .mp-toolbar.mp-review-toolbar {
  align-items: baseline;
}
body.logoscorp.catalog-product-view .box-collateral.box-description #search-bar input:not([disabled]):focus {
  box-shadow: none;
}
body.logoscorp.catalog-product-view .product-info-accordion {
  display: flex;
  flex-direction: column;
}
body.logoscorp.catalog-product-view .product-info-accordion .product.attribute.description {
  order: -1;
}
body.logoscorp.catalog-product-view .block.review-list#customer-reviews {
  display: none;
}
body.logoscorp.catalog-category-view .category-image,
body.logoscorp.catalog-category-view .category-description {
  position: relative;
}
body.logoscorp.catalog-category-view .category-image .branslist-logo,
body.logoscorp.catalog-category-view .category-description .branslist-logo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.logoscorp.catalog-category-view .category-image .branslist-logo img,
body.logoscorp.catalog-category-view .category-description .branslist-logo img {
  height: auto;
  width: 6rem;
  box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 12px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.8rem;
  background: #ffffff;
}
body.logoscorp.catalog-category-view a.swatch-option-link-layered .swatch-option,
body.logoscorp.catalog-category-view a.swatch-option-link-layered .swatch-option.image {
  width: 3rem;
  height: 2rem;
}
body.logoscorp.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
  display: none;
}
body.logoscorp.catalog-category-view .category-description {
  width: 99.6vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: -moz-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body.logoscorp.catalog-category-view .category-description picture img {
  margin-left: calc(50% - 50vw);
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-right: -webkit-calc(50% - 50vw);
  margin-right: -moz-calc(50% - 50vw);
  width: calc(100vw - 1px) !important;
}
@media only screen and (min-width: 768px) {
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs {
    position: relative;
    top: 160px;
    margin-bottom: 5rem;
    max-width: 1494px;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs .items {
    color: #505050;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs .item a {
    color: #505050;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs .item:not(:last-child):after {
    content: '/';
    font-size: 18px;
    line-height: 14px;
    margin: 0 3px;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs strong {
    font-weight: 600;
  }
  body.logoscorp.catalog-product-view #maincontent .column.main {
    position: relative;
    display: grid;
    grid-template-columns: 55% 40%;
    align-items: start;
    column-gap: 55px;
  }
  body.logoscorp.catalog-product-view .product.media {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 100%;
  }
  body.logoscorp.catalog-product-view .product-info-main {
    grid-column: 2/3;
    grid-row: 1/3;
    position: sticky;
    width: 100%;
    top: 150px;
  }
  body.logoscorp.catalog-product-view .product-info-main-extra {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  body.logoscorp.catalog-product-view .product-info-main-extra img.featured_img {
    margin: 0 auto;
    display: block;
  }
  body.logoscorp.catalog-product-view .product-options-bottom {
    display: flex;
    align-items: center;
  }
  body.logoscorp.catalog-product-view .product-options-bottom > div {
    flex: 1;
  }
  body.logoscorp.catalog-product-view .box-tocart {
    margin-bottom: 0;
  }
  body.logoscorp.catalog-product-view .box-tocart .action.tocart {
    width: 100%;
  }
  body.logoscorp.catalog-product-view .accordion-info .sambil-attributes {
    width: 52.5rem;
  }
  body.logoscorp.catalog-product-view .accordion-info .sambil-attributes .attr-label {
    padding: 0;
    width: 17rem;
    font-weight: 500;
  }
  body.logoscorp.catalog-product-view .accordion-info .sambil-attributes .attr-value {
    padding: 0;
    width: 16rem;
    padding-left: 1.5rem;
  }
  body.logoscorp.catalog-product-view .accordion-info .sambil-attributes td {
    font-size: 1.4rem;
    text-align: left;
    line-height: 2.4rem;
  }
  body.logoscorp.catalog-product-view .vendor-banner {
    top: 160px;
  }
  body.logoscorp.catalog-product-view .vendor-banner .vendor-logo .banner-logo {
    width: 12rem;
  }
  body.logoscorp.catalog-category-view .category-image .branslist-logo img,
  body.logoscorp.catalog-category-view .category-description .branslist-logo img {
    width: 12rem;
  }
  body.logoscorp.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter label.sorter-label {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  body.logoscorp.catalog-product-view .vendor-banner {
    top: 207px;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs {
    top: 210px;
  }
}
@media only screen and (min-width: 1280px) {
  body.logoscorp.catalog-product-view .column.main {
    padding-bottom: 8rem;
  }
  body.logoscorp.catalog-product-view .product-action-add {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  body.logoscorp.catalog-product-view .product-action-add > div {
    flex: 1;
  }
  body.logoscorp.catalog-product-view .page-wrapper {
    overflow: visible;
  }
  body.logoscorp.catalog-product-view .fotorama__stage__frame .fotorama__img {
    top: 0;
    transform: translate3d(-50%, 0, 0);
  }
  body.logoscorp.catalog-product-view .fotorama__wrap--css3 .fotorama__stage {
    max-height: 700px;
  }
  body.logoscorp.catalog-product-view .product-info-main .action.towishlist {
    width: 11.5rem;
  }
  body.logoscorp.catalog-product-view .box-tocart .action.tocart {
    margin-bottom: 0;
    width: 16rem;
  }
  body.logoscorp.catalog-product-view .product-addto-links {
    margin-bottom: 0;
  }
  body.logoscorp.catalog-product-view .product-options-bottom {
    display: flex;
    align-items: center;
  }
  body.logoscorp.catalog-product-view .product-options-bottom .box-tocart {
    flex: 60%;
  }
  body.logoscorp.catalog-product-view .product-options-bottom .product-addto-links {
    flex: 40%;
  }
  body.logoscorp.catalog-product-view .review-form .fieldset .field {
    width: 50%;
  }
  body.logoscorp.catalog-product-view .review-form .actions-toolbar {
    width: 50%;
  }
  body.logoscorp.catalog-product-view .review-form .actions-toolbar .primary {
    float: right;
  }
  body.logoscorp.catalog-product-view .block-section h2 {
    font-size: 2.4rem;
  }
  body.logoscorp.catalog-product-view .block-section.products-upsell {
    margin-bottom: 3rem;
  }
  body.logoscorp.catalog-product-view .block-section.products-upsell h2 {
    margin-bottom: 3rem;
  }
  body.logoscorp.catalog-product-view .block-section.products-related {
    margin-bottom: 5rem;
  }
  body.logoscorp.catalog-product-view .block-section.products-related h2 {
    margin-bottom: 4rem;
  }
  body.logoscorp.catalog-product-view .column.main {
    padding-bottom: 5rem;
  }
  body.logoscorp.catalog-product-view .page-main-details #reviews {
    margin-top: 4rem;
  }
  body.logoscorp.catalog-product-view .review-item {
    padding-top: 4rem;
    padding-bottom: 1.5rem;
  }
  body.logoscorp.catalog-product-view .review-ratings {
    margin-bottom: 0;
  }
  body.logoscorp.catalog-product-view .vendor-banner .vendor-logo .banner-logo {
    width: 20rem;
  }
  body.logoscorp.catalog-category-view .category-image .branslist-logo img,
  body.logoscorp.catalog-category-view .category-description .branslist-logo img {
    width: 20rem;
  }
}
@media only screen and (min-width: 1425px) {
  body.logoscorp.catalog-product-view .vendor-banner {
    top: 170px;
  }
  body.logoscorp.catalog-product-view .page-wrapper .breadcrumbs {
    top: 180px;
  }
}
.logoscorp .cart.table-wrapper {
  border-top: none;
}
.logoscorp .minicart-content-wrapper .price-excluding-tax {
  display: none;
}
.logoscorp .use-ajax.action.towishlist.action-towishlist {
  font-size: 0px;
}
.logoscorp .use-ajax.action.towishlist.action-towishlist::before {
  font-family: 'sambil-icons';
  content: '\e94e';
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 18px;
  position: absolute;
  right: 85px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.logoscorp .cart-container {
  display: flex;
  flex-direction: column;
  max-width: 95%;
  margin: auto;
}
.logoscorp .cart-summary {
  order: 1;
  border-radius: .8rem;
  margin: 1rem 0;
}
.logoscorp .cart-summary .summary.title {
  display: block;
  padding: 0 1.5rem;
}
.logoscorp .cart-summary .totals.sub.incl {
  display: none;
}
.logoscorp .cart-discount {
  order: 2;
}
.logoscorp .shopping-table-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.logoscorp .shopping-table-row .shopping-cart-item-image {
  grid-row: span 2;
  margin-right: 1rem;
}
.logoscorp .shopping-table-row .shopping-cart-item-image .product-item-photo {
  position: static;
  width: 100%;
  max-width: 12rem;
  border: 1px solid #DFDFDF;
}
.logoscorp .shopping-table-row .shopping-cart-item-image .product-image-container {
  width: 100%;
}
.logoscorp .shopping-table-row .custom-cart-qty-col {
  order: 2;
}
.logoscorp .shopping-table-row .single-item-price {
  display: none;
}
.logoscorp .shopping-table-row .shopping-cart-item-name a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.logoscorp .shopping-table-row .product-item-details {
  grid-column: span 2;
}
.logoscorp .shopping-table-row .text-right {
  text-align: right;
}
.logoscorp .shopping-table-row .cart-price .price {
  font-size: 1.6rem;
  font-weight: normal;
  color: #0F0F0F;
}
.logoscorp .shopping-table-row .wk-seller-block {
  margin-top: 1rem;
}
.logoscorp .fieldset.coupon input {
  min-height: 4rem;
  border-radius: .8rem 0 0 .8rem;
}
.logoscorp .fieldset.coupon .primary button {
  background: #EA2127;
  color: #fff;
}
.logoscorp .shopping-cart-item-name {
  font-size: 1.6rem;
  font-weight: normal;
  color: #0F0F0F;
}
.logoscorp .shopping-table-first-row {
  display: none;
}
.logoscorp .custom-cart-qty-col {
  padding-bottom: 3rem;
}
.logoscorp .custom-cart-qty-col .field.qty {
  max-width: 4.5rem;
  margin-left: auto;
  margin-right: 1rem;
}
.logoscorp .custom-cart-qty-col .input-text.qty {
  border-radius: .8rem;
}
.logoscorp .item-actions {
  position: absolute;
  right: 1rem;
  bottom: 0;
}
.logoscorp .msrp-subtotal {
  text-align: left;
}
.logoscorp .cart.main.actions {
  align-items: flex-end;
}
.logoscorp .action.update {
  min-width: 20rem;
  min-height: 4rem;
  background: #f2f2f2;
  color: #404041;
  font-size: 1.6rem;
  border: none;
}
.logoscorp .modal-popup.hour-info-modal .action-close:before {
  color: #ecf0f1;
  font-weight: bold;
}
.logoscorp .modal-popup.hour-info-modal .modal-inner-wrap {
  overflow: hidden;
  max-height: 30rem;
}
.logoscorp .modal-popup.hour-info-modal .modal-header,
.logoscorp .modal-popup.hour-info-modal .modal-footer {
  border: none;
}
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .img-section {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  left: 0;
}
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .img-section img {
  width: inherit;
  height: 100vh;
  object-fit: cover;
}
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .info-title,
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .info-text {
  color: #ecf0f1;
}
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .info-title {
  font-weight: bold;
  font-size: 2.6rem;
}
.logoscorp .modal-popup.hour-info-modal #custom-info-modal .info-text {
  font-size: 1.6rem;
  font-weight: bold;
}
.logoscorp .modal-popup.hour-info-modal .modal-footer {
  padding: 0;
  padding-left: 3rem;
  padding-bottom: 1rem;
}
.logoscorp .modal-popup.hour-info-modal .modal-footer button {
  float: left;
}
.logoscorp.checkout-index-index aside.modal-custom.opc-sidebar.opc-summary-wrapper.custom-slide._show .modal-header {
  border: none;
}
.logoscorp.checkout-index-index .custom-slide._show .modal-inner-wrap {
  background: white;
}
.logoscorp.checkout-index-index .modal-slide._inner-scroll .modal-footer button:first-child {
  background: #EA2127;
}
.logoscorp.checkout-index-index .minicart-wrapper .action.showcart .counter.qty {
  background: #EA2127;
}
.logoscorp.checkout-index-index .opc-estimated-wrapper {
  background: #fff;
  border: none;
}
.logoscorp.checkout-index-index .opc-wrapper .step-title,
.logoscorp.checkout-index-index .opc-block-summary > .title {
  color: #404041;
  font-size: 2.4rem;
  font-weight: 600;
}
.logoscorp.checkout-index-index .opc-block-summary {
  background: #fff;
}
.logoscorp.checkout-index-index .opc-block-summary .product-item .price {
  font-weight: 700;
}
.logoscorp.checkout-index-index .minicart-items .product-item-name {
  font-weight: 500;
}
.logoscorp.checkout-index-index .opc-wrapper button.action-show-popup {
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  background-color: #404041;
  border-radius: 8px;
  display: inline-block;
}
.logoscorp.checkout-index-index .opc-wrapper button.action-show-popup:hover {
  background-color: #EA2127;
}
.logoscorp.checkout-index-index .actions-toolbar .action.primary.button:hover,
.logoscorp.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background-color: #404041;
}
.logoscorp.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #404041;
}
.logoscorp.checkout-index-index .opc-wrapper .methods-shipping {
  background: #fff;
  border: none;
}
.logoscorp.checkout-index-index .checkout-payment-method .payment-option-title .action-toggle {
  color: #505050;
  font-weight: 500;
}
.logoscorp.checkout-index-index form#discount-form #discount-code {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.logoscorp.checkout-index-index form#discount-form button.action.action-apply {
  min-height: 4.5rem;
  background: #EA2127;
  color: #fff;
  border: none;
}
.logoscorp.checkout-index-index form#discount-form button.action.action-apply:hover {
  background: #404041;
}
.logoscorp.checkout-index-index form#discount-form button.action.action-cancel {
  min-height: 4.5rem;
  border-left: none;
}
.logoscorp.checkout-index-index .freeshiping-active {
  font-weight: 700;
}
.logoscorp.checkout-index-index .payment-method-title.field.choice label span {
  font-size: 1.6rem;
  font-weight: 600;
}
.logoscorp.checkout-index-index .payment-method-content h4,
.logoscorp.checkout-index-index .payment-method-content strong {
  font-weight: 600;
}
.logoscorp.checkout-index-index .amexfee-collapsible-block,
.logoscorp.checkout-cart-index .amexfee-collapsible-block {
  display: none;
}
.logoscorp.checkout-index-index .amexfee-totals-details,
.logoscorp.checkout-cart-index .amexfee-totals-details {
  display: table-row;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.logoscorp.checkout-index-index .cart-empty a,
.logoscorp.checkout-cart-index .cart-empty a {
  font-weight: bolder;
}
.logoscorp .opc-progress-bar {
  text-align: center;
}
.logoscorp .opc-progress-bar > li {
  width: 30%;
}
@media only screen and (min-width: 768px) {
  .logoscorp .cart-container {
    display: block;
  }
  .logoscorp .cart-summary .summary.title {
    padding: 0;
  }
  .logoscorp .shopping-table-row {
    display: grid;
    grid-template-columns: 1fr 3fr repeat(3, 1fr);
    position: relative;
    margin-bottom: 2rem;
  }
  .logoscorp .shopping-table-row .custom-cart-qty-col {
    order: unset;
  }
  .logoscorp .shopping-table-row .text-right {
    text-align: right;
  }
  .logoscorp .shopping-table-row .product-item-details {
    grid-column: span 1;
  }
  .logoscorp .shopping-table-row .single-item-price {
    display: block;
  }
  .logoscorp .shopping-table-row .cart-price .price {
    font-size: 1.6rem;
    font-weight: normal;
    color: #0F0F0F;
  }
  .logoscorp .shopping-table-row .wk-seller-block {
    margin-top: 1rem;
  }
  .logoscorp .msrp-subtotal {
    text-align: right;
  }
  .logoscorp .shopping-table-first-row {
    display: grid;
    color: #404041;
    font-weight: bold;
    line-height: 2.4rem;
  }
  .logoscorp .shopping-table-first-row > div {
    line-height: 2;
  }
  .logoscorp .shopping-table-first-row .col-article-title {
    grid-column: span 2;
  }
  .logoscorp .custom-cart-qty-col .field.qty {
    margin-right: 0;
  }
  .logoscorp .modal-popup.hour-info-modal .modal-inner-wrap {
    width: 35%;
    min-width: 50.1rem;
    margin: 5rem auto;
    left: 0;
  }
  .logoscorp .modal-popup.hour-info-modal .modal-inner-wrap .modal-content {
    padding-bottom: 2rem;
  }
  .logoscorp .modal-popup.hour-info-modal #custom-info-modal .img-section img {
    height: unset;
    object-fit: unset;
  }
  .logoscorp.checkout-index-index .modal-slide._inner-scroll .modal-footer button:first-child {
    background: #EA2127;
  }
  .logoscorp.checkout-index-index .opc-progress-bar-item._active:before,
  .logoscorp.checkout-index-index .opc-progress-bar-item._active > span:before {
    background: #EA2127;
    border-color: #EA2127;
  }
  .logoscorp.checkout-index-index .opc-block-summary {
    border: 1px solid #bbb;
  }
  .logoscorp.checkout-index-index .totals.sub.incl {
    display: none;
  }
  .logoscorp .cart-discount .block {
    width: 39rem;
  }
}
.logoscorp .minicart-qty-container {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.logoscorp .minicart-qty-container .cart-item-qty {
  width: 3.3rem;
  height: 3.5rem;
}
.logoscorp .item-step-button {
  width: 32px;
  height: 3.5rem;
  border: 1px solid #D1D0D0;
  background-color: #fff;
  max-width: 3.3rem;
}
.logoscorp .minicart-step-plus {
  border-left: none;
  border-radius: 0rem 1rem 1rem 0rem;
}
.logoscorp .minicart-icon-plus::before {
  content: "+";
  line-height: 2.2rem;
}
.logoscorp .minicart-button-icon {
  position: relative;
  vertical-align: text-top;
  pointer-events: none;
}
.logoscorp .minicart-button-icon:before {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4E4D4D;
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
.logoscorp .minicart-step-minus {
  border-right: none;
  border-radius: 1rem 0rem 0rem 1rem;
}
.logoscorp .minicart-icon-minus::before {
  content: "-";
  line-height: 2.2rem;
}
.logoscorp.contact-index-index {
  color: #0F0F0F;
}
.logoscorp.contact-index-index .column.main {
  padding-bottom: 0;
}
.logoscorp.contact-index-index #maincontent {
  margin-top: 5rem;
}
.logoscorp.contact-index-index .banner {
  color: #ffffff;
}
.logoscorp.contact-index-index .banner h2 {
  font-size: 3.6rem;
  color: inherit;
}
.logoscorp.contact-index-index .banner p {
  font-size: 1.6rem;
  font-weight: 600;
}
.logoscorp.contact-index-index div[data-element="content"] {
  text-align: center;
}
.logoscorp.contact-index-index .row-banner {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
.logoscorp.contact-index-index .form.contact .fieldset {
  margin-bottom: 0;
}
.logoscorp.contact-index-index .form.contact .fieldset .field.note {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
.logoscorp.contact-index-index .form.contact .fieldset .field {
  margin-bottom: 1.5rem;
}
.logoscorp.contact-index-index .form.contact .fieldset .field .label {
  font-weight: 400;
}
.logoscorp.contact-index-index .form.contact .fieldset input,
.logoscorp.contact-index-index .form.contact .fieldset textarea {
  border: 1px solid #DFDFDF;
  border-radius: 0.8rem;
}
.logoscorp.contact-index-index .form.contact .fieldset textarea {
  resize: none;
}
.logoscorp.contact-index-index .form.contact .actions-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 4.5rem;
}
.logoscorp.contact-index-index .form.contact .actions-toolbar .primary {
  float: right;
}
.logoscorp.contact-index-index .form.contact .actions-toolbar .primary .action {
  margin-right: 0;
  width: 13.5rem;
  height: 4.5rem;
}
.logoscorp.contact-index-index .form.contact .actions-toolbar .primary .action:hover {
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.logoscorp.contact-index-index .section-info {
  margin-bottom: 2rem;
}
.logoscorp.contact-index-index .section-info a {
  color: #006bb4;
}
.logoscorp.contact-index-index .section-info .block.block-info {
  display: grid;
  grid-template-areas: "icon title" "icon content";
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
}
.logoscorp.contact-index-index .section-info .icon-sambil {
  grid-area: icon;
  font-size: 1.8rem;
  font-family: 'sambil-icons';
  font-style: normal;
}
.logoscorp.contact-index-index .section-info .icon-sambil:before {
  font-size: inherited;
  color: #747474;
}
.logoscorp.contact-index-index .section-info .icon-sambil.icon-address:before {
  content: "\e976";
}
.logoscorp.contact-index-index .section-info .icon-sambil.icon-phone:before {
  content: "\e952";
}
.logoscorp.contact-index-index .section-info .icon-sambil.icon-email:before {
  content: "\e958";
}
.logoscorp.contact-index-index .section-info .icon-sambil.icon-schedule:before {
  content: "\e951";
}
.logoscorp.contact-index-index .section-info .icon-sambil.icon-rrss:before {
  content: "\e975";
}
.logoscorp.contact-index-index .section-info .rrss-icons {
  display: flex;
}
.logoscorp.contact-index-index .section-info .item-rrss-block {
  margin-right: 2rem;
}
.logoscorp.contact-index-index .section-info .item-rrss-block:hover {
  opacity: 0.9;
}
.logoscorp.contact-index-index .section-info .block .title {
  grid-area: title;
  font-size: 1.4rem;
  font-weight: 800;
  text-transform: uppercase;
}
.logoscorp.contact-index-index .section-info .block.block-info {
  margin-bottom: 2rem;
}
.logoscorp.contact-index-index .section-info .block-info.schedule span {
  margin-bottom: 1rem;
  display: block;
}
.logoscorp.contact-index-index .section-info .content {
  grid-area: content;
}
.logoscorp.contact-index-index .section-info .content span {
  display: inline-block;
}
.logoscorp.contact-index-index .section-info .content address {
  margin-bottom: 2rem;
  max-width: 48rem;
}
.logoscorp.contact-index-index .section-info .content .action.button {
  border: 1px solid #D1D0D0;
  border-radius: 1rem;
  color: #0f0f0f;
  padding: 1rem 1.5rem;
}
.logoscorp.contact-index-index .section-info .content .action.button:hover {
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.logoscorp.contact-index-index .section-info .content .action.button img {
  width: 15px;
  margin-right: 5px;
  vertical-align: text-top;
}
.logoscorp.contact-index-index .field-note {
  float: left;
}
.logoscorp.contact-index-index .field-note span {
  color: #EA2127;
}
@media only screen and (min-width: 768px) {
  .logoscorp.contact-index-index #maincontent {
    margin-top: 12.5rem;
  }
  .logoscorp.contact-index-index .banner p {
    font-size: 2rem;
  }
  .logoscorp.contact-index-index .row-content {
    display: flex;
    padding: 40px 0;
  }
  .logoscorp.contact-index-index .column-form {
    flex: 1;
    order: 2;
    padding: 3rem;
    border-left: 1px solid #DFDFDF;
  }
  .logoscorp.contact-index-index .column-form .form.contact {
    width: 100%;
    min-width: auto;
  }
  .logoscorp.contact-index-index .column-form .fieldset {
    display: grid;
    grid-template-areas: "note note" "name lastname" "email email" "phone company" "message message";
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.note {
    grid-area: note;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.name {
    grid-area: name;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.telephone {
    grid-area: phone;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.email {
    grid-area: email;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.company {
    grid-area: company;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.comment {
    grid-area: message;
  }
  .logoscorp.contact-index-index .column-form .fieldset .field.lastname {
    grid-area: lastname;
  }
  .logoscorp.contact-index-index .form.contact .fieldset .field.note {
    margin-top: 0;
  }
  .logoscorp.contact-index-index .column-info {
    flex: 1;
    padding: 3rem;
  }
}
.logoscorp .login-container .fieldset > .field > .control {
  width: 100%;
}
.logoscorp .login-container .fieldset:after {
  content: '';
}
.logoscorp .fieldset {
  margin-bottom: 0;
}
.logoscorp .form-login,
.logoscorp .block-new-customer,
.logoscorp .password.forget {
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  padding: 3.8rem 3.2rem;
  max-width: 40.3rem;
}
.logoscorp .form-login h2,
.logoscorp .block-new-customer h2,
.logoscorp .password.forget h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.logoscorp .form-login .input-text,
.logoscorp .block-new-customer .input-text,
.logoscorp .password.forget .input-text {
  border-radius: .8rem;
}
.logoscorp .form-login .secondary,
.logoscorp .block-new-customer .secondary,
.logoscorp .password.forget .secondary {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.logoscorp .form-login .required-message,
.logoscorp .block-new-customer .required-message,
.logoscorp .password.forget .required-message {
  color: #EA2127;
}
.logoscorp .form-login .actions-toolbar .secondary a.action,
.logoscorp .block-new-customer .actions-toolbar .secondary a.action,
.logoscorp .password.forget .actions-toolbar .secondary a.action {
  margin-top: 0;
}
.logoscorp .form-login .primary,
.logoscorp .block-new-customer .primary,
.logoscorp .password.forget .primary {
  width: 100%;
}
.logoscorp .form-login .primary .action.primary,
.logoscorp .block-new-customer .primary .action.primary,
.logoscorp .password.forget .primary .action.primary {
  width: 100%;
  padding: 1.4rem;
  margin-bottom: 1.8rem;
}
.logoscorp .password.forget {
  margin: auto;
  max-width: 56rem;
}
.logoscorp .password.forget .fieldset::after {
  content: '';
}
.logoscorp .block-new-customer {
  margin-bottom: 5rem;
}
.logoscorp .block-new-customer .block-title {
  border: none;
  padding: 0;
  margin: 0;
}
.logoscorp .login-separator {
  display: none;
}
.logoscorp .form-newsletter-manage .actions-toolbar {
  margin-top: 1.5rem;
}
.logoscorp .form-edit-account .customer-dob {
  position: relative;
}
.logoscorp .form-edit-account .ui-datepicker-trigger::before {
  position: absolute;
  right: 1rem;
  top: 15%;
}
.logoscorp .form-edit-account #dob {
  width: 100%;
}
.logoscorp .form-edit-account .action.primary {
  margin-top: 2rem;
  min-width: 8rem;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .modal-header {
  border: 0;
  margin-bottom: 0;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .block-title {
  padding-bottom: 3rem;
  margin-bottom: 0;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .block-title strong {
  font-weight: 400;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .block-content ul {
  list-style: unset;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .block-content .action.action-login.secondary span {
  margin: 0 auto;
}
.logoscorp aside.modal-popup.popup-authentication.modal-slide._inner-scroll .modal-inner-wrap .block.block-new-customer {
  border: 0;
}
.logoscorp .ui-datepicker.ui-widget {
  width: 27rem;
}
.logoscorp .form.send.confirmation fieldset.fieldset {
  margin-bottom: 2rem;
}
.logoscorp .password-strength-meter {
  height: auto;
}
@media only screen and (min-width: 768px) {
  .logoscorp {
    /*
            @TODO
            Esta expresion me esta desalineando los banners principales 
            al lado del carrusel en el home. Revisar otra agregar de quitar
            el margen al la carta de registro
        
        */
  }
  .logoscorp .login-container {
    display: flex;
    justify-content: center;
  }
  .logoscorp .login-container .block {
    width: auto;
  }
  .logoscorp .login-separator {
    display: block;
    margin: 0 4.7rem 5rem 4.7rem;
    border-right: 1px solid #dfdfdf;
  }
}
.logoscorp .invisibleTelephone {
  display: none;
}
.logoscorp .phone-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.logoscorp ._required.label:after {
  margin: 0 0 0 5px;
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
}
.logoscorp .product-items .tocart.primary {
  min-height: 4rem;
}
.logoscorp .product-items .tocart2:hover {
  background-color: #545454;
}
.logoscorp .product-items .slick-list {
  margin: 0 -2.2rem;
  padding-bottom: 0.3rem;
}
.logoscorp .product-items .slick-slide {
  margin: 0 2.2rem;
}
.logoscorp .product-items .slick-prev {
  left: 0;
}
.logoscorp .product-items .slick-next {
  right: 0;
}
.logoscorp .product-items .slick-arrow {
  top: 30%;
  border-radius: 50%;
}
.logoscorp .slick-slide .actions-primary {
  width: 100%;
}
.logoscorp .carousel-qty-counter .input-group {
  display: flex;
}
.logoscorp .carousel-qty-counter input {
  max-width: 3.7rem;
  height: 4rem;
}
.logoscorp .carousel-qty-counter .increment-btns button {
  background: #ffffff;
  height: 4rem;
}
.logoscorp .carousel-qty-counter .increment-btns button.input-group__button--increase {
  border-radius: 0rem 1rem 1rem 0rem;
  border-left: none;
}
.logoscorp .carousel-qty-counter .increment-btns button.input-group__button--decrease {
  border-radius: 1rem 0rem 0rem 1rem;
  border-right: none;
}
.logoscorp .carousel-qty-counter .increment-btns .input-group__icon {
  position: relative;
  vertical-align: text-top;
}
.logoscorp .carousel-qty-counter .increment-btns .input-group__icon:before {
  font-size: 1.4rem;
  font-weight: 400;
  color: #4E4D4D;
  content: "-";
  transform: translate(-50%, -50%);
  left: 50%;
  position: absolute;
  top: 50%;
}
.logoscorp .carousel-qty-counter .increment-btns .input-group__icon--increase:before {
  content: "+";
  line-height: 2.2rem;
}
.logoscorp .carousel-qty-counter .increment-btns .input-group__icon--decrease:before {
  content: "-";
  line-height: 2.2rem;
}
.logoscorp .form-with-counter {
  display: flex;
  padding: 0 1.2rem;
  justify-content: space-between;
}
.logoscorp .form-with-counter .tocart.button-right {
  flex: 1;
  margin-left: 1.4rem;
}
.logoscorp .form-with-counter .input-group input[type="number"] {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .logoscorp .product-items.slick-slider {
    width: 100%;
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  .logoscorp .product-items.slick-slider .slick-arrow {
    position: initial;
    transform: none;
    flex-shrink: 0;
  }
  .logoscorp .product-items.slick-slider .price-containter .price {
    font-size: 1.4rem;
  }
  .logoscorp .product-items.slick-slider .old-price .price {
    font-size: 1.2rem;
  }
}
.mixin-dropdown {
  position: relative;
}
.mixin-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.mixin-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp a {
  color: #505050;
}
.logoscorp a:hover {
  color: inherit;
  text-decoration: none;
}
.logoscorp a:hover {
  color: inherit;
  text-decoration: none;
}
.logoscorp a:hover {
  color: inherit;
  text-decoration: none;
}
.logoscorp .logo {
  max-width: 11rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 3rem;
}
.logoscorp .sliding-menu-top .menu-currency-selector {
  text-align: center;
  color: #ffffff;
  padding-left: 1rem;
}
.logoscorp .sliding-menu-top .menu-currency-selector .switcher-currency {
  margin: 0;
}
.logoscorp .sliding-menu-top .menu-currency-selector .switcher-currency a {
  color: #ffffff;
}
.logoscorp .sliding-menu-top .menu-currency-selector .switcher-currency .switcher-option a {
  color: #0f0f0f;
}
.logoscorp .sliding-menu-top .menu-currency-selector span {
  display: block;
}
.logoscorp .sliding-menu-top .menu-currency-selector .mobile-menu-label {
  font-size: 1.2rem;
}
.logoscorp .ammenu-logo {
  margin-right: auto;
}
.logoscorp .ammenu-logo img {
  max-height: 3.3rem;
  vertical-align: middle;
}
.logoscorp div.header.content {
  border-bottom: 1px solid #dfdfdf;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.logoscorp div.header.content .sliding-menu-toggle-label {
  display: none;
}
.logoscorp div.header.content .menu-toggle-icon {
  font-size: 2rem;
  margin-right: 1.5rem;
}
.logoscorp div.header.content .menu-toggle-icon::before {
  padding: 0;
}
.logoscorp div.header.content .counter.qty {
  position: absolute;
  color: #ffffff;
  top: -5px;
  right: -8px;
  height: 1.7rem;
  width: 1.7rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ea2127;
  border-radius: 50%;
}
.logoscorp div.header.content .counter.qty span {
  text-shadow: none;
}
.logoscorp div.header.content .counter.qty::before,
.logoscorp div.header.content .counter.qty::after {
  content: none;
}
.logoscorp div.header.content .counter.qty.empty {
  display: none;
}
.logoscorp div.header.content .custom.link.wishlist {
  position: relative;
}
.logoscorp div.header.content .custom.link.wishlist .wishlist-custom:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: 27px;
  color: #505050;
  margin: -1;
  vertical-align: top;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.logoscorp div.header.content .custom.link.wishlist .wishlist-custom .text {
  border: -1;
  clip: rect(-1, 0, 0, 0);
  height: 0px;
  margin: -2px;
  overflow: hidden;
  padding: -1;
  position: absolute;
  width: 0px;
}
.logoscorp div.header.content .custom.link.wishlist .wishlist-custom::before {
  font-family: 'sambil-icons';
  content: '\e94e';
}
.logoscorp .minicart-wrapper .product-item .product {
  position: static;
}
.logoscorp .minicart-wrapper .product-item .product .product.actions {
  position: absolute;
  right: 0.5rem;
  margin: 0;
}
.logoscorp .minicart-wrapper .product-item .product .odd.last .actions {
  margin-top: -1.5rem;
}
.logoscorp .minicart-wrapper .block-minicart:after {
  content: none;
}
.logoscorp header.page-header {
  position: fixed;
  z-index: 10;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 8px #0000001A;
}
.logoscorp header.page-header .block-search {
  display: none;
}
.logoscorp header.page-header .mobile-search-dropdown .block-search {
  display: block;
}
.logoscorp header.page-header .register-button {
  display: none;
}
.logoscorp header.page-header .minicart-items .product-item:first-child {
  padding-top: .5rem;
}
.logoscorp header.page-header .minicart-items .product-item:first-child .secondary {
  margin-top: -1.6rem;
}
.logoscorp header.page-header .minicart-wrapper {
  margin-top: 0;
  order: 5;
  position: initial;
}
.logoscorp header.page-header .minicart-wrapper .update-cart-item {
  margin-top: 1rem;
  background-color: #ea2127;
  color: #ffffff;
  border-radius: .8rem;
  border: none;
  box-shadow: unset;
}
.logoscorp header.page-header .minicart-wrapper .product-item .price-container {
  margin-top: 1.2rem;
}
.logoscorp header.page-header .minicart-wrapper .minicart-items .product-item {
  position: relative;
}
.logoscorp header.page-header .minicart-wrapper .items-total .count {
  margin-right: .3rem;
}
.logoscorp header.page-header .minicart-wrapper .ui-dialog {
  position: absolute;
  top: 0;
  right: 0;
}
.logoscorp header.page-header .minicart-wrapper .product-item-name {
  margin-top: .6rem;
  padding-right: .6rem;
}
.logoscorp header.page-header .minicart-wrapper .product-item-name a {
  color: #0f0f0f;
}
.logoscorp header.page-header .minicart-wrapper .product-item-details {
  display: flex;
  padding: 0 .5rem;
  font-weight: bold;
}
.logoscorp header.page-header .minicart-wrapper .product-item-details .price-excluding-tax {
  margin-top: 0;
}
.logoscorp header.page-header .minicart-wrapper .product.actions {
  position: absolute;
  padding: 0;
  top: 0;
  right: 20px;
}
.logoscorp header.page-header .minicart-wrapper .product-item-pricing {
  text-align: right;
  margin-left: auto;
}
.logoscorp header.page-header .minicart-wrapper .product-item-pricing .details-qty .label {
  display: none;
}
.logoscorp header.page-header .minicart-wrapper .product.actions .secondary a::before {
  font-family: 'sambil-icons';
  margin-top: 0.6rem;
  font-size: 1rem;
  font-weight: bold;
  content: '\e947';
}
.logoscorp header.page-header .minicart-wrapper .action.showcart {
  position: relative;
}
.logoscorp header.page-header .minicart-wrapper .action.showcart::before {
  font-family: 'sambil-icons';
  content: '\e950';
  font-size: 3.2rem;
  margin-top: 0.8rem;
  color: #505050;
  margin-right: 0;
  font-size: 2rem;
  margin-top: 0;
}
.logoscorp header.page-header .minicart-wrapper .block.block-minicart {
  top: 0;
  margin-top: 0;
  right: 0;
  min-width: 30%;
  min-height: 100vh;
}
.logoscorp header.page-header .minicart-wrapper .block.block-minicart::before {
  content: none;
}
.logoscorp header.page-header .minicart-wrapper .minicart-title {
  display: block;
  margin: auto;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.logoscorp header.page-header .minicart-wrapper .minicart-title span {
  margin-left: 3px;
}
.logoscorp header.page-header .minicart-wrapper .drawer-icon-wrapper::before {
  font-family: 'sambil-icons';
  font-size: 2rem;
  vertical-align: middle;
  content: '\e950';
  font-style: normal;
}
.logoscorp header.page-header .minicart-wrapper .actions .secondary {
  float: right;
  color: #336dff;
  text-decoration: underline;
}
.logoscorp header.page-header .minicart-wrapper .block-top {
  display: flex;
  flex-direction: column;
  padding-bottom: 10px;
}
.logoscorp header.page-header .minicart-wrapper .action.close {
  left: 20px;
  top: 25px;
}
.logoscorp header.page-header .minicart-wrapper .subtotal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0px;
}
.logoscorp header.page-header .minicart-wrapper .subtotal span {
  font-size: 1.8rem;
  font-weight: bold;
}
.logoscorp header.page-header .minicart-wrapper .subtotal .price-excluding-tax {
  display: none;
}
.logoscorp header.page-header .minicart-wrapper .action .primary button {
  border-radius: 8px;
}
.logoscorp header.page-header .custom.link.wishlist {
  position: relative;
  display: none;
  order: 4;
}
.logoscorp header.page-header .my-account-dropdown {
  order: 3;
  position: relative;
}
.logoscorp header.page-header .my-account-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp header.page-header .my-account-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp header.page-header .my-account-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp header.page-header .my-account-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp header.page-header .my-account-dropdown .ui-widget {
  z-index: 9;
  right: 0;
  box-shadow: 0px 3px 8px #0000001A;
  border: 3px solid #d1d0d0;
  border-radius: 8px;
  margin-top: 10px;
  background-color: #ffffff;
  right: 50%;
  transform: translateX(50%);
}
.logoscorp header.page-header .my-account-dropdown .ui-widget::before {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent #d1d0d0 transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
}
.logoscorp header.page-header .my-account-dropdown li {
  padding: 1rem;
  margin: 0;
}
.logoscorp header.page-header .my-account-dropdown .label {
  display: none;
  vertical-align: middle;
}
.logoscorp header.page-header .my-account-dropdown.loggedIn.active::after {
  display: block;
}
.logoscorp header.page-header .user-icon::before {
  font-family: 'sambil-icons';
  content: '\e94f';
  margin-right: 2.5rem;
  font-size: 3.2rem;
  margin-top: 0.8rem;
  color: #505050;
  margin-right: 2rem;
  font-size: 2rem;
  margin-top: 0;
}
.logoscorp header.page-header .user-chevron {
  display: none;
}
.logoscorp header.page-header .user-chevron::before {
  font-family: 'sambil-icons';
  font-style: normal;
  vertical-align: middle;
  font-size: 1rem;
  content: '\e967';
}
.logoscorp header.page-header .block-search .actions .action.search::before {
  font-family: 'sambil-icons';
  content: '\e949';
  font-size: 2rem;
  color: #000;
}
.logoscorp header.page-header div.nav-sections {
  margin-bottom: 0;
}
.logoscorp header.page-header div.nav-sections .navigation li.level0 > a.level-top {
  line-height: 37px;
  text-transform: uppercase;
}
.logoscorp header.page-header div.nav-sections .navigation li.level0 > a.level-top .ui-menu-icon::after {
  content: none;
}
.logoscorp .nav-sections-items-title {
  display: none;
}
.logoscorp .nav-sections-item-content {
  margin-top: 0;
}
.nav-sections .nav-sections-items nav.navigation {
  background-color: #ffffff;
  min-width: 100%;
}
.historyq {
  color: #8f218e;
  font-weight: 600;
  cursor: pointer;
  display: flex;
}
.historyq:hover {
  opacity: 0.7;
}
.sugesq {
  color: #333;
  font-weight: 700;
  cursor: pointer;
  display: flex;
}
.sugesq:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1300px) {
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-item .ammenu-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
@media only screen and (min-width: 769px) {
  .logoscorp .custom-menu-wrapper {
    max-width: 1280px;
    margin: auto;
  }
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items {
    justify-content: center;
  }
  .logoscorp .custom-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .logoscorp .sliding-menu-top .sidebar-menu-logo {
    margin-right: auto;
  }
  .logoscorp .sliding-menu-top .menu-currency-selector {
    padding-right: 2.5rem;
  }
  .logoscorp .sliding-menu-top .switcher-currency {
    display: block;
  }
  .logoscorp .logo {
    max-width: none;
  }
  .logoscorp .ammenu-logo {
    margin-right: 0;
  }
  .logoscorp .ammenu-logo img {
    /* max-width: 11rem; */
    height: auto;
    display: block;
    max-height: none;
  }
  .logoscorp div.header.content {
    min-width: 1px;
    margin: auto;
    padding: 0 3rem;
  }
  .logoscorp div.header.content .menu-toggle-icon {
    display: none;
  }
  .logoscorp div.header.content .counter.qty {
    position: absolute;
    top: -12px;
    right: -12px;
    border-radius: 50%;
  }
  .logoscorp div.header.content .counter.qty span {
    text-shadow: none;
  }
  .logoscorp div.header.content .counter.qty::before,
  .logoscorp div.header.content .counter.qty::after {
    content: none;
  }
  .logoscorp div.header.content .minicart-wrapper {
    margin-left: 3rem;
  }
  .logoscorp div.header.content .minicart-wrapper .action.showcart {
    margin-top: 0;
  }
  .logoscorp div.header.content .minicart-wrapper .action.showcart::before {
    font-size: 2.1rem;
    margin-top: 0;
    color: #505050;
    margin-right: 0;
    font-size: 2rem;
  }
  .logoscorp div.header.content .my-account-dropdown {
    margin-top: 0;
  }
  .logoscorp div.header.content .user-icon::before {
    font-family: 'sambil-icons';
    content: '\e94f';
    font-size: 2.1rem;
    margin-top: 0;
    color: #505050;
    margin-right: 0;
    font-size: 2rem;
  }
  .logoscorp div.header.content .user-chevron {
    display: inline-block;
    vertical-align: middle;
  }
  .logoscorp header.page-header .logo {
    margin: 0;
  }
  .logoscorp header.page-header .header.content {
    height: 9rem;
    padding: 0 3rem;
  }
  .logoscorp header.page-header .custom.link.wishlist {
    position: relative;
    order: 4;
    margin-left: 3rem;
  }
  .logoscorp header.page-header .my-account-dropdown {
    order: 3;
  }
  .logoscorp header.page-header .my-account-dropdown .label {
    display: inline-block;
    margin-left: .5rem;
  }
  .logoscorp header.page-header .minicart-wrapper {
    order: 5;
  }
  .logoscorp header.page-header .right.actions {
    display: flex;
    align-items: center;
  }
  .logoscorp header.page-header .right.actions div {
    margin: 0 13px;
  }
  .logoscorp header.page-header .register-button {
    padding: 1.2rem 2.2rem;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #ea2127;
    padding: 12px 24px;
    color: white;
    font-weight: bold;
    display: block;
    order: 6;
    margin-left: 2.8rem;
    font-size: 1.4rem;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .logoscorp header.page-header .register-button:hover {
    background: #404041;
  }
  .logoscorp header.page-header .form.minisearch input {
    border: 1px solid #D1D0D0;
    border-radius: 8px;
    padding: 20px;
    padding-right: 40px;
    min-width: 40%;
  }
  .logoscorp header.page-header .form.minisearch .action.search {
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .logoscorp header.page-header .custom.link.wishlist {
    display: inline-block;
  }
  .logoscorp header.page-header .amsearch-input-wrapper {
    width: 100%;
  }
  .logoscorp header.page-header .switcher.currency.switcher-currency + .actions.dropdown.options.switcher-options {
    display: none;
  }
  .logoscorp .nav-sections-item-content {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 992px) and (min-width: 770px) {
  .logoscorp header.page-header .register-button {
    padding: 9px 15px;
    margin-left: 1.5rem;
  }
  .logoscorp header.page-header .custom.link.wishlist,
  .logoscorp header.page-header div.header.content .minicart-wrapper {
    margin-left: 1rem;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 100px;
  }
  .page-header .header-block-search {
    flex-basis: 28%;
  }
}
.brands_search.block-search {
  margin: 20px auto;
  width: 350px;
  text-align: center;
  float: none;
}
.clear-search {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #666;
  display: none;
}
#loader .fa-spinner:before {
  font-family: FontAwesome !important;
}
#loader {
  margin: 20px;
  font-size: 30px;
  text-align: center;
}
.category-directory-layout .column.main {
  min-height: 550px;
}
.footer-core-logoscorp .trigger-footer-column {
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 10px;
}
.footer-core-logoscorp .rrss-icons {
  display: inline-grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.3rem;
}
.footer-core-logoscorp .column-footer.column-one {
  flex: 0 0 25%;
}
.footer-core-logoscorp .item-rrss-block {
  display: inline-block;
}
.footer-core-logoscorp .item-rrss-block img {
  padding: 0;
}
.footer-core-logoscorp .block.newsletter {
  min-width: 100%;
  margin-top: 12px;
}
.footer-core-logoscorp .block.newsletter .action.subscribe {
  min-height: 40px;
  border-radius: 0 8px 8px 0;
}
.footer-core-logoscorp .block.newsletter .action.subscribe span {
  vertical-align: middle;
}
.footer-core-logoscorp .block.newsletter .action.subscribe span::after {
  font-family: 'sambil-icons';
  font-size: 1rem;
  margin-left: 0.6rem;
  content: '\e948';
  vertical-align: middle;
}
.footer-core-logoscorp .form.subscribe {
  padding-left: 0;
}
.footer-core-logoscorp .form.subscribe .control::before {
  content: none;
}
.footer-core-logoscorp #newsletter {
  padding: 0;
  min-height: 40px;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 8px 0 0 8px;
}
.footer-core-logoscorp ul li {
  line-height: 2em;
}
.footer-core-logoscorp ul li a {
  color: inherit;
}
.footer-core-logoscorp ul li a:hover {
  color: #ea2127;
  text-decoration: none;
}
.footer-core-logoscorp .container-footer-info {
  margin-top: 30px;
  text-align: center;
}
.footer-core-logoscorp .container-footer-info img {
  vertical-align: middle;
}
.footer-core-logoscorp .container-footer-info span {
  display: block;
  margin-bottom: 10px;
}
.logoscorp .page-footer {
  padding-bottom: 0;
}
.logoscorp .footer-copyright-content {
  color: #0f0f0f;
  max-width: 149.4rem;
  margin: auto;
  padding: 1.5rem 2rem;
  font-size: 1.2rem;
  text-align: center;
}
.logoscorp .footer-copyright-content .powered {
  float: right;
  width: 100%;
  margin: 2rem 0;
  text-align: center;
}
.logoscorp .footer-copyright-content .powered-logo {
  width: auto;
  height: 100%;
  max-height: 1.6rem;
}
.logoscorp .footer-copyright {
  border-top: 2px solid #d1d0d0;
}
/*---------------------------------------------------
DESKTOP
---------------------------------------------------*/
@media only screen and (min-width: 769px) {
  .logoscorp .footer-copyright-content {
    text-align: left;
  }
  .logoscorp .footer-copyright-content .powered {
    width: fit-content;
    margin: 0;
  }
  .logoscorp .footer-core-logoscorp .rrss-icons {
    float: right;
  }
  .logoscorp .footer-core-logoscorp .container-footer-info {
    display: flex;
    justify-content: space-between;
  }
  .logoscorp .footer-core-logoscorp .container-footer-info span {
    display: inline-block;
    margin: 0;
    padding-right: 10px;
    vertical-align: middle;
  }
}
@media screen and (min-width: 993px) {
  .footer-social .rrss-icons {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 770px) {
  .footer-social .container-rrss-block {
    display: flex;
    white-space: nowrap;
    gap: 10px;
  }
  .footer-core-logoscorp .rrss-icons {
    grid-gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer-social .container-rrss-block {
    display: flex;
    gap: 10px;
  }
  .footer-core-logoscorp .column-footer.column-one {
    display: inline-block;
    width: 100%;
  }
}
.footer-social {
  float: left;
}
.popup-authentication .modal-content {
  display: flex;
  justify-content: center;
}
body.logoscorp .modal-popup._inner-scroll.homepage-modal .modal-inner-wrap {
  min-height: auto;
}
.logoscorp .page-wrapper #maincontent .main-banner-carousel {
  max-width: 1035px;
}
.logoscorp .block.newsletter {
  min-width: 100%;
  margin-top: 12px;
}
.logoscorp .block.newsletter .action.subscribe {
  min-height: 40px;
  border-radius: 0 8px 8px 0;
}
.logoscorp .block.newsletter .action.subscribe span {
  vertical-align: middle;
}
.logoscorp .block.newsletter .action.subscribe span::after {
  font-family: 'sambil-icons';
  font-size: 1rem;
  margin-left: 0.6rem;
  content: '\e948';
  vertical-align: middle;
}
.logoscorp .block.newsletter .control input {
  padding: 0;
  min-height: 40px;
  font-size: 1em;
  padding: 0.5em;
  border-radius: 8px 0 0 8px;
}
.logoscorp .block.newsletter .control::before {
  content: '';
}
.logoscorp #wpn-lightbox-close-newsletter {
  border: none;
  background-color: transparent;
}
.logoscorp .weltpixel_newsletter p {
  margin: 1rem;
}
.logoscorp .weltpixel_newsletter .modal-header {
  display: none;
}
.logoscorp .weltpixel_newsletter .homepage-close-modal {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1rem;
  cursor: pointer;
  z-index: 2;
}
.logoscorp .weltpixel_newsletter .homepage-close-modal::before {
  font-family: 'sambil-icons';
  content: '\e947';
  color: #fff;
}
.logoscorp .weltpixel_newsletter .modal-content {
  padding: 0;
}
.logoscorp .weltpixel_newsletter .modal-message {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 2.5rem;
}
.logoscorp .weltpixel_newsletter .form.subscribe {
  width: auto;
  margin: auto;
}
.logoscorp .weltpixel_newsletter .modal-inner-wrap {
  max-width: 75rem;
  min-height: 41rem;
}
.logoscorp .weltpixel_newsletter .modal-footer {
  display: none;
  visibility: hidden;
}
.logoscorp .account-social-login .actions-toolbar.social-btn {
  width: 100%;
}
.logoscorp .account-social-login {
  margin-bottom: 2.8rem;
}
.logoscorp .social-btn .btn-social {
  padding: 0;
}
.logoscorp .btn-social > :first-child {
  width: 3.2rem;
  height: 3.2rem;
  position: static;
  border: none;
}
.logoscorp .btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: .8rem;
  min-height: 4.5rem;
}
.logoscorp .accordion-info .wk-seller-card-details-block {
  display: grid;
  grid-template-areas: "image title" "link link";
  grid-template-columns: auto 1fr;
  column-gap: 1rem;
  row-gap: 1.8rem;
  font-size: 1.8rem;
  align-items: center;
}
.logoscorp .accordion-info .wk-seller-card-details-block .wk-seller-shop-title {
  grid-area: title;
}
.logoscorp .accordion-info .wk-seller-card-details-block .wk-seller-shop-title span {
  font-size: inherit;
  text-transform: capitalize;
  color: #0F0F0F;
  font-weight: 500;
  white-space: nowrap;
}
.logoscorp .accordion-info .wk-seller-card-details-img-block {
  grid-area: image;
  width: 115px;
  border-radius: 8px;
  border: 1px solid #D1D0D0;
}
.logoscorp .accordion-info .wk-seller-shop-link {
  grid-area: link;
}
.logoscorp .accordion-info .wk-seller-shop-link a {
  color: #006bb4;
  text-decoration: underline;
}
.logoscorp .accordion-info .wk-seller-card-details-content-block {
  flex: 1;
}
body.logoscorp #qa-ques-form input,
body.logoscorp #qa-ques-form textarea {
  border: 1px solid #C4C4C4;
  border-radius: 0.8rem;
  padding-right: 12px;
  padding-left: 12px;
}
body.logoscorp #qa-ques-form textarea {
  resize: none;
}
body.logoscorp #qa-ques-form .field input,
body.logoscorp #qa-ques-form .field textarea {
  margin-bottom: 1.5rem;
}
body.logoscorp #qa-ques-form .label {
  font-weight: 400;
}
body.logoscorp .modal-popup h1 {
  text-transform: uppercase;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
}
body.logoscorp .modal-popup._inner-scroll .modal-inner-wrap {
  min-height: 90%;
}
body.logoscorp .modal-popup .modal-header,
body.logoscorp .modal-popup .modal-footer {
  border: none;
}
body.logoscorp .modal-slide._inner-scroll .modal-footer {
  text-align: center;
}
body.logoscorp .modal-slide._inner-scroll .modal-footer button {
  border: none;
}
body.logoscorp .modal-slide._inner-scroll .modal-footer button:first-child {
  background: #DFDFDF;
}
body.logoscorp .modal-slide._inner-scroll .modal-footer .wk-question-submit {
  margin-left: 5px;
  background: #EA2127;
  color: #ffffff;
}
body.logoscorp .modal-slide._inner-scroll .modal-header {
  margin-bottom: 2rem;
  margin-left: 2.6rem;
  margin-right: 2.6rem;
  padding-left: 0;
  padding-right: 0;
  border: 0;
  border-bottom: 1px solid #D1D0D0;
}
body.logoscorp input#searchqa {
  padding-left: 5.5rem;
}
body.logoscorp .search_bar {
  margin-bottom: 1.5rem;
}
body.logoscorp .search_bar:before {
  margin-left: 14px;
  margin-top: 10px;
  font-size: 2.5rem;
}
body.logoscorp .search_bar input {
  height: 4.8rem;
  border-radius: 10px 0 0 10px;
}
body.logoscorp .search_action .action {
  border-radius: 0px 8px 8px 0;
  height: 4.8rem;
  border: 1px solid #DFDFDF;
  border-radius: 0 10px 10px 0;
}
body.logoscorp .wk-header-text {
  background: none;
  padding: 0;
  color: #58585B;
  margin-right: 1.5rem;
}
body.logoscorp .wk-header-count {
  padding: 0;
  color: #58585B;
}
body.logoscorp .question-header > h4 {
  margin-top: 2.5rem;
  margin-bottom: 3rem;
}
body.logoscorp .question-header #recent {
  clear: both;
}
body.logoscorp .question-header .header-links {
  float: left;
  margin-bottom: 2rem;
}
body.logoscorp .question-header button {
  background: #DFDFDF;
  color: #0F0F0F;
}
body.logoscorp .question-header .wk-qa-action {
  border-radius: 10px;
  border-color: #747474;
}
body.logoscorp .question-header .wk-qa-action span {
  color: #747474;
}
body.logoscorp .all-questions .mainprt {
  border-radius: 1rem;
  margin-bottom: 0;
}
body.logoscorp .all-questions .mainprt .action.primary {
  min-width: 30rem;
  height: 4.8rem;
  font-size: 1.6rem;
}
body.logoscorp .all-questions .mainprt .action.primary:hover {
  opacity: 0.9;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
body.logoscorp .all-questions > div {
  border-radius: 1rem;
}
body.logoscorp .ques-user-info {
  color: #747474;
}
body.logoscorp .qlogo > span,
body.logoscorp .alogo > span {
  color: #747474;
  border-color: #747474;
}
body.logoscorp .like {
  background: rgba(0, 0, 0, 0) url("../Webkul_Mpqa/images/ok.png") no-repeat scroll 0 0;
  opacity: 0.8;
}
body.logoscorp .like:hover {
  opacity: 1;
}
body.logoscorp .dislike {
  background: rgba(0, 0, 0, 0) url("../Webkul_Mpqa/images/not_ok.png") no-repeat scroll 0 0;
  opacity: 0.8;
}
body.logoscorp .dislike:hover {
  opacity: 1;
}
body.logoscorp .box-description {
  margin-bottom: 2rem;
}
body.logoscorp .box-description .pager {
  display: none;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pimg {
  width: 100%;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pinfo {
  width: 100%;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pinfo .plabl {
  color: #0F0F0F;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pinfo > div {
  padding-bottom: 1rem;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description div#search-bar #wk-searchqa {
  padding-left: 4.5rem;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .question-header {
  display: flex;
  align-items: baseline;
}
body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .question-header h4 {
  margin: unset;
}
body.logoscorp.mpqa-customer-viewall .liked,
body.logoscorp.mpqa-customer-viewall .disliked {
  filter: hue-rotate(340deg) saturate(215%);
}
@media only screen and (min-width: 768px) {
  body.logoscorp.catalog-product-view .box-description {
    margin-bottom: 4rem;
  }
  body.logoscorp.catalog-product-view .modal-popup._inner-scroll .modal-inner-wrap {
    border-radius: 1rem;
    min-height: auto;
  }
  body.logoscorp.catalog-product-view .question-header #recent {
    clear: none;
  }
  body.logoscorp.catalog-product-view .question-header .header-links {
    float: right;
  }
  body.logoscorp.catalog-product-view #search-bar {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
  }
  body.logoscorp.catalog-product-view .search_bar {
    margin-bottom: 0;
  }
  body.logoscorp.catalog-product-view span#wk-header-quescount {
    margin-left: auto;
  }
  body.logoscorp.catalog-product-view .modal-popup .modal-inner-wrap {
    width: 760px;
  }
  body.logoscorp.catalog-product-view .modal-slide._inner-scroll .modal-footer {
    text-align: right;
  }
  body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pimg {
    width: 39%;
  }
  body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .pinfo {
    width: 50%;
  }
  body.logoscorp.mpqa-customer-viewall .box-collateral.box-description .wk-container-count {
    display: inline-block;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .column .block-addbysku .block-content .box:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .column .block-addbysku .block-content .box:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .column .block-addbysku .block-content .box:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form.search.advanced,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form.search.advanced .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form.search.advanced .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-addresses-list address,
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print,
  .order-actions-toolbar .action.print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before,
  .order-actions-toolbar .action.print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .order-actions-toolbar .action.print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    position: initial;
    z-index: initial;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    box-shadow: none;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 20px 30px;
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amcountdown-block-wrapper.-circle .amcountdown-item {
    margin: 0 18px 0 0;
  }
  .amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round {
    max-width: 450px;
  }
  .amcountdown-block-wrapper.-round .amcountdown-list {
    flex-flow: column wrap;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item {
    margin: 0 16px 24px 0;
    padding: 14px 8px 6px;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round .amcountdown-text.-after {
    margin: 0;
  }
  .amcountdown-block-wrapper.-progress {
    max-width: 410px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-wrap:not(:last-of-type) {
    margin-right: 15px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
    margin-right: 0;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    /* padding: @amsearch__indent__xl 0; */
    padding: 0px 20px;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .ws_embed_sms_notification {
    text-align: center !important;
  }
  .ws_embed_sms_notification .inline-block {
    display: inline-block;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 4%;
    font-size: 10px;
  }
  #ws_embed_sms_notification .control-subs .ws-Phone {
    width: 325px;
  }
  #ws_embed_sms_notification .control-subs .ws-country-pc {
    padding-top: 5px;
    width: 130px;
  }
  #ws_embed_sms_notification .control-subs .sms-subs {
    margin-top: -3px;
    margin-left: -5px;
    border-radius: 0;
  }
  .theme-pearl #ws_embed_sms_notification {
    max-width: 1030px;
  }
  .theme-pearl #ws_embed_sms_notification.sms-center-design-2 {
    margin: 0 auto 60px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-phone-dsg-2 {
    width: 160px;
    padding-left: 24px;
  }
  .theme-pearl #ws_embed_sms_notification .ws-country-pc-dsg2 {
    width: 33%;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs:before {
    margin-top: 15px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .ws-country-pc {
    width: 140px;
  }
  .theme-pearl #ws_embed_sms_notification .control-subs .sms-subs {
    height: 50px;
    border-radius: 0;
    margin-top: -3px;
  }
  .table-checkout-shipping-method tr.row-eta {
    display: none;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    float: left;
    position: static;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
    margin-bottom: 0;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 15px;
  }
  .product-info-main .product-add-form {
    padding-top: 20px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .catalog-category-view.page-layout-1column .column.main {
    min-height: inherit;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #575757;
  }
  .block-search input:-moz-placeholder {
    color: #575757;
  }
  .block-search input::-moz-placeholder {
    color: #575757;
  }
  .block-search input:-ms-input-placeholder {
    color: #575757;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 32px;
    color: #757575;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: #333333;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 20px 25px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 20px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    padding-bottom: 35px;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .cart-discount .block.discount {
    width: auto;
  }
  .cart-discount .block .actions-toolbar {
    width: auto;
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    width: 390px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 23px 0 0;
  }
  .opc-progress-bar {
    margin: 0 0 20px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #006bb4;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #333333;
    font-weight: 600;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
    border-color: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #ff5501;
    content: '\e610';
    font-family: 'luma-icons';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .checkout-shipping-method .actions-toolbar .action.primary.button {
    margin-top: 2px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 80%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account.page-layout-2columns-left .sidebar-main .block {
    margin-bottom: 0;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 4%;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: 'plus-jakarta-sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 10px 0;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .form.subscribe > .field,
  .block.newsletter .form.subscribe > .actions {
    float: left;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 20px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 20px 2px 20px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  html,
  body {
    height: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
    background-color: #6e716e;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: right;
    margin-left: 15px;
    margin-right: -6px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    z-index: 1000;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .logo {
    margin: -8px auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    margin: 0;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .page-footer {
    background: #f4f4f4;
    margin-top: auto;
    padding-bottom: 25px;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    border-top: none;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content ul {
    padding-right: 50px;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    border: 1px solid #bbbbbb;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border-top: none;
    left: 0;
    margin: 9px 0 0 -1px;
    padding: 0 9px 9px;
    position: absolute;
    right: -1px;
    z-index: 2;
  }
  .wishlist-index-index .product-item-inner .comment-box {
    margin-top: -18px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
  .paypal-braintree-paylater-message-container-pdp {
    padding: 0 0 10px;
  }
  .paypal-braintree-paylater-message-container-cart {
    padding: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 15px 15px;
    background: #f4f5fa;
    opacity: 0;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #fff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    position: relative;
    z-index: 3;
    background: #f4f5fa;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    z-index: 4;
    visibility: visible;
    opacity: 1;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    top: 0;
    bottom: auto;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 4px;
    width: calc(50% - 4px * 2);
    height: 84px;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    margin: 0 5px 0 0;
    height: 34px;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    position: absolute;
    display: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    border-color: #ea2127;
    background: #ea2127;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    padding: 15px;
    max-width: 175px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    width: 150px;
    height: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .ws_embed_sms_notification {
    max-width: 1015px;
  }
  .ws_embed_sms_notification .wpx-span {
    margin: 0 9%;
    font-size: 14px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 5px;
    width: calc((100% - 6%)/4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .order-links .item {
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    padding: 1px 35px 2px 35px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
