@charset "UTF-8";
/**
Colors
 */
/**
Fonts
 */
/**
Breakpoints
 */
/**
Animations
 */
@keyframes overlayfadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }
  100% {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@keyframes openright {
  0% {
    right: -66vw;
  }
  100% {
    right: 0;
  }
}
@keyframes openleft {
  0% {
    left: -66vw;
  }
  100% {
    left: 0;
  }
}
body {
  /* Elementor Fixes */
  /* Elfsight PDF */
  /* General */
  font-family: "brandon-grotesque", sans-serif;
  /* No scroll utility */
  /* Overlay */
  /* Collapsible blocks */
  /* Breadcrumbs */
  /* Remove pages padding */
  /* Wordpress pages title */
  /* SEO compliant utility */
  /* Sticky header */
  /* Elementor accordions */
  /* Configurable product cart options */
  /* Amasty promo */
}
body .elementor-column-wrap .elementor-widget-wrap .elementor-element .pp-info-box-icon img {
  width: 100%;
}
body .elementor-widget-heading .elementor-heading-title[class*=elementor-size-] > a {
  font-weight: inherit;
}
body.page-id-3440 .eapps-widget.eapps-widget-show-toolbar {
  display: flex;
  justify-content: center;
}
body h1, body.elementor-default h1 {
  font-size: 33px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  font-family: "brandon-grotesque", sans-serif;
}
body select {
  -webkit-appearance: none;
  border: 1px solid #ddd;
  padding: 0 10px;
}
body select[disabled] {
  background: #f0f0f0;
}
body input[disabled] {
  background: #f0f0f0;
}
body #shipping-new-address-form .select2.select2-container {
  width: 100% !important;
}
body .select2.select2-container.select2-container--default .select2-selection {
  border-radius: 0;
  border: 1px solid #ddd;
  padding: 0 10px;
  height: 36px;
}
body .select2.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
  height: 36px;
  line-height: 36px;
  text-align: left;
}
body .select2.select2-container.select2-container--default .select2-selection .select2-selection__arrow {
  height: 36px;
}
body.cms-no-route .column-main {
  padding: 0 15px;
}
body.cms-no-route .column-main .page-title {
  text-align: center;
  margin: 30px 0;
}
body.cms-no-route .column-main a {
  color: #AF95A6;
  text-decoration: underline;
}
body.page-template-template-full-width .main.container {
  max-width: 1400px;
}
body.page-template-template-full-width .main.container .inner-container {
  padding: 0;
}
body .pika-lendar #pika-title-gd > .pika-label {
  vertical-align: sub;
}
body .pika-lendar .pika-row button.pika-button {
  background: #f0f0f0;
  color: #333;
}
body .pika-lendar .pika-row > td.is-selected > button.pika-button {
  border-radius: 0;
  background: #AF95A6;
  box-shadow: none;
}
body .rosatoicon > span.label {
  display: none;
}
body img.rosato-img {
  position: relative;
}
body img.rosato-img:not([src]) {
  visibility: hidden;
}
body img.rosato-img:before {
  display: none;
}
body img.rosato-img:after {
  width: 100%;
  height: 100%;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  background: #fff;
}
body .line-separator {
  margin: 0 10px;
}
@media (max-width: 768px) {
  body .messages {
    margin: 0;
  }
}
body .messages > li, body .messages > li.error-msg, body .messages > li.notice-msg, body .messages > li.success-msg {
  margin: 10px 0;
  background-image: unset;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 42px;
  padding: 0 15px !important;
  text-align: center;
}
@media (max-width: 992px) {
  body .messages > li, body .messages > li.error-msg, body .messages > li.notice-msg, body .messages > li.success-msg {
    line-height: 1.3;
    padding: 15px !important;
  }
}
@media (max-width: 768px) {
  body .messages > li, body .messages > li.error-msg, body .messages > li.notice-msg, body .messages > li.success-msg {
    margin: 0;
  }
}
body .messages .notice-msg {
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
}
body .messages .success-msg {
  background-color: transparent;
  border: none;
}
body .messages .success-msg > ul > li {
  background-color: #AF95A6;
  border: 1px solid #AF95A6;
  color: #fff;
  margin: 5px 0;
}
body.no-scroll {
  overflow-y: hidden;
}
body.overlay-active {
  overflow-y: hidden;
}
body.overlay-active:before {
  content: "";
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1002;
  animation: overlayfadein 0.3s 1 forwards;
}
body.menu-overlay-active #mainmenu:after {
  content: "";
  width: 110vw;
  height: 100vh;
  position: fixed;
  z-index: 1002;
  animation: overlayfadein 0.3s 1 forwards;
  left: -5vw;
}
body .collapsible-trigger {
  cursor: pointer;
}
body .collapsible-content {
  display: none;
  overflow: hidden;
}
body .collapsible-content.active {
  display: block;
}
body .breadcrumbs {
  font-family: "brandon-grotesque", sans-serif;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (max-width: 992px) {
  body .breadcrumbs {
    margin: 0;
    background-color: #f0f0f0;
    border-top: 1px solid #d9d9d9;
  }
}
body .breadcrumbs ul {
  padding-left: 15px;
}
@media (max-width: 992px) {
  body .breadcrumbs ul {
    padding-left: 0;
  }
}
body .breadcrumbs ul li {
  float: none;
  display: inline-block;
}
body .breadcrumbs ul li a, body .breadcrumbs ul li span {
  vertical-align: unset;
}
body .breadcrumbs ul li > a {
  color: #AF95A6;
  font-weight: 700;
}
body .breadcrumbs ul li > span {
  color: #333;
}
body .breadcrumbs ul li .sep {
  color: #333;
  height: 40px;
}
body .main-container .main.container {
  padding-top: 0;
}
body .page-title.post-title {
  margin: 0;
}
body .visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
body #header-container {
  /* Disabled, z-index conflict with mobile side menu */
}
body #header-container .logo-wrapper--mobile .logo.logo--mobile {
  margin-top: 0;
  margin-bottom: 0;
}
body #header-container .logo-wrapper--mobile .logo.logo--mobile img {
  max-width: 110px;
  vertical-align: middle;
  margin-bottom: 10px;
}
@media (max-width: 320px) {
  body #header-container .logo-wrapper--mobile .logo.logo--mobile img {
    max-width: 75px;
  }
}
body .elementor-accordion-item {
  border-left: unset !important;
  border-right: unset !important;
}
body .product-options-list .product-option {
  display: flex;
  font-size: 10px;
}
body .product-options-list .product-option .value {
  margin-left: 10px;
}
body #ampromo-items-add {
  background: #AF95A6;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border: none;
}
body #ampromo-items-add > a {
  color: #fff;
  border: none;
  text-decoration: underline;
  font-weight: 700;
}
body #ampromo-overlay #ampromo-items {
  border: none;
  padding: 0;
  max-width: 85vw;
  max-height: 85vh;
  overflow-y: scroll;
}
body #ampromo-overlay #ampromo-items > h4 {
  margin: 0;
  padding: 20px 0;
  background: #AF95A6;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
body #ampromo-overlay #ampromo-items > a.close {
  background: none;
  font-size: 24px;
  width: auto;
  height: auto;
  color: #fff;
  opacity: 1;
}
@media (max-width: 991px) {
  body #ampromo-overlay #ampromo-items > a.close {
    top: 13px;
  }
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper {
  padding: 20px;
}
@media (min-width: 321px) and (max-width: 992px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper {
    padding: 20px 10px 10px 10px;
  }
}
@media (max-width: 320px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper {
    padding: 10px 5px 5px 5px;
  }
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}
@media (max-width: 992px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 321px) and (max-width: 992px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content {
    column-gap: 10px;
    row-gap: 20px;
  }
}
@media (max-width: 320px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content {
    column-gap: 5px;
    row-gap: 10px;
  }
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide {
  float: none;
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item {
  box-sizing: content-box;
  width: auto;
  border: none;
  margin: 0;
}
@media (max-width: 992px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item {
    padding: 0;
  }
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .ampromo-item-image {
  margin: -20px auto;
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .ampromo-item-options {
  margin: 0;
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .product-title {
  display: flex;
  flex-direction: column-reverse;
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .product-title .ampromo-item-title {
  z-index: 1;
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .product-title h4 {
  line-height: 1.3;
}
@media (max-width: 992px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .product-title h4 {
    max-width: 65%;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}
body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .ampromo-item-buttons button {
  text-transform: uppercase;
  margin-top: 10px;
}
@media (max-width: 991px) {
  body #ampromo-overlay #ampromo-items #ampromo-carousel-wrapper #ampromo-carousel-content .ampromo-slide .ampromo-item .ampromo-item-buttons button {
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
    width: 100%;
  }
}

.rosatoicon-minus:before {
  content: "–";
  margin: 0px 3px;
}

.grecaptcha-badge {
  position: static !important;
  width: 100% !important;
  margin-bottom: 10px !important;
  box-shadow: none !important;
}

#header-messages-bar-top-mobile .elementor-widget-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
#header-messages-bar-top-mobile .elementor-widget-container > p {
  display: flex;
  font-weight: bold;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
#header-messages-bar-top-mobile .elementor-widget-container > p > a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  top: 50px;
  transition: top 0.5s linear, opacity 0.5s linear;
}
#header-messages-bar-top-mobile .elementor-widget-container > p > a:nth-child(2) {
  display: none;
}

#header-messages-bar-top > .elementor-container {
  max-width: unset;
}
#header-messages-bar-top > .elementor-container .elementor-widget-heading .elementor-widget-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
#header-messages-bar-top > .elementor-container .elementor-widget-heading .elementor-widget-container > p {
  display: flex;
  font-weight: bold;
  height: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
}
#header-messages-bar-top > .elementor-container .elementor-widget-heading .elementor-widget-container > p > a {
  color: white;
  text-decoration: none;
  position: absolute;
  width: 100%;
  top: 50px;
  transition: top 0.5s linear, opacity 0.5s linear;
}
#header-messages-bar-top > .elementor-container .elementor-widget-heading .elementor-widget-container > p > a:nth-child(2) {
  display: none;
}
#header-messages-bar-top > .elementor-container .elementor-widget-heading .elementor-widget-container > p:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
#mainmenu .black-friday {
  background: #000;
}
#mainmenu .black-friday:hover, #mainmenu .black-friday:focus, #mainmenu .black-friday:active {
  background: #000;
}
#mainmenu .black-friday:hover a, #mainmenu .black-friday:focus a, #mainmenu .black-friday:active a {
  background: #000;
}
#mainmenu .black-friday a {
  color: #fff;
}
#mainmenu .winter-sale {
  background: #CCBFC7;
  order: -1;
}
#mainmenu .winter-sale:hover, #mainmenu .winter-sale:focus, #mainmenu .winter-sale:active {
  background: #CCBFC7;
}
#mainmenu .winter-sale:hover a, #mainmenu .winter-sale:focus a, #mainmenu .winter-sale:active a {
  background: #CCBFC7;
}
#mainmenu .winter-sale a {
  color: #000;
}
#mainmenu .summer-sale {
  background: #CCBFC7;
  order: -1;
}
#mainmenu .summer-sale:hover, #mainmenu .summer-sale:focus, #mainmenu .summer-sale:active {
  background: #CCBFC7;
}
#mainmenu .summer-sale:hover a, #mainmenu .summer-sale:focus a, #mainmenu .summer-sale:active a {
  background: #CCBFC7;
}
#mainmenu .summer-sale a {
  color: red !important;
  font-weight: 700;
}

#header-container.header-regular .header-primary .hp-blocks-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
#header-container.header-regular .header-primary .hp-blocks-holder .hp-block {
  display: block;
  margin: 0;
}
#header-container.header-regular .header-primary .hp-blocks-holder .hp-block.right-column {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#header-container.header-regular .header-primary .hp-blocks-holder .hp-block > .item {
  display: inline-block;
}
#header-container.header-regular .header-primary .central-column {
  padding: 0;
}
#header-container.header-regular .header-primary .right-column .dropdown {
  display: block;
}
#header-container .logo-wrapper .logo a {
  display: flex;
}
#header-container .logo-wrapper .logo img {
  max-width: 150px;
}
#header-container .nav-container .blackfriday-bar,
#header-container .nav-container .wintersale-bar,
#header-container .nav-container .summersale-bar,
#header-container .header-m-container .blackfriday-bar,
#header-container .header-m-container .wintersale-bar,
#header-container .header-m-container .summersale-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#header-container .nav-container .blackfriday-bar a,
#header-container .nav-container .wintersale-bar a,
#header-container .nav-container .summersale-bar a,
#header-container .header-m-container .blackfriday-bar a,
#header-container .header-m-container .wintersale-bar a,
#header-container .header-m-container .summersale-bar a {
  font-weight: bold;
  text-transform: uppercase;
}
#header-container .nav-container .blackfriday-bar,
#header-container .header-m-container .blackfriday-bar {
  background: #000;
}
#header-container .nav-container .blackfriday-bar a,
#header-container .header-m-container .blackfriday-bar a {
  color: #fff;
}
#header-container .nav-container .wintersale-bar,
#header-container .header-m-container .wintersale-bar {
  background: #CCBFC7;
  border-top: 2px solid #fff;
}
#header-container .nav-container .wintersale-bar a,
#header-container .header-m-container .wintersale-bar a {
  color: #000;
}
#header-container .nav-container .summersale-bar,
#header-container .header-m-container .summersale-bar {
  background: #CCBFC7;
  border-top: 2px solid #fff;
}
#header-container .nav-container .summersale-bar a,
#header-container .header-m-container .summersale-bar a {
  color: red;
}
#header-container .nav-container .inner-container #mainmenu > ul > li.level0:hover > ul.level0,
#header-container .header-m-container .inner-container #mainmenu > ul > li.level0:hover > ul.level0 {
  width: 90vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#header-container .nav-container .inner-container #mainmenu > ul > li.level0:hover > ul.level0 > li:not(:first-child),
#header-container .header-m-container .inner-container #mainmenu > ul > li.level0:hover > ul.level0 > li:not(:first-child) {
  border-left: 1px solid #AF95A6;
}

/* Hide desktop nav on mobile */
@media (max-width: 992px) {
  .header-primary-container {
    display: none;
  }
}

/* Mobile nav menu */
#header-nav {
  padding: 0;
}
@media (max-width: 992px) {
  #header-nav {
    overflow-y: hidden;
    display: block !important;
    position: fixed;
    left: -75vw;
    top: 0;
    height: 100%;
    width: 75vw !important;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    z-index: 1003;
    max-width: 350px;
    display: flex !important;
    flex-direction: column;
    padding: 15px 0 0 0;
    background: #AF95A6;
  }
  #header-nav.left-open {
    animation: openleft 0.3s 1 forwards;
  }
  #header-nav #header-account {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #AF95A6;
  }
  #header-nav #header-account ul.links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: dense;
  }
  #header-nav #header-account ul.links:before, #header-nav #header-account ul.links:after {
    content: unset;
    display: none;
  }
  #header-nav #header-account ul.links li > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 700;
    background: #AF95A6;
    color: #FFFFFF;
    min-height: 50px;
  }
  #header-nav #header-account ul.links li > a i.rosatoicon {
    margin-right: 10px;
    font-size: 18px;
  }
}
@media (max-width: 992px) and (max-width: 320px) {
  #header-nav #header-account ul.links li > a i.rosatoicon {
    margin: 0;
    font-size: 24px;
  }
  #header-nav #header-account ul.links li > a p {
    display: none;
  }
}
#header-nav #mobile-menu-close {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#header-nav #mobile-menu-close .rosatoicon {
  margin-right: 20px;
  color: #FFFFFF;
}

/* Mobile cart */
.mini-cart-container-mobile {
  font-family: "brandon-grotesque", sans-serif;
}
.mini-cart-container-mobile #mobile-cart-opener {
  cursor: pointer;
}
@media (min-width: 993px) {
  .mini-cart-container-mobile #mobile-cart-opener {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}
.mini-cart-container-mobile #mobile-cart-opener .mini-cart-label {
  display: none;
}
@media (min-width: 993px) {
  .mini-cart-container-mobile #mobile-cart-opener .mini-cart-label {
    margin-right: 10px;
    display: block;
  }
  .mini-cart-container-mobile #mobile-cart-opener .mini-cart-label p {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
  }
}
.mini-cart-container-mobile #mobile-cart-opener .mini-cart-icon {
  position: relative;
  display: inline-block;
}
.mini-cart-container-mobile #mobile-cart-opener .mini-cart-icon img {
  width: 22px;
  height: 22px;
  vertical-align: unset;
}
@media (min-width: 992px) {
  .mini-cart-container-mobile #mobile-cart-opener .mini-cart-icon img {
    width: 35px;
    height: 35px;
  }
}
.mini-cart-container-mobile #mobile-cart-opener .mini-cart-icon .count {
  position: absolute;
  top: -5px;
  right: -5px;
  left: unset;
  color: #FFFFFF;
  border-radius: 50%;
  background: #AF95A6;
  width: 15px;
  height: 15px;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-weight: 700;
  transform: unset;
}
#mobile-cart {
  padding: 15px 0 calc(30px + env(safe-area-inset-bottom)) 20px;
  overflow-y: hidden;
  display: block !important;
  position: fixed;
  right: -80vw;
  top: 0;
  height: 100%;
  width: 80vw !important;
  background: #fff;
  margin: 0;
  box-sizing: border-box;
  z-index: 1003;
  max-width: 350px;
}
@media (min-width: 992px) {
  #mobile-cart {
    max-width: 500px;
  }
}
#mobile-cart.right-open {
  animation: openright 0.3s 1 forwards;
}
#mobile-cart .cart-empty {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
  padding-right: 15px;
}
#mobile-cart #mobile-cart-close {
  display: inline-block;
  width: 100%;
  text-align: right;
}
#mobile-cart #mobile-cart-close i {
  margin-right: 20px;
}
#mobile-cart .cart-sidebar-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-bottom: 15px;
  box-sizing: border-box;
}
#mobile-cart .cart-sidebar-container #cart-sidebar {
  height: 100%;
  max-height: 75vh;
  overflow-y: scroll;
  padding-right: 20px;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item {
  display: grid;
  align-items: center;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
@media (max-width: 320px) {
  #mobile-cart .cart-sidebar-container #cart-sidebar li.item {
    grid-template-columns: 80px 1fr;
  }
}
@media (min-width: 321px) and (max-width: 375px) {
  #mobile-cart .cart-sidebar-container #cart-sidebar li.item {
    grid-template-columns: 80px 1fr;
  }
}
@media (min-width: 376px) {
  #mobile-cart .cart-sidebar-container #cart-sidebar li.item {
    grid-template-columns: 80px 1fr;
  }
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-image {
  float: none;
  width: 100%;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-image img {
  width: 100%;
  height: auto;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details {
  margin: 0 0 0 30px;
  text-align: left;
  position: relative;
}
@media (max-width: 376px) {
  #mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details {
    margin: 0 0 0 20px;
  }
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details .product-name {
  font-weight: 700;
  font-size: 15px;
  text-align: left;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details .product-variants {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 13px;
  margin-top: 5px;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details .product-price-qty {
  margin-top: 5px;
  text-align: left;
  display: flex;
  flex-direction: row;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details .product-price-qty .product-qty {
  display: inline-block;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details .product-price-qty .price {
  font-weight: 700;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details a.btn-remove {
  position: absolute;
  right: 0;
  top: 10px;
  overflow: visible !important;
  margin: 0;
  width: auto;
  height: auto;
  line-height: 1.3;
  font-size: 11px;
  text-decoration: none;
}
#mobile-cart .cart-sidebar-container #cart-sidebar li.item .product-details a.btn-remove:before {
  content: "";
}
#mobile-cart .cart-sidebar-container .subtotal {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
  margin-right: 20px;
}
#mobile-cart .cart-sidebar-container .subtotal > span {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
#mobile-cart .cart-sidebar-container .actions {
  margin-top: 10px;
  margin-right: 20px;
  padding-top: 10px;
  border-top: 1px solid #f0f0f0;
}
#mobile-cart .cart-sidebar-container .actions button.btn-inline:not(.btn-checkout) {
  font-family: "brandon-grotesque", sans-serif;
  padding: 0;
  line-height: 1.5;
  font-size: 13px;
  text-align: center;
  width: 100%;
  margin: 5px 0 0 0;
  text-decoration: underline;
  background-color: transparent;
  color: #333;
}
#mobile-cart .cart-sidebar-container .actions button.btn-inline:not(.btn-checkout):hover, #mobile-cart .cart-sidebar-container .actions button.btn-inline:not(.btn-checkout):focus, #mobile-cart .cart-sidebar-container .actions button.btn-inline:not(.btn-checkout):active {
  background-color: transparent !important;
  color: #333 !important;
}
#mobile-cart .cart-sidebar-container .actions button.btn-checkout {
  font-family: "brandon-grotesque", sans-serif;
  width: 100%;
  margin: 5px 0;
  background-color: #AF95A6;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid #AF95A6;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}
#mobile-cart .cart-sidebar-container .actions button.btn-checkout:hover, #mobile-cart .cart-sidebar-container .actions button.btn-checkout:focus, #mobile-cart .cart-sidebar-container .actions button.btn-checkout:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #FFFFFF !important;
}

/* Header */
body.search-open #header-container #header-search-container #search_mini_form {
  display: flex;
}

#header-container.header-mobile .skip-link:hover, #header-container.header-mobile .skip-link:focus, #header-container.header-mobile .skip-link:active, #header-container.header-mobile .skip-link.skip-active {
  background-color: transparent;
}
#header-container .rosatoicon {
  font-size: 21px;
}
#header-container #header-search-container i.rosatoicon-search {
  cursor: pointer;
}
#header-container #header-search-container #search_mini_form {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1004;
  justify-content: center;
  align-items: center;
}
#header-container #header-search-container #search_mini_form .rosatoicon-x {
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 32px;
  color: #FFFFFF;
  cursor: pointer;
}
@media (max-width: 320px) {
  #header-container #header-search-container #search_mini_form .rosatoicon-x {
    right: 15px;
    top: 15px;
  }
}
#header-container #header-search-container #search_mini_form .form-search {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 320px) {
  #header-container #header-search-container #search_mini_form .form-search {
    padding: 0 15px;
  }
}
#header-container #header-search-container #search_mini_form label {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  float: none;
}
#header-container #header-search-container #search_mini_form .input-search-wrapper {
  display: flex;
}
#header-container #header-search-container #search_mini_form .input-search-wrapper #search {
  background: transparent;
  border-bottom: 1px solid #FFFFFF;
  border-left: none;
  border-top: none;
  border-right: none;
  max-width: unset;
  font-size: 24px;
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 45px;
  line-height: 45px;
  padding: 0;
  float: none;
}
#header-container #header-search-container #search_mini_form .input-search-wrapper .search-button {
  background: none;
  border: none;
  padding: 0 10px;
  cursor: pointer;
}
#header-container #header-search-container #search_mini_form .input-search-wrapper .search-button i {
  color: #FFFFFF;
  font-size: 28px;
  cursor: pointer;
}
#header-container .header-m-primary.header.container .inner-container {
  display: grid;
  grid-template-columns: 35px 70px 1fr 35px 35px 35px;
  grid-auto-flow: dense;
  margin: 10px 0 5px 0;
  align-items: baseline;
}
#header-container .header-m-primary.header.container .inner-container:before {
  content: unset;
  display: none;
}
#header-container .header-m-primary.header.container .inner-container .header-item {
  display: inline-block;
  width: auto;
  min-width: 35px;
  text-align: right;
}
#header-container .header-m-primary.header.container .inner-container .header-item#mobile-menu-opener, #header-container .header-m-primary.header.container .inner-container .header-item#stores-link, #header-container .header-m-primary.header.container .inner-container .header-item#geo-link {
  text-align: left;
}
#header-container .header-m-primary.header.container .inner-container .header-item.logo-wrapper--mobile {
  margin: 0;
  text-align: center;
}
#header-container .header-m-primary.header.container .inner-container .header-item #mini-cart .mini-cart-heading {
  float: none;
  width: 100%;
  display: inline-block;
}

/* Mobile search */
@media (max-width: 992px) {
  .skip-links--4 {
    width: 100%;
    padding: 0;
  }
  .skip-links--4 #header-search {
    padding: 0 20px;
  }
}
#mainmenu > ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mainmenu > ul > li.nav-item > a {
  display: flex;
  align-items: center;
}
#mainmenu > ul > li.nav-item > a img {
  margin-right: 5px;
}
#mainmenu.accordion .opener:before, #mainmenu.acco .opener:before {
  display: none;
}
#mainmenu.acco .opener:hover {
  background-color: inherit;
}
#mainmenu.nav-regular .account-links-container {
  display: none !important;
}
#mainmenu.nav-mobile:not(.nav-regular) {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px 0 0 0;
  height: 100%;
  background: transparent;
  max-height: calc(100% - 39px);
}
#mainmenu.nav-mobile:not(.nav-regular) > ul {
  padding: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-height: calc(100% - 50px);
  overflow: scroll;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-submenu {
  background: #f0f0f0 !important;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-panel--dropdown .nav-block--center {
  background: #f0f0f0;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item.item-active .opener {
  transform: rotate(-180deg);
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0.current > a, #mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0.current > .opener {
  color: #fff;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0:not(:last-child) > a {
  border-bottom: 1px solid #fff;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0 > a, #mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0 .nav-item > a {
  background-color: transparent;
  color: #fff;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0 .nav-item.level1 > a, #mainmenu.nav-mobile:not(.nav-regular) .nav-item.level0 .nav-item.level1 .nav-item > a {
  background-color: transparent;
  color: #333;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item .opener {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.2s linear;
  right: 0;
}
#mainmenu.nav-mobile:not(.nav-regular) .nav-item .opener .rosatoicon {
  color: #fff;
}
#mainmenu.nav-mobile:not(.nav-regular) .assets-nav-item img {
  display: none !important;
}
#mainmenu.nav-mobile:not(.nav-regular) .account-links-container {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 15px 0 calc(15px + env(safe-area-inset-bottom)) 0;
  box-sizing: border-box;
  background-color: #fff;
}
#mainmenu.nav-mobile:not(.nav-regular) .account-links-container a, #mainmenu.nav-mobile:not(.nav-regular) .account-links-container i {
  font-size: 14px;
}
#mainmenu.nav-mobile:not(.nav-regular) .account-links-container a {
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: underline;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-panel--dropdown {
  z-index: 1003;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-panel.level0 {
  background: #f0f0f0;
  width: 100vw !important;
  left: -40px !important;
  height: 75px;
  box-sizing: border-box;
  padding: 0 5px;
  border-bottom: 1px solid #AF95A6;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.level0 a {
  font-weight: 700;
  letter-spacing: 1px;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.level1.classic {
  width: 100%;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.level1.classic > a {
  padding: 0 10px;
  text-align: center;
  line-height: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .nav-panel-inner {
  padding: 0;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .nav-panel-inner .nav-item.level1 {
  width: 100%;
  padding: 0;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .nav-panel-inner .nav-item.level1 > a {
  padding: 0 10px;
  line-height: 1.5em;
  align-items: center;
  height: 100%;
  display: flex;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .nav-panel-inner .nav-item.level1 > a:hover {
  background-color: transparent;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  width: 100%;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: max-content;
  row-gap: 30px;
  background: #f0f0f0;
  margin: 0;
  padding: 30px;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-1col {
  grid-template-columns: repeat(1, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-2col {
  grid-template-columns: repeat(2, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-3col {
  grid-template-columns: repeat(3, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-4col {
  grid-template-columns: repeat(4, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-5col {
  grid-template-columns: repeat(5, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-6col {
  grid-template-columns: repeat(6, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-7col {
  grid-template-columns: repeat(7, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .nav-submenu.dd-itemgrid-8col {
  grid-template-columns: repeat(8, 1fr);
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .assets-submenu {
  display: flex;
  flex-direction: row;
  padding: 30px;
  justify-content: center;
  column-gap: 30px;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .assets-submenu .assets-nav-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mainmenu.nav-regular:not(.nav-mobile) .nav-item.mega .has-assets-menu > .assets-submenu .assets-nav-item a {
  padding: 10px 0;
  line-height: 1.5em;
  align-items: center;
  height: 100%;
  text-transform: uppercase;
  text-align: center;
}

body .elementor-shortcode .swiper-container {
  width: 100%;
  height: 100%;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60%;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container {
  margin: 0 10px 0 0;
  padding: 0 20px;
  background: #fff;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container h2.name {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container h2.name a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  width: 75%;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container .short-description {
  max-height: 3em;
  overflow: hidden;
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container .short-description p {
  display: inline-block;
  width: 75%;
  margin: 0;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container .price {
  display: none;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container .url {
  margin: 15px 0;
  display: inline-block;
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
}
body .elementor-shortcode .swiper-container .swiper-wrapper .swiper-slide div.product-container .url a {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
body .elementor-shortcode .swiper-button {
  background-image: none;
  background: #AE95A6;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  line-height: 62px;
  text-align: center;
}
@media (max-width: 1023px) {
  body .elementor-shortcode .swiper-button {
    display: none;
  }
}
body .elementor-shortcode .swiper-button:before {
  font-family: "rosato-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  color: #fff;
}
body .elementor-shortcode .swiper-button.swiper-button-next {
  right: -10px;
}
body .elementor-shortcode .swiper-button.swiper-button-next:before {
  content: "\e91d";
}
body .elementor-shortcode .swiper-button.swiper-button-prev {
  left: -20px;
}
body .elementor-shortcode .swiper-button.swiper-button-prev:before {
  content: "\e91c";
}

/* Saved cards */
body.customer-savedcards-index #new-card {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
body.customer-savedcards-index #new-card h2 {
  font-family: "brandon-grotesque", sans-serif;
}

/* Registration and login form */
body.customer-account-logoutsuccess .page-title {
  margin-top: 30px;
}
body.customer-account-logoutsuccess .page-title, body.customer-account-logoutsuccess p {
  text-align: center;
}

body.customer-account-create #amprivacy-checkbox {
  flex-basis: 100%;
}
body.customer-account-create #form-validate .fieldset {
  display: block;
  margin: 0 auto;
  width: 536px;
  max-width: 100%;
}
@media (max-width: 768px) {
  body.customer-account-create #form-validate .fieldset {
    max-width: 90%;
  }
}
body.customer-account-create #form-validate .fieldset .form-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  body.customer-account-create #form-validate .fieldset .form-list .dob-fields, body.customer-account-create #form-validate .fieldset .form-list .gender-fields {
    flex-basis: 50%;
  }
}
body.customer-account-create #form-validate .fieldset .form-list .customer-dob {
  margin-right: 5px;
}
@media (max-width: 768px) {
  body.customer-account-create #form-validate .fieldset .form-list .customer-dob {
    margin-right: 0;
    display: flex;
    justify-content: space-between;
  }
}
body.customer-account-create #form-validate .fieldset .form-list .customer-dob #dob {
  width: 100%;
}

body.customer-account-create .column-main .account-login .page-title, body.customer-account-create .column-main .account-create .page-title,
body.customer-account-login .column-main .account-login .page-title,
body.customer-account-login .column-main .account-create .page-title {
  margin-top: 30px;
  text-align: center;
}
body.customer-account-create .column-main .elementor a,
body.customer-account-login .column-main .elementor a {
  text-decoration: underline;
  color: #AF95A6;
}
body.customer-account-create .column-main #login-form,
body.customer-account-login .column-main #login-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.customer-account-create .column-main .account-create .fieldset .form-list,
body.customer-account-login .column-main .account-create .fieldset .form-list {
  max-width: 536px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .fieldset .form-list li,
body.customer-account-login .column-main .account-create .fieldset .form-list li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .fieldset .form-list input:not(.checkbox), body.customer-account-create .column-main .account-create .fieldset .form-list select,
body.customer-account-login .column-main .account-create .fieldset .form-list input:not(.checkbox),
body.customer-account-login .column-main .account-create .fieldset .form-list select {
    width: 100%;
  }
}
body.customer-account-create .column-main .account-create .fieldset .form-list .customer-name, body.customer-account-create .column-main .account-create .fieldset .form-list .password-fields,
body.customer-account-login .column-main .account-create .fieldset .form-list .customer-name,
body.customer-account-login .column-main .account-create .fieldset .form-list .password-fields {
  display: flex;
  justify-content: space-between;
  width: 536px;
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .fieldset .form-list .customer-name, body.customer-account-create .column-main .account-create .fieldset .form-list .password-fields,
body.customer-account-login .column-main .account-create .fieldset .form-list .customer-name,
body.customer-account-login .column-main .account-create .fieldset .form-list .password-fields {
    flex-direction: column;
    width: 100%;
  }
}
body.customer-account-create .column-main .account-create .fieldset .form-list .customer-name .field, body.customer-account-create .column-main .account-create .fieldset .form-list .password-fields .field,
body.customer-account-login .column-main .account-create .fieldset .form-list .customer-name .field,
body.customer-account-login .column-main .account-create .fieldset .form-list .password-fields .field {
  float: none;
  width: 262px;
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .fieldset .form-list .customer-name .field, body.customer-account-create .column-main .account-create .fieldset .form-list .password-fields .field,
body.customer-account-login .column-main .account-create .fieldset .form-list .customer-name .field,
body.customer-account-login .column-main .account-create .fieldset .form-list .password-fields .field {
    width: 100%;
  }
}
body.customer-account-create .column-main .account-create .fieldset .form-list #email_address,
body.customer-account-login .column-main .account-create .fieldset .form-list #email_address {
  width: 536px;
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .fieldset .form-list #email_address,
body.customer-account-login .column-main .account-create .fieldset .form-list #email_address {
    width: 100%;
  }
}
body.customer-account-create .column-main .account-create .buttons-set,
body.customer-account-login .column-main .account-create .buttons-set {
  display: flex;
  flex-direction: column-reverse;
  max-width: 536px;
  margin: 30px auto;
}
@media (max-width: 768px) {
  body.customer-account-create .column-main .account-create .buttons-set .button,
body.customer-account-login .column-main .account-create .buttons-set .button {
    margin: 0;
  }
}
body.customer-account-create .column-main .account-create .buttons-set .required,
body.customer-account-login .column-main .account-create .buttons-set .required {
  display: none;
}
body.customer-account-create .column-main .account-create .buttons-set .back-link,
body.customer-account-login .column-main .account-create .buttons-set .back-link {
  float: none;
  text-align: center;
  margin-top: 20px;
}
body.customer-account-create .column-main .account-create .buttons-set .back-link > a,
body.customer-account-login .column-main .account-create .buttons-set .back-link > a {
  float: none;
}
body.customer-account-create .column-main .login-form h2, body.customer-account-create .column-main .register-form h2,
body.customer-account-login .column-main .login-form h2,
body.customer-account-login .column-main .register-form h2 {
  text-align: center;
  border: none;
}
body.customer-account-create .column-main .login-form .buttons-set, body.customer-account-create .column-main .register-form .buttons-set,
body.customer-account-login .column-main .login-form .buttons-set,
body.customer-account-login .column-main .register-form .buttons-set {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
body.customer-account-create .column-main .login-form .buttons-set a, body.customer-account-create .column-main .register-form .buttons-set a,
body.customer-account-login .column-main .login-form .buttons-set a,
body.customer-account-login .column-main .register-form .buttons-set a {
  float: none !important;
  margin: 10px 0;
}
body.customer-account-create .column-main .login-form .buttons-set .button, body.customer-account-create .column-main .register-form .buttons-set .button,
body.customer-account-login .column-main .login-form .buttons-set .button,
body.customer-account-login .column-main .register-form .buttons-set .button {
  float: none;
}
body.customer-account-create .column-main .login-form,
body.customer-account-login .column-main .login-form {
  width: 262px;
}
body.customer-account-create .column-main .login-form .form-list,
body.customer-account-login .column-main .login-form .form-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
body.customer-account-create .cs-lpa-login.amazon-login .cs-lpa-login__title,
body.customer-account-create .cs-lpa-login.amazon-login .cs-lpa-login__description,
body.customer-account-login .cs-lpa-login.amazon-login .cs-lpa-login__title,
body.customer-account-login .cs-lpa-login.amazon-login .cs-lpa-login__description {
  display: none;
}
body.customer-account-create .cs-lpa-login.amazon-login .cs-lpa-login__buttons-set,
body.customer-account-login .cs-lpa-login.amazon-login .cs-lpa-login__buttons-set {
  border-top: none;
  margin: 10px auto 0 auto;
  padding: 10px 0 30px 0;
  text-align: center;
}

.elementor .elementor-form input[type=checkbox] {
  vertical-align: baseline;
  margin-right: 5px;
}

/* User dashboard */
body.customer-account .success-msg a {
  color: #fff !important;
  text-decoration: underline;
}
body.customer-account #page-columns {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.customer-account #page-columns {
    margin-top: 0;
  }
}
body.customer-account #page-columns p, body.customer-account #page-columns address {
  font-family: "brandon-grotesque", sans-serif;
}
@media (max-width: 767px) {
  body.customer-account #page-columns {
    display: flex;
    flex-direction: column;
  }
  body.customer-account #page-columns .sidebar-main {
    margin-bottom: 10px;
    border-bottom: 1px solid #AF95A6;
  }
}
@media (max-width: 767px) {
  body.customer-account #page-columns .block-account {
    padding: 10px;
    background: #f0f0f0;
  }
}
body.customer-account #page-columns .block-account .block-title {
  background: none;
  padding-left: 0 !important;
  text-transform: uppercase;
  border-color: #f0f0f0;
}
body.customer-account #page-columns .block-account .block-content ul {
  list-style: none;
  padding-left: 0;
}
body.customer-account #page-columns .block-account .block-content ul li {
  font-family: "brandon-grotesque", sans-serif;
}
body.customer-account #page-columns .block-account .block-content ul li.current {
  color: #AF95A6;
}
body.customer-account #page-columns .column-main .page-title {
  margin-top: 6px;
  border-bottom: none;
}
body.customer-account #page-columns .column-main .page-title h1 {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 19px;
  line-height: 29px;
  min-height: unset;
  text-transform: uppercase;
}
body.customer-account #page-columns .column-main h3, body.customer-account #page-columns .column-main h4 {
  font-size: 14px;
}
body.customer-account #page-columns .column-main a {
  font-family: "brandon-grotesque", sans-serif;
  color: #AF95A6;
  text-decoration: underline;
}
body.customer-account #page-columns .column-main .box-account .col2-set {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
}
body.customer-account #page-columns .column-main .box-account .box-head {
  display: none;
}
body.customer-account #page-columns .column-main .box-account .box .box-title h3 {
  font-size: 17px;
  text-transform: uppercase;
}
body.customer-account #page-columns .column-main .box-account .box .box-title a {
  font-size: 12px;
}
body.customer-account #page-columns .column-main .box-account .box .box-content a[href*=changepass],
body.customer-account #page-columns .column-main .box-account .box .box-content a[href*="address/edit"] {
  width: 100%;
  text-align: right;
  display: block;
  font-size: 12px;
}
body.customer-account #page-columns .column-main .box-account .col2-set .col-1 {
  border: none;
}

body.customer-account-edit .form-list {
  font-family: "brandon-grotesque", sans-serif;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.customer-account-edit .form-list {
    flex-direction: column;
  }
}
body.customer-account-edit .form-list input, body.customer-account-edit .form-list select, body.customer-account-edit .form-list option {
  font-family: "brandon-grotesque", sans-serif;
}
body.customer-account-edit .form-list li {
  flex-basis: calc(33% - 10px);
  margin: 0 10px 10px 0;
  display: flex;
  flex-direction: column;
}
body.customer-account-edit .form-list li .input-box {
  margin-right: 10px;
}
body.customer-account-edit .form-list li .input-box select {
  width: 100%;
}
body.customer-account-edit .form-list li input.input-text {
  width: 100%;
}
body.customer-account-edit .form-list li label[for=change_password] {
  float: none;
  vertical-align: middle;
}
body.customer-account-edit .fieldset.change-password-fields .form-list li {
  flex-basis: calc(100% - 10px);
  display: flex;
  flex-direction: row;
  margin: 0;
}
body.customer-account-edit .fieldset.change-password-fields .form-list li .field {
  margin: 0 10px 10px 0;
}
body.customer-account-edit .buttons-set button.button {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
}

/* Wishlist */
body.wishlist-index-index #wishlist-custom-table {
  font-family: "brandon-grotesque", sans-serif;
}
body.wishlist-index-index #wishlist-custom-table .header-row {
  display: grid;
  grid-template-columns: 115px 1fr 2fr 80px;
  grid-template-rows: 1fr;
  border: 1px solid #ccc;
  padding: 10px;
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .header-row {
    grid-template-columns: 115px 1fr;
  }
}
body.wishlist-index-index #wishlist-custom-table .header-row div {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
body.wishlist-index-index #wishlist-custom-table .header-row div.product-row {
  padding-left: 15px;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row {
  display: grid;
  grid-template-columns: 115px 1fr 2fr 80px;
  grid-template-rows: 1fr;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 15px 10px;
  margin-bottom: 0;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row:last-child {
  border-bottom: 1px solid #ccc;
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row {
    grid-template-columns: 115px 1fr;
  }
}
body.wishlist-index-index #wishlist-custom-table .product-data-row div.name-data {
  padding-left: 15px;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row div.img-data a.product-image {
  max-width: 110px;
  display: inline-block;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row div .cell-label {
  display: none;
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-image {
    grid-area: 1/1/3/1;
  }
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-data {
    grid-area: 1/2/1/2;
  }
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart {
    grid-area: 2/2/2/2;
  }
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart {
    align-items: flex-start;
  }
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box {
  display: flex;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .old-price .price-label, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .regular-price .price-label {
  display: none;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .old-price .price, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .regular-price .price {
  color: #333;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .special-price .price-label {
  display: none;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart .price-box .special-price .price {
  color: #AF95A6 !important;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart {
  background-color: #AF95A6;
  color: #fff;
  line-height: inherit;
  display: inline-block;
  width: auto;
  font-size: 14px;
  padding: 10px 15px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart {
    width: 100%;
  }
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart:hover, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart:focus, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart:active {
  background: #000;
  color: #fff;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-cart button.btn-cart span span {
  font-weight: 400;
  text-transform: uppercase;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove {
  text-align: center;
}
@media (max-width: 767px) {
  body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove {
    grid-area: 3/2/3/2;
    text-align: right;
  }
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove {
  color: #333;
  width: 21px;
  height: 21px;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove i {
  font-size: 21px;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove:before {
  display: none;
}
body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove:hover, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove:focus, body.wishlist-index-index #wishlist-custom-table .product-data-row .product-remove a.btn-remove:active {
  color: #333;
}
body.wishlist-index-index button.button {
  font-family: "brandon-grotesque", sans-serif;
}
body.wishlist-index-index .buttons-set-custom {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.wishlist-index-index .buttons-set-custom {
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.wishlist-index-index .btn-share {
  background: #fff;
  color: #333;
  text-decoration: underline;
  padding: 0;
}
body.wishlist-index-index .btn-share:hover, body.wishlist-index-index .btn-share:focus, body.wishlist-index-index .btn-share:active {
  background: #fff !important;
  color: #AF95A6 !important;
}
body.wishlist-index-index .btn-add {
  text-transform: uppercase;
}

body.customer-address-index .col2-set.addresses-list .col-1.addresses-primary {
  width: 100%;
  float: none;
}
body.customer-address-index .col2-set.addresses-list .col-1.addresses-primary > h2 {
  display: none;
}
body.customer-address-index .col2-set.addresses-list .col-1.addresses-primary ol {
  display: flex;
  column-gap: 20px;
}
@media (max-width: 768px) {
  body.customer-address-index .col2-set.addresses-list .col-1.addresses-primary ol {
    flex-direction: column;
  }
}
body.customer-address-index .col2-set.addresses-list .col-1.addresses-primary ol > .item {
  width: 100%;
  box-sizing: border-box;
}

body.customer-address-form #form-validate .fieldset .form-list {
  display: flex;
  flex-wrap: wrap;
}
body.customer-address-form #form-validate .fieldset .form-list li.wide {
  margin-right: 10px;
}
body.customer-address-form #form-validate .fieldset .form-list li:nth-last-child(2):not(.fields):not(.wide), body.customer-address-form #form-validate .fieldset .form-list li:last-child:not(.fields):not(.wide) {
  flex-basis: 100%;
}

body.customer-account-forgotpassword .column-main .page-title,
body.customer-account-changeforgotten .column-main .page-title {
  margin-top: 30px;
  text-align: center;
}
body.customer-account-forgotpassword .column-main h2,
body.customer-account-changeforgotten .column-main h2 {
  display: none;
}
body.customer-account-forgotpassword .column-main #form-validate,
body.customer-account-changeforgotten .column-main #form-validate {
  display: block;
  margin: 30px auto 0 auto;
}
@media (min-width: 768px) {
  body.customer-account-forgotpassword .column-main #form-validate,
body.customer-account-changeforgotten .column-main #form-validate {
    width: 50%;
    max-width: 500px;
  }
}
body.customer-account-forgotpassword .column-main #form-validate .form-list,
body.customer-account-changeforgotten .column-main #form-validate .form-list {
  margin-top: 20px;
}
body.customer-account-forgotpassword .column-main #form-validate .form-list .field,
body.customer-account-changeforgotten .column-main #form-validate .form-list .field {
  float: none;
  width: 100%;
}
body.customer-account-forgotpassword .column-main #form-validate .form-list .field input,
body.customer-account-changeforgotten .column-main #form-validate .form-list .field input {
  width: 100%;
}
body.customer-account-forgotpassword .column-main #form-validate .form-list #email_address,
body.customer-account-changeforgotten .column-main #form-validate .form-list #email_address {
  width: 100%;
}
body.customer-account-forgotpassword .column-main #form-validate .buttons-set,
body.customer-account-changeforgotten .column-main #form-validate .buttons-set {
  border: none;
  display: flex;
  flex-direction: column-reverse;
}
body.customer-account-forgotpassword .column-main #form-validate .buttons-set .required,
body.customer-account-changeforgotten .column-main #form-validate .buttons-set .required {
  display: none;
}
body.customer-account-forgotpassword .column-main #form-validate .buttons-set .back-link,
body.customer-account-changeforgotten .column-main #form-validate .buttons-set .back-link {
  text-align: center;
  float: none;
  margin-top: 30px;
}
body.customer-account-forgotpassword .column-main #form-validate .buttons-set .back-link a,
body.customer-account-changeforgotten .column-main #form-validate .buttons-set .back-link a {
  text-decoration: underline;
}
body.customer-account-forgotpassword .column-main #form-validate .buttons-set button.button,
body.customer-account-changeforgotten .column-main #form-validate .buttons-set button.button {
  margin: 0;
}

body.catalogsearch-result-index.no-results .note-msg {
  text-align: center;
  background: none;
  color: #333;
  font-size: 20px !important;
}
body.catalogsearch-result-index .page-title {
  margin-top: 20px;
}
body.catalogsearch-result-index .page-title h1 {
  font-size: 18px;
  text-align: center;
}
body.catalogsearch-result-index .page-title h1 span {
  display: block;
  font-size: 4rem;
  text-transform: uppercase;
  margin: 10px 0;
}
body.catalogsearch-result-index #mobile-filters-opener, body.catalogsearch-result-index .sorter {
  border-top: 1px solid #d9d9d9;
}

body.catalog-category-view .xmas-carousel,
body.catalogsearch-result-index .xmas-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.catalog-category-view .xmas-carousel .discover-link,
body.catalogsearch-result-index .xmas-carousel .discover-link {
  background: #AF95A6;
  padding: 0 15px;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  font-size: 16px;
}
body.catalog-category-view .related-products-container,
body.catalogsearch-result-index .related-products-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f0f0f0;
}
@media (max-width: 992px) {
  body.catalog-category-view .related-products-container,
body.catalogsearch-result-index .related-products-container {
    padding: 0 0 0 15px;
  }
}
body.catalog-category-view .related-products-container h3,
body.catalogsearch-result-index .related-products-container h3 {
  z-index: 1;
  margin: 15px auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}
body.catalog-category-view .related-products-container .related-products-slider,
body.catalogsearch-result-index .related-products-container .related-products-slider {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  body.catalog-category-view .related-products-container .related-products-slider,
body.catalogsearch-result-index .related-products-container .related-products-slider {
    padding-right: 15px;
    box-sizing: border-box;
  }
}
body.catalog-category-view .related-products-container .related-products-slider .related-product,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 35px;
  width: 20%;
}
body.catalog-category-view .related-products-container .related-products-slider .related-product img,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product img {
  margin-bottom: 30px;
}
body.catalog-category-view .related-products-container .related-products-slider .related-product .product-name h2,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product .product-name h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 2em;
}
body.catalog-category-view .related-products-container .related-products-slider .related-product .product-meaning h2,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product .product-meaning h2 {
  text-transform: uppercase;
  font-size: 18px;
}
body.catalog-category-view .related-products-container .related-products-slider .related-product .product-url,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product .product-url {
  margin-top: 30px;
}
body.catalog-category-view .related-products-container .related-products-slider .related-product .product-url a,
body.catalogsearch-result-index .related-products-container .related-products-slider .related-product .product-url a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
@media (max-width: 823px) {
  body.catalog-category-view .main.container,
body.catalogsearch-result-index .main.container {
    margin: 0;
    max-width: unset;
  }
}
@media (max-width: 992px) {
  body.catalog-category-view .main.container .inner-container,
body.catalogsearch-result-index .main.container .inner-container {
    padding: 0;
  }
}
@media (max-width: 823px) {
  body.catalog-category-view .main.container .inner-container #page-columns .column-main,
body.catalogsearch-result-index .main.container .inner-container #page-columns .column-main {
    width: 100%;
    float: none;
  }
}
@media (max-width: 823px) {
  body.catalog-category-view .main.container .inner-container #page-columns .col-left,
body.catalogsearch-result-index .main.container .inner-container #page-columns .col-left {
    width: 0;
  }
}
@media (max-width: 992px) {
  body.catalog-category-view .main.container .inner-container #page-columns .page-title.category-title,
body.catalogsearch-result-index .main.container .inner-container #page-columns .page-title.category-title {
    margin: 0;
    background: #f0f0f0;
    border: none;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .page-title.category-title h1,
body.catalogsearch-result-index .main.container .inner-container #page-columns .page-title.category-title h1 {
    text-align: center;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 40px;
    height: 40px;
  }
}
@media (min-width: 993px) {
  body.catalog-category-view .main.container .inner-container #page-columns .page-title.category-title,
body.catalogsearch-result-index .main.container .inner-container #page-columns .page-title.category-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products {
  display: flex;
  flex-direction: column;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar #mobile-filters-opener,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar .sorter .sort-by,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar .sorter .sort-by {
  display: none;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar .pager,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar-bottom .toolbar .pager {
  display: block;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: none;
}
@media (max-width: 320px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar {
    flex-direction: column;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter {
  width: 50%;
  text-transform: uppercase;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 320px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter {
    width: 100%;
    padding: 5px;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener {
  line-height: 36px;
  border-right: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener {
    border-right: none;
    text-align: center;
    justify-content: center;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener .filters-count,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener .filters-count {
  margin-left: 10px;
  border-radius: 50%;
  background: #af95a6;
  width: 16px;
  height: 16px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener .filters-count,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar #mobile-filters-opener .filters-count {
    display: none;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter .amount,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter .limiter,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter .amount,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter .limiter {
  display: none;
}
@media (min-width: 993px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    border: none;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by {
  text-align: left;
  display: flex;
  background: none;
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter .sort-by {
    justify-content: center;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .sorter select,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .sorter select {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-left: 10px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager {
  display: none;
  flex-basis: 100%;
  border-top: none;
  border-bottom: 3px solid #d9d9d9;
  padding-bottom: 0;
}
@media (min-width: 993px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager {
    text-align: right;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager i,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager i {
  font-weight: 700;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages > strong,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages > strong {
  display: none;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol {
  margin-bottom: -6px;
}
@media (min-width: 993px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol {
    margin-bottom: -5px;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li {
  font-size: 14px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li.current,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li.current {
  background-color: transparent;
  color: #000;
  font-weight: 700;
  border-bottom: 3px solid #000;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li:not(.next),
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li:not(.next) {
  font-family: "brandon-grotesque", sans-serif;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li:not(.next) a,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li:not(.next) a {
  font-family: "brandon-grotesque", sans-serif;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li a,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .toolbar .pager .pages ol li a {
  font-size: 14px;
  background-color: transparent;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid {
  display: flex;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .alternative-products,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .alternative-products {
  display: none !important;
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 5px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item {
    flex-basis: 48%;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item.promo-list-image-item,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item.promo-list-image-item {
    flex-basis: 100%;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper {
    margin: 0 5px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions {
    margin-bottom: 0;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions .link-wishlist span.icon,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions .link-wishlist span.icon {
    font-size: 15px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions .new-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .product-item-img.product-image-wrapper .product-labels-actions .new-label {
    font-size: 15px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .product-name,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .product-name {
    font-size: 1.4rem;
    max-width: 90%;
    overflow: hidden;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid li.item .price-box span.price,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid li.item .price-box span.price {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item {
    width: 33%;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image img,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image img {
    min-width: 135px;
    min-height: 135px;
    padding-bottom: 20px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .link-wishlist span.icon,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .link-wishlist span.icon {
    font-size: 18px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .new-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .new-label {
    font-size: 18px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-name,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-name {
    font-size: 18px;
  }
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .price-box span.price,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .price-box span.price {
    font-size: 16px;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item {
  margin: 30px 0;
  float: none;
  padding: 0;
  border: none;
  position: relative;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img {
  border-bottom: 1px solid #d9d9d9;
  margin: 0 30px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image {
  margin: 20px 0;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image .alt-img,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-image .alt-img {
  top: 10px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .link-wishlist span.icon,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .link-wishlist span.icon {
  background: transparent;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: black;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .new-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .new-label {
  text-transform: uppercase;
  font-weight: 700;
  color: #AF95A6;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .blackfriday-label,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .wintersale-label,
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .summersale-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .blackfriday-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .wintersale-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .summersale-label {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .blackfriday-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .blackfriday-label {
  background: #000;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .wintersale-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .wintersale-label {
  background: #af95a6;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .summersale-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .product-labels-actions .summersale-label {
  background: red;
  font-weight: bold;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .personalizable-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .personalizable-label {
  position: absolute;
  bottom: 17px;
  background: #AF95A6;
  color: #fff;
  padding: 2px 12px;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .personalizable-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-item-img .personalizable-label {
    top: 0;
    bottom: unset;
    padding: 2px 5px;
    font-size: 11px;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-name,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-name {
  text-transform: uppercase;
  font-weight: 700;
  max-width: 70%;
  margin: 15px auto 10px auto;
  height: 2em;
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-name,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-name {
    height: 3.5rem;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .product-sku,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .product-sku {
  margin-top: 5px;
  font-size: 14px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .availability,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .availability {
  font-size: 11px;
  color: #AF95A6;
  text-transform: uppercase;
  position: absolute;
  bottom: -10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .availability,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .availability {
    bottom: -20px;
  }
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container > a,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container.alternative-product .price-box .price,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-price-container.alternative-product .price-box .price {
  color: #636363;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-preview,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .color-price-box .color-preview {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 15px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .price-box,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .price-box {
  display: flex;
  column-gap: 10px;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .price-box span.price,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .price-box span.price {
  text-transform: uppercase;
  font-weight: 700;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .price-box .special-price .price-label,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .price-box .special-price .price-label {
  display: none;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .price-box .special-price .price,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .price-box .special-price .price {
  color: red !important;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item button.btn-cart,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item button.btn-cart {
  padding: 5px 10px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.5em;
  background: #af96a6;
  font-family: "brandon-grotesque", sans-serif;
}
body.catalog-category-view .main.container .inner-container #page-columns .category-products .products-grid .item .actions .availability.out-of-stock,
body.catalogsearch-result-index .main.container .inner-container #page-columns .category-products .products-grid .item .actions .availability.out-of-stock {
  min-height: 29px;
}

@media (min-width: 993px) {
  #mobile-filters-opener {
    display: none !important;
  }
}

@media (max-width: 992px) {
  .block-layered-nav.amshopby-filters-left {
    padding: 15px;
    overflow-y: hidden;
    display: block !important;
    position: fixed;
    left: -75vw;
    top: 0;
    height: 100%;
    width: 75vw !important;
    background: #fff;
    margin: 0;
    box-sizing: border-box;
    z-index: 1003;
    max-width: 350px;
    overflow-y: scroll !important;
  }
  .block-layered-nav.amshopby-filters-left.left-open {
    animation: openleft 0.3s 1 forwards;
  }
  .block-layered-nav.amshopby-filters-left #mobile-filters-close {
    display: inline-block;
    width: 100%;
    text-align: right;
  }
  .block-layered-nav.amshopby-filters-left #mobile-filters-close .rosatoicon {
    font-size: 21px;
  }
  .block-layered-nav.amshopby-filters-left .block-subtitle {
    padding-left: 0;
  }
  .block-layered-nav.amshopby-filters-left #narrow-by-list {
    margin: 0;
  }
}
@media (min-width: 993px) {
  .block-layered-nav.amshopby-filters-left #mobile-filters-close {
    display: none;
  }
}
.block-layered-nav.amshopby-filters-left .currently ol li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-transform: uppercase;
}
.block-layered-nav.amshopby-filters-left .currently ol li > .label {
  flex-basis: 100%;
}
.block-layered-nav.amshopby-filters-left .currently ol li .multiselect-child {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.block-layered-nav.amshopby-filters-left .currently ol li .multiselect-child a.btn-remove-inline {
  background: none;
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-layered-nav.amshopby-filters-left .currently ol li .multiselect-child a.btn-remove-inline i {
  font-size: 17px;
}
.block-layered-nav.amshopby-filters-left .block-title,
.block-layered-nav.amshopby-filters-left .block-subtitle {
  border: none;
  text-transform: uppercase;
}
.block-layered-nav.amshopby-filters-left .block-title:after,
.block-layered-nav.amshopby-filters-left .block-subtitle:after {
  display: none;
}
.block-layered-nav.amshopby-filters-left .block-title span,
.block-layered-nav.amshopby-filters-left .block-subtitle span {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 17px;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr:not(.rosato-icon):before,
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr-selected:not(.rosato-icon):before {
  display: none;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr,
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr:hover,
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr-selected,
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-attr-selected:hover {
  background: none;
  padding-left: 0;
  margin: 0;
  display: flex;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-price span.price:first-child {
  margin-right: 5px;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list .amshopby-price span.price:not(:first-child) {
  margin-left: 5px;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dt {
  text-transform: uppercase;
  font-weight: 400;
  background: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dt:after {
  display: none;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dt.amshopby-collapsed i {
  transform: rotate(90deg);
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dt i {
  font-size: 18px;
  margin-right: 5px;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dd {
  text-transform: uppercase;
  font-weight: 400;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dd ol {
  padding-left: 15px;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dd ol > li {
  display: flex;
  align-items: center;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dd ol > li:after {
  display: none;
}
.block-layered-nav.amshopby-filters-left .block-content #narrow-by-list dd ol > li i {
  margin-right: 5px;
  font-size: 18px;
}

body.catalog-product-view .amxnotif-block {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
body.catalog-product-view .amxnotif-block .amxnotif-input-fields > input[type=text] {
  width: 100%;
}
body.catalog-product-view .amxnotif-block .amxnotif-button-container {
  margin-top: 10px;
}
body.catalog-product-view .product-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 15px;
  border: none;
  padding: 0;
  margin: 10px 0;
}
body.catalog-product-view .product-section .section-link {
  text-decoration: underline;
  color: #AF95A6;
}
body.catalog-product-view .product-section .section-title {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  margin: 0;
  color: #AF95A6;
  border: none;
}
@media (max-width: 992px) {
  body.catalog-product-view .main.container .inner-container {
    padding: 0;
  }
}
body.catalog-product-view span:not(.ic):not(.sep),
body.catalog-product-view div:not(.ic):not(.sep),
body.catalog-product-view label:not(.ic):not(.sep) {
  font-family: "brandon-grotesque", sans-serif;
}
body.catalog-product-view .product-view .container1-wrapper {
  border: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  body.catalog-product-view .product-view .product-img-column {
    padding: 0 15px;
    box-sizing: border-box;
  }
}
body.catalog-product-view .product-view .product-img-column .personalizable-label {
  position: absolute;
  top: 10px;
  background: #AF95A6;
  color: #fff;
  padding: 2px 12px;
  left: 50%;
  text-transform: uppercase;
  transform: translate(-50%, 0);
  z-index: 101;
}
body.catalog-product-view .product-view .product-img-column .blackfriday-label,
body.catalog-product-view .product-view .product-img-column .wintersale-label,
body.catalog-product-view .product-view .product-img-column .summersale-label {
  position: absolute;
  top: 10px;
  right: 50px;
  z-index: 101;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
}
body.catalog-product-view .product-view .product-img-column .blackfriday-label {
  background: #000;
}
body.catalog-product-view .product-view .product-img-column .wintersale-label {
  background: #af95a6;
}
body.catalog-product-view .product-view .product-img-column .summersale-label {
  background: red;
  font-weight: bold;
}
@media (max-width: 992px) {
  body.catalog-product-view .product-view .product-img-column .img-box {
    margin-top: 15px;
  }
}
body.catalog-product-view .product-view .product-img-column .img-box .product-image {
  border: none;
}
body.catalog-product-view .product-view .product-img-column .img-box .product-image #image-main {
  width: 100%;
  height: auto;
}
body.catalog-product-view .product-view .product-img-column .img-box .cloud-zoom-loading {
  display: none !important;
}
body.catalog-product-view .product-view .product-primary-column {
  padding: 0 15px;
  box-sizing: border-box;
  order: 0;
}
body.catalog-product-view .product-view .product-primary-column #scalapayText {
  text-align: center !important;
}
body.catalog-product-view .product-view .product-primary-column .product-name {
  text-align: center;
  text-transform: uppercase;
}
body.catalog-product-view .product-view .product-primary-column .product-name h1 {
  font-size: 28px;
  font-weight: 700;
}
body.catalog-product-view .product-view .product-primary-column .product-meaning {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
body.catalog-product-view .product-view .product-primary-column .product-meaning h2 {
  font-size: 20px;
}
body.catalog-product-view .product-view .product-primary-column .product-tecnical-description p {
  text-align: center;
}
body.catalog-product-view .product-view .product-primary-column .product-options dl dt {
  text-align: center;
}
body.catalog-product-view .product-view .product-primary-column .product-options dl dd .input-box select {
  font-family: "brandon-grotesque", sans-serif;
}
body.catalog-product-view .product-view .product-primary-column .product-options .product-measures-guide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
}
body.catalog-product-view .product-view .product-primary-column .product-options .product-measures-guide i {
  font-size: 21px;
}
body.catalog-product-view .product-view .product-primary-column .product-options .product-measures-guide p {
  margin: 0 10px;
  text-decoration: underline;
}
body.catalog-product-view .product-view .product-primary-column .availability {
  float: none;
  width: 100%;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 30px 0;
  color: #AF95A6;
}
@media (max-width: 767px) {
  body.catalog-product-view .product-view .product-primary-column .availability {
    margin: 30px 0 0 0;
  }
}
body.catalog-product-view .product-view .promo-banners-container {
  padding: 0 15px;
  box-sizing: border-box;
  margin: 30px 1%;
}
@media (max-width: 767px) {
  body.catalog-product-view .product-view .promo-banners-container {
    margin: 30px 0;
    padding: 0;
  }
}
body.catalog-product-view .product-view .promo-banners-container img {
  width: 100%;
  margin: 5px 0;
}
body.catalog-product-view .product-view .product-custom-info-container {
  padding: 0 15px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1023px) {
  body.catalog-product-view .product-view .product-custom-info-container {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section {
  padding: 10px 0;
  margin: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 992px) {
  body.catalog-product-view .product-view .product-custom-info-container .custom-info-section:last-child {
    margin-bottom: 0;
  }
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-title p {
  font-size: 17px;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-title i {
  font-size: 21px;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-title p,
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-title i {
  font-weight: 700;
  text-transform: uppercase;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-content {
  padding: 25px 0 15px 0;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row {
  display: flex;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row:not(last-child) {
  margin-bottom: 5px;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row .label {
  text-transform: uppercase;
}
body.catalog-product-view .product-view .product-custom-info-container .custom-info-section .info-section-content .extra_text {
  margin-top: 14px;
}
body.catalog-product-view .product-view .sku {
  text-align: center;
}
body.catalog-product-view .product-view .sku .label {
  display: none;
}
body.catalog-product-view .product-view .sku .value {
  font-weight: 400;
  font-size: 16px;
}
body.catalog-product-view .product-view .simple-size {
  text-align: center;
}
body.catalog-product-view .product-view .color-price-box-title {
  text-align: center;
  margin-top: -15px;
  background: #d9d9d9;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
body.catalog-product-view .product-view .color-price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
body.catalog-product-view .product-view .color-price-box .color-price-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.catalog-product-view .product-view .color-price-box .color-price-container .price-box .price {
  font-size: 18px;
  line-height: 24px;
}
body.catalog-product-view .product-view .color-price-box .color-price-container.alternative-product .price-box .regular-price .price {
  color: #636363;
}
body.catalog-product-view .product-view .color-price-box .color-price-container > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
body.catalog-product-view .product-view .color-price-box .color-preview {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin-right: 15px;
}
body.catalog-product-view .product-view .price-box {
  display: flex;
  flex-direction: row;
}
body.catalog-product-view .product-view .price-box .price {
  font-family: "brandon-grotesque", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
body.catalog-product-view .product-view .price-box .old-price {
  margin-right: 10px;
}
body.catalog-product-view .product-view .price-box .special-price {
  margin-left: 10px;
}
body.catalog-product-view .product-view .price-box .special-price .price-label {
  display: none;
}
body.catalog-product-view .product-view .price-box .special-price .price {
  color: red !important;
}
body.catalog-product-view .product-view .product-type-data {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  padding: 15px 0;
  margin: 10px 0;
}
body.catalog-product-view .product-view .product-type-data .availability {
  display: none;
}
body.catalog-product-view .product-view .add-to-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border: none;
}
@media (max-width: 767px) {
  body.catalog-product-view .product-view .add-to-box {
    z-index: 10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    margin: 0;
  }
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .add-to-box {
    flex-direction: column-reverse;
    background: #f0f0f0;
  }
}
body.catalog-product-view .product-view .add-to-box .add-to-cart {
  flex-grow: 1;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .add-to-box .add-to-cart {
    width: 100%;
  }
}
body.catalog-product-view .product-view .add-to-box .add-to-cart .qty-wrapper {
  display: none;
}
body.catalog-product-view .product-view .add-to-box .add-to-cart .qty-wrapper,
body.catalog-product-view .product-view .add-to-box .add-to-cart #product-addtocart-button {
  margin: 0;
  float: none;
  height: 55px;
}
body.catalog-product-view .product-view .add-to-box .add-to-cart #product-addtocart-button {
  background: #AF95A6;
  width: 100%;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .add-to-box .add-to-cart #product-addtocart-button {
    font-size: 13px;
  }
}
body.catalog-product-view .product-view .add-to-box .add-to-cart #product-addtocart-button span {
  text-transform: uppercase;
  font-weight: 400;
}
body.catalog-product-view .product-view .link-wishlist {
  display: inline-block;
  margin: 0;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .link-wishlist {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
}
body.catalog-product-view .product-view .link-wishlist:before, body.catalog-product-view .product-view .link-wishlist:after {
  display: none;
}
body.catalog-product-view .product-view .link-wishlist:hover .ic:before, body.catalog-product-view .product-view .link-wishlist:focus .ic:before, body.catalog-product-view .product-view .link-wishlist:active .ic:before {
  color: #000;
}
body.catalog-product-view .product-view .link-wishlist .ic {
  float: none;
  margin: 0;
  border-radius: 0;
  line-height: 55px;
  height: 55px;
  width: 70px;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .link-wishlist .ic {
    width: auto;
    margin-right: 10px;
  }
}
body.catalog-product-view .product-view .link-wishlist .ic:before {
  font-size: 26px;
  color: transparent;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  transition: color 0.3s linear;
}
body.catalog-product-view .product-view .link-wishlist .label {
  display: none;
}
@media (max-width: 768px) {
  body.catalog-product-view .product-view .link-wishlist .label {
    display: block;
  }
}
body.catalog-product-view .product-view .product-secondary-column {
  display: inline-block;
  margin: 0;
  width: 100%;
}
body.catalog-product-view .product-view .product-secondary-column .inner {
  padding: 0;
}
body.catalog-product-view .product-view .product-secondary-column .inner .feature-wrapper.bottom-border {
  border: 0;
  margin: 0;
  padding: 0;
}
body.catalog-product-view .related-products-container {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  background: #f0f0f0;
}
@media (max-width: 992px) {
  body.catalog-product-view .related-products-container {
    padding: 0 0 0 15px;
  }
}
body.catalog-product-view .related-products-container h3 {
  z-index: 1;
  margin: 15px auto;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
}
body.catalog-product-view .related-products-container .related-products-slider {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  body.catalog-product-view .related-products-container .related-products-slider {
    padding-right: 15px;
    box-sizing: border-box;
  }
}
body.catalog-product-view .related-products-container .related-products-slider .related-product {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  margin-bottom: 35px;
  width: 20%;
}
body.catalog-product-view .related-products-container .related-products-slider .related-product img {
  margin-bottom: 30px;
}
body.catalog-product-view .related-products-container .related-products-slider .related-product .product-name h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  height: 2em;
}
body.catalog-product-view .related-products-container .related-products-slider .related-product .product-meaning h2 {
  text-transform: uppercase;
  font-size: 18px;
}
body.catalog-product-view .related-products-container .related-products-slider .related-product .product-url {
  margin-top: 30px;
}
body.catalog-product-view .related-products-container .related-products-slider .related-product .product-url a {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}
body.catalog-product-view .add-to-cart-hints {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d9d9d9;
}
body.catalog-product-view .add-to-cart-hints li {
  display: block;
  text-transform: uppercase;
  line-height: 28px;
}
body.catalog-product-view .add-to-cart-hints li img {
  width: 28px;
  padding: 0;
}
body.catalog-product-view .add-to-cart-hints li.add-to-cart-hint-calendar img {
  width: 18px;
  padding: 5px;
}
body.catalog-product-view .add-to-cart-hints li.add-to-cart-hint-lock img {
  width: 22px;
  padding: 3px;
}
body.catalog-product-view .add-to-cart-hints li.add-to-cart-hint-diamond img {
  width: 24px;
  padding: 2px;
}

.product-bottom-custom-info-container {
  padding: 20px 15px 20px;
  box-sizing: border-box;
}

body.catalog-product-view .product-bottom-custom-info-container .info-section-content.rosato-box-images {
  margin-top: 15px;
  overflow: hidden;
  display: flex;
}
body.catalog-product-view .product-bottom-custom-info-container .info-section-content.rosato-box-images > div {
  margin: 10px 5px;
}
body.catalog-product-view .product-bottom-custom-info-container .info-section-content.rosato-box-images > div h5 {
  padding: 7px 5px 5px;
  font-size: 13px;
  text-transform: uppercase;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-title p {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-title i {
  font-size: 21px;
  font-weight: 700;
  text-transform: uppercase;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-content {
  padding: 3px 14px 15px;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row {
  display: flex;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row:not(last-child) {
  margin-bottom: 5px;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-content .product-additional-data .additional-data-row .label {
  text-transform: uppercase;
}
body.catalog-product-view .product-bottom-custom-info-container .custom-info-section .info-section-content .extra_text {
  margin-top: 14px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.catalog-product-view .product-view .product-bottom-custom-info-container {
    float: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .product-bottom-custom-info-container .info-section-content.rosato-box-images {
    flex-direction: column;
  }
  body.catalog-product-view .product-bottom-custom-info-container .info-section-content.rosato-box-images > div {
    margin: 10px 0px;
    font-weight: bold;
    text-align: center;
  }
}
@media (max-width: 992px) {
  body.catalog-product-view .product-view .product-bottom-custom-info-container .custom-info-section {
    margin: 7px 0px;
  }
  body.catalog-product-view .product-view .product-bottom-custom-info-container .custom-info-section:last-child {
    margin-bottom: 0;
  }
}
body.checkout-cart-index .page-title {
  margin: 30px 0;
}
body.checkout-cart-index .page-title h1 {
  text-align: center;
  float: none;
}
body.checkout-cart-index .cart-empty {
  text-align: center;
}
body.checkout-cart-index .cart {
  margin: 25px auto;
  padding: 0 15px;
  /* Cart page additionals */
}
body.checkout-cart-index .cart button.button, body.checkout-cart-index .cart th, body.checkout-cart-index .cart td, body.checkout-cart-index .cart label, body.checkout-cart-index .cart input {
  font-family: "brandon-grotesque", sans-serif;
}
body.checkout-cart-index .cart .btn-update, body.checkout-cart-index .cart .btn-continue {
  border: none;
  display: inline-block;
  width: 100%;
  min-width: 140px;
  line-height: 45px;
  padding: 0 25px;
}
body.checkout-cart-index .cart .btn-update span, body.checkout-cart-index .cart .btn-continue span {
  font-weight: 400;
  text-transform: uppercase;
}
body.checkout-cart-index .cart .cart-collaterals.nested-container {
  width: 100%;
  margin-left: 0;
}
body.checkout-cart-index .cart fieldset {
  border: none;
}
body.checkout-cart-index .cart #shopping-cart-table,
body.checkout-cart-index .cart #shopping-cart-custom-table {
  font-family: "brandon-grotesque", sans-serif;
}
body.checkout-cart-index .cart #shopping-cart-table .header-row div,
body.checkout-cart-index .cart #shopping-cart-custom-table .header-row div {
  font-size: 13px;
  color: #333;
  line-height: 1.5;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row {
  border: 1px solid #ccc;
  padding: 15px 10px;
  margin-bottom: 10px;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a {
  color: #333;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:hover, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:active, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:focus,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:hover,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:active,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:focus {
  color: #333;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-sku,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-sku {
  font-size: 13px;
  color: #333;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .cart-price .price,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .cart-price .price {
  font-size: 18px;
  font-weight: 400;
  color: #333;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .input-text.qty,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .input-text.qty {
  border-color: #ccc;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .input-text.qty:hover, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .input-text.qty:active, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .input-text.qty:focus,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .input-text.qty:hover,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .input-text.qty:active,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .input-text.qty:focus {
  border-color: #000;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove {
  color: #333;
  width: 21px;
  height: 21px;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove i,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove i {
  font-size: 21px;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove:before,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove:before {
  display: none;
}
body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove:hover, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove:focus, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div a.btn-remove:active,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove:hover,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove:focus,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div a.btn-remove:active {
  color: #333;
}
@media screen and (min-width: 768px) {
  body.checkout-cart-index .cart #shopping-cart-table .header-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .header-row {
    display: grid;
    grid-template-columns: 115px 3fr 1fr 80px 1fr 24px;
    grid-template-rows: 1fr;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .header-row div.product-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .header-row div.product-row {
    padding-left: 15px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .header-row div:not(.img-row):not(.product-row),
body.checkout-cart-index .cart #shopping-cart-custom-table .header-row div:not(.img-row):not(.product-row) {
    text-align: center;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row {
    display: grid;
    grid-template-columns: 115px 3fr 1fr 80px 1fr 24px;
    grid-template-rows: 1fr;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 0;
    padding: 15px 10px;
    margin-bottom: 0;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div:not(.img-data):not(.name-data),
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div:not(.img-data):not(.name-data) {
    text-align: center;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div.name-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div.name-data {
    padding-left: 15px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div.img-data a.product-image,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div.img-data a.product-image {
    max-width: 110px;
    display: inline-block;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .cell-label,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .cell-label {
    display: none;
  }
  body.checkout-cart-index .cart #shopping-cart-table .footer-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .footer-row {
    display: flex;
    flex-direction: row;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 25px;
    border-top: 1px solid #ccc;
  }
  body.checkout-cart-index .cart #shopping-cart-table .footer-row button.button,
body.checkout-cart-index .cart #shopping-cart-custom-table .footer-row button.button {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart #shopping-cart-table .header-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .header-row {
    display: none;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row {
    display: grid;
    grid-template-columns: 100px 3fr 24px;
    grid-template-rows: 1fr 1fr 26px;
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a {
    color: #333;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:hover, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:active, body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-name a:focus,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:hover,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:active,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-name a:focus {
    color: #333;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row div .product-sku,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row div .product-sku {
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .img-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .img-data {
    grid-area: 1/1/4/1;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .price-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .price-data {
    display: none;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .qty-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .qty-data {
    grid-area: 2/2;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .totals-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .totals-data {
    grid-area: 3/1/3/3;
    align-self: end;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .totals-data .cart-price,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .totals-data .cart-price {
    padding-left: 5px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .totals-data .cart-price .price,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .totals-data .cart-price .price {
    font-size: 14px;
  }
  body.checkout-cart-index .cart #shopping-cart-table .product-data-row .delete-data,
body.checkout-cart-index .cart #shopping-cart-custom-table .product-data-row .delete-data {
    grid-area: 3/3;
    align-self: end;
  }
  body.checkout-cart-index .cart #shopping-cart-table .footer-row .btn-continue,
body.checkout-cart-index .cart #shopping-cart-custom-table .footer-row .btn-continue {
    display: none;
  }
}
body.checkout-cart-index .cart .cart-collaterals {
  /* Discount block */
  /* Proceed checkout block */
}
body.checkout-cart-index .cart .cart-collaterals .cart-left-column,
body.checkout-cart-index .cart .cart-collaterals .cart-right-column {
  margin: 0;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .cart-left-column .mobile-grid-half,
body.checkout-cart-index .cart .cart-collaterals .cart-right-column .mobile-grid-half {
    display: block;
    margin: 0 auto 35px auto;
    float: none;
  }
}
body.checkout-cart-index .cart .cart-collaterals .cart-left-column .mobile-grid-half {
  margin: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals {
    border-bottom: 1px solid #000;
    padding-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .btn-continue {
    display: none;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner {
    padding: 0;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table {
  margin: 15px 0 20px 0;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tbody td,
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tfoot td {
    font-size: 14px;
  }
  body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tbody td strong,
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tfoot td strong {
    font-size: 14px;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tbody tr td:first-child,
body.checkout-cart-index .cart .cart-collaterals .totals .totals-inner #shopping-cart-totals-table tfoot tr td:first-child {
  padding: 0;
}
body.checkout-cart-index .cart .cart-collaterals .discount {
  text-align: center;
}
body.checkout-cart-index .cart .cart-collaterals .discount h2 {
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0;
  border: none;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form label {
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .input-box input {
  border-color: #ccc;
  text-align: center;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .input-box input:hover, body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .input-box input:focus, body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .input-box input:active {
  border-color: #000;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .input-box .validation-advice {
  font-family: "brandon-grotesque", sans-serif;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .buttons-set {
  text-align: center;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .buttons-set button {
  display: inline-block;
  width: 100%;
}
body.checkout-cart-index .cart .cart-collaterals .discount .discount-form .buttons-set button span span {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
body.checkout-cart-index .cart .cart-collaterals .totals {
  background: #fff;
}
body.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table {
  font-weight: 400;
  text-transform: uppercase;
  color: #333;
}
body.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td {
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tbody td:first-child {
    text-align: left !important;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td {
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals #shopping-cart-totals-table tfoot td:first-child {
    text-align: left !important;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types {
  /*.amazonpayments-or {
    padding: 0 55px 8px 0;
    @media (max-width: 767px) {
      padding: 0 0 8px 0;
    }
  }*/
}
@media (min-width: 769px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types li:first-child, body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types #scalapayText {
    flex-basis: 100%;
  }
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types #payButtonWidgetBottom {
    margin-right: 35px;
  }
}
@media (max-width: 768px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types {
    display: flex;
    flex-direction: column;
  }
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types li {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types {
    text-align: center;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .amazonpayments-or, body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .paypal-or {
  display: none;
}
body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
  background-color: #AF95A6;
  color: #fff;
  display: inline-block;
  width: auto;
  line-height: 45px;
  font-size: 14px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout {
    width: 100%;
  }
}
body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout:hover, body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout:focus, body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout:active {
  background: #000;
  color: #fff;
}
body.checkout-cart-index .cart .cart-collaterals .totals .checkout-types .btn-proceed-checkout span span {
  font-weight: 400;
  text-transform: uppercase;
}

body.checkout-onepage-index td#td_review {
  padding-left: 0;
  padding-right: 0;
}
body.checkout-onepage-index .express-checkout-methods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 15px 0 0 0;
}
body.checkout-onepage-index .express-checkout-methods p {
  margin: 15px 0;
}
body.checkout-onepage-index .express-checkout-methods p:first-child {
  text-transform: uppercase;
  font-size: 16px;
}
@media (min-width: 1023px) {
  body.checkout-onepage-index #page-columns {
    display: grid;
    grid-template: 1fr/80% 20%;
    grid-gap: 0;
    place-items: start stretch;
  }
}
body.checkout-onepage-index #page-columns .col-right.sidebar {
  display: none;
}
@media (min-width: 1023px) {
  body.checkout-onepage-index #page-columns .col-right.sidebar {
    display: block;
    float: none;
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    margin-top: 30px;
    background: #f0f0f0;
    padding: 0 15px;
  }
}
body.checkout-onepage-index #page-columns .col-right.sidebar #checkout-progress-wrapper {
  margin: 0;
}
body.checkout-onepage-index #page-columns .col-right.sidebar #checkout-progress-wrapper .block-title {
  border: 0;
}
body.checkout-onepage-index #page-columns .col-right.sidebar #checkout-progress-wrapper dl dt .changelink .separator {
  display: none;
}
body.checkout-onepage-index #page-columns .col-right.sidebar #checkout-progress-wrapper dl dt .changelink > a {
  text-decoration: underline;
}
body.checkout-onepage-index #page-columns .col-right.sidebar #checkout-progress-wrapper dl dd {
  padding: 0;
}
body.checkout-onepage-index #page-columns .column-main {
  float: none;
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main > .messages {
  padding: 0 15px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps {
  width: 500px;
  max-width: 100%;
  margin: 0 auto 0 auto;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .has-civic {
  display: flex;
  justify-content: space-between;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .has-civic #billing\:street_split1,
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .has-civic #shipping\:street_split1 {
  width: 75%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .has-civic #billing\:civic1,
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .has-civic #shipping\:civic1 {
  width: 20%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .validation-advice {
  max-width: 262px;
}
@media (min-width: 769px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa {
    width: 750px;
    margin-left: -125px;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa .step {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa .step {
    flex-direction: column;
  }
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa .step #addressBookWidgetDiv, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa .step #walletWidgetDiv {
    width: 100%;
    margin: 10px 0;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-lpa #lpa-buttons-container {
  flex-basis: 100%;
  margin-top: 20px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section.allow .step-title a {
  margin: 0 10px;
  float: none;
  display: flex;
  align-items: center;
  padding: 0 5px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section.allow .step-title a .rosatoicon {
  font-size: 20px;
  color: #AF95A6;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section.allow.active .step-title a .rosatoicon {
  color: #f0f0f0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title {
  background: none;
  display: grid;
  grid-template-columns: 1fr 50px;
  place-items: stretch;
  width: 100%;
  border-bottom: 1px solid #AF95A6;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title {
    display: flex;
    justify-content: space-between;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title:after {
  display: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title .step-title-content {
  display: flex;
  justify-content: flex-start;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title .number {
  background: none;
  float: none;
  color: #AF95A6;
  padding: 0 5px 0 0;
  margin: 0;
  font-size: 18px;
  font-family: "brandon-grotesque", sans-serif;
}
@media (max-width: 991px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title .number {
    font-size: 15px;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title h2 {
  float: none;
  font-size: 18px;
  line-height: inherit;
}
@media (max-width: 991px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step-title h2 {
    font-size: 15px;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: row;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-payment {
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .pay-with-amazon-onepage-shortcut {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form h3, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .register-form h3 {
  text-align: center;
  border: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .buttons-set, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .register-form .buttons-set {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .buttons-set a, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .register-form .buttons-set a {
  float: none !important;
  margin: 10px 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .buttons-set .button, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .register-form .buttons-set .button {
  float: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .form-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .form-list li {
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step#checkout-step-login .login-form .form-list li label {
  float: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .customer-name {
  display: flex;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 767px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field {
    width: 35vw;
  }
}
@media (min-width: 1023px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field {
    width: 20vw;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field > label {
  margin: 0 10px;
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field .input-box {
  margin: 0 10px;
  /*&.customer-dob {
    display: grid;
    grid-template: 1fr / 1fr 1fr 2fr;
    grid-gap: 0 10px;
    place-items: center stretch;
    div {
      &.validation-advice {
        grid-column: span 3;
      }
      width: 100%;
      display: flex;
      flex-direction: column;
    }
  }*/
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field .input-box input, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .field .input-box select {
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .fields {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .fields .input-box {
  margin: 0 10px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .fields .fields .input-box input {
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .wide {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .wide > label {
  margin: 0 10px;
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .wide .input-box {
  margin: 0 10px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step form .form-list .wide .input-box input {
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step .buttons-set {
  border: none;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step .buttons-set .required {
  display: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section .step .buttons-set .button {
  float: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-shipping #checkout-step-shipping .shipping-address-select {
  text-align: center;
  margin: 0 0 10px 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-shipping_method #checkout-shipping-method-load .sp-methods > dt {
  display: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step {
  flex-direction: column;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dt_method_paypal_express, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form label[for=p_method_paypal_express] {
  display: flex;
  align-items: center;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro {
  margin: 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list {
  padding: 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list #payment_iframe_gestpaypro {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
  justify-content: center;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list #payment_iframe_gestpaypro li {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  align-content: center;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list #payment_iframe_gestpaypro li .input-box {
  margin: 0 10px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list #payment_iframe_gestpaypro li .input-box input {
  width: 100% !important;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_gestpaypro .form-list #payment_iframe_gestpaypro li label {
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dt_method_scalapay label img {
  max-height: 18px;
  object-fit: cover;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_scalapay .checkout-agreements li {
  margin: 5px auto;
}
@media (min-width: 767px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_scalapay .checkout-agreements li {
    width: 50vw;
  }
}
@media (min-width: 1023px) {
  body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-payment .step #co-payment-form #dd_method_scalapay .checkout-agreements li {
    width: 30vw;
  }
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review .step .order-review {
  width: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review .step .order-review #amprivacy-checkbox {
  flex-basis: 100%;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review .step .order-review #amprivacy-checkbox label a {
  border-bottom: 2px solid #AF95A6;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-head {
  display: grid;
  grid-template-columns: 1fr 1fr 50px 1fr;
  padding: 10px 5px;
  background-color: #AF95A6;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-head > div {
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-head > div.subtotal {
  text-align: right;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-body {
  padding: 10px 5px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-body .checkout-review-body-row {
  display: grid;
  grid-template-columns: 1fr 1fr 50px 1fr;
  align-items: center;
  margin: 5px 0;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-body .checkout-review-body-row > div {
  text-align: left;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-body .checkout-review-body-row > div.product-subtotal {
  text-align: right;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: right;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer .price, body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer > strong:last-of-type {
  grid-column: 2/span 2;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review {
  grid-column: 1/span 2;
  margin: 10px 0;
  padding: 10px 0;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review #amorderattrreview .tooltipicon {
  display: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review #amorderattrreview .tooltip {
  display: block;
  border: none;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review #amorderattrreview .field-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review #amorderattrreview .field-row label {
  text-transform: uppercase;
}
body.checkout-onepage-index #page-columns .column-main #checkoutSteps .section#opc-review #checkout-review-table .checkout-review-footer #form_review #amorderattrreview .field-row select {
  width: 50px;
  margin-left: 20px;
}

/* Firecheckout onestep checkout */
body.firecheckout-index-index {
  /* Buttons */
  /*#amorderattrbilling { visibility: hidden; height: 0; overflow: hidden; }*/
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .messages .success-msg {
  padding: 0 !important;
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .messages .success-msg > ul > li {
  padding: 10px;
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-apply {
  padding: 2px 25px;
  background: #af95a6 !important;
  border: none;
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-apply span {
  color: #fff;
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-cancel {
  padding: 2px 25px;
  background: #000 !important;
  border: none;
}
body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-cancel span {
  color: #fff;
}
@media (max-width: 600px) {
  body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box {
    display: flex;
    flex-direction: column;
  }
  body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box .input-field-wrapper > input {
    width: 100% !important;
  }
  body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-apply, body.firecheckout-index-index .discount-block #coupon-discount #discount-code .input-box #coupon-cancel {
    margin: 10px 0;
  }
}
body.firecheckout-index-index .cvv-what-is-this {
  display: none !important;
}
body.firecheckout-index-index span[id$=method-reset] {
  display: none !important;
}
body.firecheckout-index-index .checkout-title {
  padding: 0 80px;
  margin-top: 25px;
}
body.firecheckout-index-index .checkout-title h1 {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
body.firecheckout-index-index .checkout-title p.firecheckout-login-wrapper {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  top: 0;
  right: 0;
  margin: 0;
}
body.firecheckout-index-index .checkout-title p.firecheckout-login-wrapper a {
  text-transform: uppercase;
  font-size: 18px;
  color: #888;
}
@media screen and (max-width: 767px) {
  body.firecheckout-index-index #firecheckout-form {
    padding: 0 10px;
  }
}
body.firecheckout-index-index .firecheckout-window a.link-forgot-password {
  text-transform: uppercase;
  color: #888;
}
body.firecheckout-index-index .firecheckout-set button.button {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff !important;
  color: #000 !important;
  padding: 0 25px;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
body.firecheckout-index-index .firecheckout-set button.button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
body.firecheckout-index-index .firecheckout-set button.button:hover span {
  color: #fff;
}
body.firecheckout-index-index .firecheckout-set button.button:hover span span {
  color: #fff;
}
body.firecheckout-index-index .firecheckout-set button.button span {
  color: #000;
}
body.firecheckout-index-index .firecheckout-set button.button span span {
  color: #000;
}
body.firecheckout-index-index #checkout-review #amorderattrreview .tooltipicon {
  display: none;
}
body.firecheckout-index-index #checkout-review #amorderattrreview .tooltip {
  display: block;
  border: none;
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
body.firecheckout-index-index #checkout-review #amorderattrreview .field-row {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
body.firecheckout-index-index #checkout-review #amorderattrreview .field-row label {
  text-transform: uppercase;
}
body.firecheckout-index-index #checkout-review #amorderattrreview .field-row select {
  width: 70px !important;
  margin-left: 20px;
}
body.firecheckout-index-index .firecheckout-set #checkout-review #checkout-review-table #td_review .input-box {
  margin: 10px auto;
  width: 100%;
}
body.firecheckout-index-index #agreements-wrapper {
  order: 2;
}
body.firecheckout-index-index div#checkout-review {
  display: flex;
  flex-direction: column;
}
body.firecheckout-index-index div#checkout-review-submit {
  order: 3;
  border: none;
}
body.firecheckout-index-index div#agreements-wrapper {
  border-top: 1px solid #e5e5e5;
}
body.firecheckout-index-index div#agreements-wrapper .checkout-agreements {
  border-bottom: none;
  padding-top: 15px;
}
body.firecheckout-index-index .firecheckout-set #checkout-review #checkout-review-table tfoot tr.last {
  border-top: 1px solid #e5e5e5;
}
body.firecheckout-index-index div#drop-off-points-data {
  border: 1px solid #ccc;
  border-radius: 1px;
  margin-bottom: 15px;
  padding: 15px;
}
body.firecheckout-index-index #drop-off-points-container {
  margin: 0 !important;
}
body.firecheckout-index-index #amorderattrreview > .field-row:last-child {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
body.firecheckout-index-index #amorderattrreview > .field-row:last-child {
  display: none !important;
}
body.firecheckout-index-index #drop-off-points-container {
  margin: 0 -20vw;
}
body.firecheckout-index-index #drop-off-points-data .drop-off-points-intro {
  margin-bottom: 15px;
}
body.firecheckout-index-index .selected-drop-off-point .drop-off-point-info {
  margin-top: 30px;
}
body.firecheckout-index-index .selected-drop-off-point .drop-off-point-info .label {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
}
body.firecheckout-index-index #_postalcode_ext {
  max-width: 400px;
  margin: 0 auto;
}
body.firecheckout-index-index #btnShowMap {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 0;
}
body.firecheckout-index-index #_shp .bc-blue, body.firecheckout-index-index #btnShowMap {
  background-color: #AF95A6 !important;
}
body.firecheckout-index-index #_shp .br5 {
  border-radius: 0;
}
body.firecheckout-index-index #_shp #_list #_shpSearch > div > div.mt-10.mb-10.flex {
  display: none;
}
body.firecheckout-index-index #_shp #_list #_shpSearch > div > button.bc-blue.p-5.w100.br5 {
  margin: 0 0 10px 0;
}
body.firecheckout-index-index .firecheckout-set .form-list .icon-head {
  margin: 0 !important;
}
body.firecheckout-index-index #map_canvas {
  height: 100%;
}
body.firecheckout-index-index label[for="billing:street1"] + .input-box,
body.firecheckout-index-index label[for="shipping:street1"] + .input-box {
  display: flex;
  flex-direction: column;
}
body.firecheckout-index-index label[for="billing:street1"] + .input-box > .wrapper,
body.firecheckout-index-index label[for="shipping:street1"] + .input-box > .wrapper {
  display: flex;
  flex-direction: row;
}
body.firecheckout-index-index label[for="billing:street1"] + .input-box > .validation-advice,
body.firecheckout-index-index label[for="shipping:street1"] + .input-box > .validation-advice {
  display: none;
}
body.firecheckout-index-index .street_wrapper {
  width: 100%;
}
body.firecheckout-index-index .civic_wrapper {
  margin-left: 10px;
  max-width: 100px !important;
}

label[for=p_method_paypal_express]::after {
  content: "PayPal";
}

label[for=p_method_paypal_express] > * {
  display: none !important;
}

#amorderattrreview label[for=gift_message] {
  display: none;
}
#amorderattrreview textarea#gift_message {
  max-width: 400px;
  width: 400px;
  min-height: 350px;
  max-height: 350px;
  height: 350px;
  text-align: center !important;
  white-space: normal !important;
  font-size: 13px;
  line-height: 20px;
  font-family: "ScandiaWeb", sans-serif;
  text-transform: uppercase;
  padding: 38px 50px 0 !important;
  resize: none !important;
  color: #000 !important;
  box-shadow: 0px 3px 13px -8px rgba(0, 0, 0, 0.25);
  /* background: url(/skin/frontend/rosato/default/images/rosato_logo.svg); */
  background-repeat: no-repeat;
  background-position: center bottom 30px;
  background-size: 90px;
}
#amorderattrreview div#gift-type-container {
  margin-top: 20px;
}
#amorderattrreview #gift-type-container + .field-row {
  margin: 0 !important;
}
#amorderattrreview div#gift-type-container .radio-box {
  margin: 0px 10px;
}
@media (max-width: 768px) {
  #amorderattrreview label[for=add_gift_message] {
    width: 100px !important;
  }
}

body.wordpress-post-view #wpsl-shortcode #wpsl-category {
  display: none;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap .wpsl-input, body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap .wpsl-select-wrap {
  display: block;
  height: 90px;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap input {
  border-radius: 0;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap form .wpsl-select-wrap {
  display: none;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-store-location {
  margin-left: 90px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-store-location strong {
  color: #000;
  font-weight: 700;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-store-location span {
  font-size: 11px;
  color: #808080;
  line-height: 9px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-store-location .wpsl-street {
  margin-top: 5px;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-wrap #wpsl-result-list ul li {
  position: relative;
  border-bottom: 1px solid #B3B3B3;
  margin-right: 20px;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-wrap #wpsl-result-list ul li p {
  margin: 0 0 10px 0;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-wrap #wpsl-result-list .wpsl-contact-details span {
  margin-bottom: 2px;
  line-height: 15px;
  display: none !important;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-wrap .wpsl-input label {
  line-height: 45px;
  font-size: 40px;
  font-family: "brandon-grotesque", sans-serif;
  width: 310px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 8px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-store-details {
  position: absolute;
  top: 15px;
  left: 35px;
  background-image: url(/media/rosato/point-marker-grey.png);
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
  height: 45px;
  width: 30px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-direction-wrap {
  margin-left: 10px;
  font-weight: 400;
  color: #252525;
  margin-bottom: 0;
  margin-top: 20px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-direction-wrap a {
  color: #808080;
  position: absolute;
  bottom: 10px;
  left: 100px;
  border: 1px solid #B3B3B3 !important;
  padding: 3px 7px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", sans-serif;
  letter-spacing: 1px;
  font-weight: 300;
  font-size: 10px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-direction-wrap a:hover {
  background-color: #AF95A6;
  color: #fff;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-direction-txt {
  font-weight: 400;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-direction-txt:hover {
  color: inherit;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-back:hover {
  color: inherit;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-btn {
  border-radius: 0;
  background-image: none;
  background-color: #FFF !important;
  color: #AF95A6;
  border: 1px solid #FFF;
  font-weight: 700;
  height: 40px;
  line-height: 29px;
  font-size: 20px;
  width: 250px;
  display: block !important;
  float: none !important;
  margin: 0 !important;
  transform: none !important;
  font-family: "brandon-grotesque", sans-serif !important;
}
body.wordpress-post-view #wpsl-shortcode .search_place {
  display: none;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-input {
  text-transform: uppercase;
  text-align: left;
  transform: translate(0%, 69%);
  margin-left: 0;
  height: 40px;
  width: 530px !important;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 23px;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-search {
  background-color: #AF95A6;
  margin-bottom: 12px;
  padding: 15px 15px 30px 15px;
}
body.wordpress-post-view #wpsl-shortcode #wpsl-search-btn,
body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap input {
  background-color: #f0f0f0;
  height: 51px;
  border: none;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-search-btn-wrap {
  right: 20px !important;
  top: 50px;
  position: absolute;
}
body.wordpress-post-view #wpsl-shortcode .wpsl-info-window span {
  display: none !important;
}
@media (max-width: 1024px) {
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-input {
    width: 330px !important;
  }
}
@media screen and (max-width: 800px) {
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-input {
    margin: 10px auto;
    transform: inherit;
    display: block;
    width: 80% !important;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap {
    height: auto !important;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap .wpsl-input {
    width: 100% !important;
    margin: 0;
    text-align: center;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap .wpsl-input label {
    display: block;
    float: none;
    margin: 0 auto;
    font-size: 37px;
    line-height: 37px;
    width: 100%;
    padding: 0;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap div {
    float: none;
    margin: auto;
    right: auto;
    text-align: center;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-btn {
    position: inherit;
    margin: auto !important;
    width: 80%;
    transform: inherit;
    float: none !important;
    margin-top: 20px !important;
    left: auto;
    right: auto;
  }
  body.wordpress-post-view #wpsl-shortcode .wpsl-search-btn-wrap {
    position: relative;
    right: 20px;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-result-list {
    margin: 0;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-result-list li {
    margin-right: 0;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-direction-details {
    margin: 0 0 0 20px !important;
  }
  body.wordpress-post-view #wpsl-shortcode .wpsl-search-btn-wrap {
    width: 100% !important;
    top: 0 !important;
    right: auto !important;
  }
}
@media screen and (max-width: 600px) {
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap .wpsl-input label {
    font-size: 27px;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-btn input, body.wordpress-post-view #wpsl-shortcode #wpsl-search-wrap input {
    height: 40px;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-btn {
    margin-top: 10px !important;
    width: 95%;
  }
  body.wordpress-post-view #wpsl-shortcode #wpsl-search-input {
    width: 95% !important;
  }
}

body.checkout-onepage-success .column-main .page-title, body.checkout-onepage-success .column-main .sub-title {
  text-align: center;
  margin: 30px 0;
}
body.checkout-onepage-success .column-main p {
  text-align: center;
}
body.checkout-onepage-success .column-main .buttons-set {
  border: none;
  text-align: center;
}
body.checkout-onepage-success .column-main .buttons-set > button {
  float: none;
}

body.rma-rma-index .column-main .no-rma {
  text-align: center;
}
body.rma-rma-index .column-main button.button {
  display: block;
  margin: 30px auto;
}
body.rma-rma-index .column-main .toolbar {
  border: none;
}
body.rma-rma-index .column-main .toolbar .pager {
  border: none;
}
body.rma-rma-index .column-main .toolbar .pager .amount {
  display: none;
}
body.rma-rma-index .column-main .toolbar .pager .limiter {
  float: right;
  margin: 0;
}
body.rma-rma-index .column-main .rma-grid .rma-grid-head {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 25px;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #AF95A6;
}
@media (max-width: 768px) {
  body.rma-rma-index .column-main .rma-grid .rma-grid-head .rma-grid-head-col {
    font-size: 11px;
  }
}
body.rma-rma-index .column-main .rma-grid .rma-grid-body .rma-grid-body-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 25px;
  align-items: center;
  border: 1px solid #AF95A6;
  padding: 10px;
}
body.rma-rma-index .column-main .rma-grid .rma-grid-body .rma-grid-body-row .rma-grid-body-col.rma-action {
  text-align: right;
}
body.rma-rma-index .column-main .rma-grid .rma-grid-body .rma-grid-body-row .rma-grid-body-col.rma-action a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.rma-rma-index .column-main .rma-grid .rma-grid-body .rma-grid-body-row .rma-grid-body-col {
    font-size: 11px;
  }
}

body.rma-guest-view .column-main {
  width: 100%;
  float: none;
}
body.rma-guest-view .column-main .rma-view .page-title {
  text-align: center;
  margin: 60px 0 20px 0;
}

body.rma-rma-view p.rma-error,
body.rma-guest-view p.rma-error {
  color: red;
  text-align: center;
  margin: 15px 0;
}
@media (max-width: 768px) {
  body.rma-rma-view .column-main .page-title h1 span,
body.rma-guest-view .column-main .page-title h1 span {
    display: block;
  }
}
body.rma-rma-view .column-main .page-title h1 span:nth-child(2),
body.rma-guest-view .column-main .page-title h1 span:nth-child(2) {
  font-weight: 700;
  color: #AF95A6;
}
body.rma-rma-view .column-main .fieldset #request-information,
body.rma-guest-view .column-main .fieldset #request-information {
  display: none;
}
body.rma-rma-view .column-main .fieldset .rma-info-label,
body.rma-guest-view .column-main .fieldset .rma-info-label {
  font-weight: 700;
}
body.rma-rma-view .column-main .rma-summary .rma-summary-head,
body.rma-guest-view .column-main .rma-summary .rma-summary-head {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #AF95A6;
}
@media (max-width: 768px) {
  body.rma-rma-view .column-main .rma-summary .rma-summary-head,
body.rma-guest-view .column-main .rma-summary .rma-summary-head {
    grid-template-columns: 60px 1fr 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
body.rma-rma-view .column-main .rma-summary .rma-summary-body .rma-summary-body-row,
body.rma-guest-view .column-main .rma-summary .rma-summary-body .rma-summary-body-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid #AF95A6;
  padding: 10px;
}
@media (max-width: 768px) {
  body.rma-rma-view .column-main .rma-summary .rma-summary-body .rma-summary-body-row,
body.rma-guest-view .column-main .rma-summary .rma-summary-body .rma-summary-body-row {
    grid-template-columns: 60px 1fr 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
body.rma-rma-view .column-main .rma-history .fieldset.user,
body.rma-guest-view .column-main .rma-history .fieldset.user {
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
}
body.rma-rma-view .column-main .rma-history .fieldset.user h2,
body.rma-guest-view .column-main .rma-history .fieldset.user h2 {
  font-family: "brandon-grotesque", sans-serif;
  font-style: unset;
}
body.rma-rma-view .column-main .rma-guide .print-rma-doc,
body.rma-guest-view .column-main .rma-guide .print-rma-doc {
  text-align: center;
}
body.rma-rma-view .column-main .rma-guide .print-rma-doc #print-rma-document,
body.rma-guest-view .column-main .rma-guide .print-rma-doc #print-rma-document {
  padding: 15px 20px;
  background: #AF95A6;
  text-transform: uppercase;
  color: #333;
  text-decoration: unset;
}
body.rma-rma-view .rma-text,
body.rma-guest-view .rma-text {
  text-align: center;
}
body.rma-rma-view .rma-guide-intro,
body.rma-guest-view .rma-guide-intro {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 45px;
  font-size: 16px;
}
body.rma-rma-view .highlighted,
body.rma-guest-view .highlighted {
  color: #AF95A6;
}
body.rma-rma-view .rma-guide,
body.rma-guest-view .rma-guide {
  margin-top: 45px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 30px;
}
body.rma-rma-view .rma-guide p.small-note,
body.rma-guest-view .rma-guide p.small-note {
  font-size: 11px !important;
}
body.rma-rma-view .rma-guide .print-rma-doc,
body.rma-guest-view .rma-guide .print-rma-doc {
  display: block;
  width: 65%;
  margin: 0 auto 25px auto;
}
@media screen and (max-width: 767px) {
  body.rma-rma-view .rma-guide .print-rma-doc,
body.rma-guest-view .rma-guide .print-rma-doc {
    width: 90%;
    margin: 15px auto 50px auto;
  }
}
body.rma-rma-view .rma-guide .rma-guide-row,
body.rma-guest-view .rma-guide .rma-guide-row {
  margin: 0 auto 50px auto;
  display: flex;
  flex-direction: row;
  flex-flow: row;
  justify-content: start;
  max-width: 75%;
}
body.rma-rma-view .rma-guide .rma-guide-row:first-child,
body.rma-guest-view .rma-guide .rma-guide-row:first-child {
  margin: 0 auto 25px auto;
}
body.rma-rma-view .rma-guide .rma-guide-row:nth-child(4),
body.rma-guest-view .rma-guide .rma-guide-row:nth-child(4) {
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 767px) {
  body.rma-rma-view .rma-guide .rma-guide-row,
body.rma-guest-view .rma-guide .rma-guide-row {
    max-width: 90%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
body.rma-rma-view .rma-guide .rma-guide-row img,
body.rma-guest-view .rma-guide .rma-guide-row img {
  width: 50px;
  height: 100%;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  body.rma-rma-view .rma-guide .rma-guide-row img,
body.rma-guest-view .rma-guide .rma-guide-row img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
body.rma-rma-view .rma-guide .rma-guide-row p:first-of-type,
body.rma-guest-view .rma-guide .rma-guide-row p:first-of-type {
  padding-top: 5px;
}
body.rma-rma-view .rma-guide .rma-guide-row ul,
body.rma-guest-view .rma-guide .rma-guide-row ul {
  margin: 25px 0 25px 40px;
  list-style-type: circle;
}
@media screen and (max-width: 767px) {
  body.rma-rma-view .rma-guide .rma-guide-row ul,
body.rma-guest-view .rma-guide .rma-guide-row ul {
    margin: 25px 0 25px 20px;
  }
}
body.rma-rma-view .rma-guide .rma-guide-row ul li,
body.rma-guest-view .rma-guide .rma-guide-row ul li {
  margin-bottom: 5px;
  line-height: 1.5;
}
body.rma-rma-view .rma-guide #rma-submit,
body.rma-guest-view .rma-guide #rma-submit {
  margin: 10px auto 30px auto;
  display: block;
  color: #333;
  text-transform: uppercase;
}
body.rma-rma-view .rma-guide #rma-submit:hover, body.rma-rma-view .rma-guide #rma-submit:active, body.rma-rma-view .rma-guide #rma-submit:focus,
body.rma-guest-view .rma-guide #rma-submit:hover,
body.rma-guest-view .rma-guide #rma-submit:active,
body.rma-guest-view .rma-guide #rma-submit:focus {
  background-color: #AF95A6 !important;
  color: #333 !important;
}

body.rma-rma-new-step1 .column-main .fieldset {
  display: flex;
  flex-direction: column;
}
body.rma-rma-new-step1 .column-main .fieldset #please-select-order {
  display: none;
}
body.rma-rma-new-step1 .column-main .fieldset .form-list .UI-ORDER-BLOCK.data-grid .order-head {
  display: flex;
  align-items: center;
  column-gap: 20px;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #AF95A6;
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 .column-main .fieldset .form-list .UI-ORDER-BLOCK.data-grid .order-head .order-head-col {
    font-size: 11px;
  }
}
body.rma-rma-new-step1 .column-main .fieldset .form-list .UI-ORDER-BLOCK.data-grid .order-body .order-body-row {
  display: grid;
  grid-template-columns: 20px 90px 1fr 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid #AF95A6;
  padding: 10px;
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 .column-main .fieldset .form-list .UI-ORDER-BLOCK.data-grid .order-body .order-body-row {
    grid-template-columns: 20px 60px 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 .column-main .fieldset .form-list .UI-ORDER-BLOCK.data-grid .order-body .order-body-row .order-body-col {
    font-size: 11px;
  }
}
body.rma-rma-new-step1 #add_new_offline_order {
  text-align: center;
}
body.rma-rma-new-step1 #add_new_offline_order button.button {
  background: none;
  color: #333;
  font-size: 11px;
  text-decoration: underline;
  line-height: inherit;
  padding: 0;
}
body.rma-rma-new-step1 #add_new_offline_order button.button:hover, body.rma-rma-new-step1 #add_new_offline_order button.button:focus, body.rma-rma-new-step1 #add_new_offline_order button.button:active {
  background-color: transparent !important;
  color: #333 !important;
}
body.rma-rma-new-step1 #add_new_offline_order_container {
  max-width: 65%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 #add_new_offline_order_container {
    max-width: 100%;
  }
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container {
  display: flex;
  flex-direction: column;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname {
  width: 100%;
  float: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname:after, body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname:before {
  display: none;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .itemname-inputs {
  flex-grow: 1;
  margin-right: 30px;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .itemname-inputs .input-box {
  width: auto;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .delete_offline_order {
  position: inherit;
  right: unset;
  top: unset;
  background: none;
  color: #333;
  line-height: 1.2;
  padding: 0;
  height: 21px;
  font-size: 11px;
  text-decoration: underline;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .delete_offline_order:hover, body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .delete_offline_order:focus, body.rma-rma-new-step1 #add_new_offline_order_container .order-container > .field.name-itemname .delete_offline_order:active {
  background-color: transparent !important;
  color: #333 !important;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item {
  display: flex;
  justify-content: space-between;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item:after, body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item:before {
  display: none;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item .field {
  width: auto;
  margin: 0;
  float: none;
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item .field:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .rma__order-offline-item .field.name-itemqty {
    width: 35%;
  }
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .delete_offline_item {
  background: none;
  color: #333;
  line-height: 1.2;
  padding: 0;
  height: 21px;
  font-size: 11px;
  text-decoration: underline;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .delete_offline_item:hover, body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .delete_offline_item:focus, body.rma-rma-new-step1 #add_new_offline_order_container .order-container .offline_items .delete_offline_item:active {
  background-color: transparent !important;
  color: #333 !important;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .add_offline_item {
  background: none;
  color: #333;
  line-height: 1.2;
  padding: 0;
  height: 21px;
  font-size: 11px;
  text-decoration: underline;
}
body.rma-rma-new-step1 #add_new_offline_order_container .order-container .add_offline_item:hover, body.rma-rma-new-step1 #add_new_offline_order_container .order-container .add_offline_item:focus, body.rma-rma-new-step1 #add_new_offline_order_container .order-container .add_offline_item:active {
  background-color: transparent !important;
  color: #333 !important;
}
body.rma-rma-new-step1 button.add-other-manual-order {
  float: none;
  margin: 0 auto 30px auto;
  display: block;
}
body.rma-rma-new-step1 button.go-step2 {
  float: none;
  margin: 0 auto;
  display: block;
}

body.rma-rma-new-step2 .column-main .fieldset h2 {
  text-transform: uppercase;
  font-size: 14px;
}
body.rma-rma-new-step2 .column-main .data-grid.order .order-head {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #AF95A6;
}
@media (max-width: 768px) {
  body.rma-rma-new-step2 .column-main .data-grid.order .order-head {
    grid-template-columns: 60px 1fr 1fr 1fr;
  }
}
@media (max-width: 768px) {
  body.rma-rma-new-step2 .column-main .data-grid.order .order-head .order-head-col {
    font-size: 11px;
  }
  body.rma-rma-new-step2 .column-main .data-grid.order .order-head .order-head-col.head-resolution {
    display: none;
  }
}
body.rma-rma-new-step2 .column-main .data-grid.order .order-body .order-body-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid #AF95A6;
  padding: 10px;
}
@media (max-width: 768px) {
  body.rma-rma-new-step2 .column-main .data-grid.order .order-body .order-body-row {
    grid-template-columns: 60px 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
@media (max-width: 768px) {
  body.rma-rma-new-step2 .column-main .data-grid.order .order-body .order-body-row .order-body-item {
    font-size: 11px;
  }
  body.rma-rma-new-step2 .column-main .data-grid.order .order-body .order-body-row .order-body-item.item-reason {
    grid-column: 1/span 5;
  }
}
body.rma-rma-new-step2 .column-main .buttons-set {
  border: none;
}
body.rma-rma-new-step2 .column-main .buttons-set button#rma_submit {
  float: none;
  display: block;
  margin: 0 auto;
}

body.rma-rma-new-success .column-main .fieldset #request-information {
  display: none;
}
body.rma-rma-new-success .column-main .rma-info-label {
  font-weight: 700;
}
body.rma-rma-new-success .column-main .rma-summary .rma-summary-head {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 10px;
  margin: 10px 0 0 0;
  background: #AF95A6;
}
@media (max-width: 768px) {
  body.rma-rma-new-success .column-main .rma-summary .rma-summary-head {
    grid-template-columns: 60px 1fr 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
body.rma-rma-new-success .column-main .rma-summary .rma-summary-body .rma-summary-body-row {
  display: grid;
  grid-template-columns: 100px 1fr 1fr 1fr 1fr;
  align-items: center;
  border: 1px solid #AF95A6;
  padding: 10px;
}
@media (max-width: 768px) {
  body.rma-rma-new-success .column-main .rma-summary .rma-summary-body .rma-summary-body-row {
    grid-template-columns: 60px 1fr 1fr 1fr 1fr;
    row-gap: 10px;
  }
}
body.rma-rma-new-success .column-main .buttons-set {
  border: none;
}
body.rma-rma-new-success .column-main .buttons-set button#rma_submit {
  float: none;
  display: block;
  margin: 0 auto;
}

.amajaxlogin-block {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.amajaxlogin-block .box-info {
  padding: 1.0714rem;
}
.amajaxlogin-block .box-info .box-head {
  border: none;
  margin: 0;
  padding: 0;
  display: none;
}
.amajaxlogin-block .box-info .box-head h2 {
  background-image: none;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: normal;
  font-size: 1.3em;
  line-height: 1.2222em;
  margin-bottom: 15px;
  display: block;
  float: none;
}
.amajaxlogin-block .box-info .amajaxlogin-social-icon {
  margin: 0;
  width: auto;
}
.amajaxlogin-block .box-info .amajaxlogin-social-icon div:first-child {
  margin-top: 0px;
}
.amajaxlogin-block .box-info .amajaxlogin-social-title {
  display: none;
}

#checkout-step-login .login-or-express-step {
  display: flex;
  flex-direction: column;
}
#checkout-step-login .login-or-express-step .amajaxlogin-block {
  order: 3;
}

.promo-loading-bar-container {
  border-bottom: 1px solid #f0f0f0;
  margin: 0 20px 0 0;
  padding: 0 0 15px 0;
  display: flex;
  flex-direction: row;
}
.promo-loading-bar-container .promo-loading-bar-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.promo-loading-bar-container .promo-loading-bar-section > img {
  width: 100px;
}
.promo-loading-bar-container .promo-loading-bar-section .promo-loading-text > p {
  text-align: left;
  font-weight: bold;
}
.promo-loading-bar-container .promo-loading-bar-section .promo-loading-text > p > span {
  color: #999;
  font-weight: normal;
}
.promo-loading-bar-container .promo-loading-bar-section .promo-loading-bar {
  height: 10px;
  background: #f0f0f0;
  width: auto;
  margin: 10px 0 0 0;
  border-radius: 12px;
  position: relative;
}
.promo-loading-bar-container .promo-loading-bar-section .promo-loading-bar:after {
  content: "";
  background: #af95a6;
  position: absolute;
  left: 0;
  height: 10px;
  border-radius: 12px;
}

.promo-popups.showing {
  display: block;
}

.promo-popups {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
}

.promo-popups > .content {
  max-width: 430px;
  /*margin: 0 auto;
  position: relative;*/
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: auto;
  background: #fff;
  border-top: 10px solid #AF95A6;
}

.promo-popups > .content > .header {
  text-align: right;
}

.promo-popups > .content > .header > button {
  color: #000;
  background: transparent;
  border: 0;
  font-size: 40px;
  padding: 15px 15px 0 0;
}

.promo-popups > .content > .body {
  text-align: center;
  max-width: 200px;
  padding: 0 30px 15px 30px;
}

.promo-popups > .content > .body > h2 {
  font-size: 32px;
}

.promo-popups > .content > .body img {
  max-width: 200px;
}

.promo-popups > .content > .body > h3 {
  font-size: 22px;
}

.promo-popups > .content > .body > button {
  font-weight: 600;
  font-size: 22px;
  padding: 5px 20px;
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .promo-popups.showing {
    display: flex;
    height: 100vh;
    overflow: hidden;
    justify-content: center;
    align-items: center;
  }
  .promo-popups > .content {
    position: relative;
    right: unset;
    bottom: unset;
    max-width: 90vw;
    max-height: 90vh;
  }
  .promo-popups > .content > .body {
    max-width: unset;
    padding: 30px 15px 60px 15px;
  }
  .promo-popups > .content > .body img {
    max-width: 300px;
  }
}
.rosatoicon-minus:before {
  content: "–";
  margin: 0px 3px;
}

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

