.products .product-item .product-item-info:hover .bss-quickview {
  display: block !important;
  position: static !important;
  box-sizing: border-box;
  line-height: 45px;
  padding: 0;
  background: #ffcf00;
  color: #2c2c2c;
  font-family: 'Cera Pro Regular';
  font-size: 16px !important;
}
.products .product-item .product-item-info:hover .bss-quickview:hover {
  background: #d6ce4b;
  color: #ffcf00;
}
.products .product-item .bss-quickview {
  display: block !important;
  position: static;
  text-align: center;
  line-height: 45px;
  padding: 0;
  background: #ffcf00;
  color: #2c2c2c;
  font-family: 'Cera Pro Regular';
  transition: .3s;
  font-size: 16px;
}
.products .product-item .bss-quickview:hover {
  font-size: 16px;
}
.mfp-content {
  position: fixed;
  right: 0;
  height: 100% !important;
  top: 0;
}
.mfp-content button.mfp-close {
  color: #212529;
  right: -2px;
  opacity: 1;
  width: 100%;
  font-family: 'Cera Pro Regular';
  font-weight: normal;
  top: 0;
  width: 40px;
  text-align: center;
  padding: 0;
}
.mfp-iframe-holder .mfp-content {
  max-width: 400px;
}
.bss_quickview-catalog_product-view .fotorama__arr .fotorama__arr__arr {
  top: 50%;
}
.bss_quickview-catalog_product-view .fotorama__stage {
  height: 420px !important;
}
.bss_quickview-catalog_product-view .page-main {
  height: 750px;
  overflow: scroll;
}
.bss_quickview-catalog_product-view .quick-view-header {
  font-size: 16px;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  line-height: 44px;
  font-size: 20px;
  background: #fff;
  top: 0;
  border-bottom: 1px solid #c9c9c9;
  font-family: 'Cera Pro Medium';
  z-index: 9;
  transition: .3s;
}
.bss_quickview-catalog_product-view .fotorama__nav--dots {
  background: #fff;
}
.bss_quickview-catalog_product-view .fotorama__dot {
  width: 6px;
  height: 6px;
}
.bss_quickview-catalog_product-view .fotorama__arr {
  display: none;
}
.bss_quickview-catalog_product-view .page-wrapper {
  padding-top: 45px;
}
.bss_quickview-catalog_product-view .page-wrapper .page-main {
  padding: 0;
}
.bss_quickview-catalog_product-view .page-wrapper.stickypage {
  position: relative;
  margin-top: 45px;
}
.bss_quickview-catalog_product-view .page-wrapper.stickypage .quick-view-header {
  top: 63px;
}
.bss_quickview-catalog_product-view .page-wrapper.stickypage .page-main {
  height: 800px;
}
.bss_quickview-catalog_product-view .page-wrapper.stickypage .product-info-main {
  padding-bottom: 20px;
}
.bss_quickview-catalog_product-view .column.main {
  display: flex;
  flex-wrap: wrap;
}
.bss_quickview-catalog_product-view .product-info-main {
  width: 100%;
  order: 2;
  float: none;
  box-sizing: border-box;
  padding: 20px 20px 240px;
}
.bss_quickview-catalog_product-view .product.media {
  width: 100%;
  float: none;
  background: #f7f3e8;
  box-sizing: border-box;
  max-height: 420px;
}
.bss_quickview-catalog_product-view .product-info-main .page-title {
  font-size: 34px;
  margin-bottom: 10px;
}
.bss_quickview-catalog_product-view .product-info-main .product-info-price {
  margin-top: 10px;
}
.bss_quickview-catalog_product-view .product-info-main .price-box .price-container .price {
  font-size: 18px;
  font-family: 'Cera Pro Regular';
}
.bss_quickview-catalog_product-view .product-info-main .product-options-bottom .box-tocart {
  margin-top: 10px;
}
.bss_quickview-catalog_product-view .product-info-main .product-add-form .fieldset {
  margin: 0;
}
.bss_quickview-catalog_product-view .product-three-attribute .value {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Cera Pro Regular';
  font-weight: normal;
}
.bss_quickview-catalog_product-view .swatch-attribute-label {
  font-size: 16px;
  font-family: 'Cera Pro Regular';
}
.bss_quickview-catalog_product-view .swatch-attribute.size .swatch-option {
  font-size: 14px;
  margin-bottom: 12px;
}
.bss_quickview-catalog_product-view .goto-product {
  display: block;
  border: 1px solid #ffcf00;
  line-height: 40px;
  text-align: left;
  color: #ffcf00;
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
}
.bss_quickview-catalog_product-view .goto-product:after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-top: 2px solid #ffcf00;
  border-right: 2px solid #ffcf00;
  transform: rotate(45deg);
  margin-right: 10px;
  position: absolute;
  right: 5px;
  top: 14px;
}
.bss_quickview-catalog_product-view .goto-product:hover {
  border-color: #212529;
  color: #212529;
  text-decoration: none;
}
.bss_quickview-catalog_product-view .goto-product:hover:after {
  border-color: #212529;
}
@media (min-width: 640px) {
  .products-grid .product-item-actions {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .bss_quickview-catalog_product-view .page-wrapper.stickypage .page-main {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .mfp-iframe-holder .mfp-content {
    max-width: 85%;
    top: 0;
  }
}
.cms-home .page-main {
  max-width: 100%;
  padding: 0;
}
.cms-home .columns .column.main {
  padding-bottom: 0;
}
.cms-home .ambanner-slider-wrap {
  margin: 0;
}
.cms-home .ambanner-slider-wrap.-alignment-left {
  margin: 0 auto;
}
.category-slider {
  position: relative;
  padding: 30px 0;
}
.category-slider:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: url('../images/texture-left.png') repeat-y;
  background-size: 85px;
}
.category-slider:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background: url('../images/texture-right.png') repeat-y;
  background-size: 85px;
  background-position: right top;
}
.category-slider .category-slider-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.category-slider ul li {
  max-width: 302px;
  width: 100%;
}
.category-slider h2 {
  font-size: 28px;
  color: #2c2c2c;
  margin: 0 0 30px;
  font-weight: 700;
}
.category-slider h3 {
  font-size: 31px;
  font-family: 'Cera Pro Bold';
  color: #2c2c2c;
  letter-spacing: 1px;
  font-weight: 400;
}
.category-slider p {
  color: #2c2c2c;
  font-size: 18px;
  line-height: 20px;
  margin: 0;
}
.category-slider .text-box {
  height: 160px;
  padding: 0 15px;
  text-align: center;
}
.category-slider .slick-slider .slick-arrow.slick-next {
  background: none !important;
  right: -5px;
}
.category-slider .slick-slider .slick-arrow.slick-next:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  padding: 0;
  opacity: 1;
}
.category-slider .slick-slider .slick-arrow.slick-prev {
  background: none !important;
  left: -5px;
}
.category-slider .slick-slider .slick-arrow.slick-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  padding: 0;
  opacity: 1;
}
.cms-block {
  background: #004236;
  background: linear-gradient(270deg, #004236 0%, #004236 48%, #3a857e 48%);
}
.cms-block .pagebuilder-column-line {
  max-width: 1600px;
  margin: 0 auto;
}
.cms-block h2 {
  font-size: 40px;
  font-family: 'Cera Pro Medium';
  color: #2c2c2c;
  line-height: 1.4;
}
.cms-block p {
  color: #2c2c2c;
  font-size: 16px;
  padding: 0 50px;
}
.cms-block .pagebuilder-button-primary {
  border: 1px solid #fff;
  background: none;
  color: #fff;
  border-radius: 0;
  margin: 0;
  font-weight: normal;
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
  transition: .3s;
  font-family: 'Cera Pro Regular';
}
.cms-block .pagebuilder-button-primary:hover {
  background: #d6ce4b;
  border-color: #d6ce4b;
  color: #ffcf00;
}
.cms-block .pagebuilder-button-primary:active {
  background: #d6ce4b;
  border-color: #d6ce4b;
  color: #ffcf00;
}
.cms-block .pagebuilder-column {
  padding: 100px 0;
}
.cms-block .pagebuilder-column img {
  width: 70%;
}
.new-product {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}
.new-product h2 {
  text-align: left;
}
.pagebuilder-button-link {
  font-family: 'Cera Pro Medium';
  font-weight: normal !important;
}
.cms-home h3 {
  font-family: 'Cera Pro Regular';
  font-weight: normal;
}
.product-slider {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px 20px;
  background: none;
}
.product-slider h2 {
  font-size: 28px;
  font-weight: 700;
}
.product-slider h3 {
  font-family: 'Cera Pro Regular';
  font-weight: normal;
}
.product-slider h3[data-content-type="heading"] {
  font-family: 'Cera Pro Medium';
  font-weight: normal;
}
.product-slider .product-item-name {
  font-family: 'Cera Pro Medium';
  font-weight: normal;
}
.product-slider .product-image-photo {
  margin: auto;
}
.product-slider .product-image-wrapper {
  min-height: 280px;
}
.product-slider .products {
  margin: 0;
}
.product-slider .product-item .price-box {
  display: flex;
  align-items: center;
}
.product-slider .product-item .price-box .old-price {
  padding: 0 10px;
  margin: 0;
}
.product-slider .product-item-actions .actions-primary > .stock.unavailable {
  border-radius: 5px;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .cms-block .pagebuilder-column {
    padding: 30px;
  }
  .cms-block .pagebuilder-column img {
    width: 80%;
  }
  .cms-block p {
    padding: 0;
  }
  .category-slider .slick-list:after {
    content: none;
    width: 75px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: .9;
    position: absolute;
  }
  .category-slider h3 {
    font-size: 28px;
  }
  .category-slider p {
    font-size: 16px;
  }
  .category-slider .slick-slider .slick-arrow.slick-next {
    right: 0;
  }
  .category-slider .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .category-slider ul li {
    max-width: 350px;
  }
  .product-slider .slick-list:after {
    content: none;
    width: 75px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    opacity: .9;
  }
}
@media (max-width: 639px) {
  .product-slider h2 {
    font-size: 24px;
    margin: 15px 0;
  }
  .product-slider .slick-slide .product-item {
    padding: 0 5px;
    position: relative;
  }
  .product-slider .product-item-actions .actions-secondary {
    position: absolute;
    top: 0;
    left: 18px;
    z-index: 1;
  }
  .product-slider .product-item-actions .actions-secondary > .action {
    color: #212529;
  }
  .product-item-name {
    height: 40px;
    overflow: hidden;
  }
  .category-slider:before {
    content: none;
  }
  .category-slider:after {
    content: none;
  }
  .category-slider .text-box {
    height: 210px;
  }
}
.category-description div {
  position: relative;
  max-height: none;
}
.category-description div.collapsed {
  max-height: 200px;
  overflow: hidden;
}
.category-description div.collapsed:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  z-index: 1;
  display: block;
  bottom: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
#toggle-description {
  display: flex;
  width: 100%;
  float: left;
  color: #0000EE;
}
.catalog-product-view div#tamara-product-widget {
  margin-bottom: 15px;
}
@media (min-width: 640px) {
  .product-slider .block.widget .products-grid .product-item .product-item-inner {
    box-shadow: none;
    margin: 0;
  }
  .product-slider .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: static;
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0;
    overflow: visible;
  }
  .product-slider .products-grid .product-item-info:hover {
    background: none;
  }
  .product-slider .products-grid .product-item-info:hover .product-item-inner {
    margin: 0;
    padding: 0;
    border: 0;
    position: static;
  }
}
.pagebuilder-poster-content {
  font-family: 'Cera Pro Regular';
}
.pagebuilder-poster-content strong {
  font-family: 'Cera Pro Regular';
}
.banner-small {
  font-family: 'Cera Pro Regular';
}
.banner-small strong {
  font-family: 'Cera Pro Regular';
}
.featured .pagebuilder-button-link:after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 24px;
  line-height: 24px;
  vertical-align: top;
  margin: 0 8px;
}
.featured .pagebuilder-button-link:hover {
  text-decoration: none;
}
.featured .pagebuilder-button-link:hover span {
  text-decoration: underline;
}
.catalogsearch-result-index .sorter {
  border: 1px solid #ddd;
  border-radius: 30px;
  padding: 0 20px;
}
.catalogsearch-result-index .sorter select {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  height: 42px;
  font-size: 16px;
  margin: 0;
  width: 150px;
  color: #212529;
}
.catalogsearch-result-index .sorter .sort-asc {
  display: none !important;
}
.catalogsearch-result-index .sorter .sort-desc {
  display: none !important;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  border-radius: 10px;
}
.login-popup {
  text-align: center;
}
.login-popup .block {
  margin-bottom: 20px;
}
.login-popup .block-title {
  text-align: center;
  font-size: 20px;
  color: #212529;
  margin-bottom: 25px;
}
.login-popup .block-title strong:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: auto 8px;
  background: url(../images/logo.svg) no-repeat center;
  background-size: 100%;
  vertical-align: middle;
}
.login-popup .block-title .secondary {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.login-popup .block-title .secondary a {
  color: #006cb6;
}
.login-popup .note {
  text-align: center;
  line-height: 18px;
  display: none;
}
.login-popup .input-text {
  border-radius: 4px;
}
.login-popup .choice {
  position: absolute;
  top: 8px;
  right: 15px;
  z-index: 9;
  width: 24px;
  height: 24px;
}
.login-popup .choice span {
  font-size: 0;
}
.login-popup .choice input[type="checkbox"] + .label {
  padding-left: 24px;
  position: relative;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.login-popup .choice input[type="checkbox"] + .label:before {
  background: url(../images/eye-hidden.svg) no-repeat;
  border: 0;
  width: 24px;
  height: 24px;
  background-size: 100%;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.login-popup .choice input[type="checkbox"]:checked + .label:before {
  background: url(../images/eye-show.svg) no-repeat;
  background-size: 100%;
}
.login-popup .actions-toolbar {
  text-align: center;
}
.login-popup .actions-toolbar .primary .action {
  margin: 0 auto;
  background: #006cb6;
  border-color: #006cb6;
  color: #fff;
  border-radius: 5px;
}
.login-popup .actions-toolbar .primary .action span:before {
  content: none;
}
.login-popup .actions-toolbar .secondary {
  display: block;
}
.login-popup .actions-toolbar .secondary a {
  color: #006cb6;
  font-size: 16px;
}
.login-popup:after {
  content: "* Required Fields";
  word-spacing: normal;
  color: #e02b27;
  font-size: 1.2rem;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.message.global.cookie {
  background: #000;
  color: #fff;
}
.message.global.cookie .actions {
  margin: 0 5px;
}
.message.global.cookie a {
  color: #7cc4f8;
}
.message.global.cookie .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message.global.cookie .content .action.primary {
  line-height: 24px;
  background: #0c8ce9;
  border-color: #0c8ce9;
  color: #fff;
}
.message.global.cookie .content .action.primary:hover {
  border-color: #0c8ce9;
}
@media (min-width: 769px) {
  .cms-lego-offers-sale .columns {
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
  }
  .product-slider .slick-prev,
  .product-slider .slick-next {
    height: 34px;
    width: 34px;
    border: 1px solid #666;
    border-radius: 20px;
    color: #000;
    background: #fff;
    opacity: 1;
    top: 40%;
    z-index: 9;
  }
  .product-slider .product-items.slick-slider .slick-arrow.slick-prev {
    left: -15px;
  }
  .product-slider .product-items.slick-slider .slick-arrow.slick-next {
    right: -15px;
  }
  .product-slider .slick-prev:before {
    font-size: 18px;
    opacity: 1;
    padding: 0 6px;
    color: #000;
  }
  .product-slider .slick-prev.slick-disabled {
    border-color: #ddd;
  }
  .product-slider .slick-prev.slick-disabled:before {
    color: #ccc;
  }
  .product-slider .slick-next {
    right: -15px;
  }
  .product-slider .slick-next:before {
    font-size: 18px;
    opacity: 1;
    padding: 0 6px;
    color: #000;
  }
  .product-slider .slick-next.slick-disabled {
    border-color: #ddd;
  }
  .product-slider .slick-next.slick-disabled:before {
    color: #ccc;
  }
  .widget-product-grid .product-item-photo {
    user-select: none;
    -webkit-user-drag: none;
  }
  .widget-product-grid .product-item-photo img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -moz-user-select: none;
  }
}
.product-slider .widget-product-grid {
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all .2s;
  will-change: transform;
  user-select: none;
  cursor: pointer;
}
@supports (-moz-appearance:none) {
  .product-slider .widget-product-grid {
    scrollbar-color: #8e8e8e #d9d9d9;
    scrollbar-width: thin;
  }
}
.product-slider .product-item-name {
  word-break: break-word;
  white-space: normal;
}
.product-slider .product-item-info {
  padding: 3px;
  position: relative;
}
.product-slider .products-grid .product-item-info:hover {
  padding: 3px;
  margin: 0;
}
.product-slider .product-item-info .product-item-photo {
  display: grid;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  min-height: 280px;
  background: #fff;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  display: none;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist {
  cursor: pointer;
  width: 40px;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist span {
  font-size: 0;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  background: url(../images/wishlist_2view.svg) no-repeat;
  background-size: 30px;
  margin: 0;
  background-position: center;
  transition: 0.5s;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover:before {
  background: url(../images/wishlist_2view_active.svg) no-repeat;
  background-size: 30px;
  background-position: center;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist.clicked:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/animated-heart.gif) no-repeat;
  position: absolute;
  left: 11px;
  top: 10px;
  mix-blend-mode: multiply;
  background-size: 100%;
}
.product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist.active:before {
  background: url(../images/wishlist_2view_active.svg) no-repeat;
  background-size: 30px;
  background-position: center;
}
.product-slider .widget-product-grid .product-item {
  display: inline-block;
  vertical-align: top;
}
.product-slider .widget-product-grid::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}
.product-slider .widget-product-grid::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #d9d9d9;
  margin: 0 100px;
}
@media (max-width: 768px) {
  .product-slider .widget-product-grid::-webkit-scrollbar-track {
    margin: 0 50px;
  }
}
.product-slider .widget-product-grid::-webkit-scrollbar-thumb {
  background: #8e8e8e;
  border-radius: 10px;
}
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
  background: none;
}
.page-layout-1column .block.widget .product-items {
  padding-bottom: 15px;
}
.page-layout-1column .block.widget .product-items .product-item {
  max-width: 300px;
  width: 100%;
  position: relative;
  margin: 0;
}
.page-layout-1column .block.widget .product-items .product-item:nth-child(3n + 1) {
  margin: 0;
}
.page-layout-1column .block.widget .product-items .product-item:nth-child(4n + 1) {
  margin: 0;
}
@media (max-width: 768px) {
  .page-layout-1column .block.widget .products-grid .product-item .product-item-inner {
    position: static;
  }
  .cms-home-app {
    margin-bottom: 0;
  }
  .cms-home-app .message.global.cookie {
    display: none !important;
  }
  .cms-home-app .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
    position: static;
  }
  .cms-home-app .widget-product-grid {
    padding-bottom: 15px;
  }
  .cms-home-app .widget-product-grid .product-item {
    position: relative;
  }
  .cms-home-app .widget .widget-product-grid .product-item {
    max-width: 300px;
    width: 100%;
  }
  .cms-home-app .home-cols .pagebuilder-column-line .pagebuilder-column {
    margin-bottom: 10px;
  }
  .cms-home-app h2 {
    margin-bottom: 10px;
  }
  .cms-home-app .products-grid .product-item-inner {
    position: static;
  }
  .modal-popup._inner-scroll .modal-inner-wrap {
    border-radius: 0px;
  }
  .login-popup .choice {
    top: 2px;
  }
  .message.global.cookie {
    background: #fff;
    color: #000;
    text-align: center;
  }
  .message.global.cookie .content {
    display: block;
  }
  .message.global.cookie .content strong {
    font-family: 'Cera Pro', 'sans-serif';
  }
  .message.global.cookie .content .actions {
    max-width: 150px;
    margin: 10px auto 0;
  }
}
@media (max-width: 639px) {
  .product-slider .product-item-actions .actions-secondary {
    left: auto;
  }
}
body.stopscroll {
  overflow: hidden;
}
.loading {
  background: rgba(0, 0, 0, 0.1) url('../images/loader-2.gif') no-repeat;
  background-position: center 200px;
}
.loading .page-wrapper .page-main {
  background: none;
}
.brand-logo {
  background: #ffcf00;
  text-align: center;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #e0e0e0;
}
.amlocator-info-popup a {
  pointer-events: none;
}
.amlocator-info-popup .directions {
  display: none;
}
.stickypage .brand-logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.logo {
  width: 50px;
  margin: 0 auto;
}
.checkout-logo {
  width: 50px;
}
.OnepageCheckout-tabs {
  display: none;
}
.opc-checkout {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0;
}
.opc-checkout .order-summary {
  max-width: 450px;
  width: 100%;
  box-sizing: border-box;
}
.opc-checkout .order-summary h2 {
  font-family: 'Cera Pro Medium';
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  color: #212529;
}
.opc-checkout .order-summary .items-section {
  background: #fff;
  padding-top: 5px;
}
.opc-checkout .order-summary .totals-section {
  background: #fff;
  padding: 15px 0 0;
  font-size: 14px;
  color: #6e757c;
  font-family: 'Cera Pro Medium';
  font-weight: normal;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 25px;
}
.opc-checkout .order-summary .order-details {
  border: 1px solid #e0e0e0;
  padding: 20px;
  margin-top: 20px;
  border-radius: 25px;
}
.opc-checkout.guestcheckout {
  background: #fff;
}
.opc-checkout.guestcheckout .tabs {
  max-width: 100%;
  width: 100%;
}
.opc-checkout .tabs {
  max-width: 600px;
  width: 100%;
}
.opc-checkout .product-details {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
  margin-top: 10px;
}
.opc-checkout .product-details:last-child {
  border: 0;
  padding: 0;
}
.opc-checkout .product-details .product-image {
  max-width: 100px;
  width: 100%;
}
.opc-checkout .product-details .product-image img {
  vertical-align: top;
}
.opc-checkout .product-details .product-summary-details {
  max-width: 400px;
  width: 100%;
  padding-left: 15px;
  box-sizing: border-box;
}
.opc-checkout .product-name {
  font-size: 14px;
  font-family: 'Cera Pro Regular';
  color: #212529;
  margin-bottom: 6px;
  line-height: 24px;
}
.opc-checkout .options-details {
  font-size: 12px;
  color: #6e757c;
  margin-bottom: 20px;
}
.opc-checkout .product-price {
  font-size: 16px;
  font-family: 'Cera Pro Regular';
  color: #212529;
  margin-bottom: 6px;
}
.opc-checkout .item-qty {
  font-size: 12px;
  color: #6e757c;
}
.opc-checkout .item-qty span:first-child {
  display: block;
  margin-bottom: 5px;
}
.opc-checkout .sub-total {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  margin-top: 10px;
}
.opc-checkout .discount {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.opc-checkout #delivery-price {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.opc-checkout .cod-fees {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.opc-checkout .grandtotal {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  padding: 10px 0 0;
  font-family: 'Cera Pro Medium';
  font-size: 18px;
  color: #212529;
}
.opc-checkout .grandtotal .value {
  color: #212529;
}
.opc-checkout .grandtotal .price {
  font-family: 'Cera Pro Medium';
  color: #212529;
}
.account-step {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.account-step .customer-boxes-tabs {
  width: 100%;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.account-step .customer-boxes-tabs li {
  width: 100%;
  max-width: 330px;
  margin: 0;
}
.account-step .customer-boxes-tabs h2 {
  font-family: 'Cera Pro Medium';
}
.account-step .customer-boxes-content {
  width: 100%;
  max-width: 50%;
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.account-step .secondary .remind {
  font-family: 'Cera Pro Medium';
  font-size: 16px;
}
.account-step .action.primary {
  font-family: 'Cera Pro Medium';
}
.account-step .existing-customers {
  padding-right: 100px;
}
.account-step .existing-customers h2 {
  font-family: 'Cera Pro Medium';
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: normal;
}
.account-step .existing-customers .actions-toolbar .primary .action {
  margin-right: 10px;
}
.account-step .existing-customers .actions-toolbar .basket {
  display: block;
  float: left;
  clear: both;
  margin-top: 0;
}
.account-step .existing-customers .actions-toolbar .basket a:before {
  content: "<";
  display: inline-block;
  margin: 0 5px;
}
.account-step .existing-customers .input-text {
  background: none;
  border: 0;
  color: #212529;
  border-bottom: 1px solid #ffcf00;
  padding-left: 0;
}
.account-step .existing-customers input::placeholder {
  color: #212529;
}
.account-step .existing-customers :-ms-input-placeholder {
  color: #212529;
}
.account-step .existing-customers ::-ms-input-placeholder {
  color: #212529;
}
.account-step .new-customers {
  padding-left: 100px;
  border-left: 1px solid #c9c9c9;
}
.account-step .new-customers .block-title {
  font-family: 'Cera Pro Medium';
  font-size: 18px;
  margin-bottom: 15px;
}
.account-step .new-customers h2 {
  font-family: 'Cera Pro Bold';
  font-size: 18px;
  margin: 0 0 15px;
}
.account-step .new-customers p {
  color: #212529;
}
.account-step a {
  color: #212529;
}
.account-step .fieldset {
  margin: 0;
}
.onepagecheckout-index-index .page-title-wrapper {
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 auto;
  box-sizing: border-box;
  width: 100%;
}
.onepagecheckout-index-index .page-title-wrapper h1 {
  margin: 0 auto;
  font-family: 'Cera Pro Medium';
  text-align: center;
  font-size: 34px;
  font-weight: normal;
}
.social-btn {
  margin-bottom: 10px;
}
.social-btn a {
  display: inline-block;
  border: 1px solid #333;
  padding: 0 10px;
  border-radius: 3px;
  color: #ffcf00;
  text-decoration: none;
  min-width: 215px;
  line-height: 46px;
  text-align: left;
  font-size: 16px;
  cursor: pointer;
}
.social-btn a > span:first-child {
  display: inline-block;
  border-right: 1px solid #e0e0e0;
  vertical-align: middle;
  line-height: 46px;
  text-align: center;
  font-size: 2.6rem;
  width: 30px;
  margin-right: 3px;
  position: relative;
  height: 46px;
}
.social-btn a > span.fa-google:before {
  content: "";
  position: absolute;
  width: 38px;
  height: 38px;
  background: url('../images/g-logo.png') no-repeat;
  left: -8px;
  top: 3px;
  background-size: 100%;
}
.social-btn a:hover span {
  color: #212529;
}
.payment-section h2 {
  font-size: 20px;
  font-weight: 600;
}
.payment-section h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  background: #016db6;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}
.payment-section h2 span.completed {
  background: #048630;
  font-size: 0;
  position: relative;
}
.payment-section h2 span.completed:before {
  content: "✓";
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.payment-section .label {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
  color: #6e757c;
  font-weight: normal;
}
.payment-section .coupon-div {
  background: #fff;
  padding: 0;
  margin-top: 20px;
  height: 0px;
  overflow: hidden;
  opacity: 0;
}
.payment-section .coupon-div .fieldset {
  margin: 0;
}
.payment-section .coupon-div .discount {
  padding: 0;
}
.payment-section .coupon-div .actions-toolbar {
  margin: 0;
}
.payment-section .coupon-div .actions-toolbar .primary .action {
  margin: 0;
  border-radius: 0;
  padding: 7px 10px;
}
.payment-section .coupon-div input[type="text"] {
  height: 46px;
  border-color: #ffcf00;
}
.payment-section .coupon-div .action.primary {
  font-family: 'Cera Pro Medium';
}
.payment-section .payments-list {
  padding: 0;
  background: #fff;
  list-style: none;
  margin: 10px 0 0;
}
.payment-section .payments-list li {
  border: 1px solid #e0e0e0;
  padding: 18px 15px;
  margin: -1px 0 0;
  position: relative;
}
.payment-section .payments-list li.selected {
  border-color: #1a79c3;
  margin-bottom: 1px;
}
.payment-section .payments-list li .label {
  margin: 0;
  display: block;
}
.payment-section .payments-list li span {
  display: flex;
  align-items: center;
}
.payment-section .payments-list li span:before {
  content: "";
  width: 40px;
  height: 45px;
  position: relative;
  background: url('../images/icons.png') no-repeat;
  background-size: 78px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
}
.payment-section .payments-list li.option-card span:before {
  background: url(../images/payment-icon.jpg) no-repeat;
  background-size: 100%;
  width: 140px;
  background-position: center;
}
.payment-section .payments-list li.option-cod span:before {
  background-position: 0 -296px;
}
.payment-section .payments-list li.option-applepay span:before {
  background-position: 0 -200px;
  top: -10px;
}
.payment-section .payments-list li.option-applepay input[type="radio"]:checked + label span:before {
  background-position: -52px -200px;
}
.payment-section .payments-list li.tabby-payment span:before {
  background: url('../images/tabby.jpg') no-repeat;
  background-size: 100%;
  background-position: center left;
  width: 60px;
}
.payment-section .payments-list li.tamara-payment span:before {
  background: url('../images/tamara-payment-icon-en.png') no-repeat;
  background-size: 95%;
  background-position: center left;
  width: 60px;
}
.payment-section .payments-list input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.payment-section .payments-list .label {
  padding-left: 26px;
  position: relative;
}
.payment-section .payments-list .label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ffcf00;
  border-radius: 30px;
  position: absolute;
  left: 0;
  top: 2px;
}
.payment-section .payments-list input[type="radio"] + .label:before {
  top: 3px;
}
.payment-section .payments-list input[type="radio"]:checked + .label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  background: #1a79c3;
  position: absolute;
  left: 3px;
  top: 6px;
}
.payment-section .payments-list .card-value-fields {
  margin-top: 20px;
}
.payment-section .payments-list .card-value-fields .label {
  padding: 0;
}
.payment-section .payments-list .card-value-fields .label:before {
  content: none;
}
.payment-section .card-details {
  background: #fff;
  padding: 0 20px 20px;
}
.payment-section .card-details label {
  font-size: 14px;
  color: #6e757c;
}
.payment-section .card-details .field input[type="checkbox"] + .label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #ffcf00;
  background: none;
}
.payment-section .card-details .field input[type="checkbox"]:checked + .label:before {
  background: #ffcf00;
}
.payment-section .actions-toolbar {
  margin-top: 20px;
}
.payment-section .actions-toolbar .action.primary {
  background: #016db6;
  color: #fff;
  border: 1px solid #016db6;
  border-radius: 30px;
  max-width: 300px;
  width: 100%;
  min-width: 250px;
}
.fieldset {
  margin: 0;
}
.fieldset.opc-address .field {
  margin-bottom: 10px;
}
.fieldset.opc-address .mobile_number_fields {
  margin: 0 0 10px;
}
.fieldset.opc-address .mobile_number_fields input[type="text"],
.fieldset.opc-address .mobile_number_fields .mobile_number_fields select {
  border-width: 1px;
  padding-top: 0;
}
.fieldset.opc-address .mobile_number_fields input[type="text"].mage-error,
.fieldset.opc-address .mobile_number_fields .mobile_number_fields select.mage-error {
  border-color: #c9c9c9;
  border-bottom: 2px solid #e02b27;
}
.fieldset.opc-address .mobile_number_fields select {
  padding-top: 5px;
}
.fieldset.opc-address .mobile_number_fields input[type="text"] {
  border-bottom: 2px solid #027722;
}
.fieldset.opc-address input[type="text"],
.fieldset.opc-address input[type="email"],
.fieldset.opc-address input[type="password"],
.fieldset.opc-address select {
  height: 44px;
  font-family: 'Cera Pro Regular';
  padding-top: 16px;
  font-size: 13px;
}
.fieldset.opc-address input[type="text"].mage-error,
.fieldset.opc-address input[type="email"].mage-error,
.fieldset.opc-address input[type="password"].mage-error,
.fieldset.opc-address select.mage-error {
  border-color: #c9c9c9;
  border-bottom: 2px solid #e02b27;
}
.fieldset.opc-address .input-text.selected {
  border-bottom: 2px solid #027722;
}
.fieldset.opc-address .input-text.selected + .trick {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.fieldset.opc-address .input-text.selected + .trick:before {
  font-family: 'luma-icons';
  content: "\e610";
  color: #027722;
  font-size: 20px;
  line-height: 40px;
}
.fieldset.opc-address select.selected {
  border-bottom: 2px solid #027722;
}
.fieldset.opc-address select.selected + .trick {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.fieldset.opc-address select.selected + .trick:before {
  font-family: 'luma-icons';
  content: "\e610";
  color: #027722;
  font-size: 20px;
  line-height: 40px;
}
.expiration-box-cvv {
  display: flex;
  justify-content: space-between;
}
.expiration-box-cvv .expiration-box {
  display: flex;
  justify-content: space-between;
  width: 70%;
}
.expiration-box-cvv .expiration-box .field {
  width: 46.5%;
}
.expiration-box-cvv .ccv {
  width: 25%;
}
.country-selection .fieldset {
  background: #fff;
  padding: 20px;
}
.country-selection .country {
  margin-bottom: 15px;
}
.delivery-section label {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 5px;
  display: inline-block;
}
.delivery-address h3 {
  font-size: 16px;
  margin: 0;
  font-weight: normal;
  font-family: 'Cera Pro Medium';
}
.delivery-address h2 {
  font-size: 20px;
  margin: 20px 0 15px;
  font-weight: 600;
}
.delivery-address h2 span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  width: 26px;
  height: 26px;
  background: #016db6;
  border-radius: 30px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  font-size: 16px;
}
.delivery-address h2 span.completed {
  background: #048630;
  font-size: 0;
  position: relative;
}
.delivery-address h2 span.completed:before {
  content: "✓";
  color: #fff;
  font-size: 16px;
  line-height: 28px;
}
.delivery-address .action.new-addr {
  font-family: 'Cera Pro Regular';
  background: #fff;
  border: 1px solid #ffcf00;
  width: 100%;
  color: #888;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: normal;
  padding: 6px 20px;
  position: relative;
  margin-top: 20px;
  border-radius: 0;
}
.delivery-address .action.new-addr:after {
  content: "";
  width: 40px;
  height: 20px;
  background: url('../images/icons.png') no-repeat;
  background-size: 100px;
  right: 8px;
  top: 50%;
  margin-top: -10px;
  background-position: 0 -160px;
  position: absolute;
}
.delivery-address .action.new-addr:hover {
  border: 1px solid #ffcf00;
}
.delivery-address .shipment-boxes-tabs {
  list-style: none;
  padding: 0;
}
.delivery-address .shipment-boxes-tabs li {
  background: #fff;
  padding: 20px 10px 20px 90px;
  position: relative;
  cursor: pointer;
}
.delivery-address .shipment-boxes-tabs li:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ffcf00;
  position: absolute;
  left: 10px;
  top: 50%;
  border-radius: 30px;
  background: none;
  margin-top: -11px;
}
.delivery-address .shipment-boxes-tabs li.active:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  left: 13px;
  top: 50%;
  background: #212529;
  margin-top: -8px;
}
.delivery-address .shipment-boxes-tabs li span {
  color: #6e757c;
}
.delivery-address .shipment-boxes-tabs li h3 {
  position: relative;
}
.delivery-address .shipment-boxes-tabs li h3:before {
  content: "";
  width: 40px;
  height: 34px;
  background: url('../images/icons.png') no-repeat;
  background-size: 90px;
  position: absolute;
  left: -48px;
  top: 0;
}
.delivery-address .shipment-boxes-tabs li:first-child h3:before {
  background-position: 0 -92px;
}
.delivery-address .shipment-boxes-tabs li:last-child h3:before {
  background-position: 0 -2px;
}
.delivery-address .new-address {
  background: #fff;
  padding: 20px 30px;
  display: none;
  position: absolute;
  max-width: 450px;
  z-index: 1000;
  width: 100%;
  left: 50%;
  margin-left: -225px;
  top: 5%;
  border-radius: 5px;
}
.delivery-address .new-address h3 {
  text-align: left;
  margin: 0 0 20px;
  font-size: 20px;
}
.delivery-address .new-address .fieldset {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.delivery-address .new-address .trick {
  position: absolute;
}
.delivery-address .new-address .mage-error + .trick {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.delivery-address .new-address .mage-error + .trick:before {
  font-family: 'luma-icons';
  color: #e02b27;
  content: "\e616";
  font-size: 14px;
  line-height: 40px;
}
.delivery-address .new-address .selected + .mage-error + .trick {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.delivery-address .new-address .selected + .mage-error + .trick:before {
  font-family: 'luma-icons';
  color: #027722;
  content: "\e610";
  font-size: 20px;
  line-height: 40px;
}
.delivery-address .new-address .mage-error + .mage-error + .trick {
  position: absolute;
  right: 2px;
  top: 2px;
  height: 40px;
  width: 40px;
  background: #fff;
  text-align: center;
  z-index: 9;
}
.delivery-address .new-address .mage-error + .mage-error + .trick:before {
  font-family: 'luma-icons';
  color: #e02b27;
  content: "\e616";
  font-size: 14px;
  line-height: 40px;
}
.delivery-address .new-address .field {
  color: #6e757c;
  width: 100%;
}
.delivery-address .new-address .field.firstname {
  width: 49%;
}
.delivery-address .new-address .field.lastname {
  width: 49%;
}
.delivery-address .new-address .field input[type="checkbox"] + .label:before {
  width: 18px;
  height: 18px;
  border: 1px solid #c9c9c9;
  background: none;
}
.delivery-address .new-address .field input[type="checkbox"]:checked + .label:before {
  background: none;
  color: #3977be;
}
.delivery-address .new-address .field .inputlabel {
  position: absolute;
  font-size: 12px;
  left: 10px;
  top: 6px;
  color: #777;
}
.delivery-address .new-address a {
  color: #212529;
}
.delivery-address .new-address .actions-toolbar {
  text-align: left;
  width: 100%;
}
.delivery-address .new-address .actions-toolbar .action.primary {
  background-color: #3977be;
  border-color: #3977be;
  color: #fff;
}
.delivery-address .new-address .actions-toolbar .action.primary:hover {
  background-color: #fd8024;
  border-color: #fd8024;
}
.delivery-address .new-address .actions-toolbar .primary {
  float: none;
  margin: 0 auto;
}
.delivery-address .new-address-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 999;
}
.delivery-address .new-address-overlay .close {
  font-size: 26px;
  color: #000;
  position: absolute;
  top: 15px;
  right: 30px;
  cursor: pointer;
}
.delivery-address .actions-toolbar {
  margin-top: 20px;
}
.saved-addresses {
  background: #fff;
  padding: 20px 20px 5px;
}
.delivery-options {
  background: #fff;
  padding: 20px 20px 5px;
}
.delivery-options h3 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: normal;
  color: #6e757c;
}
.shipping_method_options {
  position: relative;
}
.shipping_method_options input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.shipping_method_options input[type="radio"] + .label {
  padding-left: 26px;
  position: relative;
  font-size: 16px;
  font-family: 'Cera Pro Medium';
  color: #6e757c;
  margin-bottom: 15px;
}
.shipping_method_options input[type="radio"] + .label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ffcf00;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: none;
}
.shipping_method_options input[type="radio"]:checked + .label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #212529;
}
.whatsapp {
  position: relative;
  display: none;
}
.whatsapp input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.whatsapp input[type="checkbox"] + .label {
  position: relative;
  font-weight: normal;
  font-size: 16px;
  color: #6e757c;
  padding-left: 26px;
}
.whatsapp input[type="checkbox"] + .label:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #c9c9c9;
  background: none;
  position: absolute;
  left: 0;
  top: 0;
}
.whatsapp input[type="checkbox"]:checked + .label:before {
  background: none;
  font-family: 'luma-icons';
  content: "\e610";
  color: #3977be;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
}
.newaddress {
  color: #6e757c;
  padding: 10px 50px;
  margin: 5px 0;
}
.newaddress.selectedAddress {
  background-color: #eee;
}
.existing-addresses-box {
  color: #6e757c;
  padding: 10px;
  margin: 5px 0;
}
.existing-addresses-box.selectedAddress {
  background-color: #edf4fe;
}
.existing-addresses-box:last-child {
  border-bottom: 1px solid #c9c9c9;
}
.existing-addresses-box input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.existing-addresses-box label {
  display: block;
  position: relative;
  padding-left: 40px;
}
.existing-addresses-box label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #ffcf00;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: none;
}
.existing-addresses-box input[type="radio"]:checked + label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #212529;
}
.existing-addresses-box span {
  display: block;
  margin-bottom: 5px;
  padding-left: 160px;
  position: relative;
  min-height: 20px;
  font-size: 16px;
}
.existing-addresses-box span:before {
  content: "";
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  background: url('../images/icons.png') no-repeat;
  background-position: 145px -522px;
  background-size: 90px;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Cera Pro Medium';
}
.existing-addresses-box span.apartment:before {
  content: "Apartment";
}
.existing-addresses-box span.address:before {
  content: "Address";
}
.existing-addresses-box span.area:before {
  content: "Area";
}
.existing-addresses-box span.city:before {
  content: "City";
}
.existing-addresses-box span.country:before {
  content: "Country";
}
.existing-addresses-box span.postal_code:before {
  content: "Zip Code";
}
.existing-addresses-box span.name:before {
  content: "Name";
}
.existing-addresses-box span.mobile:before {
  content: "Mobile";
}
.existing-addresses-box span.email:before {
  content: "Email";
}
.newaddress {
  color: #6e757c;
  padding-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.newaddress .action {
  position: absolute;
  top: 0;
  right: 0;
}
.newaddress .action button {
  border: 1px solid #ffcf00;
  background-color: #ffcf00;
  color: #212529;
  margin-top: 5px;
  margin-right: 5px;
}
.newaddress .action button:hover {
  border-color: #212529;
  background-color: #212529;
  color: #ffcf00;
}
.newaddress .action span {
  padding-left: 0 !important;
  margin: 0;
}
.newaddress span {
  display: block;
  margin-bottom: 5px;
  padding-left: 160px;
  position: relative;
  min-height: 20px;
}
.newaddress span:before {
  content: "";
  display: inline-block;
  width: 150px;
  margin-right: 10px;
  background: url('../images/icons.png') no-repeat;
  background-position: 145px -522px;
  background-size: 90px;
  position: absolute;
  left: 0;
  top: 0;
}
.newaddress span.name:before {
  content: "Name";
}
.newaddress span.mobile:before {
  content: "Mobile";
}
.newaddress span.city:before {
  content: "City";
}
.newaddress span.email:before {
  content: "Email";
}
.newaddress span.apartment:before {
  content: "Apartment";
}
.newaddress span.address:before {
  content: "Address";
}
.amlocator-main-container {
  background: #fff;
}
.store-list-view.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
}
.store-list-view .close {
  position: absolute;
  top: 10px;
  right: 50px;
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
.store-list-view .popup-wrap {
  max-width: 1300px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin: 30px auto;
  position: relative;
}
.store-list-view .popup-wrap .checkout-map {
  width: 100%;
}
.store-list-view .amlocator-store-desc {
  font-size: 13px;
  color: #6e757c;
  background: none;
  margin: 0;
  position: relative;
  padding-left: 20px;
}
.store-list-view .amlocator-store-desc:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  background: url('../images/icons.png') no-repeat;
  background-size: 90px;
  background-position: -5px -181px;
}
.store-list-view .amlocator-store-desc.-active {
  background: none;
}
.store-list-view .amlocator-store-desc.-active:before {
  background-position: -5px -211px;
}
.store-list-view .amlocator-store-desc br {
  display: none;
}
.store-list-view .amlocator-store-desc .amlocator-title {
  font-size: 14px;
  color: #212529;
  margin: 0;
}
.store-list-view .amlocator-store-desc .amlocator-block {
  margin: 10px 15px;
}
.store-list-view .amlocator-store-list h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffcf00;
}
.pickup-details-view {
  display: none;
  background: #fff;
  position: absolute;
  max-width: 50%;
  right: 0;
  padding: 20px;
  box-sizing: border-box;
  top: 0;
  text-align: center;
  width: 100%;
  max-height: 560px;
  overflow: hidden;
  z-index: 9;
  overflow-y: scroll;
}
.pickup-details-view .whatsapp input[type="checkbox"] + .label {
  font-size: 13px;
}
.pickup-details-view .pickup-store-details h2 {
  text-align: center;
  font-family: 'Cera Pro Bold';
  font-size: 24px;
  margin-bottom: 10px;
}
.pickup-details-view .pickup-store-details .selected-store {
  color: #6e757c;
  margin-bottom: 15px;
}
.pickup-details-view .pickup-store-details .selected-store br {
  display: none;
  margin: 0 2px;
}
.pickup-details-view .pickup-contact-details {
  text-align: left;
}
.pickup-details-view .pickup-contact-details h2 {
  text-align: center;
  font-family: 'Cera Pro Bold';
  font-size: 24px;
  margin-bottom: 10px;
}
.pickup-details-view .pickup-contact-details p {
  text-align: center;
  margin-bottom: 15px;
  color: #6e757c;
}
.pickup-details-view .continue-pickup {
  background: #ffcf00;
  border-color: #ffcf00;
  color: #212529;
  margin-top: 15px;
  box-shadow: none;
  padding: 12px 30px;
}
.pickup-details-view .continue-pickup:hover {
  background: #ffffff;
}
.lybc-discount {
  background: #fff;
  padding: 20px 20px 20px 45px;
  margin-top: 20px;
}
.lybc-discount input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.lybc-discount label {
  position: relative;
  display: block;
}
.lybc-discount label:before {
  border: 1px solid #ffcf00;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: -25px;
  top: 2px;
  content: "";
  border-radius: 2px;
}
.lybc-discount input[type="checkbox"]:checked + label:before {
  background: #212529;
  font-family: 'luma-icons';
  content: "\e610";
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.lybc-discount span {
  font-style: italic;
  color: #212529;
  line-height: 18px;
}
.lybc-discount p {
  font-size: 16px;
  color: #6e757c;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.lybc-discount p span {
  color: #6e757c;
  font-style: normal;
}
.lybc-discount p span:last-child {
  background: #d6ce4b;
  padding: 5px 10px;
  color: #212529;
  font-family: 'Cera Pro Bold';
  font-size: 15px;
}
.store-list-action {
  position: absolute;
  width: 45%;
  text-align: center;
  bottom: 20px;
}
.address-list {
  background: #fff;
}
.address-list .amlocator-title {
  font-family: 'Cera Pro Medium';
  color: #ffcf00;
  font-size: 16px;
}
.address-list h2 {
  font-family: 'Cera Pro Medium';
  color: #ffcf00;
  margin-bottom: 5px;
}
.address-list .pickup-addresses {
  padding: 20px 20px 10px 20px;
  color: #6e757c;
  position: relative;
}
.address-list .pickup-collectby {
  margin-top: 20px;
}
.delivery-address .storepickup-options {
  background: #fff;
  padding: 10px 20px 20px ;
  margin-top: 1px;
}
.delivery-address .storepickup-options h3 {
  margin: 0 0 15px;
  font-family: 'Cera Pro Medium';
  font-size: 16px;
}
.popup .amlocator-store-desc .amlocator-title .amlocator-link {
  color: #6e757c;
}
.popup .amlocator-store-desc.-active .amlocator-title .amlocator-link {
  color: #212529;
}
.popup .checkout-pickup-store-list {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  max-height: 420px;
  order: 2;
  overflow-y: scroll;
}
.popup .checkout-pickup-store-list h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #ffcf00;
}
.popup .checkout-pickup-store-list .amlocator-info-popup {
  width: auto;
}
.popup .checkout-pickup-store-list .amlocator-name {
  margin: 5px 0;
  color: #212529;
}
.popup .checkout-pickup-store-list a {
  color: #212529;
}
.popup .amlocator-info-popup {
  width: auto;
  font-size: 13px;
}
.popup .amlocator-info-popup .amlocator-name {
  margin: 5px 0;
}
.popup .amlocator-info-popup a {
  color: #6e757c;
  font-weight: bold;
}
.popup .amlocator-title {
  font-size: 16px;
}
.popup .amlocator-title a {
  color: #6e757c;
}
.pickup-addresses a {
  color: #212529;
}
.actions-toolbar p {
  padding-top: 15px;
}
.actions-toolbar p a {
  font-weight: bold;
}
#cart-expire {
  margin-top: 10px;
  max-width: 140px;
  color: #212529;
  padding: 5px 10px 2px;
  line-height: 20px;
  text-align: center;
}
.order-details h2 {
  position: relative;
  cursor: pointer;
}
.order-details h2:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url('../images/sub.png') no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 3px;
}
.order-details h2 + .items-section {
  display: block;
}
.order-details h2.active {
  border: 0;
  padding: 0;
}
.order-details h2.active + .items-section {
  display: none;
}
.order-details h2.active:after {
  background: url('../images/add.png') no-repeat;
  background-size: 100%;
}
.mobile_number_fields input[type="text"].selected {
  border-bottom: 2px solid #027722;
}
.fieldset.opc-address select.mage-error {
  border-bottom: 2px solid #e02b27;
}
#applePay {
  background: #000000;
  color: #fff;
  border: 1px solid #000000;
}
#applePay:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../images/apple.svg') no-repeat;
  background-size: 24px;
  vertical-align: middle;
  margin: 0 5px;
}
#applePay:hover {
  background: #fff;
  color: #000;
}
#applePay:hover:before {
  background: url('../images/apple-black.svg') no-repeat;
  background-size: 24px;
}
@media (min-width: 769px) {
  .checkout-onepage-success .cart.table-wrapper .cart td.preorder {
    max-width: 180px;
    width: 100%;
    padding: 15px 5px;
  }
  .actions-toolbar .primary {
    float: none;
  }
  .popup .amlocator-main-container .amlocator-map-container {
    flex-direction: row;
    max-height: 560px;
  }
  .popup .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
    max-height: 460px;
    order: 2;
  }
  .popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 50%;
    padding: 0;
    max-height: 560px;
  }
  .onepagecheckout-index-index .page-wrapper .page-main {
    background: none;
    padding: 0;
    max-width: 1100px;
  }
  .onepagecheckout-index-index .page-wrapper.stickypage main.page-main {
    padding-top: 60px;
  }
  .payment-section .card-details {
    padding: 0 20px 20px 62px;
  }
}
.checkout-onepage-success .page-wrapper {
  background: #fafafa;
}
.checkout-onepage-success .page-main {
  max-width: 100%;
  padding: 0;
}
.checkout-onepage-success .checkout-status-content {
  max-width: 100%;
  margin: 0 auto;
}
.checkout-onepage-success .checkout-status-content h1 {
  color: #000;
  background: #fff;
  margin: 0;
  padding: 20px 0;
}
.checkout-onepage-success .checkout-status-content h2 {
  font-size: 22px;
  font-weight: normal;
}
.checkout-onepage-success .checkout-status-content .status-header {
  background: #F6EBE7;
  padding: 50px;
}
.checkout-onepage-success .checkout-status-content .status-header .content-max {
  max-width: 1000px;
}
.checkout-onepage-success .checkout-status-content .status-image {
  background-size: 80px;
  width: 100%;
  height: 50px;
  padding: 15px 0;
}
.checkout-onepage-success .checkout-status-content .success-image {
  display: none;
}
.checkout-onepage-success .checkout-status-content p {
  font-size: 14px;
  padding: 0 15px;
}
.checkout-onepage-success .checkout-status-content .status-order-no {
  border-color: #ffcf00;
  background-color: #ffcf00;
  color: #000;
  border-radius: 25px;
}
.checkout-onepage-success .checkout-status-content .checkout-success {
  max-width: 1000px;
  margin: 30px auto;
  padding: 0 10px;
}
.checkout-onepage-success .checkout-status-content .action.primary.continue {
  background: #ffcf00;
  border-color: #ffcf00;
  color: #212529;
  margin-top: 15px;
  box-shadow: none;
  padding: 12px 30px;
}
.checkout-onepage-success .checkout-status-content .action.primary.continue:hover {
  background: #ffffff;
}
.checkout-onepage-success .block-order-details-view .block-content .box,
.checkout-onepage-success .checkout-onepage-failure .block-order-details-view .block-content .box {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e0e0e0;
  margin: 0 0 15px 0;
}
.checkout-onepage-success .block-order-details-view .block-content .box .box-title,
.checkout-onepage-success .checkout-onepage-failure .block-order-details-view .block-content .box .box-title {
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}
.checkout-onepage-success .cart.table-wrapper .cart thead tr th.col {
  font-weight: normal;
}
.checkout-onepage-success .cart.table-wrapper .cart .price {
  font-weight: normal;
  text-align: right;
}
.checkout-onepage-success .cart.table-wrapper .cart .subtotal {
  font-weight: normal;
  text-align: right;
}
.checkout-onepage-success .cart.table-wrapper .cart .qty {
  font-weight: normal;
  text-align: center;
}
.checkout-onepage-success .cart.table-wrapper .product-item-details .product-item-name {
  color: #000;
  font-weight: normal;
}
.checkout-onepage-success .totals-section .tile {
  width: 49%;
  text-align: left;
}
.checkout-onepage-success .totals-section .value {
  width: 49%;
  text-align: right;
}
.checkout-onepage-success .totals-section .label {
  width: 49%;
  text-align: left;
}
.checkout-onepage-success .totals-section .sub-total,
.checkout-onepage-success .totals-section .discount,
.checkout-onepage-success .totals-section .cod-fees,
.checkout-onepage-success .totals-section .grandtotal {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.checkout-onepage-success .totals-section .grandtotal {
  font-size: 22px;
}
.checkout-onepage-success .page__subtitle,
.checkout-onepage-failure .page__subtitle {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0 calc(13%);
}
.checkout-onepage-success .cart-order-info,
.checkout-onepage-failure .cart-order-info {
  text-align: left;
  border-left: 0 !important;
}
.checkout-onepage-success .cart.table-wrapper,
.checkout-onepage-failure .cart.table-wrapper,
.checkout-onepage-success .cart-order-info,
.checkout-onepage-failure .cart-order-info {
  display: table-cell;
  min-width: 300px;
  vertical-align: top;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
}
.checkout-onepage-success .cart.table-wrapper .product-image-wrapper,
.checkout-onepage-failure .cart.table-wrapper .product-image-wrapper,
.checkout-onepage-success .cart-order-info .product-image-wrapper,
.checkout-onepage-failure .cart-order-info .product-image-wrapper,
.checkout-onepage-success .cart.table-wrapper .product-item-name,
.checkout-onepage-failure .cart.table-wrapper .product-item-name,
.checkout-onepage-success .cart-order-info .product-item-name,
.checkout-onepage-failure .cart-order-info .product-item-name {
  min-height: inherit;
}
.checkout-onepage-success .cart.table-wrapper .cart tbody td,
.checkout-onepage-failure .cart.table-wrapper .cart tbody td,
.checkout-onepage-success .cart-order-info .cart tbody td,
.checkout-onepage-failure .cart-order-info .cart tbody td {
  text-align: left;
}
.checkout-onepage-success .order-summary-content,
.checkout-onepage-failure .order-summary-content {
  border-top: 1px solid #e0e0e0;
}
.checkout-onepage-success .order-summary-content h2,
.checkout-onepage-failure .order-summary-content h2 {
  line-height: inherit;
  margin: 20px 0 10px 0;
}
.checkout-status-content {
  text-align: center;
  margin: 30px auto;
  max-width: 1060px;
}
.checkout-status-content .actions-toolbar .primary .action.continue {
  margin: 0 auto;
}
.checkout-status-content h1 {
  font-size: 24px;
  font-weight: normal;
  color: #212529;
  margin: 10px;
}
.checkout-status-content h2 {
  margin: 0;
  font-size: 24px;
  line-height: 75px;
}
.checkout-status-content .checkout-success {
  padding: 0;
  margin-top: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.checkout-status-content .status-image {
  background-image: url('../images/order-success.gif');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 140px;
  height: 200px;
}
.checkout-status-content .status-image.payment-failure {
  width: 120px;
  height: 120px;
  background-image: url('../images/image-warning.png');
  margin-bottom: 20px;
}
.checkout-status-content .status-image.payment-pending {
  width: 120px;
  height: 120px;
  background-image: url('../images/image-warning.png');
  margin-bottom: 20px;
}
.checkout-status-content .success-image {
  background-image: url('../images/image-checkout-fire.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.checkout-status-content .status-order-no {
  display: inline-block;
  margin: 10px auto;
  padding: 10px 30px;
  border: 1px solid #212529;
  font-weight: normal;
  color: #212529;
  border-radius: 10px;
  font-size: 20px;
  min-width: 220px;
}
.checkout-status-content .actions-toolbar,
.checkout-status-content .primary {
  float: none;
  margin: 10px auto;
  text-align: center;
}
.checkout-status-content .actions-toolbar .action,
.checkout-status-content .primary .action {
  margin: 0;
}
.checkout-status-content .cart.table-wrapper .cart.item {
  border-bottom: 0;
}
.checkout-status-content .actions-toolbar .primary {
  float: none;
}
.checkout-status-content .actions-toolbar .primary .action {
  margin: 0 auto;
}
.checkout-onepage-failure .shopping-cart-table {
  display: none;
}
.main-navigation.checkout-header {
  background-color: #ffcf00;
  width: 100%;
}
.main-navigation.checkout-header .content-max {
  max-width: 1100px;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-navigation.checkout-header .brand-logo {
  width: 40%;
}
.main-navigation.checkout-header .checkout-secure-checkout,
.main-navigation.checkout-header .checkout-back-to-cart {
  width: 30%;
}
.main-navigation.checkout-header .checkout-secure-checkout span,
.main-navigation.checkout-header .checkout-back-to-cart span {
  display: inline-block;
  vertical-align: middle;
  color: #212529;
}
.main-navigation.checkout-header .checkout-secure-checkout span:before,
.main-navigation.checkout-header .checkout-back-to-cart span:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 30px;
  background-image: url('../images/secure-lock.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.main-navigation.checkout-header .checkout-secure-checkout {
  text-align: right;
}
.main-navigation.checkout-header .checkout-back-to-cart span:before {
  background-image: url('../images/left-arrow.png');
}
/** Mobile UX Starts **/
@media (max-width: 768px) {
  .delivery-address .new-address {
    max-width: 100%;
    width: 90%;
    left: 5%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
  }
  .delivery-address .new-address h3 {
    margin: 10px 0 15px;
  }
  .delivery-options {
    padding: 10px 0;
  }
  .saved-addresses {
    padding: 0;
  }
  .saved-addresses .newaddress {
    padding: 10px;
  }
  .saved-addresses .newaddress span {
    padding-left: 90px;
  }
  .saved-addresses .newaddress span:before {
    width: 90px;
    background-position: 80px -522px;
  }
  .delivery-address .new-address-overlay .close {
    font-size: 30px;
    top: 0;
    right: 10px;
  }
  .delivery-address .action.new-addr {
    font-size: 15px;
    padding: 6px 15px;
  }
  .main-navigation.checkout-header .brand-logo {
    width: 20%;
  }
  .main-navigation.checkout-header .checkout-secure-checkout,
  .main-navigation.checkout-header .checkout-back-to-cart {
    width: 40%;
  }
  .main-navigation.checkout-header .checkout-back-to-cart span {
    font-size: 0;
  }
  .main-navigation.checkout-header .checkout-secure-checkout span {
    font-size: 11px;
    padding-right: 10px;
  }
  .main-navigation.checkout-header .checkout-secure-checkout span:before {
    display: block;
    margin: auto;
  }
  .cart.table-wrapper .col.qty[data-th]:before {
    content: none;
  }
  .popup .checkout-pickup-store-list {
    width: 100%;
    padding-bottom: 0;
  }
  .store-list-action {
    background: #fff;
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    position: sticky;
    border: 1px solid #fff;
  }
  .store-list-view .close {
    top: -8px;
    right: 20px;
    font-size: 30px;
  }
  .pickup-details-view {
    max-width: 100%;
  }
  .amlocator-store-list {
    padding: 15px;
    box-sizing: border-box;
  }
  .opc-checkout {
    margin: 10px 0;
  }
  .opc-checkout.guestcheckout {
    background: none;
  }
  .opc-checkout .product-details {
    display: flex;
    padding-bottom: 10px;
  }
  .opc-checkout .product-details .product-image {
    max-width: 100px;
    width: 100%;
  }
  .opc-checkout .product-details .product-summary-details {
    max-width: 400px;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
  }
  .opc-checkout .order-summary {
    padding: 10px;
  }
  .opc-checkout .order-summary h2 {
    font-size: 22px;
  }
  .opc-checkout .order-summary .items-section {
    padding: 10px 0 0;
  }
  .payment-section .coupon-div input[type="text"] {
    height: 40px;
  }
  .account-step .customer-boxes-tabs {
    background: #fff;
    margin-top: 20px;
  }
  .account-step .customer-boxes-tabs h2 {
    font-size: 24px;
    margin: 15px 0;
  }
  .account-step .customer-boxes-tabs li {
    max-width: 100%;
    text-align: center;
  }
  .account-step .customer-boxes-tabs li:last-child {
    display: none;
  }
  .account-step .customer-boxes-content {
    max-width: 100%;
    padding-left: 20px;
    border: 0;
    margin-top: 20px;
  }
  .account-step .existing-customers {
    margin-top: 20px;
    padding-right: 20px;
  }
  .account-step .existing-customers h2 {
    display: block;
    text-align: center;
    margin: 0 0 15px;
  }
  .opc-checkout .order-summary h2 {
    font-size: 24px;
    text-align: center;
    margin: 0 0 15px;
  }
  .opc-checkout .order-summary .options-details {
    margin-bottom: 5px;
  }
  .checkout-onepage-success .order-summary-content {
    padding: 10px;
  }
  .checkout-onepage-success .cart-order-info {
    display: block;
    border: 1px solid #ddd!important;
  }
  .checkout-onepage-success .cart.table-wrapper {
    padding: 0;
    display: block;
  }
  .checkout-onepage-success .cart.table-wrapper thead th.col.stock-date {
    display: none;
  }
  .checkout-onepage-success .cart.table-wrapper .cart td.subtotal {
    display: inline-block;
    width: 48%;
    float: none;
    font-family: 'Cera Pro Medium';
  }
  .checkout-onepage-success .cart.table-wrapper .cart td.subtotal:before {
    content: "Subtotal";
  }
  .checkout-onepage-success .cart.table-wrapper .cart td.price {
    text-align: left;
  }
  .checkout-onepage-success .cart.table-wrapper .cart td.price:before {
    content: "Price";
    display: block;
  }
  .checkout-onepage-success .cart.table-wrapper .cart td.qty:before {
    content: "Qty.";
    display: block;
  }
  .checkout-success .table {
    display: block;
  }
  .checkout-success .table tbody {
    display: block;
  }
  .checkout-success .table tbody tr.item-info {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: left;
  }
  .checkout-success .table tbody td {
    display: inline-block;
    padding: 10px !important;
    box-sizing: border-box;
  }
  .checkout-success .table tbody td.image {
    width: 30%;
  }
  .checkout-success .table tbody td.item {
    width: 68%;
  }
  .checkout-success .table tbody td.preorder {
    width: 48%;
  }
}
@media (max-width: 480px) {
  .pickup-details-view {
    max-height: 460px;
  }
  .existing-addresses-box span {
    padding-left: 95px;
  }
  .existing-addresses-box span:before {
    width: 88px;
    background-position: 84px -522px;
  }
}
@media (max-width: 400px) {
  .pickup-details-view {
    max-height: 340px;
  }
  .popup .checkout-pickup-store-list {
    max-height: 340px;
  }
}
@media (max-width: 360px) {
  .pickup-details-view {
    max-height: 240px;
  }
  .popup .checkout-pickup-store-list {
    max-height: 240px;
  }
  .existing-addresses-box span {
    font-size: 14px;
  }
}
/** Mobile UX Ends **/
b,
strong {
  font-weight: inherit;
  font-family: 'Cera Pro Medium';
}
body._has-modal {
  overflow: visible;
}
.catalog-category-view .columns,
.catalogsearch-result-index .columns {
  max-width: 1370px;
  margin: 40px auto;
}
.page-products .product-item-info {
  width: 80%;
  padding: 6%;
  min-width: 88%;
  position: relative;
}
.page-products .products-grid .product-item {
  border: 1px solid #e0e0e0;
  margin: 0 !important;
}
.products-grid .product-item-info:hover,
.products-grid .product-item-info.active {
  box-shadow: none;
  border: none;
  margin: inherit;
  padding: 6%;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-family: 'Cera Pro Medium';
  font-size: 16px;
  min-height: 40px;
}
.products-grid .product-item-inner {
  box-shadow: none;
  border: none;
  left: inherit;
  margin: 0;
  padding: 0;
  position: relative;
  right: inherit;
  z-index: 2;
}
.product.details.product-item-details {
  min-height: 190px;
  position: relative;
  display: grid;
}
.product.details.product-item-details .product-labels {
  display: inline-block;
}
.product.details.product-item-details .product-labels div {
  height: 22px;
}
.product.details.product-item-details .product-ids {
  display: block;
}
.product.details.product-item-details .product-ids div {
  height: 22px;
}
.product-image-container {
  width: 100% !important;
}
.product-image-wrapper {
  min-height: 220px;
  padding: 0 !important;
  height: 100%;
}
.amsearch-product-list .product-image-wrapper {
  min-height: 140px;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  padding: 3px;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info .product-image-wrapper {
  min-height: 350px;
}
.product-item .price-box {
  margin: 5px 0 10px;
}
.product-item .price-box .price {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Cera Pro Bold';
}
.abs-visually-hidden-desktop-s,
.products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: inherit;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  width: inherit;
  display: block;
}
.product-item-actions .actions-primary {
  display: block;
}
/* Category Filters */
.catalog-category-view .action.primary,
.catalogsearch-result-index .action.primary {
  border-radius: 30px;
}
.catalog-category-view .action.primary span:before,
.catalogsearch-result-index .action.primary span:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url('../images/add-to-bag-btn.svg') no-repeat;
  background-size: 14px;
  vertical-align: middle;
  margin: 0 5px;
}
.catalog-category-view .newsletter .action.primary,
.catalogsearch-result-index .newsletter .action.primary {
  border-radius: 5px;
}
.catalog-category-view .newsletter .action.primary span:before,
.catalogsearch-result-index .newsletter .action.primary span:before {
  content: none;
}
.catalog-category-view .filter.block,
.catalogsearch-result-index .filter.block {
  margin-bottom: 0;
}
.catalog-category-view .filter .filter-options.filter-slider,
.catalogsearch-result-index .filter .filter-options.filter-slider {
  background: #fff;
  width: 400px;
  border: 1px solid #e0e0e0;
  position: fixed;
  left: -110%;
  top: 0;
  padding: 20px 0;
  box-sizing: border-box;
  transition: left .5s;
  z-index: 1000;
  display: block;
  height: 100%;
  overflow: scroll;
  right: auto;
}
.catalog-category-view .filter.active .filter-slider,
.catalogsearch-result-index .filter.active .filter-slider {
  left: 0;
  right: auto;
}
.catalog-category-view .filter.active .filter-overlay,
.catalogsearch-result-index .filter.active .filter-overlay {
  display: block;
}
.catalog-category-view .filter .filter-overlay,
.catalogsearch-result-index .filter .filter-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 999;
}
.catalog-category-view .filter .heading-filter,
.catalogsearch-result-index .filter .heading-filter {
  text-align: center;
  font-size: 16px;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 15px;
}
.catalog-category-view .filter .filter-close,
.catalogsearch-result-index .filter .filter-close {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
}
.catalog-category-view .category-image,
.catalogsearch-result-index .category-image {
  margin-bottom: 0;
  display: flex;
  height: 90px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.catalog-category-view .category-image .image,
.catalogsearch-result-index .category-image .image {
  display: block;
  height: auto;
  max-height: 50px;
  max-width: 200px;
}
.filter-options-title {
  font-weight: normal;
  letter-spacing: 1px;
  padding: 12px 40px 10px 0px;
}
.filter-options-title:after {
  content: "\e607";
}
.active > .filter-options-title:after {
  content: "\e618";
}
.active .filter-slider .swatch-attribute-options {
  margin: 10px;
}
.active .filter-slider .filter-options-title:after {
  content: "\e607";
  top: 10px;
  right: 20px;
}
.active .filter-slider .active .filter-options-title:after {
  content: "\e618";
  top: 10px;
}
.page-layout-2columns-left .sidebar-main {
  border-top: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
  width: 20%;
}
.page-layout-2columns-left .column.main {
  width: 75% !important;
}
.page-layout-2columns-left.catalog-category-view .column.main {
  width: 80% !important;
}
.page-layout-2columns-left.catalogsearch-result-index .column.main {
  width: 80% !important;
}
.filter-options-item {
  border-bottom: 1px solid #d3d3d3;
  padding: 10px 5px 10px 5px;
}
.filter-options-content {
  margin: 0;
  padding: 0;
}
.filter-content ol {
  padding: 0;
  list-style: none;
  margin: 0;
}
.filter-content ol .item {
  margin: 5px 0 15px 0;
}
.filter-content ol .item input[type="radio"] {
  position: absolute;
  right: 0;
  opacity: 0;
}
.filter-content ol .item input[type="checkbox"] {
  position: absolute;
  right: 0;
  opacity: 0;
}
.filter-content ol .item a {
  display: block;
  position: relative;
  padding: 0 10px 0 30px;
}
.filter-content ol .item a:hover {
  background: none;
}
.filter-content ol .item input[type="radio"] + .label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-content ol .item input[type="checkbox"] + .label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #e0e0e0;
  position: absolute;
  left: 0;
  top: 0;
}
.filter-content ol .item input[type="radio"]:checked + .label:before {
  content: "\e610";
  font-family: 'luma-icons';
  color: #212529;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.filter-content ol .item input[type="checkbox"]:checked + .label:before {
  content: "\e610";
  font-family: 'luma-icons';
  color: #212529;
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.filter-content .filter-actions {
  position: relative;
  margin: 0 0 10px 0;
  padding: 15px;
  text-align: center;
  background: #e0e0e0;
}
.filter-content .filter-actions a {
  color: #212529;
  text-transform: uppercase;
}
.block-content.filter-content {
  display: grid;
}
.block-content.filter-content .block-subtitle.filter-subtitle {
  display: none;
}
.block-content.filter-content .filter-current.am-filter-current {
  -ms-grid-row: 2;
  grid-row-start: 2;
}
.block-content.filter-content .block-actions.filter-actions {
  -ms-grid-row: 1;
  grid-row-start: 1;
}
.block-content.filter-content .filter-options {
  -ms-grid-row: 3;
  grid-row-start: 3;
}
.filter-current .items {
  padding: 0;
  margin: 0;
}
.filter-current .items .item {
  background: #f8f8f8;
  padding: 10px;
  margin-bottom: 5px;
  position: relative;
}
.filter-current .am-shopby-item .amshopby-button.-remove {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0 10px;
}
.filter-current .am-shopby-item .amshopby-button.-remove:hover {
  text-decoration: none;
}
/* Category Filters */
.category-view {
  position: relative;
  margin: 0 auto;
  transition: margin 0.3s ease-out 0s;
  background-color: #000;
}
.category-view .page-title-wrapper {
  padding: 12px;
}
.category-view .page-title {
  margin: 20px auto;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Cera Pro Bold';
  line-height: 26px;
}
.category-view .breadcrumbs,
.category-view .category-description {
  display: block;
  margin: 0;
  background-color: #ffffff;
}
.category-view .breadcrumbs ul,
.category-view .category-description ul,
.category-view .breadcrumbs div,
.category-view .category-description div {
  margin: auto;
  width: 100%;
}
.category-view .category-view-wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.category-view .category-view-content {
  box-sizing: border-box;
  display: grid;
  padding: 0;
  margin: auto;
  width: 100%;
}
.category-view .category-view-content .category-description {
  padding-bottom: 10px;
}
.category-view .category-view-content .category-description a {
  color: #04a3c9;
}
.category-view .category-view-content .category-description #showmore {
  color: #04a3c9;
}
.category-view .category-view-content .category-description #showmobilemore {
  color: #04a3c9;
}
.category-view .category-description {
  text-align: center;
  font-size: 16px;
}
.page-products .products-grid .product-item {
  padding: 0;
  width: calc(33.33333333%);
}
.block-viewed-products-grid,
.amrelated-grid-wrapper {
  background-color: #ffffff;
  margin: auto !important;
  padding: 30px 0;
}
.block-viewed-products-grid .block-title,
.amrelated-grid-wrapper .block-title,
.block-viewed-products-grid .block-content,
.amrelated-grid-wrapper .block-content {
  max-width: 1600px;
  margin: auto !important;
  box-sizing: border-box;
}
.block-viewed-products-grid .block-title,
.amrelated-grid-wrapper .block-title {
  padding: 10px 30px;
}
.block-viewed-products-grid .block-title strong,
.amrelated-grid-wrapper .block-title strong {
  font-family: 'Cera Pro Medium';
  font-size: 24px;
  font-weight: inherit;
}
.product-items.slick-slider {
  margin: auto !important;
  padding-bottom: 20px;
}
.product-items.slick-slider .product-item-info {
  position: relative;
  padding: 3px;
}
.product-items.slick-slider .product-item-info:hover {
  padding: 3px !important;
}
.product-items.slick-slider .product-item-info .product-item-photo {
  display: grid;
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
  min-height: 350px;
}
.product-items.slick-slider .product-item-info .product-item-photo img {
  margin: auto;
}
.product-items.slick-slider .product-item-info .product-item-details .product-item-actions .actions-secondary {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.product-items.slick-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  text-indent: 0;
  background: url('../images/wishlist.png') no-repeat;
  transition: .3s;
  background-size: contain;
  vertical-align: middle;
}
.product-items.slick-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.tocompare {
  display: none;
}
.product-items.slick-slider .slick-dots {
  bottom: 0;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.product-items.slick-slider .slick-dots li {
  flex: 1;
  height: inherit;
  margin: 0;
}
.product-items.slick-slider .slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.5);
}
.product-items.slick-slider .slick-dots li button {
  width: 100%;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.1);
  height: 4px;
  padding: 0;
}
.product-items.slick-slider .slick-dots li button:before {
  display: none;
}
.product-item-labelstwo {
  display: inline-block;
  height: 24px;
}
.product-labels {
  display: inline-block;
  height: 24px;
}
.product-labels div {
  display: table-cell;
  margin: 0 3px 0 0;
  vertical-align: top;
  height: 22px;
}
.product-labels span.offer,
.product-labels span.label {
  display: inline-block;
  background: #ff0000;
  color: #ffffff;
  padding: 3px 6px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 16px;
  box-sizing: border-box;
}
.product-labels span.label {
  color: #212529;
  background: #ffcf00;
}
.product-labels .product-label,
.product-labels .offer {
  display: inline-block;
  color: #212529;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 5px;
  background: #ffcf00;
  box-sizing: border-box;
}
.product-labels .offer {
  background: #ff0000;
  color: #ffffff;
}
.product.labels span,
.product.labelstwo span {
  display: inline-block;
  font-weight: normal;
  color: #212529;
  background: #ffcf00;
  padding: 3px 6px;
  margin-right: 5px;
  font-family: 'Cera Pro Regular';
}
.product.labels span.offer,
.product.labelstwo span.offer {
  background: #ff0000;
  color: #ffffff;
}
.product-info-main .product-labels div {
  display: block;
  margin: 2px 0;
  height: inherit;
}
.product-labeltheme img {
  max-width: 150px;
}
.slick-initialized .slick-slide {
  vertical-align: top;
}
.input-group {
  display: flex;
}
.input-group button,
.input-group a {
  padding: 12px 15px !important;
  font-size: 26px;
  border-radius: 0;
  color: #212529;
  background-color: #ffffff;
  display: block;
  box-sizing: border-box;
  line-height: 17px;
  border: 1px solid #c4c2c2;
  font-family: inherit;
}
.input-group button:hover,
.input-group a:hover {
  color: #212529;
  background: #ffcf00;
}
.input-group .input-text.qty,
.input-group .cart_input input {
  width: 60px !important;
  height: 43px !important;
  text-align: center;
  margin: 0 !important;
  border: 1px solid #c4c2c2;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  color: #212529;
}
.certified-store {
  font-family: 'Cera Pro';
  font-weight: 400;
}
.certified-store .super-script {
  vertical-align: text-top;
  font-size: 10px;
}
.addToLinks {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 8;
}
.addToLinks .action.towishlist:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: inline-block;
  background: url('../images/wishlist_2view.svg') no-repeat;
  background-size: 30px;
  margin: 0;
  background-position: center;
  transition: 0.5s;
}
.addToLinks .action.towishlist:hover:before {
  background: url('../images/wishlist_2view_active.svg') no-repeat;
  background-size: 30px;
  background-position: center;
}
.addToLinks .action.towishlist span {
  display: none;
}
.addToLinks .action.towishlist.active:before {
  background-image: url('../images/wishlist-view-active.svg');
  background-size: 30px;
  background-position: center;
}
.addToLinks .action.towishlist.clicked:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/animated-heart.gif) no-repeat;
  position: absolute;
  left: 11px;
  top: 10px;
  mix-blend-mode: multiply;
  background-size: 100%;
}
.addToLinks .action.tocompare {
  display: none;
}
.addToLinks .action.tocompare span {
  display: none;
}
.available-store-link a {
  display: block;
  margin-top: 10px;
}
.available-store-link a:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-image: url('../images/store.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F8F8F8;
  margin: 0;
  vertical-align: middle;
}
.addToLinksInner {
  position: relative;
}
.addToLinksInner .action.towishlist:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background-image: url('../images/wishlist.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F8F8F8;
  margin: 0;
  vertical-align: middle;
  transition: 0.3s;
}
.addToLinksInner .action.towishlist:hover:before {
  background-color: #F8F8F8;
}
.addToLinksInner .action.towishlist span {
  display: inline-block;
  vertical-align: middle;
}
.addToLinksInner .action.tocompare {
  display: none;
}
.addToLinksInner .action.tocompare span {
  display: none;
}
.modes {
  display: none;
}
.modal-popup .modal-inner-wrap {
  width: 27%;
}
.modal-popup .modal-inner-wrap .modal-footer {
  text-align: center;
  border-top: 0;
}
.modal-popup .confirm .delete-notification {
  text-align: center;
  color: #6e757c;
  font-size: 16px;
}
.modal-popup #modal-title-3:before {
  content: "!";
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid #212529;
  margin: 0 auto 10px;
  line-height: 30px;
  border-radius: 50px;
}
.modal-popup h1 {
  text-align: center;
  font-size: 18px;
  border: 0;
  color: #212529;
}
.modal-popup p {
  margin-bottom: 5px;
}
.modal-popup p.heading {
  color: #212529;
  font-size: 16px;
  font-weight: bold;
}
.modal-popup .delete-btn {
  border-color: #ffcf00;
  background: #ffcf00;
  color: #212529;
  padding: 12px 20px;
  margin: 0 10px;
}
.modal-popup .cancel-btn {
  padding: 12px 20px;
  margin: 0 10px;
}
.modal-popup form {
  color: #212529;
  line-height: 24px;
}
.modal-popup form input[type="checkbox"] {
  opacity: 0;
}
.modal-popup form input[type="checkbox"] + label {
  position: relative;
}
.modal-popup form input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #212529;
  position: absolute;
  top: 0;
  left: -20px;
  background: #ffffff;
}
.modal-popup form input[type="checkbox"]:checked + label:before {
  background: #212529;
  font-family: 'luma-icons';
  content: "\e610";
  color: #fff;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
.modal-footer {
  text-align: center;
  border: 0;
  padding-top: 0;
}
.modal-footer .delete-account {
  border-color: #ffcf00;
  background: #ffcf00;
  color: #212529;
  padding: 12px 20px;
}
.modal-footer .delete-account:hover {
  border-color: #212529;
  background: #212529;
  color: #ffffff;
}
.aboutusContentmaindiv {
  max-width: 1600px;
  margin: auto;
  padding: 12px 20px 15px;
  box-sizing: border-box;
}
.customer-account-createpassword .page-wrapper .page-main {
  margin: 0 auto;
  padding: 70px 20px;
  background-color: #f2f5f7;
}
.customer-account-createpassword .columns .column.main {
  max-width: 500px;
  margin: auto;
  border: 5px solid #fff;
  padding: 30px 50px;
}
.customer-account-createpassword .columns .column.main .page-title {
  margin-bottom: 20px;
  text-align: center;
}
.customer-account-createpassword .columns .column.main .page-title:before {
  content: "";
  display: block;
  position: relative;
  width: 150px;
  height: 30px;
  margin: 0 auto 30px auto;
  background: url('../images/LEGOAccount.svg') no-repeat center;
}
.customer-account-createpassword .form.password.forget {
  width: 100%;
  padding: 0;
  border: 0;
  margin-bottom: 0;
  display: block;
}
.customer-account-createpassword .actions-toolbar {
  margin-top: 40px;
  text-align: center;
}
.customer-account-createpassword .actions-toolbar .primary {
  float: none;
  display: block;
  margin: auto;
}
.customer-account-createpassword .actions-toolbar .primary button {
  margin: auto;
}
.customer-account-createpassword .actions-toolbar .primary .action {
  margin: auto;
}
.customer-account-createpassword .actions-toolbar > .secondary .action.back {
  display: block;
  margin: 0;
}
.customer-account-createpassword .actions-toolbar > .secondary:last-child {
  float: none;
  display: block;
  margin: 20px auto;
}
.price-container.price-final_price.tax.weee span.price-label {
  display: none !important;
}
.old-price .price-wrapper .price {
  color: #2c2c2c;
  text-decoration: line-through;
}
.product-info-main .product-info-price .special-price {
  display: inline-block;
}
.product-info-price .price-box .old-price .price-container .price {
  font-size: 22px;
  color: #2c2c2c;
}
.product-info-price .price-box .special-price .price-container .price {
  color: #c3061b;
}
.block-minicart .price-container,
.block-minicart .subtotal {
  display: none;
}
.product-info-main .product-add-form {
  padding-top: 10px;
}
.minicart-items .product-item {
  padding: 20px 0 0 0;
}
.buy-more-offers {
  padding: 10px 0 20px 0;
}
.item-info .buy-more-offers {
  padding: 5px 0;
}
.injected-banner-text {
  min-height: 131px;
  position: relative;
  display: block;
  padding: 10px 15px;
  box-sizing: border-box;
  color: #ffffff;
}
.injected-banner-text .name {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: 'Cera Pro Medium';
}
.injected-banner-text .button a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 20px;
  min-width: 80px;
  text-align: center;
  margin-top: 15px;
}
.injected-banner-text .button a:hover,
.injected-banner-text .button a:visited,
.injected-banner-text .button a:active {
  color: #ffffff;
  text-decoration: none;
}
.product .actions-primary .preorder-item {
  background: #265b98;
  border-color: #265b98;
  color: #fff;
}
.action.primary.preorder-item {
  background: #265b98;
  border-color: #265b98;
  color: #fff;
}
.action.primary.preorder-item span:before {
  content: none;
}
.action.primary.preorder-item:hover {
  border-color: #265b98;
}
.cart.item.message.notice {
  padding: 0;
  background: none;
  margin-top: 15px;
}
.cart.item.message div {
  display: inline-block;
  align-items: center;
  color: #e52e20;
  font-size: 14px;
  font-weight: 600;
  padding: 3px 10px 3px 6px;
  font-family: 'Cera Pro';
  border-radius: 4px;
  line-height: 26px;
  background: #fbcccc;
}
.cart.item.message div:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px;
  position: static;
  margin-top: -2px;
  background: url('../images/gift.svg') no-repeat;
  background-size: contain;
}
.cart.item.message div.free-tag:before {
  background: url('../images/gift.svg') no-repeat;
  background-size: contain;
}
.cart.item.message div.preorder-cart {
  background: #dce6ef;
  color: #265b98;
}
.cart.item.message div.preorder-cart:before {
  background: url('../images/preorder-cart.svg') no-repeat;
  background-size: contain;
}
.preorder-cart {
  display: inline-block;
  background: #dce6ef;
  color: #265b98;
  font-size: 14px;
  font-weight: 600;
  border-radius: 4px;
  line-height: 26px;
  padding: 0 8px 0 3px;
}
.preorder-cart:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin: 0 5px;
  background: url('../images/preorder-cart.svg') no-repeat;
  background-size: contain;
}
.shipment-availability-date span {
  color: #ed863f;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
.gift-message {
  border-radius: 5px;
  margin-top: 15px;
  align-items: center;
  display: flex;
  padding: 5px;
  margin-bottom: 10px;
}
.filter-options-title:after {
  content: '\e622';
}
.active > .filter-options-title:after {
  content: '\e621';
}
.page-wrapper .product-image-photo {
  margin: auto;
}
.product-item .price-box .price-label {
  display: none;
}
.product-item-description {
  margin: 0;
}
.showmorecontent {
  display: none;
}
#amasty-shopby-product-list .products.wrapper {
  margin: 0;
}
#amasty-shopby-product-list .products {
  margin: 0;
}
.desktop_view {
  background: #f1f1f1;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
}
.mobile_view {
  background: #f1f1f1;
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
}
.category-head {
  font-size: 18px;
  font-family: 'Cera Pro Bold';
}
.category-text {
  font-size: 14px;
  font-family: 'Cera Pro Regular';
}
.gift-wrap-option {
  display: inline-block;
}
.gift-wrap-option input[type="checkbox"] {
  display: none;
}
.gift-wrap-option label {
  display: flex;
  align-items: center;
  border: 1px solid #1a79c3;
  padding: 4px 2px;
  border-radius: 5px;
  color: #1a79c3;
  min-width: 135px;
  box-sizing: border-box;
  line-height: 22px;
  cursor: pointer;
}
.gift-wrap-option label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  margin: 0 8px;
  background: url('../images/gift-icon-legoblue.svg') no-repeat;
  background-size: 100%;
}
.gift-wrap-option label.remove {
  background: #1a79c3;
  color: #fff;
  padding: 7px 10px;
}
.gift-wrap-option label.remove:before {
  background: url('../images/gift-icon-white.svg') no-repeat;
  background-size: 100%;
  margin: 0 4px;
}
.gift-wrap-option label:hover {
  background: #1a79c3;
  color: #fff;
}
.gift-wrap-option label:hover:before {
  background: url('../images/gift-icon-white.svg') no-repeat;
  background-size: 100%;
}
.gift-wrap-label {
  display: inline-block;
  border: 1px solid #1a79c3;
  padding: 7px 1px;
  border-radius: 5px;
  color: #1a79c3;
  min-width: 105px;
  margin-top: 5px;
}
.gift-wrap-label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 20px;
  margin: 0 10px;
  background: url('../images/gift-icon-legoblue.svg') no-repeat;
  background-size: 100%;
}
.floating-button-wrap {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
.floating-button {
  display: inline-flex;
  background-color: #B0DEAA;
  border-radius: 3px;
  border: 1px solid #a1d19b;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 5px;
  margin-top: 0;
}
.catalogsearch-result-index .toolbar-amount {
  display: block !important;
  font-size: 16px;
}
.product .show_dots {
  display: none !important;
}
.cms-home-app .product-slider .product-item-info .product-item-details .product-item-actions .actions-secondary .action.towishlist:hover:before {
  background: url(../images/wishlist_2view.svg) no-repeat;
}
.price-including-tax .price,
.price-excluding-tax .price {
  font-family: 'Cera Pro';
  font-weight: 600;
}
.products.wrapper ~ .toolbar .limiter {
  display: none;
}
.products.wrapper ~ .toolbar .pages {
  float: none;
  margin-top: 50px;
}
.products.wrapper ~ .toolbar .pages a {
  font-size: 16px;
}
.products.wrapper ~ .toolbar .pages strong {
  font-size: 16px;
  background: none;
}
.products.wrapper ~ .toolbar .pages .action {
  background: none;
  border: 0;
  box-shadow: none;
}
.products.wrapper ~ .toolbar .pages .action.next:before {
  font-size: 22px;
}
.products.wrapper ~ .toolbar .pages .action.next:hover:before {
  color: #000;
}
.products.wrapper ~ .toolbar .pages .action.previous:before {
  font-size: 22px;
}
.products.wrapper ~ .toolbar .pages .action.previous:hover:before {
  color: #000;
}
@media (min-width: 769px) {
  .toolbar {
    margin-bottom: 20px;
  }
  .catalog-category-view .page-wrapper .page-main {
    max-width: 1600px;
    position: relative;
  }
  .catalog-category-view.page-products .columns {
    position: static;
  }
  .page-products .products-grid .product-item {
    border-right: 0;
    margin-top: -1px !important;
  }
  .page-products .products-grid .product-item:nth-child(3n+0) {
    border-right: 1px solid #e0e0e0;
  }
  .page-products .products-grid .product-item:last-child {
    border-right: 1px solid #e0e0e0;
  }
  .page-products .products-grid .product-item-info:hover {
    margin-top: 0;
  }
  .amrelated-grid-wrapper .block-content {
    padding: 0 30px;
    max-width: 1600px;
  }
  .block-viewed-products-grid .block-content {
    padding: 0 30px;
  }
  .products {
    margin: 0 0 20px;
  }
  .catalog-category-view .toolbar-amount {
    display: block !important;
    margin-top: 10px;
  }
  .catalog-category-view .toolbar-products {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .catalog-category-view .sorter {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 20px;
  }
  .catalog-category-view .sorter select {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 42px;
    font-size: 16px;
    margin: 0;
    width: 150px;
    color: #212529;
  }
  .catalog-category-view .sorter .sort-asc {
    display: none !important;
  }
  .catalog-category-view .sorter .sort-desc {
    display: none !important;
  }
  .catalog-category-view .limiter {
    border: 1px solid #ddd;
    border-radius: 30px;
    padding: 0 20px;
  }
  .catalog-category-view .limiter select {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    height: 42px;
    font-size: 16px;
  }
  .category-view {
    max-width: 1600px;
  }
  .category-view .category-description {
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
  }
  .product-info-price .price-box .price-container .price {
    font-size: 22px;
  }
  .product-info-main .product-info-stock-sku {
    padding-top: 10px;
    font-family: 'Cera Pro Medium';
  }
  .product-info-main .product-info-stock-sku .stock.available {
    color: #288920;
  }
  .product-info-main .product-info-price {
    margin-top: 20px;
  }
  .catalog-product-view .product-main-box {
    border-top: 1px solid #e0e0e0;
    padding: 0 0 30px;
  }
  .catalog-product-view .product.media {
    border-right: 1px solid #e0e0e0;
  }
  .catalog-product-view .product-details-box {
    padding: 0;
    border-top: 1px solid #e0e0e0;
  }
  .fotorama__nav-wrap--vertical.fotorama__nav-wrap {
    background: #f8f8f8;
    padding: 15px;
  }
  .ambanners-injected {
    min-height: 458px !important;
  }
  .ambanners-injected .ambanners-injected-banner {
    max-height: 458px;
    height: 100%;
  }
  .ambanners-injected .ambanners-injected-banner .injected-banner-text {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .ambanners-injected .ambanners-injected-banner .injected-banner-text .name {
    margin-bottom: 10px;
  }
  .ambanners-injected .ambanners-injected-banner .button a:hover {
    background: #fd8024;
    border-color: #fd8024;
    color: #000;
  }
}
@media (max-width: 768px) {
  .gift-message {
    margin-bottom: 15px;
  }
  .category-view .page-title {
    font-size: 16px;
  }
  .product-info-stock-sku {
    padding-top: 0;
    font-family: 'Cera Pro Medium';
  }
  .product-info-stock-sku .stock.available {
    color: #288920;
  }
  .catalog-category-view .sorter .sort-desc {
    display: none !important;
  }
  .gift-wrap-option {
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .gift-wrap-option label {
    min-width: 120px;
  }
  .gift-wrap-option label:before {
    width: 12px;
    height: 15px;
    margin: 0 6px;
  }
  .gift-wrap-label {
    min-width: 90px;
  }
  .gift-wrap-label:before {
    width: 12px;
    height: 15px;
    margin: 0 6px;
  }
  .catalog-category-view .page-main {
    position: relative;
  }
  .catalog-category-view.page-products .columns {
    position: static;
  }
  .floating-button {
    max-width: 190px;
    margin: 0;
    top: 0;
    right: 0;
  }
  .addToLinks .action.towishlist.clicked:after {
    left: 8px;
    top: 8px;
  }
  .ambanners-injected {
    min-height: 355px !important;
  }
  .ambanners-injected .ambanners-injected-banner {
    max-height: 355px;
    height: 100%;
  }
  .ambanners-injected .ambanners-injected-banner .injected-banner-text {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .ambanners-injected .ambanners-injected-banner .injected-banner-text .name {
    margin-bottom: 10px;
  }
}
::placeholder {
  color: #ffcf00;
}
:-ms-input-placeholder {
  color: #ffcf00;
}
::-ms-input-placeholder {
  color: #ffcf00;
}
::-webkit-input-placeholder {
  color: #ffcf00;
}
button {
  padding: 11px 16px;
  font-size: 1.2rem;
  font-family: 'Cera Pro Light';
}
.action.primary {
  font-family: 'Cera Pro Medium';
  background: #fd8024;
  color: #212529;
  border: 1px solid #fd8024;
  height: auto;
  min-height: 30px;
  font-size: 16px;
  line-height: 30px;
  padding: 0.75rem 2.5rem;
  text-align: center;
  transition: background .3s ease;
  text-transform: none;
  border-radius: 4px;
  min-width: 120px;
  width: 100%;
  font-weight: normal;
}
.action.primary:hover,
.action.primary:active {
  background: #ffffff;
  color: #212529;
  border: 1px solid #fd8024;
}
.action.primary:focus {
  background: #fd8024;
  color: #212529;
}
.update {
  font-family: 'Cera Pro Medium';
  background: #ffcf00;
  color: #2c2c2c;
  border: 0;
  height: auto;
  min-height: 30px;
  line-height: 30px;
  padding: 0.75rem 2.5rem;
  text-align: center;
  transition: background .3s ease;
  text-transform: none;
  font-size: 14px;
  border-radius: 0;
}
.update:hover {
  background: #d6ce4b;
  color: #ffcf00;
  border: 0;
}
.update:active {
  background: #d6ce4b;
  color: #ffcf00;
  border: 0;
}
.update:focus {
  background: #212529;
  color: #2c2c2c;
  border: 0;
}
.action-secondary {
  background: #212529;
  color: #ffffff;
  border-color: #212529;
  padding: 7px 15px;
}
.action-secondary:hover {
  background: #ffcf00;
  color: #212529;
  border-color: #ffcf00;
}
.fieldset > .field {
  position: relative;
  margin-bottom: 25px;
}
.fieldset > .field > .label {
  margin-bottom: 5px;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 20px;
}
/** INPUTS Starts **/
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 50px;
  border-color: #c9c9c9;
}
select {
  height: 50px;
  border-color: #c9c9c9;
}
input ::placeholder {
  color: #212529 !important;
}
input :-ms-input-placeholder {
  color: #212529 !important;
}
input ::-ms-input-placeholder {
  color: #212529 !important;
}
input ::-webkit-input-placeholder {
  color: #212529 !important;
}
.choice {
  position: relative;
}
.choice input[type="checkbox"] {
  display: none;
}
.choice input[type="radio"] {
  display: none;
}
.choice .label {
  padding-left: 26px;
  position: relative;
}
.choice .label:before {
  border: 1px solid #c9c9c9;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 2px;
}
.choice input[type="checkbox"]:checked + .label:before {
  background: #fd8024;
  font-family: 'luma-icons';
  content: "\e610";
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.choice .field-tooltip .label:before {
  content: none;
}
.field input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 9;
  top: 3px;
  left: 2px;
}
.field input[type="radio"] + .label {
  padding-left: 26px;
  position: relative;
}
.field input[type="radio"] + .label:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #c9c9c9;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  background: none;
}
.field input[type="radio"]:checked + .label:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 30px;
  position: absolute;
  left: 3px;
  top: 3px;
  background: #fd8024;
}
.field input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.field input[type="checkbox"] + .label {
  padding-left: 24px;
  position: relative;
}
.field input[type="checkbox"] + .label:before {
  border: 1px solid #c9c9c9;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 2px;
}
.field input[type="checkbox"]:checked + .label:before {
  background: #fd8024;
  font-family: 'luma-icons';
  content: "\e610";
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
}
.mobile_number_fields {
  display: flex;
  position: relative;
  margin: 0 0 20px;
}
.mobile_number_fields #countrym_code {
  max-width: 70px;
}
.mobile_number_fields select {
  margin: 0 -2px;
  max-width: 75px;
  border-width: 2px;
}
.mobile_number_fields input[type="text"] {
  border-color: #c9c9c9;
  padding: 0 10px;
  border-width: 2px;
  border-radius: 4px 0 0 4px;
}
.mobile_number_fields input[type="text"].mobile_number {
  border-radius: 0 4px 4px 0;
}
.mobile_number_fields input[type="text"] + .mage-error {
  left: 150px;
}
.mobile_number_fields div.mage-error {
  position: absolute;
  left: 0;
  bottom: -16px;
}
/** INPUTS Ends **/
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 15px;
}
@media (min-width: 769px) {
  .navigation,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    max-width: 100%;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 400px;
  }
}
.action.reload.captcha-reload {
  background-color: #ffffff;
  border-color: #c9c9c9;
  color: #212529;
}
.action.reload.captcha-reload:hover {
  background-color: #ffffff;
  border-color: #fd8024;
  color: #212529;
}
body {
  color: #212529;
  background: #fff;
  font-family: 'Cera Pro', 'sans-serif';
  font-size: 14px;
  line-height: inherit;
  font-weight: 400;
}
select {
  font-family: 'Cera Pro Regular';
}
.page-wrapper {
  margin: auto;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.5);
}
div#amasty-shopby-product-list {
  width: 100%;
}
.header-menu-wrap {
  background-color: #ffcf00;
}
.logo {
  margin: 0 auto;
  float: none;
  width: 65px;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
}
.logo img {
  display: inline-block;
  max-width: 55px;
  width: inherit;
}
.page-header {
  margin: 0;
}
.page-header .panel.wrapper {
  background: #ffcf00;
  border: 0;
}
.page-header .panel.wrapper p {
  margin: 0;
  color: #212529;
  font-family: 'Cera Pro Light';
}
.page-header .panel.header {
  padding: 0;
  max-width: 1600px;
  box-sizing: border-box;
}
.page-header .amsearch-wrapper-block {
  height: 22px;
  position: relative;
  margin: 0;
  width: 50%;
  font-family: 'Cera Pro Regular';
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  background: url('../images/search-icon.svg') no-repeat;
  height: 20px;
  width: 20px;
  right: 8px;
  top: 2px;
  margin: 0;
  opacity: 1;
}
.amsearch-input-wrapper .amsearch-button.-close {
  top: -10px;
}
.amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
  background: url('../images/search-icon-blue.svg') no-repeat;
  top: 6px;
}
.header.content {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.header .header-content-wrap,
.header .header-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  align-items: center;
}
.header .header-menu {
  max-width: 1600px;
  margin: 0 auto;
}
.header .header-content-wrap {
  max-width: 1400px;
  margin: 0 auto;
}
.header .compare {
  display: none;
}
.header .header-left {
  width: 31%;
  box-sizing: border-box;
  align-items: center;
  display: flex;
}
.header .header-middle {
  width: 39%;
  text-align: center;
  align-items: center;
  display: flex;
}
.header .header-right {
  width: 30%;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  align-items: center;
}
.header.links {
  padding: 0;
  margin: 0 0 0 10px;
  list-style: none;
  display: flex;
}
.header.links .greet {
  display: none;
}
.header.links .link {
  width: inherit;
  height: 22px;
  margin: 0 2px;
  max-width: 260px;
}
.header.links .authorization-link a,
.header.links .wishlist a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
}
.header.links .authorization-link a:before,
.header.links .wishlist a:before {
  content: "";
  display: inline-block;
  height: 22px;
  width: 22px;
  position: relative;
  text-indent: 0;
  left: 0;
  top: 0;
  background: url('../images/account-icon.svg') no-repeat;
  transition: .3s;
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}
.header.links .wishlist a:before {
  background-image: url('../images/heart.svg');
}
.header.links .customer-welcome {
  position: relative;
  height: 22px;
  margin: 0 10px;
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
.header.links .customer-welcome .action {
  width: 22px;
  height: 24px;
  background: url('../images/account-icon.svg') no-repeat;
  transition: .3s;
  background-size: contain;
}
.header.links .customer-welcome .action:after {
  content: none;
}
.header.links .customer-welcome.active ul {
  display: flex;
  margin-top: 15px;
}
.header.links .customer-welcome.active .action {
  background: url('../images/account-icon.svg') no-repeat;
  background-size: contain;
}
.header.links .customer-welcome ul li {
  width: 48%;
}
.header.links .customer-welcome ul li a {
  background: #ffcf00;
  color: #2c2c2c;
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px;
  box-sizing: border-box;
  line-height: inherit;
  width: 100%;
  display: inline-block;
}
.header.links .customer-welcome ul li a:before {
  content: none;
}
.header.links .customer-welcome ul li a:hover {
  background: #d6ce4b;
}
.header.links .customer-menu {
  position: absolute;
  width: 230px;
  border: 1px solid #ffcf00;
  background: #fff;
  padding: 20px;
  z-index: 999;
  right: 0;
  top: 30px;
}
.header.links .header.links {
  display: flex;
  margin: 0;
  position: static;
  justify-content: space-between;
  border: 0;
  box-shadow: none;
}
.header-links {
  color: #212529;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.header-links a,
.header-links a.hover,
.header-links a.visited {
  color: #212529;
  text-decoration: none;
  font-size: 12px;
}
.header-links div {
  display: inline-block;
  float: none !important;
  border-right: 1px solid;
  padding: 0 10px;
}
.header-links div.switcher {
  border: 0;
  padding: 0;
}
.header-links div.switcher div {
  border: 0;
  padding: 0 15px;
}
.header-logo {
  margin: 0;
  max-width: 65px;
}
.nav-sections {
  margin: 0;
  background: #ffcf00;
}
.nav-toggle {
  z-index: 10;
}
.nav-toggle:hover:before {
  color: #212529;
}
.promo-message-block {
  background: #212529;
  position: relative;
  z-index: 1;
}
.promo-message-block .promotion-message ul {
  padding: 0;
  list-style: none;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.promo-message-block .promotion-message li {
  margin: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 33.3%;
}
.promo-message-block .promotion-message li:last-child {
  text-align: right;
}
.promo-message-block .promotion-message li a {
  color: #2c2c2c;
  display: flex;
  align-items: center;
  line-height: 18px;
  height: 44px;
  font-family: 'Cera Pro Bold';
  font-size: 16px;
  text-align: center;
}
.promo-message-block .promotion-message li a:hover {
  color: #d6ce4b;
  text-decoration: none;
}
.switcher .label {
  display: none;
}
.switcher .action {
  padding-right: 25px;
  position: relative;
  color: #2c2c2c;
  cursor: pointer;
}
.switcher .action:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 8px;
  display: inline-block;
  border-top: 6px solid #2c2c2c;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.switcher .action:hover {
  color: #d6ce4b;
}
.switcher .action:hover:after {
  border-top: 6px solid #d6ce4b;
}
.switcher .actions {
  position: relative;
}
.switcher .actions a {
  color: #2c2c2c;
  text-decoration: none;
  font-family: 'Noto Sans Arabic Regular';
}
.switcher .actions a:hover {
  color: #d6ce4b;
}
.switcher .actions .dropdown {
  margin: 3px 0 0;
  list-style: none;
  padding: 0;
  display: none;
  opacity: 0;
  transition: .3s;
  position: absolute;
  top: 20px;
  height: 20px;
}
.switcher .actions .dropdown a {
  color: #2c2c2c;
  text-decoration: none;
}
.switcher .actions .dropdown a:hover {
  color: #d6ce4b;
}
.switcher .actions.active .dropdown {
  display: block;
  opacity: 1;
}
.location,
.aboutus {
  position: relative;
}
.location a,
.aboutus a {
  padding-left: 24px;
  position: relative;
  color: #2c2c2c;
}
.location a:before,
.aboutus a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background: url('../images/store.png') no-repeat;
  top: 0;
  transition: .3s;
  background-size: 16px !important;
}
.location a:hover,
.aboutus a:hover {
  text-decoration: none;
}
.aboutus a:before {
  background: url('../images/about.png') no-repeat;
}
.minicart-wrapper {
  height: 23px;
  margin: 0 10px;
}
.minicart-wrapper .action.showcart .text {
  display: inline-block;
  width: inherit;
  height: inherit;
  position: relative;
  vertical-align: middle;
  margin: 0;
  line-height: 26px;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 22px;
  background: url('../images/bag.svg') no-repeat;
  transition: .3s;
  background-size: contain;
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
}
.minicart-wrapper .action.showcart {
  font-size: 12px;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: relative;
  border-radius: 20px;
  margin: 0;
  padding: 0;
  color: #212529;
  background: transparent;
  vertical-align: middle;
  min-width: inherit;
  line-height: 21px;
  letter-spacing: -1px;
  width: auto;
}
.minicart-wrapper .action.showcart .counter-number {
  text-shadow: none;
  line-height: 26px;
}
.minicart-wrapper .action.showcart .counter-number:before,
.minicart-wrapper .action.showcart .counter-number:after {
  display: inline-block;
  width: 5px;
  height: 22px;
  content: "(";
  position: relative;
}
.minicart-wrapper .action.showcart .counter-number:after {
  content: ")";
}
.minicart-wrapper .block-minicart {
  background: #fff;
  border-color: #ccc;
  color: #212529;
  padding: 20px;
  margin-top: 8px;
}
.minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #ccc transparent;
}
.minicart-wrapper .block-minicart:after {
  border-color: transparent transparent #ccc transparent;
}
.minicart-wrapper .block-minicart li {
  padding-bottom: 5px;
}
.minicart-wrapper .block-minicart .actions a:hover:before {
  color: #212529;
}
.minicart-wrapper .block-minicart .actions a:before {
  color: #212529;
}
.minicart-wrapper .block-minicart .actions .viewcart {
  color: #212529;
  border: 1px solid #fd8024;
  background: #ffffff;
  display: inline-block;
  line-height: 44px;
  padding: 0 15px;
}
.minicart-wrapper .block-minicart .actions .viewcart:hover {
  text-decoration: none;
  border: 1px solid #212529;
  background: #212529;
  color: #ffffff;
}
.minicart-wrapper .block-minicart .item-qty {
  color: #2c2c2c;
  border: none;
}
.minicart-wrapper .product-image-container {
  min-width: 90px;
}
.minicart-wrapper .product-image-wrapper {
  min-height: inherit;
}
.minicart-wrapper .product-item-details {
  padding-left: 100px;
}
.minicart-wrapper .product-item-name {
  min-height: auto;
}
.minicart-wrapper .product-item-name a {
  color: #212529;
}
.minicart-wrapper .action.primary {
  background: #ffcf00;
  color: #212529;
  padding: 7px 15px;
  font-size: 14px;
  border-radius: 0;
}
.minicart-wrapper .action.primary:hover {
  background: #ffffff;
  color: #212529;
}
.minicart-wrapper .action.close:before {
  color: #212529;
}
.minicart-wrapper .action.close:hover:before {
  color: #212529;
}
.minicart-wrapper .minicart-items .actions .primary {
  display: none;
}
.minicart-wrapper .minicart-items .update-cart-item {
  background: #d6ce4b;
  border-color: #d6ce4b;
  color: #ffcf00;
}
.minicart-items-wrapper {
  padding: 15px 20px;
  margin: 10px -20px;
  border-bottom: 1px solid #e0e0e0;
}
.minicart-items-wrapper .message.notice {
  background: none;
  padding: 0;
}
.minicart-items-wrapper .message.notice div {
  display: flex;
  align-items: center;
  color: #006cb7;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  margin-top: 5px;
  font-family: 'Cera Pro Medium';
}
.minicart-items-wrapper .message.notice div:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 0 5px;
  background: url(../images/gift.svg) no-repeat;
  background-size: contain;
  position: static;
  margin-top: -2px;
}
.minicart-items .product .toggle:after {
  color: #ffcf00;
}
.action-wrap {
  display: flex;
  clear: both;
  padding-top: 20px;
  justify-content: space-between;
  align-items: center;
}
.action-wrap .actions:first-child {
  order: 2;
}
.promo-message-block.mobile {
  display: none !important;
}
.promo-message-block .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  padding: 0;
}
.promo-message-block .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay p {
  margin: 0;
}
.promo-message-block .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay p a {
  color: #2c2c2c;
  text-decoration: none;
}
.promo-message-block .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay p a:hover {
  color: #d6ce4b;
}
.promo-message-block .slick-slider .slick-arrow {
  width: 13px;
  height: 15px;
}
.promo-message-block .slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.promo-message-block .slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.promo-message-block [data-element='content'] {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.hero-banner .slick-slider {
  padding: 0;
  margin: 0 !important;
}
.amsearch-highlight {
  color: #212529;
}
.amsearch-item-container.-page a.amsearch-link {
  color: #2c2c2c;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: #212529;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  color: #212529;
}
.amsearch-products-section .amsearch-link {
  color: #2c2c2c;
}
.amsearch-products-section .amsearch-link:hover {
  color: #212529;
}
.amsearch-products-section .amsearch-button.-compare {
  display: none;
}
.amsearch-products-section .amsearch-item {
  display: flex;
  align-items: center;
}
.amsearch-products-section .amsearch-item:hover {
  background: none;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  padding: 0;
}
.amsearch-wrapper-inner .product-item-actions .actions-primary + .actions-secondary {
  padding: 0;
  height: 35px;
}
.amsearch-wrapper-inner .product-item-actions .actions-secondary .-wishlist {
  margin: 0;
  width: 35px;
  height: 35px;
  position: relative;
  background: none;
  filter: brightness(1);
}
.amsearch-wrapper-inner .product-item-actions .actions-secondary .-wishlist:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../images/wishlist-dark.svg') no-repeat;
  left: 50%;
  margin-left: -13px;
  top: 6px;
}
.amsearch-wrapper-inner .product-item-actions .actions-secondary .-wishlist:hover {
  background: none;
}
.amsearch-item .amsearch-link {
  overflow: hidden;
}
.amsearch-item .price-label {
  display: none;
}
.amsearch-block-header {
  padding: 10px 15px 10px;
  background: #ececec;
  align-items: center;
}
.amsearch-block-header .amsearch-title {
  font-size: 14px;
  font-family: 'Cera Pro Medium';
}
.amsearch-block-header .amsearch-link {
  color: #212529;
}
.amsearch-items-section .amsearch-tab-items {
  padding: 0 10px;
}
.amsearch-items-section .amsearch-item .amsearch-link {
  font-size: 14px;
  padding: 10px 15px 10px;
  color: #3977be;
  border-bottom: 1px solid #ddd;
}
.amsearch-products-section {
  padding: 0;
}
.amsearch-products-section .amsearch-block-header {
  padding: 10px 15px 10px;
}
.amsearch-products-section .amsearch-item {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
}
.product-image-photo {
  margin: 0;
}
.amsearch-product-list .product.details.product-item-details {
  display: block;
  min-height: 40px;
}
.amsearch-product-list .product-image-wrapper {
  min-height: 80px;
}
.amsearch-product-list .product-image-photo {
  height: 80px;
}
.amsearch-items-section .amsearch-item .amsearch-link {
  padding: 10px 0 10px;
  border: 0;
  color: #212529;
}
@media (min-width: 769px) {
  .page-header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
  }
  .checkout-cart-index .page-header {
    position: unset;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 80px;
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.child-level-3 li {
    width: 16%;
  }
  .section-item-content .menu-container .menu > ul > li ul.child-level-3.menu-vertical-child.column2 li {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li ul.child-level-3.menu-vertical-child.column2 li div {
    text-align: left;
  }
  .section-item-content .menu-container .menu > ul > li > ul > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section-item-content .menu-container .menu > ul > li > ul > li > div {
    width: 100%;
  }
  .section-item-content .menu-container .menu > ul > li > ul > li .viewall {
    width: 100%;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    min-width: 300px;
    padding: 0;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33%);
  }
  .breadcrumbs {
    padding: 0;
    background: #fff;
    max-width: 100%;
  }
  .breadcrumbs .items {
    max-width: 1600px;
    margin: 0 auto;
    padding: 12px 20px 15px;
    box-sizing: border-box;
  }
  .cms-home .nav-sections:before {
    content: none;
  }
  .cms-home .nav-sections:after {
    content: none;
  }
  .cms-home .page-wrapper .page-main {
    padding: 0;
    background: none;
  }
  .promo-message-block {
    height: 44px;
    transition: .3s;
  }
  .page-wrapper .page-main {
    transition: all 0.3s ease;
    background: #ffffff;
  }
  .page-header .switcher {
    float: left;
    margin: 0 10px 0 0;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 300px;
  }
  .page-header .amsearch-form-block {
    position: absolute;
    right: 0;
  }
  .page-header .amsearch-form-block .amsearch-input {
    border: 0;
    background: #ffffff;
    margin-top: -10px;
    text-indent: 0;
    cursor: pointer;
    border-radius: 20px;
    padding: 5px 30px 5px;
    height: 40px;
  }
  .page-header .amsearch-form-block.-opened .amsearch-input-wrapper {
    min-width: 300px;
  }
  .page-header .amsearch-form-block.-opened .amsearch-input {
    background: #fff;
    text-indent: 0;
    cursor: text;
    border-radius: 10px 10px 0 0;
    border: 0;
    border-bottom: 0;
    height: 48px;
    padding: 5px 35px;
  }
  .navigation {
    background: #ffcf00;
  }
  .navigation .level0 > .level-top {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 14px;
  }
  .navigation .level0 > .level-top:hover {
    color: #d6ce4b;
  }
  .navigation .level0.active > .level-top {
    color: #d6ce4b;
    border: 0;
  }
  .navigation .level0.has-active > .level-top {
    color: #d6ce4b;
    border: 0;
  }
  .breadcrumbs a {
    color: #212529;
    font-family: 'Cera Pro Medium';
    font-size: 14px;
  }
  .breadcrumbs a:visited {
    color: #212529;
  }
  .breadcrumbs strong {
    font-size: 13.6px;
    font-family: 'Cera Pro Regular';
  }
  .section-item-content .menu-container .menu > ul {
    position: static;
  }
  .section-item-content .menu-container .menu > ul > li.has-active {
    background: #ffcf00;
  }
  .section-item-content .menu-container .menu > ul > li.has-active ul li a {
    color: #212529;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li.right-nav {
    float: right;
  }
  .section-item-content .menu-container .menu > ul > li:hover {
    background: #ffffff;
  }
  .section-item-content .menu-container .menu > ul > li:hover a {
    color: #212529;
  }
  .section-item-content .menu-container .menu > ul > li:hover ul li a {
    color: #212529;
  }
  .section-item-content .menu-container .menu > ul > li > ul {
    padding: 15px 8%;
  }
  .section-item-content .menu-container .menu > ul > li > ul li {
    max-width: 1240px;
    margin: 0 auto;
    float: none;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li > ul li.megaStaticBlock .col-menu-3.vertical-menu-left {
    background: #eee !important;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li > ul li:after {
    content: "";
    display: table;
    clear: both;
  }
  .section-item-content .menu-container .menu > ul > li > ul li > a {
    font-family: 'Cera Pro Regular';
    font-weight: 600;
  }
  .section-item-content .menu-container .menu > ul > li > ul li > a:before {
    content: none;
  }
  .section-item-content .menu-container .menu > ul > li > ul li > a:hover {
    color: #212529;
    padding: 0;
  }
  .section-item-content .menu-container .menu > ul > li > ul li .category-banner {
    text-align: right;
  }
  .section-item-content .menu-container .menu > ul > li > ul li h2 {
    color: #ffcf00;
    border-color: #c9c9c9;
    font-size: 20px;
  }
  .section-item-content .menu-container .menu > ul > li > ul li ul.subcategory-col4 {
    justify-content: flex-start;
    margin: 0;
    display: block;
    width: 24%;
  }
  .section-item-content .menu-container .menu > ul > li ul.column3 > li {
    margin: 0;
  }
  .section-item-content .menu-container .menu > ul > li.range ul.column3 li {
    width: 60%;
  }
  .section-item-content .menu-container .menu > ul > li.range ul.column3 li .subcategor_tag li {
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 10px;
  }
  .section-item-content .menu-container .menu > ul > li.range ul.column3 li.category-banner {
    width: 40%;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu,
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu.has-active {
    background: #212529;
    color: #ffffff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu a,
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu.has-active a {
    background: #212529;
    color: #ffffff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu a:hover,
  .section-item-content .menu-container .menu.horizontal > ul > li.offer-menu.has-active a:hover {
    color: #ffffff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a {
    color: #2c2c2c;
    text-transform: uppercase;
    font-size: 15px;
    padding: 25px 16px;
    font-weight: normal;
    line-height: 18px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a .megaitemicons {
    margin: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a:before {
    content: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a:hover {
    color: #212529;
  }
  .section-item-content .menu-container .menu .all-links a {
    margin: 10px;
  }
  .menu-block {
    display: flex;
    justify-content: space-between;
  }
  .menu-block.joinus .col-1 {
    width: 40%;
  }
  .menu-block.joinus .col-2 {
    width: 50%;
    text-align: right;
  }
  .menu-block .col {
    padding: 0 10px 0 0;
  }
  .menu-block .col:last-child {
    padding: 0;
    max-width: 150px;
    width: 100%;
  }
  .menu-block.about .col:last-child {
    width: 30%;
    max-width: 30%;
  }
  .header .header-menu {
    padding: 0 30px;
    height: 75px;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 40px;
  }
  .page-header .amsearch-form-block .amsearch-input {
    padding: 5px 20px 5px;
    border-radius: 40px;
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 40px;
  }
  .minicart-section {
    display: flex;
  }
  .minicart-section .minicart-wrapper {
    margin: 0;
  }
  .minicart-section .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-section .wishlist {
    list-style: none;
    margin: 4px 20px 0;
  }
  .minicart-section .wishlist a {
    display: inline-block;
    height: 22px;
    width: 22px;
    background: url(../images/heart.svg) no-repeat;
    font-size: 0;
    vertical-align: middle;
    background-size: contain;
  }
  .header-right {
    padding-right: 15px;
  }
  .header-right .wishlist {
    display: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li a {
    position: relative;
    font-family: 'Cera Pro Medium';
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:hover > a:before {
    content: "";
    display: block;
    height: 5px;
    background: #ffcf03;
    position: absolute;
    bottom: 0px;
    width: 90%;
    margin-left: 5%;
    left: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul ul li a {
    font-family: 'Cera Pro';
    font-weight: 400;
  }
  .amasty-shipbar .main-container {
    max-width: 1370px;
    margin: 0 auto;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.formula {
    margin: 0 5px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.formula a {
    background: #fff;
    color: #e3000b;
    margin: 10px 0;
    padding: 15px 16px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.formula:hover a {
    margin: 0;
    padding: 25px 16px;
  }
}
.top-information-block {
  width: 100% !important;
}
.top-information-block .pagebuilder-top-info-slider {
  padding: 0 !important;
  margin: 0 !important;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-slide-wrapper {
  min-height: inherit !important;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-overlay {
  min-height: inherit !important;
  padding: 0;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-overlay .pagebuilder-poster-content div {
  min-height: inherit;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-overlay .pagebuilder-poster-content p {
  margin: 0;
  font-size: 12px;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-overlay .pagebuilder-poster-content img {
  display: inline-block;
  max-height: 37px;
  vertical-align: middle;
  margin: 0px 5px;
  height: inherit;
  width: inherit;
}
.top-information-block .pagebuilder-top-info-slider .pagebuilder-overlay .pagebuilder-poster-content a {
  color: #006db7;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  margin-top: 0;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  border-top: 2px solid #ffcf00;
}
.home-cols-container {
  max-width: 1000px;
  margin: 30px auto;
}
.home-cols-container .home-cols img {
  max-width: 100px !important;
}
.pagebuilder-column figure {
  text-align: center;
}
.slick-dots {
  bottom: 5px;
}
.slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
  height: 10px;
  width: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.slick-dots li button:hover {
  border: 1px solid #ffcf00;
}
.slick-dots li.slick-active button {
  border: 1px solid #ffcf00;
}
div.pagebuilder-button-link {
  color: #212529;
}
div.pagebuilder-button-link:hover,
div.pagebuilder-button-link:active,
div.pagebuilder-button-link:visited {
  color: #212529;
}
div.pagebuilder-button-link:hover {
  cursor: pointer;
}
div.pagebuilder-button-primary {
  background-color: #ff0000;
  border: 0;
}
div.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:visited {
  background-color: #ff0000;
  border: 0;
}
div.pagebuilder-button-primary:hover {
  cursor: pointer;
}
a,
.alink {
  color: #212529;
}
a:visited,
.alink:visited {
  color: #212529;
}
.product-items.slick-slider .slick-slide .product-item {
  max-width: 330px;
}
.box-slide {
  overflow: hidden !important;
  transition: all .5s ease;
  position: relative;
}
.box-slide .box-slide-arrows {
  position: absolute;
  top: 25%;
  width: 100%;
}
.box-slide .box-slide-arrows .arrow-left,
.box-slide .box-slide-arrows .arrow-right {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('../images/left-arrow.png');
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  border: 1px solid #2c2c2c;
  background-size: 12px;
  float: left;
  opacity: 0.6;
  cursor: pointer;
}
.box-slide .box-slide-arrows .arrow-left:hover,
.box-slide .box-slide-arrows .arrow-right:hover {
  opacity: 0.9;
}
.box-slide .box-slide-arrows .arrow-right {
  background-image: url('../images/right-arrow.png');
  float: right;
}
.box-slide .pagebuilder-column-line {
  transition: all .5s ease;
  position: relative !important;
  left: 0;
}
.box-slide .pagebuilder-column-line .pagebuilder-column {
  transition: all .5s ease;
  min-width: 25%;
  margin-left: 0;
}
.section-item-content .menu-container .menu.horizontal {
  background-color: #ffcf00;
  width: 100%;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items {
  padding: 15px;
  border-bottom: 1px solid #ccc;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items a {
  color: #212529;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active {
  background: #eee;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active:after {
  content: "";
  display: inline-block !important;
  width: 4px;
  height: 100%;
  position: absolute;
  float: right;
  background: #3977be;
  left: 0;
  top: 0;
}
.section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active a {
  color: #3977be;
  text-transform: none;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  display: block;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 li {
  display: inline-block;
  padding: 10px 5px !important;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 li a:hover {
  padding: 0;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 li div {
  margin-top: 0;
  text-align: center;
  margin-bottom: 1rem;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-3 li div a {
  color: #212529 !important;
  font-size: 15px;
  font-weight: 400;
}
.section-item-content .menu-container .menu > ul > li ul.column4 > li {
  padding: 6px 4px;
  margin: 0;
  width: 100%;
}
.section-item-content .menu-container .menu > ul > li ul.child-level-2 {
  display: none;
}
.menu-dropdown-icon > a {
  transition: all 0.3s ease;
}
.menu-dropdown-icon > a:after {
  transition: all 0.3s ease;
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 12px;
  background-image: url('../images/down-arrow.png');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
}
.hasSubMenus {
  position: relative;
}
.hasSubMenus a {
  position: relative;
  color: #212529;
}
.hasSubMenus a:after {
  content: "";
  display: inline-block;
  position: relative;
  float: right;
  width: 20px;
  height: 20px;
  background-image: url('../images/right-arrow.png');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.hasSubMenus.active {
  background-color: #eee !important;
}
.hasSubMenus.active > a {
  color: #3977be !important;
  text-decoration: underline;
}
.hasSubMenus.active > a:after {
  background-image: url('../images/right-arrow-blue.png');
}
.hasSubMenus.active:after {
  content: "";
  display: inline-block !important;
  width: 4px;
  height: 100%;
  position: absolute;
  float: right;
  background: #3977be;
  left: 0;
  top: 0;
}
.customer-account-logoutsuccess .page-wrapper .page-main {
  margin: 0 auto;
  padding: 70px 0;
  background-color: #f2f5f7;
}
.customer-account-logoutsuccess .page-wrapper .page-main .columns,
.customer-account-logoutsuccess .page-wrapper .page-main .page-title-wrapper {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}
.customer-account-logoutsuccess .page-wrapper .page-main .columns .page-title,
.customer-account-logoutsuccess .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 54px;
  font-family: 'Cera Pro Medium';
  margin: 0 auto 30px;
}
.customer-account-logoutsuccess .page-wrapper .page-main .columns .column.main p,
.customer-account-logoutsuccess .page-wrapper .page-main .page-title-wrapper .column.main p {
  margin: auto;
  font-size: 20px;
  font-family: 'Cera Pro Light';
}
.cms-no-route .page-wrapper .page-main {
  margin: 0 auto;
  padding: 70px 0;
  background-color: #f2f5f7;
  background-image: url('../images/404-bg.jpeg');
  background-position: center;
  background-size: cover;
}
.cms-no-route .page-wrapper .page-main .columns {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  display: flex;
  align-items: center;
}
.cms-no-route .page-wrapper .page-main .columns:before {
  display: inline-block;
  content: "";
  min-width: 400px;
  height: 400px;
  background: url('../images/404-icon.png') no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 5px;
  max-width: 40%;
  background-size: contain;
}
.cms-no-route .page-wrapper .page-main .columns .column.main {
  display: inline-block;
  max-width: 50%;
  color: #fff;
}
.cms-no-route .page-wrapper .page-main .columns h2 {
  font-size: 220px;
  font-family: 'Cera Pro Medium';
}
.cms-no-route .page-wrapper .page-main .columns h3 {
  font-size: 40px;
  font-family: 'Cera Pro Light';
}
.cms-no-route .page-wrapper .page-main .columns p {
  margin: 10px 0;
}
.cms-no-route .page-wrapper .page-main .columns ul {
  padding: 20px 0;
  margin: 0;
}
.cms-no-route .page-wrapper .page-main .columns ul li {
  list-style: none;
}
.cms-no-route .page-wrapper .page-main .columns ul li a {
  color: #ffffff;
  padding: 10px;
  display: inline-block;
  text-decoration: underline;
}
.cms-no-route .page-wrapper .page-main .columns ul li a:hover,
.cms-no-route .page-wrapper .page-main .columns ul li a:visited {
  color: #ffffff;
}
.viewall-link {
  color: #3977be !important;
  border: none;
  border-radius: 5px;
  display: inline-block;
  min-width: 100px;
  transition: .3s !important;
  text-decoration: underline !important;
  margin-bottom: 15px;
}
.viewall-link:before {
  display: none !important;
}
.viewall-link:hover {
  text-decoration: none !important;
}
.viewall-content .pagebuilder-column {
  padding: 10px;
}
.viewall-content .pagebuilder-column h2 {
  margin: 10px 0;
}
.viewall-content .pagebuilder-column a.pagebuilder-button-link,
.viewall-content .pagebuilder-column button.pagebuilder-button-link,
.viewall-content .pagebuilder-column div.pagebuilder-button-link {
  padding: 3px 0;
  font-size: 14px;
  font-weight: inherit;
}
.cms-page-view .breadcrumbs {
  display: none;
}
.cms-page-view .columns .column.main {
  padding: 0 15px;
}
.cms-page-view .page-title-wrapper {
  padding: 30px;
  background: #016db6;
  text-align: center;
  color: #fff;
}
.cms-page-view .page-title-wrapper h1 {
  margin: 0;
  font-size: 33px;
}
.slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.product-items.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.product-items.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  padding: 16px 15px 15px;
  font-weight: 400;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  border: 0;
  font-family: 'Cera Pro';
  line-height: 1rem;
  border-radius: 5px;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 14px;
  background-image: url('../images/right-arrow.png');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  background-position: right;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:hover {
  border: 0;
  background: #000;
  color: #ffffff;
  border: #000;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button:hover:after {
  background-image: url('../images/right-arrow-hover.png');
}
.product-item-actions .actions-primary > .stock.unavailable {
  padding: 16px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .top-information-block {
    background: #edf4fe;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active:after {
    content: none !important;
  }
  .header .header-right {
    padding-right: 38px;
  }
  .minicart-section {
    position: absolute;
    right: 0;
    bottom: 25px;
  }
  .minicart-section .wishlist {
    display: none;
  }
  .section-item-content .menu-container .menu > ul > li ul.child-level-3 {
    margin: 0 !important;
  }
  .section-item-content .menu-container .menu > ul > li ul li a.active + span.plus {
    right: 15px;
    top: 17px;
  }
  .header.links .authorization-link a {
    display: block;
  }
  .header.links .wishlist a {
    display: block;
  }
  .modal-popup .modal-inner-wrap {
    width: 80%;
  }
}
.grecaptcha-badge {
  visibility: hidden !important;
}
.footer-middle-block {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1600px;
  margin: 0 auto;
  align-items: center;
  color: #fff;
}
.footer-middle-block .signup-text {
  display: block;
  margin: 10px 0;
}
.footer-middle-block > .newsletter {
  float: left !important;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-family: 'Cera Pro Regular';
  max-width: 100%;
  width: 80%;
}
.footer-middle-block > .newsletter .field.newsletter {
  max-width: none;
}
.footer-middle-block > .newsletter .actions {
  width: 100px;
}
.footer-middle-block > .newsletter .action.subscribe {
  background: #ffcf00;
  border: 0;
  font-size: 16px;
  color: #212529;
  min-height: 25px;
  line-height: 25px;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Cera Pro Regular';
  border-radius: 0 8px 8px 0;
}
.footer-middle-block > .newsletter .action.subscribe:hover {
  opacity: .8;
}
.footer-middle-block > .newsletter input[type="email"] {
  padding: 0 10px 0 35px;
  line-height: 40px;
  margin: 0;
  height: 40px;
  color: #212529;
  width: 100%;
  max-width: 300px;
  border: 2px solid #ffcf00;
  border-radius: 8px 0 0 8px;
}
.footer-middle-block > .newsletter input[type="email"]::placeholder {
  color: #2c2c2c;
}
.footer-middle-block > .newsletter input[type="email"]:-ms-input-placeholder {
  color: #2c2c2c;
}
.footer-middle-block > .newsletter input[type="email"]::-ms-input-placeholder {
  color: #2c2c2c;
}
.footer-middle-block > .newsletter .field .control:before {
  line-height: 40px;
  color: #2c2c2c;
}
.footer-middle-block .social {
  padding: 0;
  box-sizing: border-box;
}
.footer-middle-block .social div {
  vertical-align: middle;
  display: inline-block;
}
.footer-middle-block .social ul {
  display: inline-block;
  vertical-align: top;
}
.footer-middle-block .social ul li {
  width: 50px;
  height: 40px;
  margin: 0;
  display: inline-block;
}
.footer-middle-block .social ul li.whatsapp-li {
  display: block;
  width: inherit;
}
.footer-middle-block .social ul li.whatsapp-li a {
  width: 40px;
  display: inline-block;
  height: 33px;
  vertical-align: middle;
}
.footer-middle-block .social ul li.whatsapp-li span {
  display: inline-block;
  vertical-align: middle;
}
.footer-middle-block .social ul li a {
  display: block;
  text-indent: -9999px;
  position: relative;
}
.footer-middle-block .social ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 50px;
  background-size: contain;
  background-size: 100%;
}
.footer-middle-block .social ul li a.twitter:before {
  background: url('../images/twitter.svg') no-repeat;
}
.footer-middle-block .social ul li a.instragam:before {
  background: url('../images/instagram.svg') no-repeat;
}
.footer-middle-block .social ul li a.facebook:before {
  background: url('../images/facebook.svg') no-repeat;
}
.footer-middle-block .social ul li a.youtube:before {
  background: url('../images/youtube.svg') no-repeat;
}
.footer-middle-block .social ul li a.whatsapp:before {
  background: url('../images/whatsapp.png') no-repeat;
}
.page-footer {
  background-color: #201d45;
}
.column-wrap {
  text-align: left;
}
.app-store {
  text-align: left;
}
.app-store span {
  display: block;
  height: 40px;
  font-size: 0px;
}
.app-store span.googleStore {
  background: url('../images/Google-Play-Store-Download.svg') no-repeat;
  background-size: 70%;
  background-position: left center;
}
.app-store span.appleStore {
  background: url('../images/app-store-download.svg') no-repeat;
  background-size: 70%;
  background-position: left center;
  margin-top: 5px;
}
.footer-logo {
  max-width: 60px;
  width: 100%;
}
.support-footer .list-group h4 {
  font-weight: normal;
}
.support-footer .list-group div div {
  display: flex;
}
.support-footer .list-group div div img,
.support-footer .list-group div div span {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
}
.support-footer .list-group div div img {
  box-shadow: 0 1px 3px 1px #ccc;
  border-radius: 50%;
  background-color: #fff;
  padding: 1px;
  width: 60px;
  height: 60px;
  margin-right: 3%;
}
.footer-copyrights {
  font-size: 12px;
}
.footer-copyrights p {
  margin: 0;
}
.footerHeading {
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Cera Pro Bold';
}
.list-group li {
  padding: 8px 0;
}
.content-max {
  max-width: 1600px;
  margin: auto;
  width: 100%;
}
.footer-cols .pagebuilder-column-line .pagebuilder-column {
  margin-right: 0;
}
.footer-cols .pagebuilder-column-line .pagebuilder-column:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  margin-right: 20px;
  padding: 0 20px 0 0;
}
.footer-last {
  margin-top: 20px;
  border-top: 1px solid #e0e0e0;
}
.checkout-footer {
  background-color: #ffcf00;
}
.checkout-footer .block-static-block.widget {
  margin: auto;
}
.checkout-footer .footer-copyrights p {
  margin: 0;
}
.checkout-footer .footer-last {
  margin: 20px auto;
  border: 0;
}
.contact-index-index .page-title-wrapper {
  padding: 30px;
  background: #016db6;
  text-align: center;
  color: #fff;
}
.contact-index-index .page-title-wrapper h1 {
  margin: 0 auto;
}
.contact-index-index .fieldset > .legend {
  padding: 0;
}
.contact-index-index legend span,
.contact-index-index .address-box h2 {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.contact-index-index .page-main {
  padding: 0;
}
.contact-index-index .column.main {
  display: flex;
  max-width: 1240px;
  margin: 50px auto;
}
.contact-index-index .form.contact,
.contact-index-index .contact-address-block {
  min-width: 400px;
  max-width: 400px;
  margin: 0 50px;
}
.contact-index-index .footerHeading {
  color: #212529;
}
.contact-index-index .footer-middle-block {
  padding-top: 30px;
}
.contact-index-index .footer-middle-block .social ul {
  margin: 0;
  padding: 0;
}
.page-footer {
  padding-bottom: 0;
}
.footer {
  color: #fff;
}
.footer a {
  color: #fff;
}
.footer a:visited {
  color: #fff;
}
.footer .store-locator {
  font-size: 13px;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-family: 'Cera Pro Medium';
  font-weight: normal;
}
.footer .store-locator:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 16px;
  vertical-align: middle;
  margin: 0 5px;
  background: url('../images/location.svg') no-repeat;
  background-size: 100%;
}
.newsletter-box {
  padding-bottom: 10px;
}
.newsletter-box .signup-text {
  position: relative;
  padding-left: 50px;
  font-family: 'Cera Pro Medium';
  margin-bottom: 15px;
}
.newsletter-box .signup-text:before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 32px;
  vertical-align: top;
  margin: 0 5px;
  background: url('../images/icon-email.svg') no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.newsletter-box .newsletter .field .control:before {
  content: none;
}
.newsletter-box .newsletter input {
  height: 44px;
  padding: 0 10px;
  margin: 0;
  min-width: 210px;
  border-radius: 5px 0 0 5px;
  font-family: 'Cera Pro Regular';
}
.page-wrapper .footer .newsletter-box .action.primary {
  background: #252525;
  border-color: #252525;
  min-height: 27px;
  line-height: 27px;
  color: #fff;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  white-space: nowrap;
  padding: 0.75rem 2.5rem;
  font-family: 'Cera Pro Regular', san-serif;
  font-size: 16px;
  min-width: 125px;
}
.copyright-text img {
  display: none;
}
@media (min-width: 769px) {
  .newsletter-box .signup-text {
    padding-right: 60px;
  }
  .footer.content {
    max-width: 1600px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer.content .block {
    float: none;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .app-links-div {
    display: block !important;
  }
  .footer .column-wrap {
    display: flex;
    justify-content: flex-start;
    padding: 5px 20px 0;
    align-items: center;
  }
  .footer .footer-logo {
    margin: 0;
  }
  .footer .store-locator {
    margin: 0 10px;
  }
  .footer .app-store {
    padding: 0 20px;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .footer .app-store span {
    width: 48%;
    height: 50px;
  }
  .footer .app-store span.googleStore {
    background-size: 85%;
  }
  .footer .app-store span.appleStore {
    background-size: 85%;
    margin-top: 0;
    background-position: right center;
  }
}
/** Mobile UX Starts **/
@media (max-width: 1190px) {
  .promo-message-block:before {
    max-width: 15px;
  }
  .promo-message-block:after {
    max-width: 15px;
  }
}
@media (max-width: 768px) {
  .top-information-block .slick-slider .slick-arrow.slick-prev,
  .top-information-block .slick-slider .slick-arrow.slick-next {
    display: none !important;
  }
  .top-information-block p {
    position: relative;
    text-align: left !important;
    display: flex;
    padding: 0 5px 0 0;
    align-items: center;
    min-height: 40px;
    justify-content: flex-start;
  }
  .top-information-block p .close {
    width: 11px;
    color: #000;
    font-size: 0px;
    text-align: center;
    position: absolute;
    display: block;
    top: 13px;
    right: 10px;
    height: 11px;
    font-weight: normal;
    min-height: 11px !important;
    background: url('../images/close.png') no-repeat;
    background-size: 100%;
  }
  .link.wishlist .counter {
    color: black;
    font-size: 10px;
    position: absolute;
    left: -9px;
    top: 17px;
    display: none;
  }
  .profileList {
    margin: 50px auto;
  }
  .logo img {
    max-width: 35px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px;
  }
  .products-grid.wishlist .product-item .price-box {
    margin: 0;
  }
  .products-grid.wishlist .product-item-info a {
    width: 80px;
  }
  .products-grid.wishlist .product-item-photo {
    margin-right: 10px;
  }
  .products-grid.wishlist .product-image-wrapper {
    min-height: 90px;
  }
  .products-grid.wishlist .product-image-photo {
    margin: 0 auto;
  }
  .breadcrumbs {
    padding: 5px 0;
  }
  .breadcrumbs .item:not(:last-child):after {
    line-height: 14px;
    margin: 0;
  }
  .header-logo {
    max-width: 35px;
    padding: 10px;
    margin: 0;
  }
  .header-logo .logo {
    top: -33px;
    left: 48px;
  }
  .header .header-menu {
    height: 5px;
  }
  .header.content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    transition: .3s;
    background-color: #ffffff;
  }
  .nav-open .page-header {
    padding-top: 0;
  }
  .nav-open .header.content {
    position: static;
  }
  .promo-message-block:before {
    max-width: 28px;
  }
  .promo-message-block:after {
    max-width: 28px;
  }
  .promo-message-block.desktop {
    display: none !important;
  }
  .promo-message-block.mobile {
    display: block !important;
    font-family: 'Cera Pro Bold';
    font-size: 16px;
  }
  .promo-message-block.mobile p {
    padding: 0 10px;
  }
  .header-links .location,
  .header-links .aboutus {
    display: none;
  }
  .header-links .switcher {
    max-width: 50px;
    margin: 10px auto;
    padding: 0 !important;
  }
  .block-collapsible-nav {
    top: 0;
    margin: 0;
    position: relative;
  }
  .account .page-wrapper .page-main .columns .account-main-box {
    max-width: 100%;
    width: 100%;
  }
  .account .page-wrapper .block-collapsible-nav .nav li {
    font-size: 16px;
    position: relative;
  }
  .account .page-wrapper .block-collapsible-nav .nav li a {
    background-color: #ffffff;
  }
  .account .page-wrapper .block-collapsible-nav .nav li strong:after,
  .account .page-wrapper .block-collapsible-nav .nav li a:hover:after {
    display: none !important;
  }
  .header.content {
    width: 100%;
  }
  .header.links {
    margin: 0;
  }
  .header.links .customer-welcome {
    width: 22px;
    margin: 0 4px 0 0;
    position: inherit;
  }
  .header.links .customer-welcome .title-account {
    display: none;
  }
  .header.links .customer-welcome .customer-menu {
    display: none;
  }
  .header.links .customer-welcome.active .customer-menu {
    display: block;
    right: 5px;
    top: 40px;
  }
  .header.links .customer-welcome .action {
    border: 0;
    padding: 0;
  }
  .header.links .customer-welcome .action span {
    display: none;
  }
  .header.links .link {
    margin: 0 0 0 8px;
  }
  .header.links .authorization-link a,
  .header.links .wishlist a {
    font-size: 0;
  }
  .header .header-content-wrap {
    display: grid;
    grid-template-columns: 65% 35%;
    -ms-grid-columns: 65% 35%;
  }
  .header .header-content-wrap .header-left,
  .header .header-content-wrap .header-right,
  .header .header-content-wrap .header-middle {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-column-start: 1;
    grid-column-end: span 1;
    grid-row-start: 2;
    grid-row-end: span 1;
  }
  .header .header-content-wrap .header-right {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
  .header .header-content-wrap .header-middle {
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }
  .header .header-content-wrap .header-middle {
    background-color: #ffffff;
    width: 100%;
  }
  .header .header-content-wrap .certified-store {
    font-size: 10px;
    max-width: 50px;
  }
  .header .header-content-wrap .header-left {
    padding-left: 90px;
  }
  .header .header-content-wrap .header-left,
  .header .header-content-wrap .header-right {
    width: 100%;
    min-height: 60px;
  }
  .nav-toggle {
    top: 56px;
    left: 18px;
  }
  .nav-toggle:before {
    color: #2c2c2c;
  }
  .nav-open .page-wrapper {
    left: calc(100% - 0px);
  }
  .nav-open .nav-sections {
    background: #fff;
    z-index: 9;
    width: calc(100% - 0px);
    left: 0;
  }
  .nav-open .nav-toggle:before {
    content: none;
  }
  .nav-open .nav-toggle:after {
    width: 20%;
    height: 65px;
    content: "";
    z-index: 110;
    color: #000;
    line-height: 65px;
    text-align: center;
    font-size: 24px;
    background: #ffffff url('../images/close.png') no-repeat;
    background-position: center;
    background-size: 12px;
  }
  .nav-sections {
    left: calc(-1 * (100% - 0px));
  }
  .nav-sections .header.mobile {
    display: block;
    background: #ffcf00;
  }
  .nav-sections .header.mobile .wishlist a {
    text-indent: 0;
  }
  .nav-sections .header.mobile .wishlist a:before {
    content: none;
  }
  .nav-sections .header.mobile .authorization-link a {
    text-indent: 0;
  }
  .nav-sections .header.mobile .authorization-link a:before {
    content: none;
  }
  .nav-sections .header.mobile .link {
    width: 100%;
    height: auto;
  }
  .nav-sections .header.mobile li > a {
    border-top: 1px solid #e0e0e0;
    color: #2c2c2c;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px 12px 15px;
  }
  .nav-sections .header.mobile li > a:hover {
    color: #d6ce4b;
  }
  .nav-sections .header.links li.greet.welcome {
    padding: 0;
    border-color: #5dbdb4;
  }
  .nav-sections .header.links li.greet.welcome span {
    line-height: 40px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > a {
    color: #212529;
  }
  .menu-dropdown-icon > a:after {
    display: none;
  }
  .nav-sections-items {
    background-color: #fff;
  }
  .section-item-content .menu-container .menu.horizontal {
    background-color: #fff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus {
    width: 50%;
    padding: 0 10px;
    text-align: right;
    box-sizing: border-box;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus:before {
    color: #666;
    content: "\f105";
    font-size: 22px;
    line-height: 34px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li span.plus.active:before {
    content: "\f106";
    color: #333;
    line-height: 36px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.has-active {
    background: #fff;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li.has-active > a {
    color: #212529;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li a {
    padding: 15px;
    font-weight: 500;
    font-size: 16px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li a.active {
    background: #f6f6f6;
    color: #1979c3;
    border-left: 5px solid #1979c3;
    box-sizing: border-box;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li a {
    font-family: 'Cera Pro Regular';
    display: block;
    position: relative;
    padding: 4px 20px;
    font-weight: 400;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li a:before {
    position: absolute;
    right: 0;
    font-size: 20px;
    content: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li a.viewall-link {
    margin-bottom: 10px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li ul.column4 > li {
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .col-menu-3.vertical-menu-left {
    padding: 0 10px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav {
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav li {
    border-bottom: 1px solid #ddd;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav li:last-child {
    border: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav > li > a.active {
    background: #f6f6f6 !important;
    padding: 15px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav .menu-vertical-child li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav .menu-vertical-child li div {
    margin: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li > ul > li .vertical-menu-left-nav .menu-vertical-child li .menu-image {
    width: 50px;
    order: 2;
    display: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li:hover span.plus.active:before {
    color: #333;
  }
  .header.links .item {
    margin: 0 10px;
  }
  .header.links .item a {
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
  }
  .header.links .item a:before {
    content: "";
    display: inline-block;
    text-indent: 0;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    background: url('../images/store.png') no-repeat;
    top: 1px;
  }
  .header.links .greet {
    display: none;
  }
  .navigation {
    background: #212529;
  }
  .navigation a {
    color: #2c2c2c;
    font-size: 14px;
  }
  .navigation a:hover {
    background: #ffcf00;
    color: #d6ce4b;
  }
  .navigation .level0 {
    border-top: 1px solid #5dbdb4;
  }
  .navigation .level0 > .level-top {
    padding: 10px 40px 10px 15px;
  }
  .nav-sections-item-content {
    padding: 0;
    margin-top: 65px;
    border-top: 2px solid #ffcf00;
  }
  .nav-sections-item-title {
    height: 50px;
    border: 0;
    padding-top: 12px;
    font-size: 16px;
    background: #ffcf00;
    width: 41.9%;
    display: none;
  }
  .nav-sections-item-title a {
    color: #2c2c2c;
  }
  .nav-sections-item-title.active {
    background: #212529;
  }
  .nav-sections-item-title.active a {
    color: #d6ce4b;
  }
  .minicart-wrapper {
    margin: 0 10px 0 5px;
    order: 3;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    top: 22px;
    right: 1px;
    position: absolute;
    background: transparent;
    width: 16px;
    height: 16px;
  }
  .minicart-wrapper .action.showcart .counter-number {
    font-size: 11px;
    vertical-align: middle;
    display: block;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Cera Pro Bold';
  }
  .minicart-wrapper .action.showcart .counter-number:before,
  .minicart-wrapper .action.showcart .counter-number:after {
    display: none;
  }
  .minicart-wrapper .action-wrap {
    flex-wrap: wrap;
  }
  .minicart-wrapper .action-wrap .actions {
    margin: 5px auto;
    width: 100%;
  }
  .minicart-wrapper .action-wrap .actions .viewcart {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    line-height: 38px;
  }
  .minicart-wrapper .action-wrap .actions .primary {
    width: 100%;
  }
  .page-header {
    padding-top: 78px;
  }
  .page-header .panel.wrapper {
    background-color: #ffffff;
  }
  .page-header .amsearch-input-wrapper .amsearch-button.-close {
    top: 10px;
    right: -45px;
  }
  .page-header .amsearch-wrapper-block {
    min-width: 50px;
    padding: 0;
    margin: 0;
    width: 15%;
    height: 65px;
    top: -30px;
    right: 90px;
  }
  .page-header .amsearch-wrapper-block:before {
    background: none;
  }
  .page-header .amsearch-wrapper-block:hover {
    min-width: 200px;
    width: 80%;
  }
  .page-header .amsearch-form-block {
    position: absolute;
    right: 10px;
  }
  .page-header .amsearch-form-block .amsearch-input {
    background: rgba(255, 255, 255, 0);
    text-indent: 0;
    cursor: text;
    margin-top: 0;
    border-radius: 20px;
    padding: 5px 30px 5px 30px;
    height: 40px;
    width: 10px;
    border: 0;
  }
  .page-header .amsearch-form-block.-opened {
    width: 270px;
    right: 0;
  }
  .page-header .amsearch-form-block.-opened .amsearch-input {
    border: 1px solid #ccc;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    width: inherit;
    font-family: 'Cera Pro Regular';
    color: #999;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  }
  .page-header .amsearch-form-block .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    width: 100%;
  }
  .amsearch-input-wrapper .amsearch-button.-loupe {
    right: 12px;
    top: 22px;
  }
  .customer-name {
    display: block;
  }
  .ambanner-slider-block.slick-slider {
    margin: 0;
  }
  .panel.wrapper {
    height: 26px;
    transition: .3s;
  }
  .promo-message-block.mobile {
    height: 50px;
    transition: .3s;
  }
  .section-item-content .menu-container .menu > ul > li.has-active {
    background: #212529;
    color: #ffffff;
  }
  .section-item-content .menu-container .menu > ul > li.has-active a {
    color: #ffffff;
  }
  .section-item-content .menu-container .menu > ul > li.has-active ul > li > a {
    color: #212529;
  }
  .section-item-content .menu-container .menu > ul > li a.active {
    background: #212529;
  }
  .section-item-content .menu-container .menu > ul > li > ul > li h2 {
    border-color: #ccc;
    font-size: 17px;
  }
  .section-item-content .menu-container .menu > ul > li > ul > li a {
    font-family: 'Cera Pro Medium';
    font-size: 16px;
  }
  .page-products .products-grid .product-item {
    padding: 0;
    width: calc(50%);
    border-left: 0;
    border-bottom: 0;
  }
  .page-products .products-grid .product-item:nth-child(2n+0) {
    border-right: 0;
  }
  .action.primary {
    min-width: 120px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-labels span.offer,
  .product-labels span.label {
    font-size: 12px;
  }
  .abs-product-link,
  .product-item-name,
  .product.name a {
    font-size: 14px;
    min-height: inherit;
  }
  .product.details.product-item-details {
    min-height: 30px;
  }
  .product.details.product-item-details .product-labels,
  .product.details.product-item-details .product-ids {
    display: flex;
    margin-bottom: 5px;
  }
  .product.details.product-item-details .product-labels div,
  .product.details.product-item-details .product-ids div {
    height: 20px;
  }
  input[type="text"],
  input[type="email"],
  input[type="password"],
  select {
    height: 38px;
  }
  .sorter-options {
    width: 100px;
  }
  .filter-title strong {
    top: -61px;
    padding: 10px;
  }
  .sorter-label {
    display: none;
  }
  .page-products .sorter {
    width: 150px;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 0 10px;
    padding: 0;
  }
  .page-products .sorter select {
    color: #212529;
    height: 38px;
  }
  .page-products .sorter select:focus {
    color: #212529;
  }
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .catalog-category-view .breadcrumbs,
  .catalogsearch-result-index .breadcrumbs {
    padding: 10px 15px;
  }
  .catalog-category-view .page-main,
  .catalogsearch-result-index .page-main {
    padding: 0;
  }
  .catalog-category-view .columns,
  .catalogsearch-result-index .columns {
    margin: 0 auto;
  }
  .catalog-category-view .category-view,
  .catalogsearch-result-index .category-view {
    margin: 0;
  }
  .catalog-category-view .category-view .page-title,
  .catalogsearch-result-index .category-view .page-title {
    margin: 20px auto;
  }
  .catalog-category-view .category-view .category-image,
  .catalogsearch-result-index .category-view .category-image {
    margin: 0;
  }
  .addToLinks .action.towishlist:before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: inline-block;
    background: url('../images/wishlist-empty.svg') no-repeat;
    background-size: 16px;
    margin: 0;
    background-position: center;
    background-color: #e0e0e0;
  }
  .addToLinks .action.towishlist:hover:before {
    background: url('../images/wishlist-full.svg') no-repeat;
    background-size: 16px;
    background-position: center;
    background-color: #e0e0e0;
  }
  .footer-cols .pagebuilder-column-line .pagebuilder-column {
    margin-right: 0;
  }
  .footer-cols .pagebuilder-column-line .pagebuilder-column:not(:last-child) {
    border-right: 0;
    margin-right: 0;
    padding: 0;
  }
  .list-group {
    display: none;
    padding: 0 20px 20px 20px!important;
  }
  .list-group li {
    padding: 8px 0;
    border-bottom: 0px solid #c9c9c9;
  }
  .footer.content {
    padding: 20px 0;
  }
  .footer-cols .footerHeading:after {
    content: "";
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    transition: .3s;
    background: url('../images/down-arrow-white.png') no-repeat;
    transform: rotate(0deg);
    background-size: 16px;
    background-position: center;
  }
  .active-tab .footerHeading:after {
    transform: rotate(180deg);
  }
  .active-tab .list-group {
    display: block;
  }
  .footerHeading {
    margin: 0 0 10px 0;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #c9c9c9;
  }
  .page-footer {
    margin-top: 0;
  }
  .footer-last {
    padding: 20px;
    box-sizing: border-box;
  }
  .footer-middle-block > .newsletter {
    width: 100%;
  }
  .footer-middle-block {
    padding: 10px 20px;
  }
  .footer-middle-block .footerHeading {
    display: none;
  }
  .footer-middle-block .social div img {
    max-width: 60px;
  }
  .app-links-div {
    display: grid !important;
    grid-template-columns: 50% 50%;
    margin-bottom: 10px;
  }
  .customer-account-login .page-wrapper .page-main,
  .customer-account-create .page-wrapper .page-main,
  .customer-account-forgotpassword .page-wrapper .page-main {
    padding: 15px;
  }
  .customer-account-login .columns .column.main,
  .customer-account-create .columns .column.main,
  .customer-account-forgotpassword .columns .column.main {
    padding: 10px;
  }
  .fieldset > .field {
    margin-bottom: 10px;
  }
  .profileList-cols {
    display: block;
  }
  .profileList-cols .profileList-option {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  .account .page-wrapper .page-main {
    margin: 0;
  }
  .account .page-wrapper .page-main .columns .column.main {
    padding: 60px 3% 20px 3%;
  }
  .account .page-wrapper .block-dashboard-addresses .block-content .box,
  .account .page-wrapper .block.block-addresses-default .block-content .box {
    width: 100%;
    box-sizing: border-box;
  }
  .address-row {
    width: 100%;
    box-sizing: border-box;
  }
  .filter .filter-current {
    margin: 0;
  }
  .product-details-box .countInner .box {
    width: 32%;
    padding: 8px;
    box-sizing: border-box;
  }
  .product-details-box .countInner .ages .countDigit,
  .product-details-box .countInner .pieces .countDigit,
  .product-details-box .countInner .item .countDigit {
    font-size: 24px;
  }
  .description .type {
    font-size: 22px;
    padding: 20px 15px;
  }
  .description .type div {
    padding: 0;
  }
  .specification-content {
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
  }
  .specification-content .featureImage,
  .specification-content .featureInfo {
    max-width: 100%;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row-start: 1;
    grid-row-end: span 1;
  }
  .specification-content .featureInfo {
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
  .catalog-product-view .product-info-main {
    background-color: #ffffff;
    padding: 20px;
  }
  .catalog-product-view .product-main-box {
    padding: 30px 15px 10px;
    display: block;
    margin: 0;
  }
  .catalog-product-view .product-main-box .product-info-main {
    margin: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .catalog-product-view .product-main-box .product.media {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .catalog-product-view .fotorama__nav {
    max-width: 95%;
  }
  .limitDiv {
    min-width: 120px;
  }
  .limitDiv .Tooltip_div.active {
    right: 0;
    min-width: 250px;
  }
  .product-items.slick-slider .slick-slide .product-item {
    max-width: 320px;
  }
  .product-items.slick-slider .product-item-info .product-item-photo {
    min-height: 250px;
  }
  .block-viewed-products-grid .block-title,
  .amrelated-grid-wrapper .block-title,
  .block-viewed-products-grid .block-content,
  .amrelated-grid-wrapper .block-content {
    max-width: 480px;
    box-sizing: border-box;
  }
  .fotorama-grab-cursor:after,
  .fotorama__wrap .fotorama__stage .fotorama__grab:after {
    display: none;
  }
  .home-cols .pagebuilder-column-line {
    display: block !important;
    text-align: center;
  }
  .home-cols .pagebuilder-column-line .pagebuilder-column {
    display: inline-block !important;
    max-width: 24%;
    width: 100% !important;
    margin-bottom: 20px;
  }
  .box-slide .pagebuilder-column-line {
    flex-wrap: nowrap;
  }
  .box-slide .pagebuilder-column-line .pagebuilder-column {
    min-width: 100% !important;
  }
  [data-content-type='products'][data-appearance='carousel'] .product-item-info .product-image-wrapper {
    min-height: 250px;
  }
  .background-banner {
    padding: 330px 50px 30px 50px !important;
    background-size: contain !important;
  }
  .mobile-banner .pagebuilder-slide-wrapper,
  .mobile-banner .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 600px !important;
    align-items: end;
    padding: 30px 15px !important;
  }
  .mobile-banner.text-center {
    text-align: center !important;
  }
  .mobile-banner.text-center .pagebuilder-poster-content {
    text-align: center !important;
  }
  .mobile-banner.text-center .pagebuilder-poster-content p,
  .mobile-banner.text-center .pagebuilder-poster-content h2 {
    text-align: center !important;
  }
  .mobile-banner.text-center .pagebuilder-poster-content img {
    margin: auto !important;
  }
  .mobile-banner.text-left {
    text-align: left !important;
  }
  .mobile-banner.text-left .pagebuilder-poster-content {
    text-align: left !important;
  }
  .mobile-banner.text-left .pagebuilder-poster-content p,
  .mobile-banner.text-left .pagebuilder-poster-content h2 {
    text-align: left !important;
  }
  .mobile-banner.text-left .pagebuilder-poster-content img {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
  .mobile-banner.text-right {
    text-align: right !important;
  }
  .mobile-banner.text-right .pagebuilder-poster-content {
    text-align: right !important;
  }
  .mobile-banner.text-right .pagebuilder-poster-content p,
  .mobile-banner.text-right .pagebuilder-poster-content h2 {
    text-align: right !important;
  }
  .mobile-banner.text-right .pagebuilder-poster-content img {
    margin-right: 0 !important;
    margin-left: auto !important;
  }
  .hasSubMenus {
    position: relative;
  }
  .hasSubMenus a {
    position: relative;
    color: #212529;
  }
  .hasSubMenus a:after {
    background-image: none;
  }
  .hasSubMenus.active {
    background-color: #fff !important;
  }
  .hasSubMenus.active > a {
    color: #000 !important;
    background-color: #fff !important;
  }
  .hasSubMenus.active > a:after {
    background-image: none;
    content: none;
  }
  .hasSubMenus.active:after {
    border: 0;
  }
  .section-item-content .menu-container .menu > ul > li a.active {
    background-color: #ffcf00;
  }
  .product-item-actions .actions-primary > .stock.unavailable {
    padding: 14px;
  }
  .contact-index-index .column.main {
    display: block;
    padding: 0 20px;
  }
  .contact-index-index .form.contact,
  .contact-index-index .contact-address-block {
    min-width: inherit;
    margin: 0;
  }
  .product-list {
    /*.slick-initialized .slick-slide
        {
            max-width: 280px;
            width: 280px !important;
        }*/
  }
  .product-list .product-items.slick-slider {
    padding: 0;
  }
  .product-list .product-items.slick-slider .slick-slide {
    max-width: 250px;
    width: 250px !important;
  }
  .product-list .product-items.slick-slider .slick-slide .product-item {
    max-width: 250px;
  }
  .cms-page-view.page-layout-cms-mobile .columns .column.main {
    padding: 0;
  }
  .injected-banner-text {
    min-height: 127px;
    font-size: 11px;
    padding: 10px;
  }
  .injected-banner-text .name {
    font-size: 12px;
  }
  .cms-no-route .page-wrapper .page-main .columns:before {
    height: 220px;
    margin: 0 auto;
    max-width: 100%;
  }
  .cms-no-route .page-wrapper .page-main .columns .column.main {
    width: 100%;
    max-width: 100%;
  }
  .cms-no-route .page-wrapper .page-main .columns h2 {
    font-size: 80px;
  }
  .cms-no-route .page-wrapper .page-main .columns h3 {
    font-size: 30px;
  }
  .cms-no-route .page-404 {
    padding: 0 10px;
  }
  .cms-index-index .product-slider h3 {
    margin-top: 0;
  }
  .amsearch-product-list .product-image-wrapper {
    min-height: 80px;
  }
  .amsearch-products-section {
    border: 0;
  }
  .amsearch-products-section .amsearch-item {
    padding: 10px;
    align-items: center;
    border-bottom: 1px solid #ddd;
  }
  .amsearch-products-section .amsearch-block-header {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
  }
  .amsearch-item-container.-opened {
    padding: 0;
  }
  .amsearch-item-container .amsearch-item {
    border-bottom: 1px solid #ddd;
  }
  .amsearch-item-container .amsearch-item:last-child {
    border: none;
  }
}
/** Mobile UX Ends **/
@media (max-width: 460px) {
  .product-image-wrapper {
    min-height: 150px;
  }
}
@media (max-width: 768px) {
  body {
    padding: 0 !important;
    overflow-y: auto;
  }
  .nav-open .-amsearch-overlay-opened .page-header .amsearch-input-wrapper {
    margin-top: 0;
  }
  .nav-open .-amsearch-overlay-opened .page-header .amsearch-wrapper-block {
    height: 65px;
  }
  .nav-open .-amsearch-overlay-opened .page-header .amsearch-form-block.-opened {
    padding-top: 0;
  }
  .nav-open .-amsearch-overlay-opened .page-header:not(.amsearch-full-width) .amsearch-result-section {
    border-top: 2px solid #ffcf00;
  }
  .nav-open .section-item-content .menu-container {
    margin-bottom: 60px;
  }
  .nav-open .section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items {
    padding: 10px 15px;
  }
  .nav-open .section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items.active {
    padding-bottom: 0;
    min-height: 46px;
  }
  .nav-open .section-item-content .menu-container ul.menu-vertical-wrapper li.megaStaticBlock .col-menu-3.vertical-menu-left > ul > li.menu-vertical-items:last-child {
    border: 0;
  }
  .nav-open .header .header-content-wrap .header-right {
    position: fixed;
    z-index: 91;
    left: 0;
    bottom: 0;
    text-align: left;
    background: #fff;
    border-top: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    padding: 0 25px 12px;
    min-height: 80px;
  }
  .nav-open .header.links {
    width: 62%;
    display: flex;
  }
  .nav-open .header.links .customer-welcome {
    width: 50%;
    text-align: left;
  }
  .nav-open .header.links .customer-welcome .title-account {
    display: block;
    font-size: 14px;
  }
  .nav-open .header.links .customer-welcome.active .customer-menu {
    display: none;
  }
  .nav-open .header.links .customer-welcome .action {
    margin-left: 10px;
  }
  .nav-open .header.links .wishlist {
    text-align: center;
  }
  .nav-open .header.links .wishlist .counter {
    left: 0;
  }
  .nav-open .header.links .wishlist a {
    font-size: 14px;
    line-height: 58px;
  }
  .nav-open .header.links .wishlist a:before {
    position: absolute;
    margin: 0 0 0 -12px;
    left: 50%;
    top: -3px;
  }
  .nav-open .header.links .authorization-link a {
    font-size: 14px;
    line-height: 58px;
    text-align: center;
  }
  .nav-open .header.links .authorization-link a:before {
    position: absolute;
    margin: 0 0 0 -12px;
    left: 50%;
    top: -3px;
  }
  .nav-open .minicart-section {
    position: fixed;
    z-index: 91;
    bottom: 37px;
    right: 25px;
  }
  .nav-open .minicart-section .block-minicart {
    display: none !important;
  }
  .nav-open .minicart-wrapper .action.showcart {
    text-align: center;
    font-size: 14px;
  }
  .nav-open .minicart-wrapper .action.showcart .counter.qty {
    top: 5px;
  }
  .nav-open .minicart-wrapper .action .text {
    display: block;
  }
  .nav-open .page-header .amsearch-wrapper-block {
    position: fixed;
    z-index: 99;
    right: auto;
    width: 80%;
    left: 0;
    top: 0;
    padding: 13px 20px 13px;
    background: #fff;
    height: 65px;
    box-sizing: border-box;
  }
  .nav-open .page-header .amsearch-wrapper-block:hover {
    height: 65px;
  }
  .nav-open .page-header .amsearch-form-block {
    position: static;
  }
  .nav-open .page-header .amsearch-form-block .amsearch-input {
    height: 40px;
    width: 100%;
    border: 1px solid #ccc;
    margin: 0;
    padding: 5px 35px;
  }
  .nav-open .page-header .amsearch-form-block.-opened {
    right: auto;
    left: 10px;
    width: 260px;
  }
  .nav-open .page-header .amsearch-form-block.-opened .amsearch-input {
    border-radius: 20px;
  }
  .nav-open .page-header .amsearch-input-wrapper .amsearch-button.-close {
    top: 0;
  }
  .nav-open .page-header .amsearch-input-wrapper .amsearch-button.-loupe {
    background: url(../images/search-icon-blue.svg) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 100%;
    top: 12px;
    right: auto;
    left: 12px;
  }
  .nav-open .page-header .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
    top: 12px;
  }
  .nav-open .page-header:not(.amsearch-full-width) .amsearch-result-section {
    top: 38px;
  }
  .nav-open #launcher {
    bottom: 70px !important;
  }
  .-amsearch-overlay-opened .page-header .amsearch-form-block .amsearch-input {
    padding: 5px 35px 5px 35px;
  }
  .-amsearch-overlay-opened .page-header .amsearch-wrapper-block {
    position: fixed;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #fff;
    height: 100px;
  }
  .-amsearch-overlay-opened .page-header .amsearch-wrapper-block .amsearch-button.-loupe {
    left: 12px;
  }
  .-amsearch-overlay-opened .page-header .amsearch-form-block.-opened {
    width: 100%;
    padding-top: 10px;
  }
  .-amsearch-overlay-opened .page-header .amsearch-input-wrapper {
    display: flex;
    justify-content: center;
    width: 270px;
    margin: 10px auto 0;
  }
  .-amsearch-overlay-opened .page-header:not(.amsearch-full-width) .amsearch-result-section {
    top: 64px;
    border: 0;
  }
  .-amsearch-overlay-opened .amsearch-products-section.-list .amsearch-image {
    max-width: 95px;
    width: 100%;
  }
  .-amsearch-overlay-opened .amsearch-products-section .product-item [data-role='priceBox'] {
    padding: 0;
  }
  .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-loupe {
    background: url('../images/search-icon-blue.svg');
    background-size: 100%;
    width: 18px;
    height: 18px;
    top: 12px;
  }
  .amsearch-form-block.-opened .amsearch-input-wrapper .amsearch-button.-close {
    background: url('../images/close.png') no-repeat;
    background-position: center center;
    top: 0;
    right: -40px;
    background-size: 12px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li ul {
    padding: 0;
    box-sizing: border-box;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li ul li {
    padding: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li ul li ul {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li ul li ul li:last-child {
    border: 0;
    border-bottom: 1px solid #ddd;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus span.plus + ul.child-level-3 {
    display: none !important;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus span.plus.active + ul.child-level-3 {
    display: none !important;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus a.active {
    background: none !important;
    padding: 4px 20px;
    border: none;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus a.active + span.plus {
    top: 5px;
    right: 5px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus a.active + span.plus:before {
    content: "\f105";
    line-height: 36px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus.active span.plus + ul.child-level-3 {
    display: none !important;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus.active span.plus.active + ul.child-level-3 {
    display: block !important;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus.active a.active {
    background: #f6f6f6 !important;
    padding: 15px;
    border-left: 5px solid #1979c3;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus.active a.active + span.plus {
    top: 17px;
    right: 15px;
  }
  .section-item-content .menu-container .menu.horizontal > ul > li .vertical-menu-left-nav .hasSubMenus.active a.active + span.plus:before {
    content: "\f106";
    line-height: 34px;
  }
  .product-slider {
    padding: 20px;
  }
  .product-items.slick-slider .slick-dots {
    bottom: -15px;
  }
  .amrelated-grid-wrapper {
    margin: 0 !important;
  }
  .amrelated-grid-wrapper .block-content {
    margin: 0 !important;
    max-width: 360px;
  }
}
.ui-slider-horizontal {
  height: 5px;
}
.amshopby-slider-container .ui-slider-range {
  height: 5px;
  background: #0e68a4;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  background: #605f5d;
  margin-top: -7px;
  width: 18px;
  height: 18px;
}
@media (max-width: 768px) {
  .catalog-category-view.page-layout-2columns-left .column.main {
    width: 100% !important;
    padding-right: 0;
  }
  .catalog-category-view .category-view .breadcrumbs {
    padding: 10px 15px;
  }
  .catalog-category-view .category-view .category-description {
    padding: 10px 15px;
  }
  .catalog-category-view .page-main {
    padding: 0;
  }
  .catalog-category-view .columns {
    margin: 0;
  }
  .catalog-category-view .action.primary {
    padding: 6px 2.5rem;
  }
  .products {
    margin-top: 10px;
  }
  .products.product-items {
    border-bottom: 1px solid #e0e0e0;
  }
  .product-details-box {
    border-top: 1px solid #e0e0e0;
    padding: 10px 0;
  }
  .products.wrapper ~ .toolbar .pages {
    margin: 20px 0 0;
  }
  .toolbar-products {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 10px;
    justify-content: center;
  }
  .modes {
    display: block;
    order: 2;
    margin: 0 auto 0 0px;
  }
  .modes .modes-label {
    margin: 0 10px;
  }
  .modes .mode-grid span {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0px;
    background: url('../images/grid-view.svg') no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
  .modes .mode-grid.active span {
    background: url('../images/grid-view-selected.svg') no-repeat;
    background-size: 100%;
  }
  .modes .mode-list {
    margin: 0 10px;
  }
  .modes .mode-list span {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0px;
    background: url('../images/list-view.svg') no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
  .modes .mode-list.active span {
    background: url('../images/list-view-selected.svg') no-repeat;
    background-size: 100%;
  }
  .page-with-filter .toolbar-amount {
    order: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    display: block !important;
  }
  .page-products .columns {
    padding-top: 0;
  }
  .page-products .sorter {
    position: static;
    order: 1;
  }
  .page-products .sorter .sort-asc {
    display: none !important;
  }
  .page-products .sorter .sort-desc {
    display: none !important;
  }
  .filter-options-item {
    padding: 10px;
  }
  .page-layout-2columns-left .sidebar-main {
    border: 0;
  }
  .filter.active .filter-title:before {
    content: "Filter by";
    display: inline-block;
    background: url('../images/filter.svg') no-repeat;
    background-size: 20px;
    background-position: right center;
    padding-right: 25px;
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 16px;
  }
  .filter.active .filter-title strong {
    top: 5px;
  }
  .filter-title strong {
    top: -47px;
    left: auto;
    right: 0;
    background: none;
    border: 0;
    box-shadow: none;
    margin-right: 10px;
  }
  .toolbar select {
    background-color: transparent;
    border: 0;
    font-family: 'Cera Pro Regular';
    box-shadow: none;
  }
  .sorter-options {
    width: 150px;
  }
  .products-list {
    padding: 0 2px;
  }
  .products-list .product-item-description {
    display: none;
  }
  .products-list .product-item {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: -1px;
    padding: 15px 0;
  }
  .products-list .product-item .product-item-info {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
  }
  .products-list .product-item .product-item-photo {
    width: 100%;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  .products-list .product-item .details.product-item-details {
    min-height: 30px;
    padding: 0 15px;
  }
  .products-list .product-item .details.product-item-details:hover {
    min-height: 30px;
  }
  .products-list .product-image-photo {
    margin: 0 auto;
  }
  .products-list .product-labels {
    margin-bottom: 5px;
  }
  .block-content.filter-content {
    position: static;
    top: 0px;
    width: 100%;
    background: #fff;
    z-index: 9;
  }
  .block-viewed-products-grid .block-content {
    max-width: 480px;
  }
  .block-viewed-products-grid .block-title {
    padding: 10px 0;
    max-width: 480px;
  }
  .amrelated-grid-wrapper .block-title {
    max-width: 500px;
    padding: 6px 0;
  }
  .pickup-details-view {
    position: static;
  }
}
