.bfb-popup-popup {
  padding: 10px 5px;
  margin: 10px 0;
}
/* Functionality */
html {
  font-size: 62.5% !important;
}
html body {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Roboto';
  color: #000000;
}
html body h1,
html body .h1 {
  font-size: 30px;
  font-size: 3rem;
}
html body h2,
html body .h2 {
  font-size: 25px;
  font-size: 2.5rem;
}
html body h3,
html body .h3 {
  font-size: 20px;
  font-size: 2rem;
}
html body h4,
html body .h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
html body h5,
html body .h5 {
  font-size: 15px;
  font-size: 1.5rem;
}
html body h6,
html body .h6 {
  font-size: 12px;
  font-size: 1.2rem;
}
html body p {
  font-size: 14px;
  font-size: 1.4rem;
}
html body select,
html body input[type="text"],
html body input[type="password"],
html body input[type="url"],
html body input[type="tel"],
html body input[type="search"],
html body input[type="number"],
html body input[type="datetime"],
html body input[type="email"] {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000000;
}
html body select::-webkit-input-placeholder,
html body input[type="text"]::-webkit-input-placeholder,
html body input[type="password"]::-webkit-input-placeholder,
html body input[type="url"]::-webkit-input-placeholder,
html body input[type="tel"]::-webkit-input-placeholder,
html body input[type="search"]::-webkit-input-placeholder,
html body input[type="number"]::-webkit-input-placeholder,
html body input[type="datetime"]::-webkit-input-placeholder,
html body input[type="email"]::-webkit-input-placeholder {
  color: #333333;
}
html body select:-moz-placeholder,
html body input[type="text"]:-moz-placeholder,
html body input[type="password"]:-moz-placeholder,
html body input[type="url"]:-moz-placeholder,
html body input[type="tel"]:-moz-placeholder,
html body input[type="search"]:-moz-placeholder,
html body input[type="number"]:-moz-placeholder,
html body input[type="datetime"]:-moz-placeholder,
html body input[type="email"]:-moz-placeholder {
  color: #333333;
}
html body select::-moz-placeholder,
html body input[type="text"]::-moz-placeholder,
html body input[type="password"]::-moz-placeholder,
html body input[type="url"]::-moz-placeholder,
html body input[type="tel"]::-moz-placeholder,
html body input[type="search"]::-moz-placeholder,
html body input[type="number"]::-moz-placeholder,
html body input[type="datetime"]::-moz-placeholder,
html body input[type="email"]::-moz-placeholder {
  color: #333333;
}
html body select:-ms-input-placeholder,
html body input[type="text"]:-ms-input-placeholder,
html body input[type="password"]:-ms-input-placeholder,
html body input[type="url"]:-ms-input-placeholder,
html body input[type="tel"]:-ms-input-placeholder,
html body input[type="search"]:-ms-input-placeholder,
html body input[type="number"]:-ms-input-placeholder,
html body input[type="datetime"]:-ms-input-placeholder,
html body input[type="email"]:-ms-input-placeholder {
  color: #333333;
}
a:hover {
  text-decoration: none !important;
}
body {
  font-family: "Roboto", sans-serif !important;
}
.checkout-index-index main#maincontent {
  padding-top: 0;
}
.action.primary {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #ff0086;
}
.action.primary:focus,
.action.primary:active,
.action.primary:hover,
.action.primary:focus {
  background-color: #cc006b;
}
@media screen and (min-width: 1200px) {
  div.container,
  main.container {
    max-width: 1560px;
  }
}
.columns .column.main {
  padding-bottom: 0;
}
.svg {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.svg svg {
  width: 3.5rem;
  height: 3.5rem;
}
.svg svg path {
  fill: #000000;
}
.svg-white {
  width: 3.5rem;
  height: 3.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
.svg-white svg {
  width: 3.5rem;
  height: 3.5rem;
}
.svg-white svg path {
  fill: #ffffff;
}
.price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-box .special-price .price-label,
.price-box .old-price .price-label {
  display: none;
}
.price-box .price-wrapper .price {
  color: #000000;
  font-weight: 800;
  font-size: 29px;
  font-size: 2.9rem;
}
.price-box .special-price .price {
  color: #000000;
  font-weight: 600;
  font-size: 22px;
  font-size: 2.2rem;
}
.price-box .old-price {
  margin-right: 1rem;
}
.price-box .old-price .price {
  color: #b4b4b4;
  font-weight: 300;
  font-size: 24px;
  font-size: 2.4rem;
}
div.category-image {
  height: 500px;
}
@media screen and (max-width: 576px) {
  div.category-image {
    height: 300px;
  }
}
div.category-image img {
  object-fit: cover;
  width: 100%;
}
div.breadcrumbs {
  max-width: none;
  padding: 1.5rem 0;
}
div.breadcrumbs li strong {
  color: #ff0086;
}
div.breadcrumbs li a {
  color: #707070;
}
div.breadcrumbs li a:hover {
  color: #b5271c;
  text-decoration: none;
}
.action.primary {
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
div.message.global.cookie {
  left: 0;
  z-index: 4;
  bottom: 0;
  padding: 1.5rem;
  background-color: #000000;
}
div.message.global.cookie .content {
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
div.message.global.cookie .content strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
div.message.global.cookie .content span {
  margin-bottom: 1.5rem;
}
div.message.global.cookie .content a {
  color: #ffffff;
  text-decoration: underline;
}
div.message.global.cookie .content a:hover {
  color: #b20013;
  text-decoration: underline;
}
div.message.global.cookie .actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
div.message.global.cookie .actions button {
  width: auto;
  text-transform: uppercase;
  font-weight: 600;
  border: 0.2rem solid #ffffff;
}
div.message.global.cookie .actions a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
#backtotop {
  position: fixed;
  right: 1rem;
  bottom: -30%;
  color: #000000;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  z-index: 10;
  will-change: bottom;
  -webkit-transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -moz-transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -ms-transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
#backtotop:hover {
  text-decoration: none;
}
#backtotop.active {
  bottom: 5%;
  will-change: bottom;
  -webkit-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -moz-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -ms-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  -o-transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}
.modal-slide .modal-header,
.modal-popup .modal-header,
.modal-slide .modal-content,
.modal-popup .modal-content,
.modal-slide .modal-footer,
.modal-popup .modal-footer {
  padding: 1.5rem;
  margin: 0;
}
.modal-slide .modal-header,
.modal-popup .modal-header {
  position: relative;
  border-bottom: 0.1rem solid #cccccc;
}
.modal-slide .modal-header .modal-title,
.modal-popup .modal-header .modal-title {
  margin: 0;
  padding: 0;
  border: initial;
}
.modal-slide .modal-header .action-close,
.modal-popup .modal-header .action-close {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-slide .modal-content,
.modal-popup .modal-content {
  border: initial;
}
.modal-slide .modal-footer,
.modal-popup .modal-footer {
  border-top: 0.1rem solid #cccccc;
}
.language-switcher a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.language-switcher a img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: cover;
  object-fit: cover;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%;
  /* Firefox 1-3.6 */
  -moz-border-radius: 50%;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.box-styles {
  background-color: #ffffff;
  border: 0.1rem solid #d9d9d9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.box-event-styles:hover,
.box-event-styles:focus {
  box-shadow: 0.5rem 0.5rem 1rem #cccccc;
  -moz-transform: translate(-0.3rem, -0.3rem);
  -o-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  -webkit-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
}
.title-styles {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 400;
  margin: 0 0 1.5rem 0;
  padding-bottom: 1.5rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.page-title {
  margin-bottom: 1.5rem;
}
[data-label="Incl. tax"]::before {
  content: none;
}
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #ff0086;
  border-radius: 12px;
}
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  background-color: #990050;
}
button,
.cart.table-wrapper .actions-toolbar > .action,
.action-gift {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #ff0086;
  border-radius: 12px;
}
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus,
button:active,
.cart.table-wrapper .actions-toolbar > .action:active,
.action-gift:active,
button:hover,
.cart.table-wrapper .actions-toolbar > .action:hover,
.action-gift:hover,
button:focus,
.cart.table-wrapper .actions-toolbar > .action:focus,
.action-gift:focus {
  background-color: #990050;
}
.cart-container .form-cart .action.continue {
  padding: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6rem;
  background-color: #ff0086;
  border-radius: 12px;
}
.cart-container .form-cart .action.continue:focus,
.cart-container .form-cart .action.continue:active,
.cart-container .form-cart .action.continue:hover,
.cart-container .form-cart .action.continue:focus {
  background-color: #990050;
}
div.block.block-dashboard-info div.block-content div.box.box-information div.box-actions {
  display: flex;
  flex-direction: column;
  align-items: end;
}
div.xml-links ul li a:hover {
  text-decoration: none;
}
body.account.wishlist-index-index.page-layout-2columns-left div.products-grid.wishlist ol.product-items li.product-item div.product-item-info div.product-reviews-summary.short {
  display: none;
}
body.account.wishlist-index-index.page-layout-2columns-left div.products-grid.wishlist ol.product-items li.product-item div.product-item-info div.product-item-inner div.field.comment-box div.control textarea {
  height: 6rem;
}
div#amasty-shopby-product-list div.toolbar.toolbar-products {
  margin-bottom: 5rem;
}
div.products.wrapper.grid.products-grid div.toolbar.toolbar-products {
  margin-top: 5rem;
}
div.field.captcha.required label.label {
  width: 100%;
  text-align: start;
}
div.field.captcha.required div.control.captcha div.nested div.field.captcha.no-label div.control.captcha-image button.action.reload.captcha-reload {
  height: inherit;
  padding: 0.5rem;
}
@media screen and (max-width: 576px) {
  body.wishlist-index-index div.page-wrapper div.toolbar.wishlist-toolbar div.pager p.toolbar-amount {
    margin-top: 1.1rem;
  }
}
@media only screen and (max-width: 1200px) {
  body.wishlist-index-index div.page-wrapper div.products-grid.wishlist ol.product-items li.product-item {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 576px) {
  body.wishlist-index-index div.page-wrapper form.form-wishlist-items div.actions-toolbar {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1200px) {
  body.wishlist-index-index div.page-wrapper form.form-wishlist-items div.actions-toolbar div.primary {
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  body.wishlist-index-index div.page-wrapper form.form-wishlist-items div.actions-toolbar div.primary {
    display: block;
  }
}
body.wishlist-index-index div.page-wrapper form.form-wishlist-items div.actions-toolbar div.secondary {
  margin-right: 2rem;
}
dl.filter-options .filter-options-content .items .item a.am_shopby_link_selected {
  color: #ff0086;
}
dl.filter-options .filter-options-content .items .item span.label:before {
  content: none;
}
.message.success {
  border-radius: 12px;
  margin: 0 0 10px;
  padding: 17px 20px;
  line-height: 1.2em;
  font-size: 1.5rem;
  background: #00a651;
  color: #ffffff;
  padding-left: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message.success a {
  color: #ffffff;
  font-weight: 600;
}
div.messages {
  display: flex;
  justify-content: center;
}
.message.success > *:first-child:before {
  width: 40px;
  padding-top: 1rem;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .modal-popup._inner-scroll .modal-content {
    background: #f4f4f4;
    margin-top: 24px;
  }
  .catalog-category-view .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #f4f4f4;
  }
  .catalog-category-view .modal-popup._inner-scroll .action-close:before {
    font-size: 48px !important;
    color: #323232;
  }
  .catalog-category-view .modal-popup._inner-scroll button.action-close {
    margin-top: 10px !important;
    background: #fff;
    float: left;
    width: 100%;
    text-align: right;
  }
}
div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item.level-top.parent > a > span:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 7px;
  color: #777;
}
div#sidenav.desktop-view.active nav.navigation ul li.level0 a.level-top {
  width: 100%;
}
div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item.level-top.parent > a:hover > span:after {
  color: #fff;
}
.wishlist-index-index .products-grid.wishlist .product-image-wrapper {
  height: unset;
  overflow: visible;
  padding-bottom: 0 !important;
}
.wishlist-index-index .products-grid.wishlist .product-image-photo {
  position: unset;
}
body.page-with-filter.catalog-category-view main#maincontent div#amasty-shopby-product-list div.products.wrapper.grid.products-grid {
  width: 100%;
}
body.page-with-filter.catalog-category-view main#maincontent div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list {
  width: 100%;
}
body.page-with-filter.catalog-category-view main#maincontent div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.row.align-items-stretch {
  width: 100%;
}
body.page-with-filter.catalog-category-view main#maincontent div.block.filter div.block-content.filter-content div.block-actions.filter-actions a.action.clear.filter-clear {
  color: #e50019;
}
body.page-with-filter.catalog-category-view main#maincontent div.block.filter div.block-content.filter-content div.block-actions.filter-actions a.action.clear.filter-clear:hover {
  color: #1a1818;
}
body.catalogsearch-result-index div.page-title-wrapper {
  margin-top: 2rem;
  margin-bottom: 2.2rem;
}
body.catalogsearch-result-index div.page-title-wrapper h1.page-title {
  padding-bottom: 1rem;
  border-bottom: 1px solid #eaeaea;
}
body.catalogsearch-result-index div.page-title-wrapper h1.page-title span {
  font-size: 3rem;
  font-weight: 900;
}
body.catalogsearch-result-index div#amasty-shopby-product-list div.toolbar.toolbar-products {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.catalogsearch-result-index div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-image a span.product-image-container span.product-image-wrapper img {
    width: 200px;
  }
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products {
  width: 100%;
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products div.toolbar-sorter.sorter {
  justify-content: flex-end;
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products div.toolbar-sorter.sorter select#sorter {
  border: none;
  font-size: 1.4rem;
  font-weight: 300;
  color: #666666;
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products div.pages {
  width: 100%;
  justify-content: center;
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products div.pages ul.items.pages-items li.item.current strong.page span.label {
  color: #e50019;
}
body.catalogsearch-result-index div.search.results div.toolbar.toolbar-products div.pages ul.items.pages-items li.item.current strong.page span {
  color: #e50019;
}
body.catalogsearch-result-index div.block.filter div.block-title.filter-title {
  display: none;
}
body.catalogsearch-result-index div.block.filter div.block-content.filter-content dl#narrow-by-list.filter-options dt.filter-options-title.accordion {
  border-bottom: 2px solid #f2f4f5;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.catalogsearch-result-index span.availability {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border span.availability {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1440px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-name h2 a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-image a img {
    width: 200px;
  }
}
div.minicart-wrapper.active a.action.showcart.active div#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol#mini-cart.minicart-items li div.product div.product-item-details div.product.options {
  justify-content: end;
}
div.minicart-wrapper.active a.action.showcart.active div#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol#mini-cart.minicart-items li div.product div.product-item-details div.product.options span.toggle span {
  color: red !important;
}
@keyframes shake {
  10%,
  90% {
    -moz-transform: translate3d(-1px, 0, 0);
    -o-transform: translate3d(-1px, 0, 0);
    -ms-transform: translate3d(-1px, 0, 0);
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    -moz-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    -moz-transform: translate3d(-4px, 0, 0);
    -o-transform: translate3d(-4px, 0, 0);
    -ms-transform: translate3d(-4px, 0, 0);
    -webkit-transform: translate3d(-4px, 0, 0);
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    -moz-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
}
header.page-header {
  border: 0;
  margin: 0;
}
header.page-header div.header-wrapper {
  position: sticky;
  width: 100%;
  background: white;
  z-index: 5;
}
@media screen and (max-width: 991px) {
  header.page-header div.header-wrapper {
    border-bottom: 0.1rem solid #ff0086;
  }
}
header.page-header div.header-wrapper .header-logo-cont .store-logo {
  padding: .75rem;
}
header.page-header div.header-wrapper .header-logo-cont .store-logo img {
  max-width: 270px;
  position: relative;
}
@media screen and (max-width: 576px) {
  header.page-header div.header-wrapper .header-logo-cont .store-logo img {
    width: 104px;
  }
}
@media screen and (max-width: 991px) {
  header.page-header div.header-wrapper .header-logo-cont .store-logo img {
    max-height: 6rem;
  }
}
@media screen and (min-width: 991px) {
  header.page-header div.header-wrapper .header-logo-cont .logo-scroll img {
    max-width: 10vw;
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  header.page-header div.header-wrapper {
    position: sticky;
    z-index: 5;
    width: 100%;
    top: 0;
    background-color: #ffffff;
  }
}
header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul {
  background-color: #6b6b6b;
}
header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul li.level0 a.level-top {
  color: white;
  font-size: 1.4rem;
}
header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul li.level0 ul.submenu {
  background-color: white;
}
@media screen and (max-width: 1700px) {
  header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul > li > a.level-top {
    line-height: 1.5;
    padding: .75rem .5rem;
  }
  header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul > li > a.level-top > span {
    padding: 0 .5rem;
  }
}
@media screen and (max-width: 991px) {
  header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul {
    background-color: #ffffff;
  }
  header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul li.level0 a.level-top {
    color: #9e9e9e;
  }
  header.page-header div.header-wrapper .sections.nav-sections nav.navigation ul li.level0 ul.submenu {
    background-color: #ffffff;
  }
}
header.page-header .nav-toggle {
  top: 0;
  left: 80%;
  z-index: 8;
  position: relative;
}
header.page-header .header-spans {
  font-size: 2.2rem;
  padding: 0 2rem;
  color: #000000;
}
@media screen and (max-width: 576px) {
  header.page-header .header-spans {
    padding: 0 !important;
  }
}
header.page-header .header-spans:hover {
  cursor: pointer;
}
header.page-header .header-spans a {
  color: #000000;
}
header.page-header .header-spans a:hover {
  text-decoration: none;
  color: #6b6b6b;
}
header.page-header div.pop-top-bar {
  position: relative;
  padding: 1rem;
  color: #000000;
  background-color: #d1d1d1;
}
header.page-header div.pop-top-bar .message {
  font-size: 15px;
  font-size: 1.5rem;
}
header.page-header div.pop-top-bar #top-pop-close {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2rem;
  padding: 1rem;
  cursor: pointer;
}
header.page-header div.pop-top-bar #top-pop-close .svg {
  width: 1rem;
  height: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
header.page-header div.pop-top-bar #top-pop-close .svg svg {
  width: 1rem;
  height: 1rem;
}
header.page-header div.pop-top-bar #top-pop-close .svg svg path {
  fill: #ffffff;
}
header.page-header div.pop-top-bar div.store-info-header {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header.page-header div.pop-top-bar div.store-info-header {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  header.page-header div.pop-top-bar div.store-info-header i.fas.fa-phone-alt {
    padding: .5rem;
  }
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-phone-alt a.telephone-topbar {
  color: #000000;
  margin-left: .5rem;
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-phone-alt a.telephone-topbar:hover {
  color: #E50019 !important;
  text-decoration: none;
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-phone-alt a.telephone-topbar span {
  font-family: Helvetica;
  font-weight: 600;
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-home span.additional-hours-info {
  margin-left: .5rem;
  font-family: ui-monospace;
  font-family: Helvetica;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  header.page-header div.pop-top-bar div.store-info-header i.fas.fa-home span.additional-hours-info {
    padding: .5rem;
    display: none;
  }
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-home span.store-info-hours {
  font-family: Helvetica;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  header.page-header div.pop-top-bar div.store-info-header i.fas.fa-envelope {
    padding: .5rem;
  }
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-envelope a.email-topbar {
  color: #000000;
  margin-left: .5rem;
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-envelope a.email-topbar:hover {
  color: #ff0086;
  text-decoration: none;
}
header.page-header div.pop-top-bar div.store-info-header i.fas.fa-envelope a.email-topbar span {
  font-family: Helvetica;
  font-weight: 600;
}
.search-popup .modal-inner-wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #6b6b6b;
}
.search-popup .modal-inner-wrap .modal-header {
  border: none;
}
.search-popup .modal-inner-wrap .modal-header .action-close {
  top: 100%;
  right: 2%;
}
.search-popup .modal-inner-wrap .modal-header .action-close:before {
  color: #ffffff;
  font-size: 6rem;
}
.search-popup .modal-inner-wrap .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #6b6b6b;
  color: #ffffff;
}
.search-popup .modal-inner-wrap .modal-content .custom-search {
  text-align: center;
}
.search-popup .modal-inner-wrap .modal-content .custom-search .block.block-content #search {
  border: none;
  border-bottom: 0.1rem solid #ffffff;
}
.search-popup .modal-inner-wrap .modal-content .custom-search .block.block-content #search::-webkit-input-placeholder {
  color: #ffffff;
}
.search-popup .modal-inner-wrap .modal-content .custom-search .block.block-content input[type="text"] {
  color: #ffffff;
  max-width: 50rem;
}
.search-popup .modal-inner-wrap .modal-content .custom-search .block.block-content .actions {
  position: absolute;
  transform: translate(50%, -50%);
  left: 60%;
  top: 50%;
}
.search-popup .modal-inner-wrap .modal-content .custom-search .block.block-content .actions .action {
  background: none;
}
.search-popup .modal-inner-wrap .modal-footer {
  display: none;
}
.customer-wrapper div#customer-content-wrapper {
  background: white;
  border: 1px solid #6b6b6b;
  width: 250px;
  z-index: 5;
  position: absolute;
  top: 80%;
  right: 0;
}
.customer-wrapper div#customer-content-wrapper ul {
  list-style: none;
  padding: 25px;
  margin: 0;
}
.customer-wrapper div#customer-content-wrapper ul a {
  color: black;
}
@media screen and (max-width: 768px) {
  .customer-wrapper div#customer-content-wrapper {
    top: 100%;
    right: 5%;
  }
}
.page-header .header-wrapper .pop-top-bar {
  background: transparent;
  float: left;
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link li:hover .navigation-submenu {
  display: block;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link li:hover a:after {
  color: #fff;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link li {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link .navigation-submenu li:hover {
  background: transparent;
  color: #000;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link .navigation-submenu h3 {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #7777774d;
  margin-right: 30px;
  padding-bottom: 7px;
  cursor: default;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link .navigation-submenu ul {
  list-style: none;
  padding-left: 0;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link .navigation-submenu a {
  margin-left: 0 !important;
  font-size: 13px !important;
  color: #1a1818;
  font-weight: normal !important;
  cursor: pointer;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link .navigation-submenu li {
  padding-bottom: 0;
  margin-bottom: 0;
  padding-top: 0px;
  line-height: 23px;
  padding-right: 20px;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link a:after {
  content: "\f054";
  font-family: 'Font Awesome 5 Free';
  color: #ccc;
  position: absolute;
  right: 17px;
  top: 15px;
  font-size: 16px;
}
.page-header .header-wrapper .justify-content-start .nav-content:before {
  content: "";
  background: #fff;
  color: #fff;
  width: 1400px;
  position: absolute;
  height: 500px;
  left: -38px;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link li:hover {
  background: #E50019;
  color: #fff;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link a {
  font-size: 15px;
  font-weight: bold;
  margin-left: 29px;
}
.page-header .header-wrapper .justify-content-start .nav-content ul.navigation-link li {
  padding-bottom: 15px;
  padding-top: 15px;
}
.page-header .header-wrapper .justify-content-start .nav-content {
  float: left;
  width: 68%;
  display: none;
  margin-top: 2rem;
}
.page-header .header-wrapper .header-logo-cont.order-1.order-lg-2 {
  float: left;
  width: 33%;
  display: unset !important;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .page-header .header-wrapper .header-logo-cont.order-1.order-lg-2 {
    text-align: right;
  }
}
.page-header .header-wrapper .header-logo-cont.order-1.order-lg-2 a.store-logo {
  position: relative;
  bottom: 10px;
  left: 4px;
}
.page-header .header-wrapper .header-logo-cont.order-1.order-lg-2 .logo-shape {
  width: 112px;
  height: 112px;
  border: 0px;
  position: absolute;
  top: -45px;
  left: 50%;
  border-radius: 24px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -56px;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .phone-main-info {
  float: left;
  width: 27.5%;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .map-marker-info {
  float: left;
  width: 25.7%;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .map-marker-info a.header-ebw-stores {
  color: #767677;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .map-marker-info a.header-ebw-stores span {
  font-weight: 300;
  font-size: 1.4rem !important;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .map-marker-info a.header-ebw-stores:hover span {
  color: #e50019;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .home-information {
  float: left;
  width: 30%;
}
.page-header .header-wrapper .pop-top-bar .store-info-header i {
  float: left;
  font-size: 26px;
  color: #E50019;
}
.page-header .header-wrapper .pop-top-bar .store-info-header span {
  float: left;
  width: 80%;
  padding-left: 12px;
  color: #767677;
  font-size: 13px;
  line-height: 16px;
}
.page-header .header-wrapper .pop-top-bar img {
  float: left;
}
.page-header .header-wrapper .head-links i.far {
  border: 1px solid #f2f4f5;
  border-radius: 8px;
  font-size: 28px;
  padding: 8px 12px;
}
.page-header .header-wrapper .head-links i.far:hover {
  color: #E50019;
}
.page-header .header-wrapper .minicart-wrapper i.fas.fa-shopping-cart {
  font-size: 30px;
}
.page-header .header-wrapper .header-top {
  display: inline-block;
  float: unset;
  width: 100%;
  background: #F2F4F5;
  padding-top: 14px;
}
.page-header .header-top a.d-flex.d-md-block {
  float: right;
  margin-top: 12px;
}
.page-header .header-top a.d-flex.d-md-block i.fas.fa-search {
  font-size: 30px;
}
.page-header .container.header-middle span {
  float: left;
  padding-right: 1px;
  padding-left: 0px;
}
.page-header .container.header-middle .head-links {
  float: right !important;
  align-items: unset !important;
  padding-right: 15px;
  padding-top: 2.4rem !important;
  height: 106px;
}
.page-header .container.header-middle .head-links span {
  color: #000;
  width: auto;
}
.page-header .container.header-middle .minicart-wrapper {
  float: left;
  align-items: unset !important;
}
.page-header .container.header-middle .justify-content-start {
  float: left;
  display: unset !important;
  text-align: left;
  order: unset;
  padding-left: 0;
}
.page-header .container.header-middle .action.nav-toggle {
  margin-top: 20px;
  float: left;
  width: 44%;
  display: inline-flex;
  margin-top: 33px;
  background: #E50019;
  color: #fff;
  padding: 4px 17px;
  font-size: 20px;
  border-radius: 12px;
  margin-left: 15px;
}
.page-header .container.header-middle .action.nav-toggle span {
  margin-top: 8px;
}
.page-header .container.header-middle span {
  color: #fff;
  clip: unset;
  height: unset;
  position: unset;
  width: 100%;
  overflow: visible;
  float: left;
}
.page-header .container.header-middle .header-logo-cont {
  height: 106px;
}
.page-header a.action.showcart {
  background-repeat: no-repeat;
  position: relative;
}
.page-header a.action.showcart img {
  border: 1px solid #f2f4f5;
  border-radius: 8px;
  padding: 8px 12px;
  filter: grayscale(1);
}
.page-header a.action.showcart img:hover {
  filter: grayscale(0);
}
.page-header .minicart-wrapper {
  padding-left: 0px;
}
.page-header .block.custom-search .control {
  float: none;
  display: flex;
}
.page-header .block.custom-search input#search {
  float: none;
  max-width: 100%;
  width: 100%;
}
.page-header .block.custom-search .actions {
  float: none;
  width: 96px;
  cursor: pointer !important;
  pointer-events: auto !important;
}
.page-header .block.custom-search .actions button.action.search {
  padding: 1.05rem;
}
.page-header .block.custom-search .actions button.action.search .fa-search {
  width: 24px;
  height: 24px;
  position: relative;
}
.page-header .block.custom-search .actions button.action.search .fa-search:before {
  background-image: url("/pub/media/wysiwyg/searchIcon.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  content: "";
}
.page-header .block.custom-search .actions button.action.search:hover {
  background: #E50019;
  border-color: #E50019;
}
.page-header .header-spans a:hover {
  color: #E50019;
}
.nav-content .navigation-submenu {
  display: none;
  position: absolute;
  left: 100%;
  color: #000;
  top: 0;
  background: #f2f4f5;
  width: 1037px;
  padding-top: 20px;
  padding-left: 33px;
}
header.page-header .header-spans {
  padding-left: 20px;
}
header.page-header div.pop-top-bar div.store-info-header {
  display: unset;
}
.nav-toggle:before {
  margin-right: 20px;
  color: #fff;
}
.sections.nav-sections {
  display: none;
}
.fa-shopping-cart:before {
  font-size: 0;
}
.nav-toggle:hover:before {
  color: #fff;
}
.page-header .block.custom-search {
  margin: 0;
  float: right;
  width: 31%;
  margin-right: 17px;
}
.page-header .block.custom-search .block.block-title {
  margin: 0;
}
.page-header .block.custom-search .block.block-content {
  float: left;
  width: 100%;
  margin: 0;
}
.page-header .block.custom-search .control {
  float: left;
  width: 100%;
}
.page-header .block.custom-search input#search {
  float: left;
  background: #fff;
  border-color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 83%;
  font-weight: 300;
  padding: 1.4rem;
}
.page-header .block.custom-search .actions {
  float: left;
  width: 17%;
}
.page-header .block.custom-search .actions button.action.search {
  background: #1A1818;
  border-color: #1A1818;
  opacity: unset;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  width: 100%;
}
.page-header .header-wrapper .header-logo-cont .logo-shape {
  width: 120px;
  height: 120px;
  border: 0px;
  position: absolute;
  top: -45px;
  left: 50%;
  border-radius: 24px;
  background: #fff;
  transform: rotate(45deg);
  margin-left: -60px;
}
.page-header .header-wrapper .header-middle .header-logo-cont .block.custom-search {
  display: none;
}
.page-header .header-wrapper .header-middle .head-links {
  height: 98px;
}
.page-header .header-wrapper .header-middle .justify-content-start {
  height: 98px;
}
.page-header .header-wrapper .header-middle .action.nav-toggle {
  margin-top: 22px;
}
.page-header .header-wrapper .head-links .block.custom-search {
  display: none;
}
.page-header div.header-wrapper.sticky {
  position: fixed;
}
.page-header div.header-wrapper.sticky .header-top {
  display: none;
}
.page-header div.header-wrapper.sticky .head-links .block.custom-search {
  display: block;
  width: 53%;
}
.page-header div.header-wrapper.sticky .header-middle {
  padding-top: 20px;
}
.page-header div.header-wrapper.sticky .header-middle .header-logo-cont {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-header div.header-wrapper.sticky .header-middle .header-logo-cont .block.custom-search {
  display: block;
  width: 63%;
  margin-right: 0;
  margin-top: 20px;
}
.page-header div.header-wrapper.sticky .header-middle .header-logo-cont .logo-scroll img {
  width: 80%;
}
.page-header div.header-wrapper.sticky .header-middle .head-links {
  padding-left: 0;
}
.page-header div.header-wrapper.sticky .header-logo-cont .logo-scroll img {
  /*width: auto !important;*/
  max-width: initial;
}
.page-header div.header-wrapper.sticky .header-logo-cont .logo-shape {
  display: none;
}
.page-header div.header-wrapper.sticky .header-logo-cont a.store-logo {
  bottom: 0;
}
.page-header div.header-wrapper.sticky .block.custom-search input#search {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
  border: 1px solid #f2f4f5;
}
.page-header .container.header-middle .header-logo-cont {
  height: 98px;
}
.customer-wrapper div#customer-content-wrapper {
  width: 161px;
  right: 19px;
  top: 75%;
}
.customer-wrapper div#customer-content-wrapper ul:before {
  content: "";
  background: #f4f4f4;
  color: #f4f4f4;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-middle .nav-content .navigation-link .navigation-submenu .navigation-submenu-content {
  float: left;
  width: 20%;
}
.header-middle .nav-content .navigation-link .navigation-submenu .navigation-submenu-content a:hover {
  color: #E50019 !important;
}
.header-middle .nav-content ul.sub-menu {
  margin-bottom: 4rem;
}
.header-middle .justify-content-start button.nav-cross-btn {
  float: left;
  width: 44%;
  display: none;
  margin-top: 22px;
  background: #000;
  color: #fff;
  padding: 8px 17px;
  font-size: 20px;
  border-radius: 12px;
  margin-left: 15px;
  font-weight: normal;
}
.header-middle .justify-content-start button.nav-cross-btn i.fa.fa-times {
  margin-top: 6px;
  margin-right: 19px;
  font-size: 24px;
  float: left;
  width: 20px;
}
.header-middle .justify-content-start button.nav-cross-btn span {
  text-align: left;
  padding-top: 5px;
  float: left;
  width: 57%;
}
.header-middle .justify-content-start button.nav-cross-btn:focus {
  outline: unset;
}
.minicart-wrapper .minicart-items-wrapper .product-item-pricing {
  float: left;
  width: 100%;
  margin-top: 0 !important;
}
.minicart-wrapper .minicart-items-wrapper .product-item-details .product.options {
  display: none !important;
}
.minicart-wrapper .block-minicart .block-title #btn-minicart-close:focus {
  outline: unset;
}
.header-wrapper .head-links .customer-wrapper {
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .page-header .block.custom-search {
    margin-right: 10px;
  }
  .page-header .block.custom-search .actions {
    width: auto;
  }
  .pop-top-bar {
    width: 100% !important;
  }
  .pop-top-bar .container-fluid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .pop-top-bar .store-info-header .phone-main-info {
    width: 33% !important;
  }
  .pop-top-bar .store-info-header .map-marker-info {
    width: 33% !important;
    padding-left: 0px;
  }
  .pop-top-bar .store-info-header .home-information {
    width: 33.33% !important;
  }
  .pop-top-bar .store-info-header span {
    width: 85% !important;
    font-size: 11px !important;
    padding-left: 8px !important;
  }
  .pop-top-bar .store-info-header i.fas.fa-phone-alt {
    padding: 0 !important;
  }
  .pop-top-bar .store-info-header i {
    font-size: 15px !important;
  }
  .pop-top-bar img {
    width: 14px;
  }
  .pop-top-bar p {
    font-size: 12px;
  }
  .page-header div.header-wrapper {
    border-bottom: unset !important;
  }
  .page-header .header-top {
    display: none !important;
  }
  .page-header .header-top a.d-flex.d-md-block {
    width: 13%;
  }
  .page-header .header-top a.d-flex.d-md-block i.fas.fa-search {
    font-size: 19px;
  }
  .page-header .header-spans {
    padding-left: 11px;
  }
  .page-header .block.custom-search {
    float: left;
    width: auto;
    margin-right: 17px;
    margin-left: 2rem;
    margin-bottom: 13px;
    display: block !important;
  }
  .page-header .block.custom-search input#search {
    font-size: 12px;
    display: none;
  }
  .page-header .block.custom-search .actions button.action.search {
    background: unset;
    border-color: unset;
    border: 1px solid #f2f4f5;
    border-radius: 8px;
    font-size: 22px;
    padding: 5px 12px;
    font-weight: normal;
  }
  .page-header .block.custom-search .actions button.action.search .fa-search:before {
    background-image: unset;
    content: "\f002";
    color: #000;
    padding-top: 4px;
  }
  .page-header .container.header-middle {
    box-shadow: unset;
    padding-top: 16px !important;
  }
  .header-wrapper {
    border-bottom: 0;
  }
  .header-wrapper .container.header-middle {
    max-height: unset;
  }
  .header-wrapper .container.header-middle .justify-content-start {
    float: left;
    width: 50%;
  }
  .header-wrapper .container.header-middle .action.nav-toggle {
    width: 100%;
    margin-top: 9px;
  }
  .header-wrapper .container.header-middle .header-logo-cont {
    float: left;
    width: 50%;
    height: unset;
  }
  .header-wrapper .container.header-middle .header-logo-cont .logo-shape {
    border-left: 95px solid transparent !important;
    border-right: 94px solid transparent !important;
    top: 26px !important;
    left: 92px !important;
    width: 86px !important;
    height: 76px !important;
    display: none;
  }
  .header-wrapper .container.header-middle .header-logo-cont a.store-logo {
    bottom: 6px !important;
    left: 21px !important;
  }
  .header-wrapper .container.header-middle .head-links {
    padding-top: 10px !important;
    height: unset;
  }
  .sections.nav-sections {
    display: block;
  }
  .nav-content {
    display: none !important;
  }
  ul.navigation-link {
    display: none !important;
  }
  .header-top .pop-top-bar {
    display: none;
  }
  .header-wrapper .container.header-middle .justify-content-start {
    width: 21%;
    height: auto;
  }
  .header-wrapper .container.header-middle .head-links {
    justify-content: center !important;
    height: auto;
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
  }
  .header-wrapper .container.header-middle .head-links .customer-wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
  .header-wrapper .container.header-middle .header-logo-cont {
    width: 55%;
    height: unset !important;
  }
  .nav-toggle:before {
    overflow: visible;
  }
  .page-header .container.header-middle .action.nav-toggle span {
    font-size: 0;
  }
  .page-header div.header-wrapper.sticky .header-middle .header-logo-cont {
    padding-top: unset;
    padding-bottom: unset;
  }
  .page-header div.header-wrapper.sticky .head-links {
    padding-left: 15px !important;
  }
  .page-header div.header-wrapper.sticky .head-links .block.custom-search {
    display: block !important;
    width: auto;
  }
  .page-header div.header-wrapper.sticky .head-links .block.custom-search .actions {
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-header .header-wrapper {
    border-bottom: 0;
  }
  .page-header .header-wrapper .pop-top-bar {
    width: 66%;
  }
  .page-header .header-wrapper .pop-top-bar .store-info-header span {
    width: 76%;
  }
  .page-header .header-wrapper .pop-top-bar .store-info-header .phone-main-info {
    width: 33%;
  }
  .page-header .header-wrapper .pop-top-bar .store-info-header .map-marker-info {
    width: 33%;
  }
  .page-header .header-wrapper .container.header-middle {
    box-shadow: unset;
  }
  .page-header .header-wrapper .container.header-middle .justify-content-start {
    width: 33%;
  }
  .page-header .header-wrapper .container.header-middle .action.nav-toggle {
    width: 80%;
    margin-top: 18px;
  }
  .page-header .header-wrapper .container.header-middle .head-links {
    width: 33%;
    padding-right: 0;
    padding-top: 2rem !important;
  }
  .header-logo-cont {
    float: left;
    width: 33%;
  }
  .header-logo-cont .logo-shape {
    left: 156px !important;
    top: -10px !important;
    width: 86px;
    height: 76px;
  }
  .header-logo-cont a.store-logo {
    bottom: 7px !important;
    left: 27px !important;
  }
  header.page-header div.header-wrapper {
    border-bottom: 0;
  }
  header.page-header div.header-wrapper .header-logo-cont .logo-shape {
    width: 92px !important;
    height: 80px !important;
  }
  header.page-header .header-wrapper .head-links .block.custom-search {
    display: none;
  }
  header.page-header .header-wrapper.sticky .head-links .block.custom-search {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .page-header .container.header-middle {
    box-shadow: unset;
  }
  .page-header .container.header-middle .action.nav-toggle {
    width: 60%;
  }
  .page-header .header-wrapper .header-logo-cont.order-1.order-lg-2 .logo-shape {
    right: 41px;
    top: -32px;
    width: 104px;
    height: 95px;
  }
  .header-wrapper .head-links .block.custom-search {
    display: none;
  }
  .header-wrapper.sticky .head-links .block.custom-search {
    display: none;
  }
  .page-header .container.header-middle .nav-cross-btn {
    width: 60%;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .header-wrapper .container.header-middle .header-logo-cont {
    width: 40%;
  }
  .header-wrapper .container.header-middle .header-logo-cont .logo-shape {
    margin-left: -22px !important;
    width: 98px !important;
    height: 81px !important;
    border: 0px !important;
    top: -7px !important;
    left: 49% !important;
  }
}
div.store-info-header div.phone-main-info a.telephone-topbar span:hover {
  color: #E50019 !important;
}
@media screen and (min-width: 1440px) {
  div.header-wrapper.sticky div.header-middle div.block.custom-search {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  div.header-wrapper.sticky div.header-middle div.block.custom-search input#search::placeholder {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container {
    overflow-y: unset !important;
    overflow: hidden !important;
  }
}
@media screen and (min-width: 1440px) {
  header.page-header div.w2-container div.header-wrapper div.header-top {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 760px) and (max-width: 1200px) {
  header.page-header div.w2-container div.header-wrapper div.header-top {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top {
    display: inline-block !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-top {
    padding-top: 0;
    height: 50px;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top {
    padding-top: 0;
    height: 55px;
  }
}
@media screen and (min-width: 1440px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    width: 54%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    width: 48%;
  }
}
@media screen and (min-width: 760px) and (max-width: 992px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    width: 45%;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    padding: 0 !important;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header {
    display: flex !important;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.map-marker-info {
  display: flex;
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.map-marker-info {
    display: none !important;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.home-information {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info i.fas.fa-phone-alt {
    font-size: 24px !important;
    margin-top: .5rem;
    margin-right: .5rem;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info i.fas.fa-phone-alt {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar {
    margin-top: 1rem;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info {
  padding-left: 0 !important;
}
header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info span {
  font-weight: 300;
  font-size: 1.4rem;
}
@media screen and (max-width: 1440px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info {
    white-space: nowrap;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info {
    float: unset;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info {
    white-space: nowrap;
    padding-top: .7rem;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info span.text-phone-topbar {
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar span.additional-phone-info span.text-phone-topbar {
    display: none;
  }
}
@media screen and (min-width: 760px) and (max-width: 992px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.block.custom-search {
    width: 28%;
  }
}
@media screen and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.block.custom-search {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle {
    max-width: inherit;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle {
    padding-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap {
    width: 525px;
    order: 2;
    display: flex !important;
    justify-content: center !important;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.second-wrap {
    width: 510px;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.second-wrap {
    text-align: right;
    padding-left: 7rem;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.second-wrap {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.second-wrap a.store-logo {
    position: unset !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 760px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.third-wrap {
    justify-content: flex-end !important;
    align-items: center !important;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.third-wrap div.block.custom-search {
  margin-right: 0 !important;
}
.page-header div.header-wrapper.sticky .block.custom-search input#search {
  font-size: 1.4rem !important;
  padding-left: 1.4rem !important;
}
/*
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top > div.block.custom-search{
  
  	display: none !important;
  	
  
  }
  */
.page-header .header-wrapper .pop-top-bar .store-info-header span.store-info-hours {
  display: none !important;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  div.header-middle div.third-wrap div.block.custom-search {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    width: 60% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar {
    width: 69% !important;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.phone-main-info span.additional-phone-info {
  white-space: nowrap;
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.phone-main-info span.additional-phone-info {
    padding-left: .5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.phone-main-info span.additional-phone-info {
    padding-left: .5rem;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-top div.block.custom-search div.block.block-content form#search_mini_form.form.minisearch.active div.field.search div.control input:placeholder {
  font-weight: 300;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.block.custom-search div.block.block-content form#search_mini_form.form.minisearch.active div.field.search div.control div.actions {
    width: 21% !important;
  }
}
.page-header .header-wrapper .pop-top-bar .store-info-header .phone-main-info {
  display: flex;
}
.page-header .header-wrapper .pop-top-bar .store-info-header .home-information {
  display: flex;
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper {
  background-color: #E50019;
  width: 185px;
  height: 50px;
  margin-top: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper {
    width: 50px;
    margin-top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper {
    padding: 2rem;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt {
  background-color: #E50019;
  width: 185px;
  height: 50px;
  margin-top: 2rem;
  border-radius: 1rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt {
    padding: 1rem !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 768px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt div.menu-text-desktop-wrapper {
    display: none;
  }
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt div.menu-text-desktop-wrapper span {
  font-size: 2rem;
  font-weight: 300;
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt:hover {
  cursor: pointer;
}
header.page-header div.w2-container div.header-wrapper div.header-middle div.first-wrap div.navigation-wrapper div.header-burger-menu {
  color: white;
}
div.menu-close-wrapper {
  /*background-color: #1A1818;*/
  display: flex;
  justify-content: unset;
  /*margin-left: 8rem; */
  margin-top: 0rem;
  position: relative;
  top: 5%;
  z-index: 38;
  height: 50px;
  /*width: 185px;*/
  align-items: center;
  border-radius: 1rem;
}
@media screen and (max-width: 576px) {
  div.menu-close-wrapper {
    height: 100px;
    background-color: white;
    border-radius: none;
    width: 100%;
    position: unset;
    z-index: 0;
    margin-left: 0;
    justify-content: space-evenly;
    display: flex;
    border-radius: 0;
  }
}
@media screen and (max-width: 576px) {
  div.menu-close-wrapper div.menu-promt.close svg path {
    fill: #1a1818;
  }
}
@media screen and (min-width: 576px) {
  div.menu-close-wrapper a.store-logo.aa img {
    display: none;
  }
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation {
  margin-top: -5rem;
}
div.third-wrap div.header-spans {
  margin-top: 1rem;
}
div.third-wrap div.header-spans a.header-link {
  border: 1px solid #f2f4f5;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 576px) {
  div.third-wrap div.header-spans a.header-link {
    border: none;
    padding: 0;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  div.third-wrap div.header-spans {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  div.third-wrap div.customer-wrapper {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 1rem !important;
    width: 20px;
  }
}
div.third-wrap div.customer-wrapper span.header-spans {
  border: 1px solid #f2f4f5;
  padding: 1rem;
  border-radius: 1rem;
  margin-right: 2rem;
}
@media screen and (max-width: 576px) {
  div.third-wrap div.customer-wrapper span.header-spans {
    border: none;
    padding: 0;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  div.third-wrap div.customer-wrapper {
    display: none !important;
  }
}
div.third-wrap div.minicart-wrapper {
  height: 70%;
}
@media screen and (max-width: 576px) {
  div.third-wrap div.minicart-wrapper {
    margin-top: .3rem;
  }
}
@media screen and (max-width: 768px) {
  div.third-wrap div.minicart-wrapper {
    margin-top: .5rem;
  }
}
div.third-wrap div.minicart-wrapper a.action.showcart {
  border: 1px solid #f2f4f5;
  padding: 1rem;
  border-radius: 1rem;
}
@media screen and (max-width: 576px) {
  div.third-wrap div.minicart-wrapper a.action.showcart {
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 576px) {
  div.first-wrap div.navigation-wrapper div.header-burger-menu {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.third-wrap a.header-link svg {
    width: 20px;
  }
}
@media screen and (max-width: 576px) {
  div.third-wrap div.customer-wrapper div.header-content-wrapper a span.header-spans svg {
    width: 20px;
  }
}
@media screen and (max-width: 576px) {
  div.third-wrap div.minicart-wrapper a.action.showcart svg {
    width: 34px;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.block.custom-search {
    display: block !important;
    height: 55px;
    margin-bottom: 0 !important;
    background-color: #1a1818;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.block.custom-search div.actions {
    padding-top: .3rem;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.block.custom-search div.actions button.action.search {
    border: none !important;
  }
}
@media screen and (max-width: 576px) {
  div.container.header-middle {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .header-wrapper .container.header-middle .head-links {
    justify-content: flex-end !important;
    padding-left: 25px !important;
  }
}
@media screen and (min-width: 768px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top div.container.pop-content-wrapper div.pop-top-bar div.container-fluid div.store-info-header div.block.custom-search {
    display: none !important;
  }
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top > div.block.custom-search {
  display: none !important;
}
.catalog-product-view .product-info-main a.action.tocompare:before {
  content: unset;
}
.footer-links .footer-social svg {
  margin-right: 15px;
}
.contact-index-index #contact-form .h4.mb-3 svg {
  float: left;
}
.contact-index-index #contact-form .h4.mb-5 svg {
  float: left;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  footer.page-footer .footer-links > .container:after {
    height: 0;
  }
  .page-header .container.header-middle .row {
    margin: 0;
  }
  .page-header .container.header-middle .justify-content-start.order-2.order-lg-1.first-wrap {
    width: 20% !important;
    flex: 20%;
    max-width: 11%;
    padding-right: 0;
  }
  .page-header .container.header-middle .justify-content-start.order-2.order-lg-1.first-wrap .navigation-wrapper {
    margin-top: 0;
    width: 100% !important;
    height: unset;
    padding-top: 1px;
    padding-bottom: 2px;
  }
  .page-header .container.header-middle .order-lg-2.second-wrap {
    padding-top: 10px;
    padding-bottom: 13px;
    flex: 33% !important;
    max-width: 49% !important;
  }
  .header-logo-cont .store-logo img {
    width: 61% !important;
    padding-top: 0px;
    max-height: initial !important;
  }
  .page-header .container.header-middle div.customer-wrapper {
    display: block;
  }
  .page-header .container.header-middle div.customer-wrapper span.header-spans {
    display: block;
  }
  .page-header .container.header-middle div.third-wrap div.header-spans a.header-link {
    border: unset;
    padding: 0;
    margin-right: 0;
  }
  .page-header .container.header-middle div.third-wrap div.customer-wrapper span.header-spans {
    border: 0;
    padding: 0;
  }
  .page-header .container.header-middle div.third-wrap div.minicart-wrapper a.action.showcart {
    border: 0;
  }
  .header-wrapper .container.header-middle .head-links {
    padding-top: 16px !important;
    padding-bottom: 13px !important;
    flex: unset;
    width: 55%;
  }
  div.third-wrap div.header-spans {
    margin-top: 0;
  }
  .header-wrapper .container.header-middle .head-links .customer-wrapper {
    margin-left: 20px !important;
    margin-right: 15px !important;
  }
  div.third-wrap div.block.custom-search {
    display: none !important;
  }
  header.page-header div.w2-container div.header-wrapper div.header-top div.pop-top-bar div.store-info-header div.phone-main-info a.telephone-topbar {
    margin-top: 0.5rem !important;
  }
  footer.page-footer .footer-links > .container:after {
    content: unset;
  }
}
div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top div.container.pop-content-wrapper div.block.custom-search {
  margin-right: 5px;
}
div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.second-wrap a.store-logo.aa.logo-scroll img {
  width: 116px;
  height: 67px;
}
div.home-information {
  /*
	@media screen and (max-width: 1200px) {
	
		display: none !important;
	
	}
	*/
  display: none !important;
}
div.home-information span.additional-hours-info {
  font-weight: 300;
}
div.home-information span.additional-hours-info p {
  font-weight: 300;
}
div.mobile-view.active div.menu-close-wrapper a.store-logo.aa img {
  width: 93px;
}
@media screen and (max-width: 576px) {
  div.mobile-view.active nav.navigation div.mobile-menu-account-wishlist-wrapper div.block.custom-search {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  div.mobile-view.active nav.navigation div.mobile-menu-account-wishlist-wrapper div.block.custom-search div.control input {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.mobile-view.active nav.navigation div.mobile-menu-account-wishlist-wrapper div.block.custom-search div.control div.actions button {
    padding: 5px 0px;
  }
}
div.mobile-view.active nav.navigation div.mobile-menu-account-wishlist-wrapper div.block.custom-search div.control div.actions button svg path#Path_29 {
  fill: #1a1818;
}
div.second-wrap a.store-logo.aa {
  margin-bottom: 5rem;
}
div.third-wrap a.header-link:hover svg path {
  fill: #E50019;
}
div.third-wrap div.customer-wrapper span.header-spans:hover svg path {
  fill: #E50019;
}
div.third-wrap div.minicart-wrapper a.action.showcart:hover svg path {
  fill: #E50019;
}
div.first-wrap div.navigation-wrapper {
  background-color: white !important;
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap a.store-logo.aa {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap a.store-logo.aa {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap a.store-logo.aa img {
    width: 103px !important;
    height: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.second-wrap a.store-logo.aa.logo-scroll img {
    width: 138px !important;
    height: 80px !important;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.second-wrap a.store-logo.aa.logo-scroll img {
    width: 103px !important;
    height: 60px !important;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.third-wrap div.minicart-wrapper {
    margin-bottom: .8rem;
  }
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.second-wrap a.store-logo.aa svg {
  position: relative;
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.second-wrap a.store-logo.aa svg {
    width: 103px;
    height: 60px;
  }
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.third-wrap div.header-spans {
  margin-top: 0;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.third-wrap div.customer-wrapper div.header-content-wrapper a span.header-spans {
  margin-right: 0;
  padding: .85rem;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.third-wrap div.minicart-wrapper {
  height: 51px;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-middle div.third-wrap div.minicart-wrapper a.action.showcart {
  margin-left: 2rem;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.header-top {
  display: none;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.header-middle div.second-wrap a.store-logo.aa svg {
  position: relative;
  width: 138px;
  height: 80px;
  padding-top: 1rem;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.header-middle div.first-wrap div.navigation-wrapper div.menu-promt {
  margin-top: 0;
}
header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top div.pop-content-wrapper div.block.custom-search div.block.block-content {
  padding-bottom: 1rem;
}
.home-products .new-products-title {
  text-align: center;
}
.home-products .new-products-title:before {
  content: '';
  display: block;
  background-color: #6b6b6b;
  height: .2rem;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .home-products .new-products-title:before {
    display: none;
  }
}
.home-products .new-products-title .new-products-content {
  background-color: #ffffff;
  padding: 0 4rem;
}
@media screen and (max-width: 576px) {
  .home-products .new-products-title .new-products-content {
    background: none;
    padding: 0;
  }
}
.stickers {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.stickers .new,
.stickers .sales {
  font-weight: 600;
}
.stickers .new {
  color: #000000;
}
.stickers .sales {
  color: #b5271c;
}
.product-general {
  width: initial !important;
  margin: 1.5rem 1.5rem 4.5rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .product-general:hover .product-actions,
  .product-general:focus .product-actions {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .product-general:hover .product-image .overlay,
  .product-general:focus .product-image .overlay {
    opacity: 0.4;
  }
}
.product-general .prod-head .discount {
  height: 8.5rem;
  position: absolute;
  overflow: hidden;
  left: 1.5rem;
  width: 8rem;
}
.product-general .prod-head .discount span {
  background-color: #b5271c;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-50deg);
  transform-origin: center;
  transform-style: preserve-3d;
  padding: .5rem 1rem;
  position: absolute;
  z-index: 2;
  width: 135%;
  display: block;
  top: 1.5rem;
  left: -3rem;
}
.product-general .prod-head .discount:after {
  content: '';
  border-width: .375rem 0 0 .375rem;
  border-color: transparent transparent transparent #191919;
  right: 1.4375rem;
  top: 0;
}
.product-general .prod-head .discount:before {
  content: '';
  border-width: .375rem 0 0 .375rem;
  border-color: transparent transparent transparent #191919;
  left: 1.4375rem;
}
.product-general .new-head .new-corner {
  height: 8.5rem;
  position: absolute;
  overflow: hidden;
  left: 1.5rem;
  width: 8rem;
}
.product-general .new-head .new-corner span {
  background-color: #39599f;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-50deg);
  transform-origin: center;
  transform-style: preserve-3d;
  padding: .5rem 1rem;
  position: absolute;
  z-index: 2;
  width: 130%;
  display: block;
  top: 1.5rem;
  left: -3rem;
}
.product-general .new-head .new-corner:after {
  content: '';
  border-width: .375rem 0 0 .375rem;
  border-color: transparent transparent transparent #191919;
  right: 1.4375rem;
  top: 0;
}
.product-general .new-head .new-corner:before {
  content: '';
  border-width: .375rem 0 0 .375rem;
  border-color: transparent transparent transparent #191919;
  left: 1.4375rem;
}
.product-general .product-image {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 2rem;
}
.product-general .product-image .wishlist {
  z-index: 3;
}
.product-general .product-image .wishlist .heart {
  color: #b4b4b4;
  font-size: 2rem;
  padding: 1rem;
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 2;
}
.product-general .product-image .discount {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #b5271c;
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  pointer-events: none;
}
.product-general .product-name a {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;
}
.product-general .product-name a:focus,
.product-general .product-name a:active,
.product-general .product-name a:hover,
.product-general .product-name a:focus {
  text-decoration: none;
}
.product-general .product-name {
  height: 7rem;
}
.product-general .availability {
  font-size: 1.5rem;
  padding: .5rem 0;
}
.product-general .availability .available-green {
  color: #26d049;
}
.product-general .availability .available-red {
  color: #b5271c;
}
.product-general .availability .available-orange {
  color: #d67032;
}
.product-general .delivery-time {
  font-size: 1.5rem;
  padding: .5rem 0;
  color: #333333;
}
.product-general .product-info {
  padding-top: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.product-general .product-info .availability {
  margin-bottom: 1rem;
}
.product-general .product-info .availability .in-stock {
  text-transform: uppercase;
  color: #298b32;
}
.product-general .product-info .availability .out-of-stock {
  text-transform: uppercase;
  color: #b5271c;
}
.product-general .product-info .sku {
  color: #333333;
  text-align: end;
}
.product-general .product-info .price .price-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-general .product-info .price .price-box .old-price {
  margin-left: 0 !important;
}
.product-general .product-info .price .price-box .old-price .price {
  font-size: 2rem;
}
.product-general .product-actions {
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 -2rem -2rem -2rem;
}
@media screen and (min-width: 768px) {
  .product-general .product-actions {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=100);
  }
}
.product-general .product-actions .color,
.product-general .product-actions .more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-general .product-actions .color {
  position: relative;
  background-color: #b9b9b9;
}
.product-general .product-actions .color span {
  padding: 1.5rem 0;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
.product-general .product-actions .color [class*="swatch-opt-"] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 3rem;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=100);
  z-index: 3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-general .product-actions .color:hover [class*="swatch-opt-"],
.product-general .product-actions .color:focus [class*="swatch-opt-"] {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
}
.product-general .product-actions .more {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  top: 27%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 1.5rem;
}
@media screen and (max-width: 768px) {
  .product-general .product-actions .more {
    position: relative;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 3rem 0;
  }
}
.product-general .product-actions .more:hover {
  box-shadow: 2px 2px 8px 2px rgba(68, 68, 68, 0.5);
}
.product-general .product-actions .more .product-add-form {
  width: 100%;
}
.product-general .product-actions .more .product-add-form .action.primary {
  border: 0.1rem solid #ff0086;
  background-color: #ff0086;
  color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .product-general .product-actions .more .product-add-form .action.primary {
    background-color: #ff0086;
    border: 0.1rem solid #ff0086;
    color: #ffffff;
  }
}
.product-general .product-actions .more .product-add-form:focus,
.product-general .product-actions .more .product-add-form:active,
.product-general .product-actions .more .product-add-form:hover,
.product-general .product-actions .more .product-add-form:focus {
  background-position: left;
  background-color: #ae93ff;
}
.product-general .product-actions .more .product-add-form:focus a,
.product-general .product-actions .more .product-add-form:active a,
.product-general .product-actions .more .product-add-form:hover a,
.product-general .product-actions .more .product-add-form:focus a {
  text-decoration: none;
}
.product-general .product-actions .more .product-add-form a {
  width: 100%;
  text-align: center;
  padding: 1.5rem 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
}
#new-prod-slider {
  position: relative;
}
#new-prod-slider .next-p-slide {
  right: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
#new-prod-slider .next-p-slide:hover {
  cursor: pointer;
}
#new-prod-slider .prev-p-slide {
  left: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
#new-prod-slider .prev-p-slide:hover {
  cursor: pointer;
}
.offer-products-wrapper {
  overflow: hidden;
  position: relative;
}
.offer-products-wrapper:before {
  top: 25%;
  left: -10%;
  right: 0;
  content: '';
  width: 130%;
  height: 50%;
  z-index: -1;
  position: absolute;
  background-color: #dcdcdc8f;
  transform: rotate(-5deg);
}
.offer-products-wrapper .offer-products-title {
  text-align: center;
}
.offer-products-wrapper .offer-products-title:before {
  content: '';
  display: block;
  background-color: #ff0086;
  height: .2rem;
  position: absolute;
  top: 50%;
  left: 30%;
  right: 30%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .offer-products-wrapper .offer-products-title:before {
    display: none;
  }
}
.offer-products-wrapper .offer-products-title .new-products-content {
  background-color: #ffffff;
  padding: 0 4rem;
}
@media screen and (max-width: 576px) {
  .offer-products-wrapper .offer-products-title .new-products-content {
    background: none;
    padding: 0;
  }
}
.offer-products-wrapper .promo-img {
  height: 100%;
}
.offer-products-wrapper .promo-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.offer-products-wrapper #offer-prod-slider {
  position: relative;
}
.offer-products-wrapper #offer-prod-slider .next-p-slide {
  right: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
.offer-products-wrapper #offer-prod-slider .next-p-slide:hover {
  cursor: pointer;
}
.offer-products-wrapper #offer-prod-slider .prev-p-slide {
  left: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
.offer-products-wrapper #offer-prod-slider .prev-p-slide:hover {
  cursor: pointer;
}
.sale-products-wrapper {
  position: relative;
  overflow: hidden;
}
.sale-products-wrapper:before {
  top: 25%;
  left: -10%;
  right: 0;
  content: '';
  width: 130%;
  height: 50%;
  z-index: -1;
  position: absolute;
  background-color: #dcdcdc8f;
  transform: rotate(5deg);
}
.sale-products-wrapper .offer-products-title {
  text-align: center;
}
.sale-products-wrapper .offer-products-title:before {
  content: '';
  display: block;
  background-color: #ff0086;
  height: .2rem;
  position: absolute;
  top: 50%;
  left: 30%;
  right: 30%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 576px) {
  .sale-products-wrapper .offer-products-title:before {
    display: none;
  }
}
.sale-products-wrapper .offer-products-title .new-products-content {
  background-color: #ffffff;
  padding: 0 4rem;
}
@media screen and (max-width: 576px) {
  .sale-products-wrapper .offer-products-title .new-products-content {
    background: none;
    padding: 0;
  }
}
.sale-products-wrapper .promo-img {
  height: 100%;
}
.sale-products-wrapper .promo-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.sale-products-wrapper #offer-prod-slider {
  position: relative;
}
.sale-products-wrapper #offer-prod-slider .next-p-slide {
  right: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
.sale-products-wrapper #offer-prod-slider .next-p-slide:hover {
  cursor: pointer;
}
.sale-products-wrapper #offer-prod-slider .prev-p-slide {
  left: -2%;
  top: 40%;
  z-index: 1;
  position: absolute;
  font-size: 3rem;
}
.sale-products-wrapper #offer-prod-slider .prev-p-slide:hover {
  cursor: pointer;
}
div#amasty-shopby-product-list {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div#amasty-shopby-product-list .toolbar.toolbar-products .toolbar-sorter.sorter {
    display: none;
  }
}
.catalog-product-view .related {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.catalog-product-view .block-title.title {
  border-top: 0;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-flow: row wrap;
}
.catalog-product-view .product-info-main a.action.tocompare {
  font-size: 0;
  background: transparent;
  border: 1px solid #f2f4f5;
  padding: 13px 10px;
  width: 54px;
  height: 56px;
  border-radius: 8px;
  position: relative;
  margin-top: 0px;
  margin-left: 16px;
  float: left;
}
.catalog-product-view .product-info-main a.action.tocompare:before {
  content: "";
  background-image: url(../images/Screenshot_3.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  background-size: 100%;
  width: 22px;
  height: 30px;
  left: 14px;
  right: auto;
}
.catalog-product-view .product-info-main .col-md-6:nth-child(1) {
  display: flex;
  flex-flow: row wrap;
  float: left;
  width: 100%;
  max-width: unset;
  flex: unset;
}
.catalog-product-view .product-info-main .col-md-6:nth-child(1) .product-info-price {
  order: 2;
  width: 100%;
}
.catalog-product-view .product-info-main .col-md-6:nth-child(1) div.product.attribute.sku {
  order: 1;
  width: 100%;
  float: left;
  font-size: 17px;
}
.catalog-product-view .product-info-main .col-md-6:nth-child(1) div.product.attribute.sku .type {
  font-weight: normal;
  color: #7d7d7d;
}
.catalog-product-view .product-info-main .row.social-icons-wrapper {
  display: none;
}
.catalog-product-view .product-info-main .product-right-bottom {
  float: left;
  width: 100%;
  order: 6;
  margin-top: 1.5rem;
}
.catalog-product-view .product-info-main .product-right-bottom span.availability {
  float: left;
  width: 100%;
  margin-bottom: 16px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  border-top: 1px solid #e4e4e4;
  padding-top: 20px;
}
.catalog-product-view .product-info-main .product-right-bottom span.availability h5 {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.catalog-product-view .product-info-main .product-right-bottom span.delivery-time {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eceff0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.catalog-product-view .product-info-main .product-right-bottom span.product-third-icon {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eceff0;
}
.catalog-product-view .product-info-main .product-right-bottom img {
  float: left;
  margin-right: 20px;
  width: 20px;
}
.catalog-product-view .product-info-main .product-right-bottom h5 {
  float: left;
}
.catalog-product-view .product-info-main .page-title-wrapper.product {
  order: 1;
  float: left;
  width: 100%;
}
.catalog-product-view .product-info-main .row {
  order: 2;
}
.catalog-product-view .product-info-main .product.info.detailed {
  order: 5;
  margin-bottom: 0;
  display: none;
}
.catalog-product-view .product-info-main a.acti.catalog-product-view .addtocart-wishliston.tocompare:before {
  left: 14px;
  background-size: 100%;
  width: 22px;
  height: 30px;
}
.catalog-product-view .old-price span {
  text-decoration: none;
  float: left;
  margin-right: 10px;
  font-size: 15px;
}
.catalog-product-view .product-info-price .price-box .old-price span.price-container {
  float: left;
  margin-top: 5px;
}
.catalog-product-view .product-info-price .price-box .old-price span.price-container span.price {
  text-decoration: line-through;
}
.catalog-product-view .product-info-price .price-box .old-price p {
  float: left;
  color: #E50019;
  font-size: 18px;
  font-weight: bold;
  margin-left: 0px;
}
.catalog-product-view .product-info-price .price-box .old-price > span.price-container {
  margin-right: 0;
}
.catalog-product-view .price-box.price-final_price {
  float: left;
  width: 100%;
  display: unset;
}
.catalog-product-view .price-box.price-final_price .old-price span.price {
  color: #000;
  font-weight: normal;
}
.catalog-product-view .addtowishlist-wrapper {
  margin-top: 0px;
  margin-left: 11px;
  float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .addtowishlist-wrapper {
    margin-left: 0;
    padding-left: .5rem;
  }
}
.catalog-product-view #maincontent .col-12 {
  padding: 0;
}
.catalog-product-view .page-title-wrapper.product span.base {
  font-weight: bold;
  margin-top: 17px;
  float: left;
  width: 100%;
}
.catalog-product-view div.product.attribute.description:after {
  width: 0;
}
.catalog-product-view div.product.attribute.description {
  color: #7d7d7d;
  padding-top: 0;
  font-size: 15px;
  padding-bottom: 0;
  order: 3;
}
.catalog-product-view div.product.attribute.description p {
  font-size: 15px;
}
.catalog-product-view div.product.attribute.description p iframe {
  display: none;
}
.catalog-product-view div.product.attribute.description .value ul {
  padding-left: 18px;
}
.catalog-product-view div.product.attribute.description p:nth-child(4) {
  display: none;
}
.catalog-product-view .addtocart-wishlist {
  margin-top: 0;
  order: 4;
  width: 87%;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper {
  float: left;
  width: auto;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper {
    display: flex;
    justify-content: center;
    float: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper {
    float: initial;
    margin-right: 0;
    justify-content: center;
  }
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper .qty-text {
  display: none;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity {
  margin-top: 0;
  margin-left: 14px;
  margin: 0;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty {
  background-color: transparent;
  border: 1px solid #efefef;
  height: 5rem;
  width: 8rem;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.rm-qty {
  background-color: #cccccc42;
  color: #444444b8;
  font-size: 17px;
  border: .1rem solid #fff;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.add-qty {
  background-color: #cccccc42;
  color: #444444b8;
  font-size: 17px;
  border: .1rem solid #fff;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.rm-qty:hover {
  background-color: #cccccc42;
  border: .1rem solid #fff;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.add-qty:hover {
  background-color: #cccccc42;
  border: .1rem solid #fff;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty input#qty {
  color: #444444b8;
  font-size: 20px;
  font-weight: bold;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty .qty-icon {
  float: left;
  width: 20px;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
  padding: 20px 60px;
  background-image: unset;
  background-color: #FFCB05;
  color: #000;
  border-radius: 10px;
  text-align: center;
  margin-right: 0rem;
  float: left;
  width: 100%;
  font-size: 17px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
    margin-top: 1rem;
  }
}
.catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart i.fas.fa-shopping-cart {
  display: none;
}
.catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart:hover {
  background-color: #FFCB05;
}
.catalog-product-view .addtocart-wishlist div.product-add-form .actions.d-flex {
  float: left;
  width: 71%;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form .actions.d-flex {
    flex-direction: column;
    float: initial;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form .actions.d-flex {
    width: 100%;
    float: initial;
    flex-direction: column;
  }
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper {
  float: left;
  margin-left: 12px;
  border: 1px solid #f2f4f5;
  padding-top: 10px;
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper i.far.fa-heart {
  color: #000;
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper i.far.fa-heart {
  margin-top: 0 !important;
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper span.wishlist-first-icon {
  float: left;
  display: none;
}
.catalog-product-view .crosssell.extra-products-sliders {
  float: left;
  width: 100%;
  margin-top: 2rem;
  order: 5;
}
.catalog-product-view .product-right-bottom h5 {
  font-size: 15px;
  color: #777;
}
.catalog-product-view .crosssell .product-item-info .sku {
  display: none;
}
.catalog-product-view .crosssell .product-item-info span.availability {
  display: none;
}
.catalog-product-view .crosssell .product-item-info span.delivery-time {
  display: none;
}
.catalog-product-view .crosssell .product-item-info .product-name {
  border-bottom: 0;
  height: unset;
}
.catalog-product-view .crosssell .product-item-info .wishlist-icon {
  display: none;
}
.catalog-product-view .crosssell .product-item-info .product-info {
  margin-top: 0;
}
.catalog-product-view .crosssell .product-item-info .price-box {
  float: right;
}
.catalog-product-view .crosssell .product-item-info .price {
  float: left;
  width: 100%;
}
.catalog-product-view .crosssell .product-general:hover .product-actions .product-general:focus .product-actions {
  visibility: hidden;
  opacity: 0;
}
.catalog-product-view .crosssell .block-title.title {
  border-top: 0;
  font-size: 20px;
}
.catalog-product-view .upsell.extra-products-sliders .block-title.title {
  display: none;
}
.catalog-product-view .upsell.extra-products-sliders .block-content.content {
  display: none;
}
.catalog-product-view .product-banner-image {
  margin-bottom: 6rem;
}
.catalog-product-view .availability-s.py-4 {
  display: none;
}
.catalog-product-view .additional-attributes tr {
  float: unset;
  width: 100%;
}
.catalog-product-view .additional-attributes tr th {
  width: 100%;
  float: left;
  font-size: 20px;
  padding-bottom: 0;
}
.catalog-product-view .additional-attributes td.col.data {
  color: #777;
  font-size: 16px;
}
.catalog-product-view .row.product-attribute {
  float: left;
  background: #f4f4f4;
  padding: 3rem 15px;
  margin-top: 5rem;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .row.product-attribute {
    width: unset;
  }
}
.catalog-product-view .addtocart-wishlist {
  margin: 1.5rem 0;
  width: 100%;
  float: left;
}
.catalog-product-view .addtocart-wishlist div.product-add-form .actions.d-flex {
  width: 78%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-product-view .addtocart-wishlist div.product-add-form .actions.d-flex {
    width: 100%;
    float: initial;
    flex-direction: column;
    margin-left: 0;
  }
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper {
  display: inline-block;
  float: none;
  padding: 10px 12px;
  border-radius: 8px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper {
    margin-top: 10px;
  }
}
@media screen and (max-width: 576px) {
  .catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper {
    margin-top: 0;
  }
}
.catalog-product-view .addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper i.far.fa-heart {
  margin: auto !important;
}
.catalog-product-view .product-banner-image img {
  width: 100%;
}
.product.attribute.sku p {
  float: right;
  margin-left: 10px;
}
.catalog-product-view .swatch-option.color {
  height: 20px;
}
.catalog-product-view .swatch-option {
  margin-right: 14px;
  height: unset;
}
.catalog-product-view div.product.attribute.description p:nth-child(3) {
  display: none;
}
.catalog-product-view .swiper-container {
  margin: unset;
  float: left;
  width: 100%;
}
.catalog-product-view .products-grid .row {
  float: left;
  padding: 3rem 15px;
  width: 100%;
}
.breadcrumbs {
  background: #f4f4f4;
  padding: 10px 17px!important;
}
.breadcrumbs li strong {
  color: #777;
}
.fotorama__nav-wrap {
  margin-top: 2.75rem;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  border: 1px solid #ebebeb;
  margin-right: 2.5rem;
  height: 88px !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame.fotorama__active {
  border: 1px solid #000;
}
.product-info-media .fotorama__thumb-border {
  border: 0px solid #000!important;
  background-image: none;
}
.product-add-form #product_addtocart_form {
  justify-content: space-between;
}
.fotorama__stage {
  border: 1px solid #f2f4f5;
}
.block-title.title .crosssell .block-title.title,
.catalog-product-view .crosssell .block-title.title {
  display: inline-block;
  font-size: 2.5em;
  border-top: 0rem solid #efefef;
}
.product-options-bottom .product-addto-links {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-options-bottom .product-addto-links {
    display: flex;
    justify-content: center;
  }
}
.product-info-main .product-addto-links {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-info-main .product-addto-links {
    display: flex;
    justify-content: center;
  }
}
.catalog-product-view #product_addtocart_form .actions.d-flex .product-social-links {
  width: 98%;
  padding-left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .catalog-product-view #product_addtocart_form .actions.d-flex .product-social-links {
    display: flex;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}
.catalog-product-view .product-add-form .product-options-bottom a.action.tocompare {
  width: 86px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .addtocart-wishlist {
    width: 87% !important;
  }
  .catalog-product-view .product-add-form .actions.d-flex {
    width: 100% !important;
    margin-left: 0;
    display: unset !important;
    margin-top: 10px;
  }
  .catalog-product-view .column.main {
    margin-bottom: 5rem;
  }
  .catalog-product-view .product-info-main .col-md-6:nth-child(1) div.product.attribute.sku {
    padding: 0;
  }
  .catalog-product-view .product-general.product-item-info {
    margin-bottom: 0;
  }
  .catalog-product-view .product-banner-image {
    margin-bottom: 0;
  }
  .catalog-product-view .row.product-attribute {
    margin-top: 20px;
    order: 4;
  }
  .catalog-product-view .related {
    order: 5;
  }
  .catalog-product-view .product-info-main a.action.tocompare {
    margin-top: 10px;
    display: block;
    margin-right: 10px;
    width: 54px !important;
  }
  .catalog-product-view .product-social-links {
    display: block;
    padding-left: 10px;
    float: left;
  }
  .catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
    margin-right: 1rem;
    padding: 20px 55px;
  }
  .catalog-product-view .block-title.title {
    text-align: center;
    font-size: 14px;
  }
  .catalog-product-view .products-grid .row {
    float: unset;
    margin: 0;
  }
  .catalog-product-view .product-general.product-item-info {
    border: 1px solid #f2f4f5;
    padding-bottom: 22px;
  }
  .catalog-product-view .products.wrapper {
    margin: 0;
  }
  .catalog-product-view .crosssell.extra-products-sliders {
    margin-top: 0;
  }
  .catalog-product-view .crosssell .block-title.title {
    margin-top: 0;
  }
  .catalog-product-view .addtocart-wishlist {
    width: 100% !important;
    margin-bottom: 0;
  }
  .catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
    padding: 20px 32px;
  }
  .catalog-product-view .product-add-form .actions.d-flex {
    width: 58% !important;
    margin-top: 0px;
  }
  .catalog-product-view .product-info-main a.action.tocompare {
    margin-left: 0px;
  }
  .price-box .price-wrapper .price {
    font-size: 20px;
  }
  .product-general.product-item-info:hover {
    border: 0 !important;
  }
  .product-item-info .product-border {
    border: 0 !important;
  }
  .product-general.product-item-info {
    border: 1px solid #f2f4f5 !important;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
    margin-right: 1rem;
  }
  .addtocart-wishlist div.addtowishlist-wrapper {
    float: left;
    width: 50%;
  }
  .catalog-product-view .product-add-form .actions.d-flex {
    width: 100%;
    margin-left: 0;
  }
  .catalog-product-view .product-info-main a.action.tocompare {
    order: 5;
    margin-left: 0;
  }
  .catalog-product-view .product-info-main .col-md-6:nth-child(1) div.product.attribute.sku {
    padding: 0;
  }
  .catalog-product-view .fieldset > .field:not(.choice) > .label {
    width: 46.8%;
  }
  .catalog-product-view .fieldset > .field:not(.choice) > .control {
    width: 50%;
  }
  .catalog-product-view .review-ratings ~ .review-content .review-ratings ~ .review-details {
    margin-left: 0;
  }
  .catalog-product-view .review-form .action.submit.primary {
    margin-right: 0;
  }
  .catalog-product-view .actions-toolbar.review-form-actions {
    margin-left: 0 !important;
    float: left;
    width: 100%;
  }
  .catalog-product-view .product-general .product-actions .more {
    margin: 0;
  }
  .catalog-product-view .product-general.product-item-info {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-product-view .product-add-form .actions.d-flex {
    width: 100%;
  }
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .catalog-product-view .swiper-slide {
    width: 480px !important;
  }
  .catalog-product-view .product-add-form .actions.d-flex {
    width: 76% !important;
    margin-top: 0;
  }
  .catalog-product-view .addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
    width: 52%;
  }
  .catalog-product-view .product-info-main a.action.tocompare {
    margin-top: 0;
  }
  .catalog-product-view .product-social-links {
    width: 36% !important;
  }
}
body.catalog-category-view span.add-to-cart-text {
  text-transform: capitalize;
}
body.page-with-filter.catalog-category-view div.page-title-wrapper h1.page-title#page-title-heading {
  padding-bottom: 1rem;
}
body.page-with-filter.catalog-category-view div.page-title-wrapper h1.page-title#page-title-heading span {
  font-weight: 900;
}
body.page-with-filter.catalog-category-view div.toolbar.toolbar-products p.toolbar-amount {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.toolbar.toolbar-products div.toolbar-sorter.sorter select.sorter-options {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel {
  /* display: block !important; */
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel form ul li.item a span.label {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel form ul li.item a span.count {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel form ol li.item a span.label {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel form ol li.item a span.label span.price {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dd.filter-options-content.panel form ol li.item a span.count {
  font-weight: 300;
}
body.page-with-filter.catalog-category-view div.block-content.filter-content dl.filter-options dt.filter-options-title.accordion {
  border-bottom: 2px solid #f2f4f5;
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  body.catalog-product-view div.product-page-second-col {
    /* min 768*/
    flex: none !important;
    max-width: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form {
    /* min 768*/
    display: flex !important;
    align-items: baseline !important;
    flex-direction: unset !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.quantity-actions-wrapper {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.quantity-actions-wrapper {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex {
    /* min 768*/
    flex-direction: row !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex {
    flex-direction: column;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex button.action.primary.tocart {
    /* min 768*/
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex button.action.primary.tocart {
    width: 250px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1920px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex div.product-social-links {
    /* min 768*/
    justify-content: unset;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex div.product-social-links {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex div.product-social-links {
    padding-left: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex div.product-social-links div.product-addto-links {
    justify-content: flex-start;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  body.catalog-product-view div.product-page-second-col div.addtocart-wishlist div.product-add-form form#product_addtocart_form div.actions.d-flex div.product-social-links div.product-addto-links a.action.tocompare {
    margin-left: 0;
  }
}
body.catalog-product-view div.product-info-main div.product-page-second-col a.action.mailto.friend {
  display: none;
}
body.catalog-product-view span.availability-s svg {
  width: 26px;
  height: 21.375px;
}
span.product-third-icon {
  display: flex;
}
span.product-third-icon h5 {
  padding-left: 1rem;
}
body.page-with-filter.catalog-category-view div#amasty-shopby-product-list span.availability svg {
  width: 26px;
  height: 21.375px;
}
body.cms-home.cms-index-index div.product-general.product-item-info div.product-border span.availability div#amasty-shopby-product-list svg {
  width: 26px;
  height: 21.375px;
}
body .minicart-wrapper .action.showcart .counter.qty {
  top: 12px !important;
}
@media screen and (max-width: 576px) {
  body .minicart-wrapper .action.showcart .counter.qty {
    top: 6px !important;
    left: 20px !important;
  }
}
div.search.results div.product-general.product-item-info div.product-border span.availability svg {
  width: 26px;
}
div.product-social-links div.addtowishlist-wrapper a.wishlist-icon-wrapper {
  padding: 15px 12px !important;
}
body.catalog-product-view div.product-info-main div.page-title-wrapper h1.page-title span {
  font-size: 3.6rem;
  font-weight: 900;
  color: #1a1818;
  line-height: 40px;
}
body.catalog-product-view div.product-info-main div.product.attribute.description div.value p {
  font-size: 1.6rem;
  font-weight: 300;
}
body.catalog-product-view div.product-info-main div.product-info-price div.price-box.price-final_price span.price {
  color: #1a1818;
}
body.catalog-product-view div.product-info-main div.product-page-second-col div.addtocart-wishlist div.product-add-form div.actions button span {
  font-size: 2.2rem;
  color: #1a1818;
  font-family: 'Roboto';
  font-weight: 700;
  text-transform: capitalize;
}
body.catalog-product-view div.product-info-main div.product-page-second-col div.addtocart-wishlist div.product-add-form div.actions div.product-social-links a.action.tocompare:before {
  background-image: none;
}
body.catalog-product-view div.product-info-main div.product-page-second-col div.addtocart-wishlist div.product-add-form div.actions div.product-social-links a.action.tocompare:hover svg path {
  fill: #E50019;
}
body.catalog-product-view div.product-info-main div.product-page-second-col div.addtocart-wishlist div.product-add-form div.actions div.product-social-links div.addtowishlist-wrapper a.wishlist-icon-wrapper:hover svg path {
  fill: #E50019;
}
body.catalog-product-view div.product-info-main div.product.attribute.sku strong {
  color: #1a1818;
  font-size: 1.8rem;
  font-weight: 300 !important;
}
body.catalog-product-view div.product-info-main div.product.attribute.sku div.value {
  color: #1a1818;
  font-size: 1.8rem;
  font-weight: 300 !important;
}
body.catalog-product-view div.product-info-main div.product-right-bottom span.product-third-icon h5 {
  font-size: 1.6rem;
  font-weight: 300;
}
body.catalog-product-view div.product-attribute div.additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr th {
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
body.catalog-product-view div.product-attribute div.additional-attributes-wrapper.table-wrapper table.data.table.additional-attributes tbody tr td p {
  font-size: 1.6rem;
  font-weight: 300;
}
a.minimal-price-link span.price-container.price-final_price.tax.weee {
  display: none;
}
body.catalog-product-view span.old-price span {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1a1818;
}
body.catalog-product-view span.old-price span.price-container.price-final_price.tax.weee span.price-wrapper span.price {
  font-size: 1.8rem;
  font-weight: 300;
  color: #1a1818;
}
body.catalog-product-view span.old-price p {
  font-weight: 500 !important;
  color: #e50019;
}
body.cms-index-index div.product-special-price span {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-index-index div.product-special-price span p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #e50019;
}
body.cms-index-index div.product-general.product-item-info div.product-actions div.more form.product-add-form button.action.tocart.primary.button.btn-cart span.add-to-cart-text {
  text-transform: capitalize;
}
body.catalog-category-view div.product-special-price span {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1a1818;
}
body.catalog-category-view div.product-special-price span p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #e50019;
}
body.catalog-product-view div.product-banner div.product-banner-image img {
  display: none;
}
body.catalog-product-view div.related.extra-products-sliders div.swiper-container-related.swiper-container div.swiper-wrapper div.swiper-slide:nth-child(odd) {
  display: block;
}
body.catalog-product-view div.related.extra-products-sliders div.swiper-container-related.swiper-container div.swiper-wrapper div.swiper-slide div.product-general.product-item-info div.product-border span.availability svg {
  width: 26px;
}
body.catalog-product-view div.related.extra-products-sliders div.block-title.title strong#block-related-heading {
  font-size: 3rem;
  font-weight: 900;
}
body.page-products.page-with-filter.catalogsearch-result-index div.product-actions div.more form.product-add-form button.action.tocart.primary.button.btn-cart span.add-to-cart-text {
  text-transform: capitalize;
}
div.breadcrumbs ul.items li.item a {
  font-weight: 300;
}
div.breadcrumbs ul.items li.item strong {
  font-weight: 300;
}
body.catalog-product-view div.product-info-main div.product-right-bottom {
  margin-top: 0.5rem !important;
  border-top: 1px solid #eceff0;
}
body.catalog-product-view div.product-info-main div.product-right-bottom span.availability-s {
  display: flex;
  padding-top: 1rem;
  height: 35px;
}
body.catalog-product-view div.product-info-main div.product-right-bottom span.availability-s div.available-green-s {
  margin-left: 1rem;
  border-bottom: none;
  font-size: 1.6rem;
  font-weight: 300;
}
body.catalog-category-view div#amasty-shopby-product-list div.toolbar.toolbar-products div.toolbar-sorter.sorter {
  justify-content: flex-end;
}
body.catalog-category-view div.block.filter div.block-content.filter-content dl#narrow-by-list.filter-options dt.filter-options-title.accordion {
  padding-top: 15px;
}
body.catalog-product-view div.product-info-main div.product.alert.price {
  padding: .75rem 0 !important;
}
body.catalog-product-view div.product-info-main div.product.alert.price a.action.alert {
  color: #e50019;
  padding: .75rem 0 !important;
}
body.catalog-product-view div.product-info-main div.product.alert.price a.action.alert:hover {
  color: #1a1818;
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.catalogsearch-result-index div.search.results div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-name h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.catalogsearch-result-index div.search.results div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border span.availability {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-image a span.product-image-container span.product-image-wrapper img {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border div.product-name h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body.page-with-filter.catalog-category-view div#amasty-shopby-product-list div.products.wrapper.grid.products-grid div#amasty-shopby-product-list div.product-general.product-item-info div.product-border span.availability {
    margin-top: 6rem;
  }
}
.block.filter {
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .block.filter {
    max-width: 50%;
  }
}
.filter-toggle {
  display: none;
}
strong.block-subtitle.filter-subtitle {
  display: none;
}
.filter-current {
  padding: 1rem;
  background-color: #ffffff;
}
.filter-current .block-subtitle.filter-current-subtitle {
  font-weight: 600;
  margin-bottom: 2rem;
}
.filter-current .item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
}
.filter-current .item svg {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin-right: 1rem;
}
.filter-current .item svg svg {
  width: 2rem;
  height: 2rem;
}
.filter-current .item svg svg path {
  fill: #000000;
}
.block-actions.filter-actions {
  margin-bottom: 2rem;
}
.block-actions.filter-actions,
.filter-current {
  padding: 1rem 0;
}
.block-actions.filter-actions .action,
.filter-current .action {
  padding: .5rem 1rem;
}
.block-actions.filter-actions .action.clear,
.filter-current .action.clear {
  padding: 1rem 0;
}
.filter-options .filter-options-title {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 1.5rem;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  border-bottom: 0.1rem solid #000000;
  cursor: pointer;
}
.filter-options .filter-options-title::after {
  content: '-';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: initial;
  right: 1.5rem;
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
}
.filter-options .filter-options-title.active::after {
  content: '+';
}
.filter-options .filter-options-content {
  margin: 1rem 0 2rem 0;
  max-height: 20rem;
  padding: 1rem .5rem 1rem 0;
  overflow-x: auto;
  position: relative;
}
.filter-options .filter-options-content::-webkit-scrollbar-thumb {
  background-color: #848484;
  width: 7px;
  border-radius: 5px;
}
.filter-options .filter-options-content::-webkit-scrollbar {
  width: 6px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 1rem;
  /* Firefox 1-3.6 */
  -moz-border-radius: 1rem;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 1rem;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: lightgrey;
}
.filter-options .filter-options-content .items .item {
  color: #000000;
  margin-bottom: 2rem;
}
.filter-options .filter-options-content .items .item:last-child {
  margin-bottom: 0;
}
.filter-options .filter-options-content .items .item input[type="radio"] {
  display: none;
}
.filter-options .filter-options-content .items .item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  color: #000000;
}
.filter-options .filter-options-content .items .item span.label {
  margin-right: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.filter-options .filter-options-content .items .item span.label:before {
  content: ' ';
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 50%;
  /* Firefox 1-3.6 */
  -moz-border-radius: 50%;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 50%;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #b4b4b4;
}
.filter-options .filter-options-content .items .item span.label:hover:before {
  background: #ff0086;
}
.filter-options .filter-options-content .items .item span.count {
  color: #b4b4b4;
  font-size: 12px;
  font-size: 1.2rem;
}
.toolbar.toolbar-products {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.toolbar.toolbar-products:before,
.toolbar.toolbar-products:after {
  display: none;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-label {
  display: none;
}
.toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  margin: 0;
  padding: 1rem;
  height: auto;
}
.toolbar.toolbar-products .modes,
.toolbar.toolbar-products .toolbar-amount {
  display: none;
}
.toolbar.toolbar-products .field.limiter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-right: 1rem;
}
.toolbar.toolbar-products .field.limiter .label {
  margin: 0;
}
.toolbar.toolbar-products .field.limiter .limiter-text {
  display: none;
}
.toolbar.toolbar-products .field.limiter .limiter-options {
  height: 4rem;
  padding: 1rem;
}
.toolbar.toolbar-products .pages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.toolbar.toolbar-products .pages .pages-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.toolbar.toolbar-products .pages .pages-items .item a span {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}
.toolbar.toolbar-products .pages .pages-items .item.current .page {
  font-size: 18px;
  font-size: 1.8rem;
  color: #b4b4b4;
}
.toolbar.toolbar-products .pages .pages-items .pages-item-next .action,
.toolbar.toolbar-products .pages .pages-items .pages-item-previous .action {
  margin: 0 .5rem;
  border: 0;
  line-height: initial;
  width: initial;
}
.toolbar.toolbar-products .pages .pages-items .pages-item-next .action:before,
.toolbar.toolbar-products .pages .pages-items .pages-item-previous .action:before {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: 600;
}
.products.wrapper ~ .toolbar {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.catalog-category-view .col-12 {
  padding: 0;
}
.catalog-category-view .product-info .price span.old-price {
  display: none;
}
.catalog-category-view .price-box .old-price span.price {
  display: none;
}
.catalog-category-view .filter-options-content span {
  font-size: 14px;
  font-weight: normal;
  color: #777;
}
.catalog-category-view .block.filter .block-title.filter-title {
  display: none;
}
.catalog-category-view .page-title-wrapper {
  margin-top: 2rem;
}
.catalog-category-view h1#page-title-heading {
  border-bottom: 1px solid #eaeaea;
}
.catalog-category-view .toolbar.toolbar-products {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  float: left;
  font-weight: normal;
}
.catalog-category-view .toolbar.toolbar-products p#toolbar-amount {
  order: 1;
  width: 15%;
  float: left;
  padding-top: 0;
  display: block;
}
.catalog-category-view .toolbar.toolbar-products .modes {
  order: 2;
  width: 23%;
  display: block;
  margin-left: 19px;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  border: 0;
}
.catalog-category-view strong.modes-mode.active:before {
  color: #E50019;
}
.catalog-category-view .toolbar-products .modes-mode {
  border: unset;
  padding: 0;
}
.catalog-category-view .products-grid .product-general.product-item-info {
  margin-right: 15px;
}
.catalog-category-view .products-grid .product-general.product-item-info:hover {
  border: 1px solid;
}
.catalog-category-view .products-grid img.product-image-photo {
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-category-view .products-grid .product-general .product-actions .more {
  position: unset;
  float: left;
  width: 100%;
  margin: 0;
}
.catalog-category-view .toolbar.toolbar-products:nth-child(2) {
  display: none;
}
.catalog-category-view #amasty-shopby-product-list .products.wrapper {
  margin-top: 0;
}
.catalog-category-view .amasty-catalog-topnav {
  margin-top: 0;
}
.catalog-category-view .page-title-wrapper span.base {
  font-weight: bold;
}
.toolbar.toolbar-products .modes .toolbar.toolbar-products .toolbar-amount {
  display: block;
}
.toolbar.toolbar-products .field.limiter {
  order: 3;
  display: none;
}
.toolbar.toolbar-products .toolbar-sorter.sorter {
  order: 4;
}
.modes-mode:before {
  font-size: 29px;
}
.modes-mode:not(.active):hover {
  background: transparent;
}
.filter-options .filter-options-content .items .item {
  margin-bottom: 9px;
}
.catalog-category-view .columns {
  margin-bottom: 20px;
}
.catalog-category-view .pages-items li.item.current span {
  color: #E50019;
}
.catalog-category-view .pages-items a span {
  font-weight: 400;
  color: #777;
}
.catalog-category-view .pages {
  order: 4;
  float: left;
  width: 38%;
}
.catalog-category-view .toolbar.toolbar-products p#toolbar-amount {
  color: #666;
}
.catalog-category-view h1#page-title-heading {
  margin-bottom: 2.2rem;
}
.catalog-category-view .toolbar.toolbar-products .toolbar-sorter.sorter .sorter-options {
  color: #666;
}
.catalog-category-view div#amasty-shopby-product-list div.toolbar.toolbar-products {
  margin-bottom: 2rem;
}
.catalog-category-view .products.wrapper.grid.products-grid {
  padding-left: 25px;
}
.catalog-category-view .product-item-info .product-border {
  padding-bottom: 2px;
}
.catalog-category-view .product-general .product-name a {
  font-weight: 600;
}
.pages .action.next:before {
  content: "";
  background-image: url(../images/pages-1.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top;
}
.pages .action.previous:before {
  content: "";
  background-image: url(../images/XMLID_1522_.png);
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: top;
}
.filter-options .filter-options-title {
  padding-left: 0;
  border-bottom: unset;
  margin-bottom: 0;
  padding-top: 7px;
}
.filter-options .filter-options-title::after {
  content: "+";
}
.filter-options .filter-options-title.active::after {
  content: '-';
}
.filter-options .filter-options-content {
  border-bottom: .1rem solid #f2f4f5;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 14px;
}
.filter-options .filter-options-content .items .item {
  padding-left: 0;
}
.breadcrumbs {
  padding: 7px 17px !important;
}
.breadcrumbs .item:not(:last-child):after {
  content: "/";
  line-height: 10px;
  padding-top: 5px;
}
.breadcrumbs li a {
  color: #666666ab;
}
.breadcrumbs li strong {
  color: #666 !important;
}
.breadcrumbs li a:hover {
  color: #666666ab;
}
.toolbar.toolbar-products .pages .pages-items .item a span {
  color: #666;
}
.sorter-action:hover:before {
  color: #8f8f8f;
}
.modes-mode:not(.active):hover {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view div#amasty-shopby-product-list {
    display: unset;
  }
  .catalog-category-view div#amasty-shopby-product-list .products.wrapper {
    padding-left: 15px;
  }
  .catalog-category-view .toolbar.toolbar-products p#toolbar-amount {
    width: 35%;
  }
  .catalog-category-view .toolbar.toolbar-products .modes {
    width: 35%;
  }
  .catalog-category-view .pages {
    width: 23%;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    padding-left: 39px;
  }
  .catalog-category-view .products-grid .product-general.product-item-info {
    margin-bottom: 20px;
  }
  .products-grid .product-general.product-item-info:hover {
    border: 1px solid #f2f4f5 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .catalog-category-view .product-item-info span h5 {
    font-size: 13px !important;
  }
  .catalog-category-view .product-info .price {
    margin-right: 0;
  }
  .catalog-category-view .product-item-info .product-info .wishlist-icon {
    margin-left: 0;
  }
  .toolbar.toolbar-products p#toolbar-amount {
    width: 27%;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .catalog-category-view .product-item-info span h5 {
    font-size: 11px !important;
  }
  .catalog-category-view .product-item-info .product-info .wishlist-icon {
    margin-left: 0;
  }
  .catalog-category-view .product-item-info .product-info .price {
    margin-right: 0;
  }
}
footer.page-footer {
  background-color: #6b6b6b;
}
footer.page-footer .newslet {
  padding: 1.5rem;
}
footer.page-footer .newslet .news-title {
  padding-bottom: 3rem;
  margin-bottom: .5rem;
  color: #ffffff;
}
footer.page-footer .newslet .news-title h3 {
  font-weight: 700;
}
footer.page-footer .newslet form.form.subscribe {
  margin-top: -3rem;
}
footer.page-footer .newslet .field.newsletter input {
  margin-top: 2rem;
  background: initial;
  border: none;
  border-bottom: 0.1rem solid #ffffff;
  padding: 1rem 0;
}
footer.page-footer .newslet .field.newsletter input::-webkit-input-placeholder {
  color: #ffffff;
}
footer.page-footer .newslet label {
  color: #ffffff;
}
footer.page-footer .newslet button.news-btn {
  padding: 1rem 3rem;
  color: #6b6b6b;
  background-color: #ff0086;
  border: 0.1rem solid #ff0086;
  font-weight: bold;
  width: 50%;
  text-transform: uppercase;
  letter-spacing: .3rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  footer.page-footer .newslet button.news-btn {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  footer.page-footer .newslet button.news-btn {
    width: 100%;
  }
}
footer.page-footer .newslet button.news-btn:hover {
  background-color: #990050;
  border: 0.1rem solid #990050;
  color: #ffffff;
}
footer.page-footer a {
  padding: .5rem 1rem;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.page-footer a:hover {
  color: #ff0086;
}
footer.page-footer .xml-links {
  padding: 1.5rem 0 0 0;
}
footer.page-footer .xml-links .title {
  padding: .5rem;
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
}
footer.page-footer .xml-links ul {
  padding: 0;
  margin: 0 0 1.5rem 0;
}
footer.page-footer .xml-links ul li {
  list-style: none;
  margin: 0;
}
footer.page-footer .xml-links ul li a {
  display: block;
  padding: .5rem;
}
footer.page-footer .footer-links {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #6b6b6b;
}
footer.page-footer .footer-links .logo-col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 0 8rem;
}
footer.page-footer .footer-links .action.nav-toggle {
  display: none;
}
footer.page-footer .footer-links .store-logo img {
  object-fit: contain;
  max-width: 30vw;
  filter: brightness(0) invert(1);
}
footer.page-footer .footer-links .contact-col li:last-child a {
  color: #000000;
}
footer.page-footer .footer-links div.additional-footer-information {
  display: flex;
  flex-direction: column;
  margin-left: .5rem;
  color: #b4b4b4;
}
footer.page-footer .footer-links div.additional-footer-information i {
  color: #b4b4b4;
}
footer.page-footer .footer-links div.additional-footer-information i a {
  color: #b4b4b4;
}
footer.page-footer .footer-links div.additional-footer-information i a:hover {
  text-decoration: none;
  color: white;
}
footer.page-footer .footer-links div.additional-footer-information i a span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}
footer.page-footer .footer-links div.additional-footer-information i span {
  font-family: Roboto;
  font-weight: 500;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-envelope {
  margin-top: 1.5rem;
  color: #b4b4b4;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-envelope a:hover {
  text-decoration: none;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-envelope a span {
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-map-marker-alt {
  margin-top: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-map-marker-alt span {
  padding: .5rem 1rem;
  font-family: Roboto;
  font-weight: 500;
  font-size: 14px;
}
footer.page-footer .copyright-section {
  padding: 1.5rem 0;
  background-color: #efefef;
}
.copyright-section .footer-icons {
  border: 0.1rem solid #000000;
  padding: .75rem;
  border-radius: 50%;
  margin-left: 1rem;
  height: 3.5rem;
  width: 3.5rem;
  text-align: center;
}
.copyright-section .footer-icons i {
  color: #000000;
}
footer.page-footer {
  background-color: #000;
}
footer.page-footer .footer-links > .container {
  position: relative;
}
footer.page-footer .footer-links > .container:after {
  content: "";
  width: calc(98%);
  height: 1px;
  background: #313030;
  position: absolute;
  right: 0rem;
  left: 15px;
  bottom: -45px;
  top: auto;
}
footer.page-footer .newslet .field.newsletter div#newsletter-error {
  float: left;
  width: 100%;
}
footer.page-footer .newslet .field.newsletter input#newsletter::placeholder {
  color: #e4e4e49e;
}
footer.page-footer .newslet .field.newsletter input {
  margin-top: 2rem;
  border: 1px solid #323232;
  float: left;
  padding: 1rem 15px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: 0;
  width: 100%;
  border-radius: 8px;
  padding-right: 87px;
}
footer.page-footer .newslet .news-title h3 {
  color: #e4e4e49e;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0.5rem 0;
}
footer.page-footer .newslet label {
  color: #e4e4e49e;
}
footer.page-footer .newslet button.news-btn {
  background-color: #E50019;
  border: .1rem solid #E50019;
  float: left;
  margin-top: 20px;
  color: #000;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 42px;
  width: 72px;
  right: 0;
}
footer.page-footer .newslet button.news-btn span {
  background: url(../images/subscribe-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  height: 21px;
  font-size: 0;
  width: auto;
  background-size: 100%;
}
footer.page-footer .newslet button.news-btn:hover {
  background-color: #E50019;
  border-color: #E50019;
  color: #000;
}
footer.page-footer .newslet form.form.subscribe {
  position: relative;
}
footer.page-footer .footer-top {
  text-align: center;
  position: relative;
}
footer.page-footer .footer-top img {
  width: 6%;
}
@media screen and (max-width: 1200px) {
  footer.page-footer .footer-top img {
    width: 7%;
  }
}
@media screen and (max-width: 1200px) {
  footer.page-footer .footer-top img {
    width: 8%;
  }
}
@media screen and (max-width: 768px) {
  footer.page-footer .footer-top img {
    width: 10%;
  }
}
@media screen and (max-width: 576px) {
  footer.page-footer .footer-top img {
    width: 12%;
  }
}
@media screen and (max-width: 460px) {
  footer.page-footer .footer-top img {
    width: 14%;
  }
}
footer.page-footer .footer-links {
  background-color: #000;
}
footer.page-footer .footer-links .logo-col {
  text-align: left;
  justify-content: flex-start;
  padding-left: 15px;
  padding-right: 0;
  position: relative;
  align-items: flex-start;
}
footer.page-footer .col-lg-3 {
  position: relative;
}
footer.page-footer .col-lg-3:after {
  content: "";
  width: 1px;
  height: 259px;
  background: #e4e4e470;
  position: absolute;
  right: 23px;
  bottom: 0;
  top: 17px;
}
footer.page-footer .col-lg-3.contact-col:after {
  content: unset;
}
footer.page-footer .xml-links .title {
  color: #e4e4e49e;
  letter-spacing: 1px;
  font-size: 12px;
  font-weight: bold;
}
footer.page-footer .xml-links ul li a {
  color: #e4e4e49e;
  font-size: 12px;
}
footer.page-footer .xml-links ul li a:hover {
  color: white;
}
footer.page-footer .footer-links div.additional-footer-information {
  margin: 0;
  padding: 0.5rem;
  align-items: start;
}
footer.page-footer .footer-links div.additional-footer-information i {
  color: #e4e4e49e;
  font-size: 26px;
  margin-bottom: 13px;
  margin: 8px 0px!important;
}
footer.page-footer .footer-links div.additional-footer-information i a {
  color: #e4e4e49e;
  padding: 0;
}
footer.page-footer .footer-links div.additional-footer-information i a span {
  font-size: 14px;
}
footer.page-footer .footer-links div.additional-footer-information i.fas.fa-map-marker-alt span {
  font-size: 14px;
}
footer.page-footer .footer-top:before {
  content: '';
  display: block;
  background-color: #313030;
  position: absolute;
  top: 35px;
  left: 21px;
  z-index: 1;
  bottom: 0;
  width: 43%;
  height: 1px;
  transform: unset;
}
@media screen and (max-width: 768px) {
  footer.page-footer .footer-top:before {
    width: 41%;
  }
}
footer.page-footer .footer-top:after {
  content: '';
  display: block;
  background-color: #313030;
  position: absolute;
  top: 35px;
  right: 21px;
  z-index: 1;
  bottom: 0;
  width: 43%;
  height: 1px;
  transform: unset;
}
@media screen and (max-width: 768px) {
  footer.page-footer .footer-top:after {
    width: 41%;
  }
}
footer.page-footer .footer-social h3 {
  color: #e4e4e49e;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
}
footer.page-footer .footer-social .footer-social-icon {
  margin-top: 20px;
  margin-bottom: 3rem;
  padding: 0.5rem;
  margin: 0;
}
footer.page-footer .footer-social .footer-social-icon i {
  color: #e4e4e49e;
  letter-spacing: 2px;
  font-size: 23px;
  font-weight: 600;
  border: .1rem solid #e4e4e49e;
  padding: 9px;
  border-radius: 50%;
  margin-right: 10px;
}
footer.page-footer .footer-social .footer-social-icon img {
  padding-right: 15px;
}
footer.page-footer .footer-bottom {
  padding-top: 5rem;
  text-align: center;
  padding-bottom: 5rem;
}
footer.page-footer .footer-bottom .footer-icon-firstrow {
  margin-bottom: 3rem;
}
footer.page-footer .footer-bottom .footer-icon-firstrow img {
  padding-right: 8rem;
  opacity: 0.5;
}
footer.page-footer .footer-bottom .footer-icon-secondrow {
  max-width: 836px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.5;
}
footer.page-footer .footer-bottom .footer-icon-secondrow img {
  padding-right: 4rem;
}
footer.page-footer .copyright-section {
  padding-top: 0 !important;
  background: #000 !important;
  color: #e4e4e49e;
  padding-bottom: 3rem !important;
}
footer.page-footer .copyright-section .col-md-4.text-md-left {
  display: none;
}
footer.page-footer .copyright-section .col-md-4.text-md-center {
  float: left;
  width: 100%;
  max-width: 100%;
  flex: unset;
}
footer.page-footer .copyright-section .col-md-4.text-md-right {
  display: none;
}
footer.page-footer .logo-shape {
  width: 96px;
  height: 96px;
  border: 0px;
  position: absolute;
  background: #000;
  transform: rotate(45deg);
  left: 50%;
  right: 0;
  margin: 0 auto;
  top: -20px;
  margin-left: -48px;
  border-radius: 20px;
}
footer.page-footer a.store-logo {
  position: relative;
}
footer.page-footer .col-lg-3:after {
  right: 0.5rem;
  background: #313030;
  height: auto;
}
.footer-social-icon a {
  padding: 0 !important;
}
@media only screen and (max-width: 1023px) {
  footer.page-footer .newslet button.news-btn {
    position: unset;
  }
  footer.page-footer .newslet .field.newsletter input {
    margin-top: 2rem;
    width: 73%;
  }
  footer.page-footer .footer-top:before {
    top: 19px !important;
    width: 35% !important;
  }
  footer.page-footer .col-lg-3:after {
    content: unset;
  }
  footer.page-footer .footer-bottom .footer-icon-firstrow img {
    padding-right: 14px;
    width: 42px;
  }
  footer.page-footer .footer-bottom .footer-icon-secondrow img {
    padding-right: 14px;
    width: 42px;
  }
  footer.page-footer .footer-links div.additional-footer-information i {
    justify-content: left !important;
  }
  #newsletter-validate-detail .field.newsletter font {
    text-align: left;
    float: left;
    width: 100%;
  }
  .footer-top:after {
    top: 19px !important;
    width: 35% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  footer.page-footer .col-lg-3 {
    float: left;
    width: 33%;
    padding-left: 0;
    max-width: 100%;
    flex: unset;
  }
  footer.page-footer .footer-social-icon img {
    padding-right: 1px;
    width: 35px;
  }
  footer.page-footer .footer-links div.additional-footer-information i {
    font-size: 18px;
    justify-content: left !important;
  }
  footer.page-footer .footer-links div.additional-footer-information i a {
    padding-left: 5px;
  }
  footer.page-footer .footer-links div.additional-footer-information i a span {
    font-size: 11px;
  }
  footer.page-footer .footer-links div.additional-footer-information i.fas.fa-map-marker-alt span {
    font-size: 11px;
  }
  footer.page-footer .col-lg-3.contact-col {
    width: 100%;
  }
  footer.page-footer .newslet button.news-btn {
    position: unset;
  }
  footer.page-footer .newslet button.news-btn span {
    width: 33%;
  }
  footer.page-footer .newslet label {
    font-size: 13px;
  }
  footer.page-footer .footer-bottom .footer-icon-firstrow img {
    padding-right: 2rem;
  }
  footer.page-footer .footer-bottom .footer-icon-secondrow img {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  footer.page-footer .newslet .field.newsletter input {
    width: 53%;
  }
  footer.page-footer .newslet button.news-btn {
    width: 29%;
    position: unset;
  }
  footer.page-footer .newslet label {
    font-size: 13px;
  }
  footer.page-footer .field.newsletter font {
    width: 100%;
    text-align: left;
    float: left;
  }
}
footer.page-footer div.footer-links div.xml-links h3.title {
  font-weight: 900 !important;
}
footer.page-footer div.footer-links div.newslet div.news-title h3 {
  font-weight: 900 !important;
}
footer.page-footer div.footer-links div.newslet form div.field.newsletter label div {
  font-weight: 300 !important;
}
footer.page-footer div.footer-links div.newslet form div.field.newsletter label input {
  font-weight: 300 !important;
}
footer.page-footer div.footer-links div.logo-col div.xml-links ul li a {
  font-weight: 300;
}
footer.page-footer div.footer-links div.xml-links ul li a {
  font-weight: 300;
}
footer.page-footer div.footer-links div.additional-footer-information i a span {
  font-weight: 300;
}
footer.page-footer div.footer-links div.additional-footer-information i span {
  font-weight: 300 !important;
}
footer.page-footer div.footer-copyright div.copyright-section span {
  font-weight: 300 !important;
}
@media screen and (max-width: 576px) {
  footer.page-footer div.footer-copyright div.copyright-section span {
    text-align: center;
  }
}
div.additional-footer-information div.footer-contact-info-icons-phone {
  margin-top: 1.5rem;
  margin-bottom: 2rem !important;
  margin-bottom: 1rem;
}
div.additional-footer-information div.footer-contact-info-icons-phone:hover svg {
  cursor: pointer;
}
div.additional-footer-information div.footer-contact-info-icons-phone:hover svg path {
  fill: white !important;
}
div.additional-footer-information div.footer-contact-info-icons-phone:hover a span {
  color: white !important;
}
div.additional-footer-information div.footer-contact-info-icons-phone svg path {
  fill: #e4e4e49e !important;
}
div.additional-footer-information div.footer-contact-info-icons-phone a {
  padding-left: 0 !important;
}
div.additional-footer-information div.footer-contact-info-icons-phone a span {
  padding-left: 1.5rem;
  color: #e4e4e49e;
  font-size: 16px;
  font-weight: 300;
}
div.additional-footer-information div.footer-contact-info-icons-maps a {
  padding-left: 0 !important;
}
div.additional-footer-information div.footer-contact-info-icons-maps a svg {
  width: 26px;
}
div.additional-footer-information div.footer-contact-info-icons-maps a svg text {
  display: none;
}
div.additional-footer-information div.footer-contact-info-icons-maps a svg path {
  fill: #e4e4e49e;
}
div.additional-footer-information div.footer-contact-info-icons-maps a span {
  padding-left: 1.5rem;
  color: #e4e4e49e;
  font-size: 16px;
  font-weight: 300;
}
div.additional-footer-information div.footer-contact-info-icons-maps a:hover svg path {
  fill: white;
}
div.additional-footer-information div.footer-contact-info-icons-maps a:hover span {
  color: white;
}
div.additional-footer-information div.footer-contact-info-icons-mail {
  margin-top: 1rem;
}
div.additional-footer-information div.footer-contact-info-icons-mail svg path {
  fill: #e4e4e49e;
}
div.additional-footer-information div.footer-contact-info-icons-mail a span {
  color: #e4e4e49e;
}
div.additional-footer-information div.footer-contact-info-icons-mail:hover span {
  color: #e4e4e49e;
}
footer.page-footer .col-lg-3.lastblock:after {
  background: transparent;
}
footer.page-footer div.footer-links div.footer-social div.xml-links h3.title {
  letter-spacing: 3px;
}
footer.page-footer div.footer-links div.footer-social div.footer-social-icon a:nth-child(3) {
  display: none;
}
footer.page-footer div.footer-links div.footer-bottom div.footer-bottom-icon {
  margin-top: 3rem;
}
div.lastblock div.newslet form.form.subscribe div.field.newsletter input#newsletter {
  color: white;
}
div.lastblock div.newslet form.form.subscribe div.field.newsletter button.news-btn:hover {
  background-color: white !important;
  border: 1px solid white !important;
}
div.lastblock div.newslet form.form.subscribe div.field.newsletter div.mage-error {
  color: #ffcb05;
}
footer.page-footer div.footer-links div.col-lg-3:after {
  display: none;
}
.item-hover-styles {
  background-color: #ffffff;
  border: 0.1rem solid #d9d9d9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.item-hover-styles:hover,
.item-hover-styles:focus {
  box-shadow: 0.5rem 0.5rem 1rem #cccccc;
  -moz-transform: translate(-0.3rem, -0.3rem);
  -o-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  -webkit-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
}
.cart-spacer {
  margin: 0 0 1.5rem 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.checkout-cart-index .page-wrapper {
  background-color: #ffffff;
}
.checkout-cart-index .page-wrapper .page-title {
  padding: 1.5rem 0;
  margin-bottom: 1.5rem;
}
.cart.main.actions a.action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 0;
  /* Firefox 1-3.6 */
  -moz-border-radius: 0;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 0;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  padding: 1rem 3rem;
  height: 4.1rem;
}
.cart.main.actions.action {
  float: initial;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cart-summary {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 0.1rem solid #d9d9d9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.cart-summary:hover,
.cart-summary:focus {
  box-shadow: 0.5rem 0.5rem 1rem #cccccc;
  -moz-transform: translate(-0.3rem, -0.3rem);
  -o-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  -webkit-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
}
@media screen and (min-width: 768px), print {
  .cart-summary {
    width: 26%;
  }
}
.cart-summary .summary.title {
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1.5rem 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.cart-summary .cart-totals {
  border: 0;
  padding: 0;
}
.cart-summary .checkout.items.checkout-methods-items {
  margin: 0;
}
.cart-summary .checkout.items.checkout-methods-items .item {
  margin: 0 0 1.5rem 0;
}
.cart-summary .checkout.items.checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .checkout.items.checkout-methods-items .item .action {
  padding: 1.5rem 3rem;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.cart-summary .checkout.items.checkout-methods-items .item .action.checkout {
  text-transform: initial;
  font-size: 20px;
  font-size: 2rem;
}
.cart-summary .checkout.items.checkout-methods-items .item .action.multicheckout {
  padding: .5rem;
}
.block.discount .title,
.block.shipping .title {
  padding-top: 0;
  padding-left: 0;
  position: relative;
  border-top: initial;
  font-weight: 300;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1.5rem 0;
  padding-top: .75rem;
  padding-bottom: .75rem;
  border-bottom: 0.1rem solid #d9d9d9;
}
.block.discount .title:after,
.block.shipping .title:after {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.block.discount {
  margin-bottom: 1.5rem;
}
.block.discount .field,
.block.discount .fieldset.coupon {
  margin: 0;
}
.block.discount .control {
  position: relative;
}
.block.discount .control input {
  max-width: 100%;
}
.block.discount .control .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.block.discount .control .actions-toolbar > div {
  height: 100%;
}
.block.discount .control .actions-toolbar .action {
  margin: 0;
  height: 100%;
  padding: 0 1.5rem;
}
.mini-d-qty .details-qty {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 12.5rem;
  height: 4.5rem;
  background-color: #ffffff;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 2.5rem;
  /* Firefox 1-3.6 */
  -moz-border-radius: 2.5rem;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 2.5rem;
  /* Prevent background color leak outs */
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.mini-d-qty .details-qty .input-text.qty,
.mini-d-qty .details-qty .item-qty {
  padding: 1rem 0;
  margin: 0 1rem;
  text-align: center;
}
.quantity .details-qty {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 12.5rem;
  height: 4.5rem;
  background-color: #ffffff;
}
.quantity .details-qty .rm-qty,
.quantity .details-qty .add-qty {
  width: 2.5rem;
  height: 2.5rem;
  padding: 1rem;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #000000;
  border: 1px solid grey;
  font-weight: 700;
  border-radius: 0;
  background-color: #ffffff;
}
.quantity .details-qty .input-text.qty,
.quantity .details-qty .item-qty {
  padding: 1rem 0;
  margin: 0 1rem;
  border: 0;
  max-width: 3rem;
  text-align: center;
}
.minicart-item,
.cart-item {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  background-color: #ffffff;
  border: 0.1rem solid #d9d9d9;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.minicart-item:hover,
.cart-item:hover,
.minicart-item:focus,
.cart-item:focus {
  box-shadow: 0.5rem 0.5rem 1rem #cccccc;
  -moz-transform: translate(-0.3rem, -0.3rem);
  -o-transform: translate(-0.3rem, -0.3rem);
  -ms-transform: translate(-0.3rem, -0.3rem);
  -webkit-transform: translate(-0.3rem, -0.3rem);
  transform: translate(-0.3rem, -0.3rem);
}
.minicart-item .item-photo,
.cart-item .item-photo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.minicart-item .item-info,
.cart-item .item-info {
  margin-bottom: 1.5rem;
  border-bottom: 0.1rem solid #e6e6e6;
}
.minicart-item .item-name,
.cart-item .item-name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
.minicart-item .item-name a,
.cart-item .item-name a {
  display: block;
  padding: 1rem 0;
  color: #000000;
}
.minicart-item .sku,
.cart-item .sku {
  margin-bottom: 1.5rem;
}
.minicart-item .sku .label,
.cart-item .sku .label {
  font-weight: 600;
  margin-right: .5rem;
}
.minicart-item .sku .value,
.cart-item .sku .value {
  font-weight: 600;
  color: #999999;
}
.minicart-item .price,
.cart-item .price {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-size: 2rem;
}
.minicart-item .unit-price,
.cart-item .unit-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
}
.minicart-item .unit-price .label,
.cart-item .unit-price .label {
  margin-right: .5rem;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}
.minicart-item .unit-price .price,
.cart-item .unit-price .price {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #999999;
}
.minicart-item .unit-price span,
.cart-item .unit-price span {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
}
.minicart-item .action,
.cart-item .action {
  font-size: 20px;
  font-size: 2rem;
  padding: .5rem;
  color: #999999;
}
.minicart-item .action:hover,
.cart-item .action:hover,
.minicart-item .action:focus,
.cart-item .action:focus {
  color: #333333;
  text-decoration: none;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-title strong span.text {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-title strong span.qty {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-title button#btn-minicart-close {
  opacity: 0.3;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol#mini-cart.minicart-items li.item div.product div.product-item-details strong.product-item-name a {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1818;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.minicart-items-wrapper ol#mini-cart.minicart-items li.item div.product div.product-item-details div.product-item-pricing div.product.actions a.action.edit {
  display: none;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.subtotal span.label span {
  font-size: 1.2rem;
  font-weight: 900;
  color: #1a1818;
  letter-spacing: 3px;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.subtotal div.amount.price-container span.price-wrapper span {
  font-size: 2rem;
  font-weight: 900;
  color: #1a1818;
}
@media screen and (max-width: 576px) {
  div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.subtotal {
    display: flex;
    justify-content: space-around;
  }
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.actions div.secondary a.action.viewcart {
  background-color: #1a1818;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.actions div.secondary a.action.viewcart span {
  font-size: 1.8rem;
  font-weight: 700;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.actions div.secondary a.action.viewcart:hover {
  background-color: #1a1818;
}
div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.actions div.primary button#top-cart-btn-checkout {
  font-weight: 700;
  background-color: #ffcb05;
}
div#header-wrapper.header-wrapper.sticky div.block.block-minicart.ui-dialog-content.ui-widget-content div#minicart-content-wrapper div.block-content div.actions {
  display: block !important;
}
body.checkout-cart-index div.page-title-wrapper h1.page-title {
  text-align: center;
  margin-top: 3rem;
  font-size: 3rem;
  font-weight: 900;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.item {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.item span {
  display: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.price {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.price span {
  display: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.qty {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.qty span {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1818;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.subtotal {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table thead tr th.subtotal span {
  font-size: 1.2rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1a1818;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.item {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.price {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.qty {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-info td.subtotal {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-actions td {
  border-top: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.table-wrapper table#shopping-cart-table.cart.items.data.table tbody.cart.item tr.item-actions td div.actions-toolbar {
  display: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.main.actions a.action.continue {
  background-color: #1a1818;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.main.actions a.action.continue:before {
  content: '';
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.main.actions button#empty_cart_button.action.clear {
  display: none;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.main.actions button.action.update {
  background-color: #1a1818;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 7rem;
  border-radius: 1.5rem;
  padding: 1rem 3rem;
}
body.checkout-cart-index div.cart-container form#form-validate.form.form-cart div.cart.main.actions button.action.update:before {
  content: '';
}
body.checkout-cart-index div.cart-container div.cart-summary strong.summary.title {
  display: none;
}
body.checkout-cart-index div.cart-container div.cart-summary div#block-shipping div.title strong.block-shipping-heading {
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  color: #1a1818;
}
body.checkout-cart-index div.cart-container div.cart-summary div#block-shipping div#block-summary.content form#shipping-zip-form fieldset.fieldset.estimate p.field.note {
  display: none;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals.sub th.mark {
  background-color: white;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals.sub td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals.shipping.excl th.mark {
  background-color: white;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals.shipping.excl td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals-tax th.mark {
  background-color: white;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.totals-tax td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.grand.totals th.mark {
  background-color: white;
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.grand.totals th.mark strong {
  font-weight: 900 !important;
}
body.checkout-cart-index div.cart-container div.cart-summary div#cart-totals.cart-totals div.table-wrapper table.data.table.totals tbody tr.grand.totals td.amount strong span.price {
  font-size: 2rem;
  font-weight: 900;
}
body.checkout-cart-index div.cart-container div.cart-summary div#block-discount.block.discount.active div.content form#discount-coupon-form div.fieldset.coupon div.actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
body.checkout-cart-index div.cart-container div.cart-summary div#block-discount.block.discount.active div.content form#discount-coupon-form div.fieldset.coupon div.actions-toolbar div.primary button.action.apply.primary {
  background-color: #1a1818;
  border-radius: 1.5rem;
}
body.checkout-cart-index div.cart-container div.cart-summary div#block-discount.block.discount.active div.content form#discount-coupon-form div.fieldset.coupon div.actions-toolbar div.primary button.action.apply.primary span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.checkout-cart-index div.cart-container div.cart-summary ul.checkout.methods.items.checkout-methods-items li.item a.action.multicheckout {
  display: none;
}
body.checkout-cart-index div.cart-container div.cart-summary ul.checkout.methods.items.checkout-methods-items li.item button.action.primary.checkout {
  background-color: #ffcb05;
  border-radius: 1.5rem;
}
body.checkout-cart-index div.cart-container div.cart-summary ul.checkout.methods.items.checkout-methods-items li.item button.action.primary.checkout span {
  color: #1a1818;
  font-size: 1.8rem;
  font-weight: 700;
}
body.checkout-cart-index div.cart-container div.cart-summary:hover {
  box-shadow: none;
  transform: none;
}
.cart-overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  content: '';
  display: none;
  height: 100%;
  width: 100%;
}
body .minicart-wrapper.active .cart-overlay {
  display: block;
}
body .minicart-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0;
}
body .minicart-wrapper .action:before {
  display: none !important;
}
body .minicart-wrapper .action.showcart .counter.qty {
  right: 0;
  top: 0;
  color: #ffffff;
  background-color: #E50019;
  position: absolute;
  margin: 0;
  border-radius: 50px;
  width: 24px;
  height: 24px;
}
body .minicart-wrapper .action.showcart .counter.qty .counter-number {
  color: #ffffff;
  padding: 0 1px 0 5px;
}
body .minicart-wrapper .block-minicart {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  min-width: initial;
  max-width: initial;
}
@media screen and (max-width: 1024px) {
  body .minicart-wrapper .block-minicart {
    width: 80%;
    left: 20%;
  }
}
body .minicart-wrapper .block-minicart:before {
  display: none;
}
body .minicart-wrapper .block-minicart .block-title {
  padding: 2rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body .minicart-wrapper .block-minicart .block-title #btn-minicart-close {
  width: initial;
  height: initial;
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
}
body .minicart-wrapper .block-minicart .block-title #btn-minicart-close span {
  width: initial;
  height: initial;
  overflow: initial;
  position: initial;
  margin: 0;
  clip: initial;
}
body .minicart-wrapper .block-minicart .block-title #btn-minicart-close .svg {
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
}
body .minicart-wrapper .block-minicart .block-title #btn-minicart-close .svg svg {
  width: 2rem;
  height: 2rem;
}
body .minicart-wrapper .block-minicart .block-title #btn-minicart-close .svg svg path {
  fill: #000000;
}
body .minicart-wrapper .block-minicart .block-content {
  padding: 0 2rem;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  border: 0;
  margin: 0;
  padding: 0;
  height: 60vh !important;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-photo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-details {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding: 0;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-name {
  margin: 0;
  max-height: 3.9rem;
  overflow: hidden;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-details .product-item-name a {
  color: #000000;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-details .sku {
  color: #b4b4b4;
  margin-bottom: 2rem;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-image-container {
  width: 100% !important;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-pricing {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-pricing .update-cart-item {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 0;
  width: initial;
  color: #000000;
  font-size: 1.4rem;
  background-color: initial;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-pricing .update-cart-item:hover {
  color: #b5271c;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-pricing .price-container {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .product-item-pricing .price-container span.price-excluding-tax {
  margin: 0;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .actions {
  padding: 0;
  margin: 0;
  order: 3;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .actions a {
  margin-right: 1.5rem;
  color: #000000;
}
body .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper .product-item .product .actions a:hover {
  color: #990050;
}
body .minicart-wrapper .block-minicart .actions {
  padding: 0 2.5rem;
}
body .minicart-wrapper .block-minicart .actions .primary {
  margin: 0;
}
body .minicart-wrapper .block-minicart .actions .primary .checkout {
  border-radius: 12px;
  background-color: #E50019;
  padding: 1.5rem !important;
  font-family: "Roboto", sans-serif;
}
body .minicart-wrapper .block-minicart .actions .primary .checkout:hover,
body .minicart-wrapper .block-minicart .actions .primary .checkout:focus {
  text-decoration: none;
  background-color: #990011;
}
body .minicart-wrapper .block-minicart .actions .action.viewcart {
  border: 0;
  margin: 0;
  font-weight: normal;
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ff0086;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #000000;
  border-radius: 12px;
}
body .minicart-wrapper .block-minicart .actions .action.viewcart:focus,
body .minicart-wrapper .block-minicart .actions .action.viewcart:active,
body .minicart-wrapper .block-minicart .actions .action.viewcart:hover,
body .minicart-wrapper .block-minicart .actions .action.viewcart:focus {
  background-color: #990050;
}
body .minicart-wrapper .block-minicart .actions .action.viewcart span {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
}
body .minicart-wrapper .block-minicart .actions .action.viewcart:hover,
body .minicart-wrapper .block-minicart .actions .action.viewcart:focus {
  text-decoration: none;
  background-color: #4d4d4d;
}
body .minicart-wrapper .block-minicart .subtotal {
  margin: 2rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body .minicart-wrapper .block-minicart .subtotal .label {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
body .minicart-wrapper .block-minicart .subtotal .amount .price {
  font-size: 30px;
  font-size: 3rem;
}
.page-404 .content404 {
  margin: 6rem auto;
  max-width: 40rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-404 .banner {
  margin-bottom: 5rem;
}
.page-404 .banner img {
  width: 100%;
  height: auto;
}
.page-404 .content-wrapper {
  color: #000000;
  margin-bottom: 5rem;
  font-size: 18px;
  font-size: 1.8rem;
}
.page-404 .content-wrapper .title {
  font-weight: 700;
}
.page-404 .button404 {
  color: #ffffff;
  background-color: #000000;
  text-transform: uppercase;
  padding: 1rem 4rem;
  margin-bottom: 5rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-404 .button404:focus,
.page-404 .button404:active,
.page-404 .button404:hover,
.page-404 .button404:focus {
  background-color: #1a1a1a;
  text-decoration: none;
}
body.customer-account-login .banner,
body.customer-account-create .banner,
body.customer-account-forgotpassword .banner {
  width: 100%;
  height: 100%;
}
body.customer-account-login .banner img,
body.customer-account-create .banner img,
body.customer-account-forgotpassword .banner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body.customer-account-login .got-style .banner img,
body.customer-account-create .got-style .banner img,
body.customer-account-forgotpassword .got-style .banner img {
  object-fit: initial;
  width: initial;
  height: initial;
}
@media screen and (min-width: 768px) {
  body.customer-account-login .column.main,
  body.customer-account-create .column.main,
  body.customer-account-forgotpassword .column.main {
    padding-bottom: 0;
    margin: 0 -15px;
    max-width: initial;
    width: initial;
  }
}
body.customer-account-login .page-title-wrapper,
body.customer-account-create .page-title-wrapper,
body.customer-account-forgotpassword .page-title-wrapper {
  margin-top: 4rem;
  width: 40%;
}
body.customer-account-login form.form,
body.customer-account-create form.form,
body.customer-account-forgotpassword form.form {
  width: 100% !important;
  max-width: 36rem;
  min-width: initial !important;
}
body.customer-account-login form.form .fieldset:after,
body.customer-account-create form.form .fieldset:after,
body.customer-account-forgotpassword form.form .fieldset:after {
  display: none;
}
body.customer-account-login form.form .fieldset .field,
body.customer-account-create form.form .fieldset .field,
body.customer-account-forgotpassword form.form .fieldset .field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
body.customer-account-login form.form .fieldset .field.note,
body.customer-account-create form.form .fieldset .field.note,
body.customer-account-forgotpassword form.form .fieldset .field.note {
  text-align: center;
}
body.customer-account-login form.form .fieldset .field.note:before,
body.customer-account-create form.form .fieldset .field.note:before,
body.customer-account-forgotpassword form.form .fieldset .field.note:before,
body.customer-account-login form.form .fieldset .field.note:after,
body.customer-account-create form.form .fieldset .field.note:after,
body.customer-account-forgotpassword form.form .fieldset .field.note:after {
  display: none;
}
body.customer-account-login form.form .fieldset .field.captcha .control.captcha-image,
body.customer-account-create form.form .fieldset .field.captcha .control.captcha-image,
body.customer-account-forgotpassword form.form .fieldset .field.captcha .control.captcha-image {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body.customer-account-login form.form .fieldset .field.captcha .control.captcha-image img,
body.customer-account-create form.form .fieldset .field.captcha .control.captcha-image img,
body.customer-account-forgotpassword form.form .fieldset .field.captcha .control.captcha-image img {
  margin: 0;
}
body.customer-account-login form.form .fieldset .field.captcha .captcha-reload,
body.customer-account-create form.form .fieldset .field.captcha .captcha-reload,
body.customer-account-forgotpassword form.form .fieldset .field.captcha .captcha-reload {
  height: 50px;
  padding: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body.customer-account-login form.form .fieldset .field:before,
body.customer-account-create form.form .fieldset .field:before,
body.customer-account-forgotpassword form.form .fieldset .field:before {
  display: none;
}
body.customer-account-login form.form .fieldset .field input[type="checkbox"],
body.customer-account-create form.form .fieldset .field input[type="checkbox"],
body.customer-account-forgotpassword form.form .fieldset .field input[type="checkbox"] {
  margin: 0 1rem 0 0;
}
body.customer-account-login form.form .fieldset .field .control,
body.customer-account-create form.form .fieldset .field .control,
body.customer-account-forgotpassword form.form .fieldset .field .control {
  width: 100%;
}
body.customer-account-login form.form .fieldset .field .control input::-webkit-input-placeholder,
body.customer-account-create form.form .fieldset .field .control input::-webkit-input-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control input::-webkit-input-placeholder,
body.customer-account-login form.form .fieldset .field .control textarea::-webkit-input-placeholder,
body.customer-account-create form.form .fieldset .field .control textarea::-webkit-input-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control textarea::-webkit-input-placeholder {
  text-transform: uppercase;
}
body.customer-account-login form.form .fieldset .field .control input:-moz-placeholder,
body.customer-account-create form.form .fieldset .field .control input:-moz-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control input:-moz-placeholder,
body.customer-account-login form.form .fieldset .field .control textarea:-moz-placeholder,
body.customer-account-create form.form .fieldset .field .control textarea:-moz-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control textarea:-moz-placeholder {
  text-transform: uppercase;
}
body.customer-account-login form.form .fieldset .field .control input::-moz-placeholder,
body.customer-account-create form.form .fieldset .field .control input::-moz-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control input::-moz-placeholder,
body.customer-account-login form.form .fieldset .field .control textarea::-moz-placeholder,
body.customer-account-create form.form .fieldset .field .control textarea::-moz-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control textarea::-moz-placeholder {
  text-transform: uppercase;
}
body.customer-account-login form.form .fieldset .field .control input:-ms-input-placeholder,
body.customer-account-create form.form .fieldset .field .control input:-ms-input-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control input:-ms-input-placeholder,
body.customer-account-login form.form .fieldset .field .control textarea:-ms-input-placeholder,
body.customer-account-create form.form .fieldset .field .control textarea:-ms-input-placeholder,
body.customer-account-forgotpassword form.form .fieldset .field .control textarea:-ms-input-placeholder {
  text-transform: uppercase;
}
body.customer-account-login form.form .fieldset .field .mage-error[generated],
body.customer-account-create form.form .fieldset .field .mage-error[generated],
body.customer-account-forgotpassword form.form .fieldset .field .mage-error[generated] {
  width: 100%;
}
body.customer-account-login form.form .actions-toolbar,
body.customer-account-create form.form .actions-toolbar,
body.customer-account-forgotpassword form.form .actions-toolbar {
  margin: 0 0 4rem 0;
}
body.customer-account-login form.form .actions-toolbar .primary,
body.customer-account-create form.form .actions-toolbar .primary,
body.customer-account-forgotpassword form.form .actions-toolbar .primary {
  width: 100%;
}
body.customer-account-login form.form .actions-toolbar .primary .action,
body.customer-account-create form.form .actions-toolbar .primary .action,
body.customer-account-forgotpassword form.form .actions-toolbar .primary .action {
  border: 0;
  margin: 0;
  width: 100%;
  font-weight: normal;
  padding: 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #ff0086;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.customer-account-login form.form .actions-toolbar .primary .action:focus,
body.customer-account-create form.form .actions-toolbar .primary .action:focus,
body.customer-account-forgotpassword form.form .actions-toolbar .primary .action:focus,
body.customer-account-login form.form .actions-toolbar .primary .action:active,
body.customer-account-create form.form .actions-toolbar .primary .action:active,
body.customer-account-forgotpassword form.form .actions-toolbar .primary .action:active,
body.customer-account-login form.form .actions-toolbar .primary .action:hover,
body.customer-account-create form.form .actions-toolbar .primary .action:hover,
body.customer-account-forgotpassword form.form .actions-toolbar .primary .action:hover,
body.customer-account-login form.form .actions-toolbar .primary .action:focus,
body.customer-account-create form.form .actions-toolbar .primary .action:focus,
body.customer-account-forgotpassword form.form .actions-toolbar .primary .action:focus {
  background-color: #990050;
}
body.customer-account-login form.form .actions-toolbar .secondary,
body.customer-account-create form.form .actions-toolbar .secondary,
body.customer-account-forgotpassword form.form .actions-toolbar .secondary {
  width: 100%;
}
body.customer-account-login .login-container .block-customer-login {
  width: 100%;
}
body.customer-account-login .login-container .block-customer-login .block-title {
  display: none;
}
body.customer-account-login .login-container .actions-toolbar .secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 1rem;
}
body.customer-account-login .login-container .actions-toolbar .secondary .remind {
  color: #6b6b6b;
  text-transform: uppercase;
}
body.customer-account-login .login-container .actions-toolbar .secondary .new-account {
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  body.customer-account-create .column.main {
    padding-bottom: 0;
    margin: 0 -15px;
    max-width: initial;
    width: initial;
  }
}
body.customer-account-create .form.create.account .actions-toolbar .secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 1rem;
}
body.customer-account-create .form.create.account .actions-toolbar .secondary .has-account {
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  text-transform: uppercase;
}
body.customer-account-forgotpassword .actions-toolbar .secondary {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  margin-top: 1rem;
}
body.customer-account-forgotpassword .actions-toolbar .secondary .back {
  font-weight: 600;
  color: #000000;
  text-transform: capitalize;
  display: flex;
  align-items: baseline;
}
body.customer-account-forgotpassword .actions-toolbar .secondary .back i.fa-arrow-right {
  color: #e50019;
}
body.customer-account-forgotpassword div.page-title-wrapper h1.page-title span.base {
  font-weight: 900 !important;
}
body.customer-account-forgotpassword div.primary button.action.submit.primary span {
  text-transform: capitalize;
}
body.customer-account-forgotpassword div.control.captcha-image button.action.reload.captcha-reload span {
  text-transform: capitalize;
}
body.account .page-title-wrapper {
  margin-top: 6rem;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
body.account .column.main a {
  color: #ff0086;
  text-transform: uppercase;
}
body.account .column.main a:focus,
body.account .column.main a:active,
body.account .column.main a:hover,
body.account .column.main a:focus {
  color: #cc006b;
}
body.account form .fieldset .legend {
  margin: 0 0 2rem 0;
}
body.account form .fieldset .field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
}
body.account form .fieldset .field:before,
body.account form .fieldset .field:after {
  display: none;
}
body.account form .fieldset .field .control {
  width: 100%;
}
body.account .column div.actions-toolbar {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
body.account .column div.actions-toolbar:before,
body.account .column div.actions-toolbar:after {
  display: none;
}
body.account .column div.actions-toolbar .primary .action {
  font-size: 18px;
  font-size: 1.8rem;
}
body.account .block .block-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
  color: #b4b4b4;
  font-size: 25px;
  font-size: 2.5rem;
}
body.account .block .block-title strong {
  font-weight: normal;
}
body.account .block .block-title .action {
  margin: 0 !important;
  font-size: 18px;
  font-size: 1.8rem;
}
body.account .block .block-content .box-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
body.account .account-nav .account-nav-content {
  padding: 0;
}
body.account .account-nav .account-nav-content .nav.items {
  padding: 1rem 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #efefef;
}
body.account .account-nav .account-nav-content .nav.items:before {
  content: "";
  display: block;
  right: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #efefef;
}
@media (min-width: 768px) {
  body.account .account-nav .account-nav-content .nav.items:before {
    width: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  body.account .account-nav .account-nav-content .nav.items:before {
    width: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  body.account .account-nav .account-nav-content .nav.items:before {
    width: calc((100vw - 1140px) / 2);
  }
}
@media (max-width: 768px) {
  body.account .account-nav .account-nav-content .nav.items:before {
    display: none;
  }
}
body.account .account-nav .account-nav-content .nav.items .nav.item {
  margin: 0;
}
body.account .account-nav .account-nav-content .nav.items .nav.item a,
body.account .account-nav .account-nav-content .nav.items .nav.item strong {
  border: 0;
  width: 100%;
  display: block;
  padding: 0.7rem 2rem;
  color: #000000;
}
body.account .account-nav .account-nav-content .nav.items .nav.item a:focus,
body.account .account-nav .account-nav-content .nav.items .nav.item strong:focus,
body.account .account-nav .account-nav-content .nav.items .nav.item a:active,
body.account .account-nav .account-nav-content .nav.items .nav.item strong:active,
body.account .account-nav .account-nav-content .nav.items .nav.item a:hover,
body.account .account-nav .account-nav-content .nav.items .nav.item strong:hover,
body.account .account-nav .account-nav-content .nav.items .nav.item a:focus,
body.account .account-nav .account-nav-content .nav.items .nav.item strong:focus {
  color: #000000;
}
body.account .account-nav .account-nav-content .nav.items .nav.item.current a,
body.account .account-nav .account-nav-content .nav.items .nav.item.current strong {
  font-weight: 600;
  border: 0;
  text-decoration: underline;
}
body.account .account-nav .account-nav-content .nav.items .nav.item.current a strong {
  padding: 0;
}
body.account .account-nav .account-nav-content .nav.items .nav.item .delimiter {
  display: none;
}
.cms-page-view .page-title {
  margin-top: 3rem;
}
.cms-page-view .page-title span {
  color: #b4b4b4;
}
.cms-page-view .sidebar-link-nav .title {
  font-size: 20px;
  font-size: 2rem;
  padding: 0 2rem;
  margin-bottom: 1rem;
}
.cms-page-view .sidebar-link-nav ul {
  position: relative;
  margin: 0;
  padding: 1rem 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: initial;
  -moz-box-align: initial;
  -ms-flex-align: initial;
  -webkit-align-items: initial;
  align-items: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #efefef;
}
.cms-page-view .sidebar-link-nav ul:before {
  content: "";
  display: block;
  right: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  background-color: #efefef;
}
@media (min-width: 768px) {
  .cms-page-view .sidebar-link-nav ul:before {
    width: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .cms-page-view .sidebar-link-nav ul:before {
    width: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .cms-page-view .sidebar-link-nav ul:before {
    width: calc((100vw - 1140px) / 2);
  }
}
@media (max-width: 768px) {
  .cms-page-view .sidebar-link-nav ul:before {
    display: none;
  }
}
.cms-page-view .sidebar-link-nav ul li {
  margin: 0;
}
.cms-page-view .sidebar-link-nav ul li a {
  width: 100%;
  display: block;
  padding: 0.8rem 2rem;
  color: #000000;
}
.cms-page-view .sidebar-link-nav ul li a:focus,
.cms-page-view .sidebar-link-nav ul li a:active,
.cms-page-view .sidebar-link-nav ul li a:hover,
.cms-page-view .sidebar-link-nav ul li a:focus {
  color: #000000;
}
.cms-page-view .sidebar-link-nav ul li.active-item {
  font-weight: 600;
}
.cms-about .container {
  max-width: 100%;
  padding: 0;
}
.cms-about .banner img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.cms-about .page-title {
  text-align: center;
  margin-bottom: 3rem;
}
.cms-about .text-content {
  display: block;
  padding: 0 7rem;
}
.cms-index-index .page-title {
  display: none !important;
}
.cms-page-view .row:nth-child(2) {
  margin: 0;
}
.cms-page-view .breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 20rem !important;
}
.cms-page-view main#maincontent {
  padding-top: 0;
}
.cms-page-view .about-us-page {
  max-width: 782px;
  margin: 0 auto;
  margin-bottom: 13rem;
}
.cms-page-view .about-us-page h4 {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
}
.cms-page-view .about-us-page p {
  color: #666666cc;
  font-size: 16px;
  margin-bottom: 2rem;
}
.cms-page-view .page-title-wrapper span.base {
  font-size: 30px;
  color: #1a1818;
  font-weight: bold;
}
.cms-page-view .track-order-content {
  float: left;
  width: 100%;
  margin-top: 26rem;
}
.cms-page-view .track-order-content .track-order-headeing {
  text-align: center;
}
.cms-page-view .track-order-content .track-order-headeing h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cms-page-view .track-order-content .track-order-headeing p {
  color: #4e4f4f;
  font-size: 16px !important;
  margin-bottom: 14px;
}
.cms-page-view .track-order-content .track-form {
  float: left;
  width: 100%;
  text-align: center;
  background: #f2f4f5;
  padding: 30px;
}
.cms-page-view .track-order-content .track-form label {
  float: left;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
.cms-page-view .track-order-content .track-form .track-form-content {
  max-width: 581px;
  margin: 0 auto;
}
.cms-page-view .track-order-content .track-form .track-form-content input {
  float: left;
  width: 100%;
  background: #fff;
  border-color: #fff;
  max-width: unset;
}
.cms-page-view .track-order-content .track-form .track-form-content button.track-btn {
  margin-top: 20px;
  width: 194px;
  background: #000;
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.cms-page-view .track-order-content .tracking-system {
  max-width: 470px;
  margin: 0 auto;
  margin-top: 3rem;
}
.cms-page-view .track-order-content .tracking-system .track-first-row {
  float: left;
  width: 66px;
  margin-top: 2.7rem;
  text-align: right;
}
.cms-page-view .track-order-content .tracking-system .track-icon {
  float: left;
  width: 100%;
}
.cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(5) {
  margin-top: 1rem;
}
.cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(2) {
  margin-bottom: 6rem;
}
.cms-page-view .track-order-content .tracking-system .track-row-content {
  float: left;
  width: 80%;
  margin-bottom: 4rem;
}
.cms-page-view .track-order-content .tracking-system .track-second-row {
  float: left;
  height: 568px;
  margin-top: 3rem;
  padding-left: 3.4rem;
  border-right: 3px dashed #e50019;
}
.cms-page-view .track-order-content .tracking-system .track-third-row {
  margin-left: 20px;
  float: left;
  width: 70%;
  margin-top: 3rem;
  padding-left: 4px;
  margin-bottom: 6rem;
}
.cms-page-view .track-order-content .tracking-system .track-icon img {
  margin-bottom: 8rem;
}
.cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(5) {
  margin-top: 3.9rem;
}
.cms-page-view .track-order-content .tracking-system .track-row-content h4 {
  font-size: 16px !important;
  font-weight: bold;
  margin-bottom: 10px;
}
.cms-page-view .track-order-content .tracking-system .track-row-content p {
  color: #777777d1;
  font-size: 16px !important;
}
.cms-page-view .track-order-content .tracking-system .track-row-content:last-child p {
  font-weight: bold;
  color: #000;
}
.cms-noroute-index .column.main {
  width: 100%;
}
.cms-noroute-index .column.main .error404 {
  display: unset;
  max-width: 461px;
  margin: 0 auto;
  margin-top: 9rem;
}
.cms-noroute-index .column.main .error404 .image-404 {
  position: unset;
  float: left;
  width: 100%;
}
.cms-noroute-index .column.main .error404-item {
  display: unset;
  position: unset;
  transform: unset;
  float: left;
  width: 100%;
  background: unset;
  margin-bottom: 7rem;
}
.cms-noroute-index .column.main .error404-item a.return-to-home.text:hover {
  color: #fff;
}
.cms-noroute-index .column.main .error404-item a.return-to-home.text {
  background: #000;
  width: 20rem;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}
.cms-track-order .page-title-wrapper {
  display: none !important;
}
.cms-track-order .breadcrumbs {
  display: none;
}
.cms-oroi-chrisis .row:nth-child(2) {
  margin: 0;
}
.cms-oroi-chrisis .row:nth-child(2) .breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .track-order-content .tracking-system .track-first-row {
    width: 54px;
  }
  .cms-page-view .track-order-content .tracking-system .track-second-row {
    height: 793px;
  }
  .cms-page-view .track-order-content .tracking-system .track-third-row {
    width: 66%;
    margin-left: 7px;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img {
    margin-bottom: 10rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(2) {
    margin-bottom: 10rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(3) {
    margin-bottom: 14rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(4) {
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(5) {
    margin-top: 0;
  }
}
@media screen and (device-aspect-ratio: 40/71) {
  .cms-page-view .track-order-content .tracking-system .track-icon img {
    margin-bottom: 11rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(2) {
    margin-bottom: 12rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(3) {
    margin-bottom: 13rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(4) {
    margin-bottom: 12rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-page-view .track-order-content .tracking-system .track-icon img {
    margin-bottom: 8rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(2) {
    margin-bottom: 8rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-icon img:nth-child(4) {
    margin-bottom: 12rem;
  }
  .cms-page-view .track-order-content .tracking-system .track-second-row {
    height: 614px;
  }
}
body.cms-oi-axies-mas div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-oi-axies-mas p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-oi-axies-mas p a {
  color: #e50019;
}
body.cms-oi-axies-mas p a:hover {
  color: #1a1818;
}
body.cms-oi-axies-mas hr {
  display: none;
}
body.cms-oi-axies-mas div.list-wrapper {
  display: flex;
  justify-content: center;
}
body.cms-oi-axies-mas div.list-wrapper li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-oi-axies-mas div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-oi-axies-mas div.std {
  max-width: 800px;
  margin: 0 auto;
}
body.cms-oi-axies-mas ul {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1.7rem;
}
body.cms-oi-axies-mas ul li {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 22px;
}
body.cms-oi-axies-mas ul li strong {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 22px;
}
body.cms-eukairies-ergasias div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-eukairies-ergasias p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-eukairies-ergasias p a {
  color: #e50019;
}
body.cms-eukairies-ergasias p a:hover {
  color: #1a1818;
}
body.cms-eukairies-ergasias hr {
  display: none;
}
body.cms-eukairies-ergasias div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-prosopika-dedomena div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-prosopika-dedomena p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-prosopika-dedomena p a {
  color: #e50019;
}
body.cms-prosopika-dedomena p a:hover {
  color: #1a1818;
}
body.cms-prosopika-dedomena hr {
  display: none;
}
body.cms-prosopika-dedomena div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-nomikoi-oroi div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-nomikoi-oroi p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-nomikoi-oroi p a {
  color: #e50019;
}
body.cms-nomikoi-oroi p a:hover {
  color: #1a1818;
}
body.cms-nomikoi-oroi ul {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1.7rem;
}
body.cms-nomikoi-oroi ul li {
  font-size: 1.6rem;
  color: #1a1818;
  font-weight: 300;
  line-height: 22px;
}
body.cms-nomikoi-oroi hr {
  display: none;
}
body.cms-nomikoi-oroi div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-newsletters div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-newsletters p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-newsletters div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-tropoi-pliromis div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-tropoi-pliromis p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-tropoi-pliromis p a {
  color: #e50019;
}
body.cms-tropoi-pliromis p a:hover {
  color: #1a1818;
}
body.cms-tropoi-pliromis hr {
  display: none;
}
body.cms-tropoi-pliromis div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-asfaleia-sunallagon div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-asfaleia-sunallagon p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-asfaleia-sunallagon div.page-title-wrapper h1.page-title span {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-egguisi-timis-proionton div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-egguisi-timis-proionton p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-egguisi-timis-proionton hr {
  display: none;
}
body.cms-egguisi-timis-proionton div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-epistrofes-proionton div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-epistrofes-proionton p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-epistrofes-proionton p a {
  color: #e50019;
}
body.cms-epistrofes-proionton p a:hover {
  color: #1a1818;
}
body.cms-epistrofes-proionton hr {
  display: none;
}
body.cms-epistrofes-proionton div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-epistrofes-proionton ol {
  padding-left: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
}
body.cms-epistrofes-proionton ol li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
  line-height: 22px;
}
body.cms-epistrofes-proionton ol li strong {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-epistrofes-proionton ol li a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-epistrofes-proionton ul {
  padding-left: 1.7rem;
  max-width: 800px;
  margin: 0 auto;
}
body.cms-epistrofes-proionton ul li {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
  line-height: 22px;
}
body.cms-epistrofes-proionton ul li strong {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-epistrofes-proionton ul li a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-service-episkeues-easyservice p {
  max-width: 800px;
  margin: 0 auto;
}
body.cms-service-episkeues-easyservice div.h4 {
  display: flex;
  justify-content: center;
  margin-right: 36rem;
}
body.cms-service-episkeues-easyservice div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
}
body.cms-service-episkeues-easyservice div.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.h4.mb-3 a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice p.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice p.h4.mb-3 a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.easyservice-info-wrapper div.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.easyservice-info-wrapper div.h4.mb-3 a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.easyservice-info-wrapper p.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice div.easyservice-info-wrapper p.h4.mb-3 a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice p.h4.mb-4.aa {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-service-episkeues-easyservice p.h4.mb-4.aa a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-tropoi-apostolis div.breadcrumbs {
  padding-top: 1rem !important;
}
body.cms-tropoi-apostolis p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.cms-tropoi-apostolis p a {
  color: #e50019;
}
body.cms-tropoi-apostolis p a:hover {
  color: #1a1818;
}
body.cms-tropoi-apostolis hr {
  display: none;
}
body.cms-tropoi-apostolis div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
  font-size: 3rem;
  color: #1a1818 !important;
}
body.cms-tropoi-apostolis ul {
  max-width: 800px;
  margin: 0 auto;
  padding-left: 1.7rem;
}
body.cms-tropoi-apostolis ul li {
  font-size: 1.6rem;
  color: #1a1818;
  font-weight: 300;
  line-height: 22px;
}
body.cms-tropoi-apostolis ul li strong {
  font-size: 1.6rem;
  color: #1a1818;
  font-weight: 300;
  line-height: 22px;
}
body.account.customer-address-form form#form-validate.form-address-edit fieldset.fieldset div.field.field-name-firstname.required div.control {
  display: flex;
  flex-direction: column;
}
body.account.customer-address-form form#form-validate.form-address-edit fieldset.fieldset div.field.field-name-lastname.required div.control {
  display: flex;
  flex-direction: column;
}
div#header-wrapper.header-wrapper div.third-wrap div.customer-wrapper.logged-in span.customer-name span.header-spans {
  color: #1a1818;
  margin-right: 0;
}
div#header-wrapper.header-wrapper.sticky div.third-wrap div.customer-wrapper.logged-in span.customer-name span.header-spans {
  color: #1a1818;
  margin-right: 0;
}
body.account.newsletter-manage-index form.form.form-newsletter-manage#form-validate legend.legend {
  color: #1a1818;
}
body.account.newsletter-manage-index form.form.form-newsletter-manage#form-validate legend.legend span {
  font-weight: 300;
  color: #1a1818;
}
body.account.newsletter-manage-index div.actions-toolbar {
  display: flex;
  flex-direction: column-reverse;
  align-items: baseline;
}
body.account.newsletter-manage-index div.actions-toolbar div.primary button.action.save.primary {
  background-color: #1a1818;
  border-radius: 1rem;
  padding: 1.5rem 3rem;
}
body.account.newsletter-manage-index div.actions-toolbar div.primary button.action.save.primary span {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items ol.product-items li.product-item div.product-item-info div.product-item-inner div.box-tocart fieldset.fieldset div.product-item-actions div.actions-primary button.action.tocart.primary {
  background-color: #1a1818;
  border-radius: 1rem;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items ol.product-items li.product-item div.product-item-info div.product-item-inner div.box-tocart fieldset.fieldset div.product-item-actions div.actions-primary button.action.tocart.primary span {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.update {
  background-color: #1a1818;
  border-radius: 1rem;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.update span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.share {
  background-color: #1a1818;
  border-radius: 1rem;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.share span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.tocart {
  background-color: #1a1818;
  border-radius: 1rem;
}
body.account.wishlist-index-index form#wishlist-view-form.form-wishlist-items div.actions-toolbar div.primary button.action.tocart span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.account.customer-account-index div.block.block-dashboard-info div.block-title strong {
  font-size: 2rem !important;
  color: #1a1818 !important;
}
body.account.customer-account-index div.block.block-dashboard-info div.block-content div.box.box-information div.box-content p {
  font-weight: 300;
  font-size: 1.6rem;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-info div.block-content div.box.box-newsletter div.box-content p {
  font-weight: 300;
  font-size: 1.6rem;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-addresses div.block-title strong {
  color: #1a1818;
  font-size: 2rem !important;
}
body.account.customer-account-index div.block.block-dashboard-addresses div.block-content div.box.box-billing-address div.box-content address {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-addresses div.block-content div.box.box-billing-address div.box-content address a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-addresses div.block-content div.box.box-shipping-address div.box-content address {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-addresses div.block-content div.box.box-shipping-address div.box-content address a {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.account.customer-account-index div.block.block-dashboard-orders div.block-title.order strong {
  color: #1a1818;
  font-size: 2rem !important;
  font-weight: 900 !important;
}
body.customer-account-edit fieldset.fieldset.info legend.legend {
  font-weight: 300;
}
body.customer-account-edit fieldset.fieldset.info legend.legend span {
  font-size: 2rem;
}
body.cms-asfaleia-sunallagon main#maincontent.container div.columns div.column.main hr {
  display: none;
}
body.cms-asfaleia-sunallagon main#maincontent.container div.columns div.column.main p a {
  color: #e50019;
}
body.cms-asfaleia-sunallagon main#maincontent.container div.columns div.column.main p a:hover {
  color: #1a1818;
}
body.customer-address-index div.block.block-addresses-default div.block-title strong {
  color: #1a1818;
  font-size: 2rem !important;
}
body.customer-address-index div.block.block-addresses-default div.block-content div.box.box-address-billing div.box-content address {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
}
body.customer-address-index div.block.block-addresses-default div.block-content div.box.box-address-billing div.box-content address a {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
}
body.customer-address-index div.block.block-addresses-default div.block-content div.box.box-address-shipping div.box-content address {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
}
body.customer-address-index div.block.block-addresses-default div.block-content div.box.box-address-shipping div.box-content address a {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 300;
}
body.customer-address-index div.block.block-addresses-list div.block-title strong {
  color: #1a1818;
  font-size: 2rem !important;
}
body.customer-address-index div.actions-toolbar {
  display: flex;
  flex-direction: column-reverse !important;
  align-items: baseline !important;
}
body.customer-address-index div.actions-toolbar div.primary button.action.primary.add {
  background-color: #1a1818;
  border-radius: 1rem;
}
body.customer-address-index div.actions-toolbar div.primary button.action.primary.add span {
  text-transform: capitalize;
  font-weight: 900;
}
body.cms-service-episkeues-easyservice a {
  color: #e50019;
}
body.cms-service-episkeues-easyservice a:hover {
  color: #1a1818;
}
body.cms-service-episkeues-easyservice .page-header-section {
  text-align: center;
  margin-top: 1.5rem;
}
body.cms-service-episkeues-easyservice .container {
  margin-top: 3rem;
}
body.cms-service-episkeues-easyservice .container .left-col .services {
  display: flex;
  align-items: center;
  margin-top: 4.5rem;
}
body.cms-service-episkeues-easyservice .container .left-col .services p {
  font-size: 1.6rem;
  margin: 1.5rem;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-3 {
  display: flex;
  align-items: center;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-4 {
  display: flex;
  align-items: center;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-5 {
  display: flex;
  align-items: center;
}
body.customer-account-index div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.sales-order-history div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.wishlist-index-index div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.customer-address-index div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.customer-account-edit div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.vault-cards-listaction div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.review-customer-index div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3),
body.newsletter-manage-index div.sidebar.sidebar-main div.block.account-nav div#account-nav.content.account-nav-content ul.nav.items li:nth-child(3) {
  display: none;
}
.checkout-index-index header.page-header {
  display: none;
}
.checkout-index-index footer.page-footer {
  display: none;
}
body.checkout-index-index div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method tr.amcheckout-method.-selected {
  width: 100%;
}
body.checkout-index-index div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method tr.amcheckout-method.-selected td.col-price {
  width: 30%;
}
body.checkout-index-index div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method tr.amcheckout-method.-selected td#label_method_flatrate_flatrate {
  width: 30%;
}
body.checkout-onepage-success main#maincontent div.page-title-wrapper {
  margin-top: 2rem;
}
body.checkout-onepage-success main#maincontent div.page-title-wrapper h1.page-title {
  text-align: center;
  color: #1a1818;
  font-size: 3rem;
  font-weight: 900;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.checkout-success p {
  text-align: center;
  margin-top: 2rem;
  color: #1a1818;
  font-weight: 300;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.checkout-success p:nth-child(1) {
  font-weight: 900;
  text-align: center;
  margin-top: 2rem;
  color: #1a1818;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.checkout-success div.actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.checkout-success div.actions-toolbar div.primary a.action.primary.continue {
  background-color: #1a1818;
  border-radius: 1rem;
  padding: 1.5rem 3rem;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.checkout-success div.actions-toolbar div.primary a.action.primary.continue span {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div.page.messages {
  display: none !important;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div#registration {
  text-align: center;
  border-left: none;
  margin: 0;
  padding: 0;
  width: unset;
  margin-top: 3rem;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div#registration p:nth-child(1) {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div#registration p:nth-child(2) {
  margin-top: 2rem;
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div#registration a.action.primary {
  background-color: #ffcb05;
  border-radius: 1rem;
  padding: 1.5rem 6rem;
  margin-top: 3rem;
  margin-bottom: 5rem;
}
body.checkout-onepage-success main#maincontent div.columns div.column.main div#registration a.action.primary span {
  color: #1a1818;
  font-size: 1.8rem;
  font-weight: 700;
}
body.checkout-onepage-success footer.page-footer {
  margin-top: 3rem;
}
body.checkout-index-index div.breadcrumbs {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.checkout-header h1.title {
  font-size: 3rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.authentication-wrapper {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column {
  box-shadow: none;
  padding-left: 0;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address p.step-title.amcheckout-title {
  font-size: 2rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address p.step-title.amcheckout-title span {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login {
  border-bottom: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset div.field.required label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset div.field.required div.control input.input-text {
  border-radius: 1rem;
  border: 1px solid #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.field label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.field div.control input.input-text {
  border-radius: 1rem;
  border: 1px solid #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.field div.control span.note {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.actions-toolbar {
  margin-left: 0;
  display: flex;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.actions-toolbar div.primary button.action.login.primary {
  background-color: #1a1818;
  padding: 1.5rem 3rem;
  border-radius: 1rem;
  margin-top: 1rem;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.actions-toolbar div.primary button.action.login.primary span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form.form.form-login fieldset#customer-email-fieldset.fieldset fieldset.fieldset.hidden-fields div.actions-toolbar div.secondary {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field._required label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field._required div.control input.input-text {
  border-radius: 1rem;
  border: 1px solid #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field div.control input.input-text {
  border-radius: 1rem;
  border: 1px solid #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field._required label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address div.field._required div.control select.select {
  border-radius: 1rem;
  border: 1px solid #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address fieldset.field.street.admin__control-fields.required legend.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper form#co-shipping-form.form.form-shipping-address div#shipping-new-address-form.fieldset.address fieldset.field.street.admin__control-fields.required div.control div.field.additional {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container label.label span {
  font-size: 2rem;
  font-weight: 300;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.left-part p {
  color: #1a1818;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.left-part label {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.left-part label:before {
  border-color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.right-part p {
  color: #1a1818;
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.right-part label {
  font-size: 1.4rem;
  font-weight: 300;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.checkout-billing-address div.field.billing-type-container div.control div.choose-billing-wrap div.switch-field div.right-part label:before {
  border-color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.field.amcheckout-comment label.label span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#shipping.checkout-shipping-address.amcheckout-shipping-address div#checkout-step-shipping.step-content.amcheckout-content div.amcheckout-wrapper div.field.amcheckout-comment div.control textarea.admin__control-textarea {
  border-color: #f2f4f5;
  border-radius: 1rem;
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container {
  border-top: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method p.step-title.amcheckout-title {
  font-size: 2rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method p.step-title.amcheckout-title span.amcheckout-icon {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method {
  border-color: #1a1818;
  background-color: #f9f9f9;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method:hover {
  box-shadow: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method td.col-method label.amcheckout-label:before {
  border-color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method td.col-price span.price {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method td.col-method {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-block.amcheckout-step-container li#opc-shipping_method.checkout-shipping-method div.checkout-shipping-method div.step-content.amcheckout-content div.amcheckout-wrapper div#checkout-step-shipping_method form#co-shipping-method-form.form.methods-shipping div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods tbody.amcheckout-items tr.amcheckout-method td.col-carrier {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#payment.checkout-payment-method div#checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset div#checkout-payment-method-load.opc-payment div.items.payment-methods.amcheckout-payment-methods div.payment-group div.amcheckout-title div.step-title {
  font-size: 2rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#payment.checkout-payment-method div#checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset div#checkout-payment-method-load.opc-payment div.items.payment-methods.amcheckout-payment-methods div.payment-group div.amcheckout-title span.amcheckout-icon {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#payment.checkout-payment-method div#checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset div#checkout-payment-method-load.opc-payment div.items.payment-methods.amcheckout-payment-methods div.payment-group div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method div.payment-method-title.field.choice label.label span {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#payment.checkout-payment-method div#checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset div#checkout-payment-method-load.opc-payment div.items.payment-methods.amcheckout-payment-methods div.payment-group div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method div.payment-method-title.field.choice label.label:before {
  border-color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column li#payment.checkout-payment-method div#checkout-step-payment.step-content form#co-payment-form.form.payments fieldset.fieldset div#checkout-payment-method-load.opc-payment div.items.payment-methods.amcheckout-payment-methods div.payment-group div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-method div.payment-method-content div.messages p {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar {
  padding-left: 2rem;
  box-shadow: none;
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container {
  height: 710px;
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container p.step-title.amcheckout-title {
  font-size: 1.4rem;
  font-weight: 900;
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.block.items-in-cart.active {
  border-bottom: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.block.items-in-cart.active div.title:after {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-title.field.choice span#block-discount-heading.action.action-toggle span {
  font-size: 1.4rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-content form#discount-form.form.form-discount {
  display: flex;
  flex-direction: column;
  border: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-content form#discount-form.form.form-discount div.payment-option-inner div.field div.control input.input-text {
  background-color: white;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-content form#discount-form.form.form-discount div.actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-content form#discount-form.form.form-discount div.actions-toolbar div.primary button.action.action-apply {
  background-color: #1a1818;
  color: white;
  padding: 1rem 7.5rem;
  border-radius: 1rem;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper div.payment-option._collapsible.opc-payment-additional.discount-code._active div.payment-option-content form#discount-form.form.form-discount div.actions-toolbar div.primary button.action.action-apply span {
  font-size: 1.8rem;
  font-weight: 700;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals.sub th.mark {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals.sub td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals.shipping.excl th.mark {
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals.shipping.excl th.mark span.label {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals.shipping.excl td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals-tax th.mark {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.totals-tax th.mark td.amount span.price {
  font-size: 1.4rem;
  font-weight: 900;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.grand.totals th.mark {
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.grand.totals th.mark strong {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.opc-block-summary.amcheckout-summary-container div.step-content.amcheckout-content div.amcheckout-wrapper table.data.table.table-totals tbody tr.grand.totals td.amount strong span.price {
  font-size: 2rem;
  font-weight: 900;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.amcheckout-additional-options.additional-options {
  display: none;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.checkout-payment-method.submit div.payment-methods div.actions-toolbar {
  background-color: #f2f4f5;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.checkout-payment-method.submit div.payment-methods div.actions-toolbar button.action.primary.checkout.amasty {
  background-color: #FFCB05;
}
body.checkout-index-index div#checkout.checkout-container.am-checkout div.amcheckout-main-container.am-submit-summary div.amcheckout-column.-sidebar div.amcheckout-block.amcheckout-step-container div.checkout-payment-method.submit div.payment-methods div.actions-toolbar button.action.primary.checkout.amasty span {
  font-size: 1.8rem;
  font-weight: 900;
  color: #1a1818;
}
body.checkout-index-index div.header-checkout-wrap {
  text-align: center;
  margin: 1.5rem 0;
}
body.checkout-index-index div.custom-Copyright {
  text-align: center;
  margin-bottom: 1.5rem;
}
body.checkout-index-index div.custom-Copyright span {
  font-weight: 300;
  color: #1a1818;
  font-size: 1.4rem;
}
body.checkout-index-index div.custom-Copyright a {
  color: #e50019;
}
body.checkout-index-index div.custom-Copyright a:hover {
  color: #e50019;
}
.sections.nav-sections {
  background-color: #ffffff;
  margin-bottom: 0;
}
.sections.nav-sections .section-item-title.nav-sections-item-title {
  display: none;
}
@media screen and (max-width: 991px) {
  .sections.nav-sections .section-item-content.nav-sections-item-content {
    margin-top: 0;
  }
}
.sections.nav-sections nav.navigation {
  padding: 1rem 0 0 0;
}
.sections.nav-sections nav.navigation > ul > li > ul > li a {
  padding-bottom: 0;
  height: 2.85rem;
}
@media screen and (min-width: 992px) {
  .sections.nav-sections nav.navigation {
    padding: 1rem 0 0 0;
    margin: 0;
    max-width: initial;
    background-color: #ffffff;
  }
  .sections.nav-sections nav.navigation > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 0;
    border-bottom: 0.1rem solid #d1d1d1;
    border-top: 0.1rem solid #d1d1d1;
  }
  .sections.nav-sections nav.navigation > ul .push-items {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sections.nav-sections nav.navigation > ul li.level0.active > a.level-top,
  .sections.nav-sections nav.navigation > ul li.level0.has-active > a.level-top {
    border: none;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top {
    color: #6b6b6b;
    text-transform: uppercase;
    font-size: 1.2rem;
    position: relative;
    padding: 0;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top:hover {
    color: #ff0086;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top > span {
    padding-right: 2rem;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top > span.ui-menu-icon {
    right: -22px;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top > span.ui-menu-icon:after {
    all: unset;
  }
  .sections.nav-sections nav.navigation > ul li.level0 > a.level-top > span.ui-menu-icon:before {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .sections.nav-sections nav.navigation ul.submenu li.level1.active a {
    border-color: #ff0086;
  }
}
@media screen and (max-width: 991px) {
  .sections.nav-sections nav.navigation {
    background-color: unset;
  }
  .sections.nav-sections nav.navigation > ul li.level0 {
    border-top: none;
    padding: 0 0 1.25rem 0;
  }
  .sections.nav-sections nav.navigation > ul li.level0:last-child {
    border-bottom: none;
  }
  .sections.nav-sections nav.navigation > ul li.level0.has-active > a {
    border-color: #b5271c;
  }
  .sections.nav-sections nav.navigation > ul li.level0.has-active > a > span {
    color: #b5271c;
  }
  .sections.nav-sections nav.navigation > ul li.level0 a.level-top:after {
    font-weight: 600;
  }
  .sections.nav-sections nav.navigation > ul li.level0 a.level-top span.ui-menu-icon.ui-icon.ui-icon-carat-1-e:before {
    content: "";
    all: unset;
  }
  .sections.nav-sections nav.navigation > ul li.level0 a.level-top span.ui-menu-icon.ui-icon.ui-icon-carat-1-e:after {
    content: "";
    all: unset;
  }
  .sections.nav-sections nav.navigation > ul li.level0 ul.level0.submenu {
    margin-left: 1rem;
  }
  .sections.nav-sections nav.navigation > ul li.level0 ul.level0.submenu > li.category-item.active > a {
    border-color: #b5271c;
  }
  .sections.nav-sections nav.navigation > ul li.level0 ul.level0.submenu > li.category-item.active > a > span {
    color: #b5271c;
  }
}
.navigation .level0.parent:hover > .submenu {
  width: 300px;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper span.menu-promt {
  width: 20% !important;
  padding: 1rem 3rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1200px) {
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper span.menu-promt {
    padding: 1rem;
  }
}
@media screen and (max-width: 768px) {
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper span.menu-promt {
    padding: 0;
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper span.menu-promt {
    padding: 0.5rem;
  }
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper span.menu-promt svg {
  max-width: 80px;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active {
  top: 0px !important;
  background-color: #f2f4f5;
  width: 100% !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active span.menu-promt.close svg {
  max-width: 30px;
  max-height: 50px;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation {
  padding-left: 0 !important;
  background-color: #f2f4f5;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul {
  background-color: #e50c18;
  top: 0px !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item:hover:after {
  border-color: transparent #f2f4f5
                                                transparent transparent;
  content: none !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 {
  max-height: 70vh;
  background-color: #f2f4f5;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1 {
  padding: 1rem 0;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1 a:hover:before {
  display: none !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1 a span {
  color: black;
  font-size: 18px;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1:hover ul.level1 {
  display: block !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1:hover ul.level1 li.level2 {
  padding: 1rem 0;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active {
  background-color: #f2f4f5;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active span.menu-promt.close {
  background-color: white;
  width: 100% !important;
  margin-top: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active span.menu-promt.close img.mobile-logo {
  filter: none !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active span.menu-promt.close svg {
  position: absolute;
  left: 6%;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active span.menu-promt.close svg polygon {
  fill: #1a1818;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation {
  background-color: #f2f4f5;
  padding: 0;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 {
  background-color: white;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 a span {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 900;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 a:after {
  color: #1a1818;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 ul.level0.submenu {
  width: 100%;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 ul.level0.submenu li.level1 {
  background-color: #f2f4f5 !important;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 ul.level0.submenu li.level1 a span {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 400;
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active div.sidenav-footer {
  background-color: #f2f4f5;
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active div.sidenav-footer {
    background-color: white;
  }
}
@media screen and (min-width: 991px) and (max-width: 1124px) {
  li.parent a.level-top:after {
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: "\e622";
    font-family: "icons-blank-theme";
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    right: 7px;
    top: -8px;
  }
}
div.mobile-menu-account-wishlist-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  div.mobile-menu-account-wishlist-wrapper {
    display: block;
  }
}
div.mobile-menu-account-wishlist-wrapper div.mobile-account a.mobile-account-link {
  display: flex;
  align-items: center;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-account a.mobile-account-link i.fa-user {
  font-size: 3rem;
  margin-left: 1.5rem;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-account a.mobile-account-link span {
  font-size: 1.6rem;
  color: #1a1818;
  margin-left: 1.5rem;
  font-weight: 300;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-wishlist a.mobile-wishlist-link {
  display: flex;
  align-items: center;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-wishlist a.mobile-wishlist-link i.fa-heart {
  font-size: 3rem;
  margin-left: 1.5rem;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-wishlist a.mobile-wishlist-link span {
  font-size: 1.6rem;
  color: #1a1818;
  margin-left: 1.5rem;
  font-weight: 300;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-search {
  height: 58px;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-search div.block.custom-search {
  display: flex !important;
  flex-direction: row-reverse;
  align-items: center;
  margin-left: 0.3rem !important;
}
div.mobile-menu-account-wishlist-wrapper div.mobile-search div.block.custom-search div.actions svg path {
  fill: #1a1818;
}
div.mobile-menu-maps-order-wrapper {
  display: none;
}
@media screen and (max-width: 767px) {
  div.mobile-menu-maps-order-wrapper {
    display: block;
  }
}
div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile {
  display: flex;
}
div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile svg {
  margin-left: 2rem;
}
div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile svg g {
  opacity: 1;
}
div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile svg g path {
  fill: #e50019;
}
div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile a.header-ebw-stores {
  color: #1a1818;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  div.mobile-menu-maps-order-wrapper div.map-marker-info-mobile {
    align-items: center;
  }
}
div.mobile-menu-maps-order-wrapper div.home-information-mobile {
  margin-top: 1rem;
  display: flex;
}
div.mobile-menu-maps-order-wrapper div.home-information-mobile svg {
  margin-left: 2rem;
}
div.mobile-menu-maps-order-wrapper div.home-information-mobile svg path {
  fill: #e50019;
}
div.mobile-menu-maps-order-wrapper div.home-information-mobile span.additional-hours-info {
  color: #1a1818;
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  div.mobile-menu-maps-order-wrapper div.home-information-mobile {
    align-items: center;
  }
}
@media screen and (max-width: 576px) {
  span.icon-heart.icon-span.wishlist {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.customer-wrapper {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.first-wrap {
    order: unset !important;
  }
}
@media screen and (max-width: 576px) {
  div.third-wrap div.block.custom-search {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  div#header-wrapper.header-wrapper.sticky div.actions {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .header-wrapper .header-middle .third-wrap {
    justify-content: flex-end !important;
  }
}
div#sidenav.desktop-view.active nav.navigation > ul {
  background-color: white !important;
  display: flex;
  justify-content: start;
  padding-top: 14rem;
  padding-left: 0 !important;
}
div#sidenav.desktop-view.active nav.navigation ul {
  /* padding-left: 0 !important; */
}
div#sidenav.desktop-view.active nav.navigation ul li.level0 {
  padding-left: 7rem;
  border-top: 1px solid #f2f4f5;
  border-bottom: 1px solid #f2f4f5;
}
@media screen and (min-width: 1125px) and (max-width: 1357px) {
  div#sidenav.desktop-view.active nav.navigation ul li.level0 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
div#sidenav.desktop-view.active nav.navigation ul li.level0:hover {
  background-color: #e50019;
}
div#sidenav.desktop-view.active nav.navigation ul li.level0:hover a.level-top span {
  color: white;
}
div#sidenav.desktop-view.active nav.navigation ul li.level0 a.level-top span {
  color: #1a1818;
  font-size: 1.6rem;
  font-weight: 900;
}
@media screen and (min-width: 1125px) and (max-width: 1357px) {
  div#sidenav.desktop-view.active nav.navigation ul li.level0 a.level-top span {
    line-height: 100%;
  }
}
div#sidenav.desktop-view.active nav.navigation ul li.level0 ul.level0.submenu li.level1:hover a span {
  color: #1a1818 !important;
}
div#sidenav.desktop-view.active nav.navigation ul li.level0 ul.level0.submenu li.level1 ul.level1.submenu {
  position: relative !important;
  left: 0 !important;
  background-color: #f2f4f5 !important;
  border: none !important;
  box-shadow: none !important;
}
#sidenav.desktop-view span.menu-promt.close svg polygon {
  fill: #1a1818;
}
#sidenav.desktop-view .navigation > ul li.level1 a:before {
  content: "";
}
#sidenav.desktop-view .navigation > ul {
  width: 24vw;
}
nav.navigation ul li.level0:hover ul.level0 {
  max-height: 100vh !important;
  padding: 3rem 0 0 0 !important;
}
@media screen and (min-width: 1440px) and (max-width: 2100px) {
  nav.navigation ul li.level0:hover ul.level0 {
    padding: 10rem 0 0 1.5rem !important;
  }
}
nav.navigation ul li.level0:hover ul.level0 li.level1 a span {
  color: #1a1818 !important;
  font-weight: 900;
  font-size: 1.4rem !important;
}
nav.navigation ul li.level0:hover ul.level0 li.level1 ul.level1.submenu {
  display: block !important;
}
nav.navigation ul li.level0:hover ul.level0 li.level1 ul.level1.submenu li.level2 {
  padding: 0 0 0.5rem 0 !important;
}
nav.navigation ul li.level0:hover ul.level0 li.level1 ul.level1.submenu li.level2 a span {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
}
nav.navigation ul li.level0:hover ul.level0 li.level1 ul.level1.submenu li.level2:hover a span {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  color: #e50019;
}
@media only screen and (max-width: 767px) {
  aside.modal-popup {
    background: #6d6e72;
  }
  .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: transparent;
  }
  .modal-popup._inner-scroll .modal-content {
    background: #6d6e72;
  }
  .modal-popup._inner-scroll .action-close:before {
    font-size: 75px !important;
    color: #ccc;
  }
  .modal-slide .action-close {
    padding: 1.1rem 0rem;
    margin-top: 20px;
    z-index: 11;
  }
  .modal-popup #modal-content input#mobile_search {
    max-width: 23rem !important;
    border-radius: 35px;
    padding: 17px;
    font-size: 17px;
  }
  .modal-popup #modal-content .control {
    text-align: center;
  }
  .modal-popup #modal-content input#mobile_search::placeholder {
    color: #ccc;
  }
  .modal-popup #modal-content button#modal-btn {
    background: transparent;
    position: absolute;
    top: 57%;
    right: 58px;
  }
  .modal-popup .modal-header {
    border: 0 !important;
  }
  .modal-popup div#modal-content {
    margin-top: 15rem;
  }
  .modal-popup button.action-close:focus {
    outline: 0;
  }
  .container.header-middle .navigation-wrapper .menu-promt {
    margin-top: 0 !important;
  }
  .container.header-middle .navigation-wrapper .menu-text-desktop-wrapper {
    font-size: 0;
  }
  .container.header-middle .justify-content-start {
    align-items: unset !important;
    margin-top: 14px;
  }
  header.page-header div.w2-container div.header-wrapper div.header-middle div.second-wrap a.store-logo {
    margin-bottom: 0;
  }
}
body.hide-overflow div.menu-promt.close {
  background-color: #1a1818 !important;
  display: flex;
  justify-content: space-around;
  margin-left: 8rem;
  margin-top: 0rem;
  position: relative;
  top: 5%;
  z-index: 38;
  height: 50px;
  width: 185px;
  align-items: center;
  border-radius: 1rem;
  opacity: 1;
}
body.hide-overflow div.menu-promt.close:hover {
  cursor: pointer;
  opacity: 1;
}
body.hide-overflow div.menu-promt.close div.header-burger-menu-close-button {
  color: white;
  font-size: 2rem;
  font-weight: 200;
}
@media screen and (max-width: 576px) {
  body.hide-overflow div.menu-promt.close {
    background-color: white !important;
    margin-left: 0;
    display: block !important;
    right: 4%;
  }
  body.hide-overflow div.menu-promt.close div.header-burger-menu-close-button {
    display: none;
  }
}
@media screen and (min-width: 1125px) {
  body.hide-overflow div#sidenav.active.desktop-view nav.navigation li.level0:hover {
    cursor: pointer;
  }
}
body.hide-overflow div#sidenav.active.desktop-view nav.navigation li.level0:hover ul.level0.submenu li.level1 ul.level1.submenu li.level2 a:hover span {
  /*
												color:#E50019 !important;
												z-index: 10;
												position: relative;
												*/
}
div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.desktop-view.active nav.navigation ul li.level0.category-item ul.level0 li.level1 a:hover span {
  color: #e50019 !important;
}
/*
footer.modal-footer{
	display:none;
}
*/
body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.actions button#modal-btn.action.search {
  display: flex;
  background-color: white;
}
body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.actions button#modal-btn.action.search svg path {
  fill: #1a1818;
}
body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.actions button#modal-btn.action.search div.mobile-menu-active-search-button-text {
  font-size: 1.6rem;
  color: #1a1818;
  margin-left: 1.5rem;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.actions {
    border-bottom: 1px solid #f2f4f5;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.mobile-account {
    border-bottom: 1px solid #f2f4f5;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.mobile-wishlist {
    border-bottom: 1px solid #f2f4f5;
  }
}
@media screen and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-account-wishlist-wrapper {
    background-color: white;
  }
}
body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-maps-order-wrapper {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-maps-order-wrapper {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.mobile-menu-maps-order-wrapper {
    background-color: white;
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow div#sidenav.mobile-view.active nav.navigation ul li.level0 ul.level0 {
    padding: 0 !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active {
    background-color: white !important;
  }
}
@media screen and (max-width: 576px) {
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation ul li.level0 {
    border: 1px solid #f2f4f5;
  }
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active nav.navigation {
    background-color: white;
  }
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active {
    background-color: white;
  }
  div.page-wrapper header.page-header div.w2-container div.header-wrapper div.navigation-wrapper div#sidenav.mobile-view.active div.sidenav-footer {
    background-color: white;
  }
}
@media screen and (max-width: 1124px) {
  #sidenav.mobile-view .navigation li.level2 {
    background-color: #f2f4f5;
  }
}
@media screen and (max-width: 576px) {
  div#header-wrapper.header-wrapper.sticky div.mobile-view.active div.mobile-menu-account-wishlist-wrapper div.actions {
    display: block !important;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info {
    display: flex;
    height: 45px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info a.telephone-topbar svg {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info a.telephone-topbar {
    display: flex;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info a.telephone-topbar {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  body.hide-overflow nav.navigation div.mobile-menu-maps-order-wrapper div.phone-main-info a.telephone-topbar span.additional-phone-info {
    color: #1a1818;
    font-size: 1.4rem;
    font-weight: 300;
    margin-left: 1.4rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow nav.navigation {
    background-color: white !important;
  }
}
@media screen and (max-width: 767px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.header-top {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle {
    padding-left: 0;
  }
}
@media screen and (max-width: 576px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.third-wrap div.header-spans {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  div.page-wrapper header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.third-wrap div.customer-wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 1124px) and (max-width: 1440px) {
  div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu li.level1 ul.level1.submenu li.level2 {
    height: 19px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper {
    position: static;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper div.menu-promt.close {
    margin-left: 3rem;
  }
}
body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0 {
  display: flex;
}
@media screen and (min-width: 1280px) and (max-width: 1550px) {
  body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu {
    width: 76.3% !important;
  }
}
@media screen and (min-width: 1125px) and (max-width: 1440px) {
  body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu {
    width: 75.3% !important;
    padding: 10rem 0 0 0 !important;
  }
}
body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu li.level1 a {
  border-bottom: 1px solid #031a1818;
}
body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu li.level1 ul.level1 li.level2 a {
  border-bottom: none;
}
body.hide-overflow div#sidenav.desktop-view.active nav.navigation ul li.level0:hover ul.level0.submenu li.level1 ul.level1 li.level2 a span {
  font-weight: 400;
}
body.hide-overflow div#sidenav.desktop-view.active div.menu-close-wrapper a.store-logo.aa svg {
  display: none;
}
body.hide-overflow div#sidenav.desktop-view.active div.menu-close-wrapper div.header-burger-menu {
  display: none;
}
@media screen and (min-width: 767px) and (max-width: 1124px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper {
    top: 0;
    height: 10%;
    align-items: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper {
    height: 14%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 575px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper {
    height: 13%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper a.store-logo.aa {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1124px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper a.store-logo.aa svg {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper a.store-logo.aa svg {
    width: 103px;
    height: 60px;
  }
}
body.hide-overflow div#sidenav.mobile-view.active div.menu-close-wrapper div.header-burger-menu {
  display: none;
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap {
    display: block !important;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap {
    display: block !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap div.logo-shape {
    background: none;
    transform: none;
  }
}
@media screen and (min-width: 767px) and (max-width: 1024px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap a.store-logo.aa svg {
    width: 138px;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.second-wrap a.store-logo.aa svg {
    width: 138px;
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper div.container.header-middle div.third-wrap {
    align-items: unset !important;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.second-wrap a.store-logo.aa svg {
    width: 103px;
    height: 60px;
  }
}
@media screen and (max-width: 576px) {
  header.page-header div.w2-container div#header-wrapper.header-wrapper.sticky div.container.header-middle div.second-wrap a.store-logo.aa.logo-scroll svg {
    width: 103px;
    height: 60px;
  }
}
.product-info-main .product.attribute.overview {
  color: #b4b4b4;
  margin: 0;
}
.product-info-price {
  padding-top: 1.5rem;
}
.product-info-price .product-info-stock-sku {
  display: none;
}
.product-info-price .price-box {
  padding-top: 0.75rem;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: lex-end;
  -moz-box-align: lex-end;
  -ms-flex-align: lex-end;
  -webkit-align-items: lex-end;
  align-items: lex-end;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.product-info-price .price-box span.price-container span.price {
  font-size: 3rem;
}
.product-info-price .price-box .old-price {
  margin: 0;
}
.product-info-price .price-box .old-price span.price-container span.price {
  font-size: 2.2rem;
}
div.stock.available {
  color: #ff0086;
}
div.product.attribute.sku {
  padding: 1.5rem 0;
}
div.product.attribute.sku strong.type {
  color: black;
  font-weight: 700;
}
.availability-s {
  font-size: 1.5rem;
}
.availability-s .available-green-s {
  color: #26d049;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.availability-s .available-red-s {
  color: #b5271c;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.availability-s .available-orange-s {
  color: #d67032;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
div.product.attribute.description {
  padding: 1.5rem 0;
  line-height: 2.5rem;
  position: relative;
  color: #333333;
}
div.product.attribute.description:after {
  content: "";
  border-top: 0.2rem solid grey;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 100%;
}
.addtocart-wishlist {
  margin-top: 2rem;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 991px) {
  .addtocart-wishlist {
    flex-direction: column;
    align-items: center;
  }
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper {
  display: flex;
  align-items: center;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity {
  margin: 3rem;
}
@media only screen and (max-width: 576px) {
  .addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity {
    margin-top: 1rem;
  }
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.qty-text {
  margin-right: 1rem;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.rm-qty {
  background-color: #2a2a2e;
  color: white;
  border: 0.1rem solid grey;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.rm-qty:hover {
  background-color: #ff0086;
  border: 0.1rem solid #ff0086;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.add-qty {
  background-color: #2a2a2e;
  color: white;
  border: 0.1rem solid grey;
}
.addtocart-wishlist div.product-add-form form .quantity-actions-wrapper div.quantity div.details-qty div.add-qty:hover {
  background-color: #ff0086;
  border: 0.1rem solid #ff0086;
}
@media only screen and (max-width: 768px) {
  .addtocart-wishlist div.product-add-form form div.actions {
    margin-left: 1rem;
  }
}
.addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart {
  background-size: 200% 200%;
  background-image: linear-gradient(to left, #ff0086 50%, #6b6b6b 50%);
  transition: background-position 0.5s;
  padding: 1.5rem;
  background-position: right;
  position: relative;
  margin-right: 3rem;
}
.addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart i {
  padding-left: 1.5rem;
}
.addtocart-wishlist div.product-add-form form div.actions button.action.primary.tocart:hover {
  background-position: left;
}
@media only screen and (max-width: 768px) {
  .addtocart-wishlist div.addtowishlist-wrapper {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 576px) {
  .addtocart-wishlist div.addtowishlist-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
}
.addtocart-wishlist div.addtowishlist-wrapper a.wishlist-icon-wrapper i.far.fa-heart {
  font-size: 3rem;
  margin: 0.75rem;
  color: grey;
}
.social-icons-wrapper {
  margin-top: 4rem;
  padding-left: 1.8rem;
  justify-content: space-evenly;
}
.social-icons-wrapper .font {
  font-size: 2rem;
}
.social-icons-wrapper a.social-link-wrapper {
  color: #6b6b6b;
}
.social-icons-wrapper a.social-link-wrapper:hover {
  color: #ff0086;
}
a.action.towishlist.updated {
  display: none;
}
.stickers {
  position: absolute;
  top: 7.5%;
  left: 2%;
}
.stickers .offer-corner {
  height: 8.5rem;
  position: absolute;
  overflow: hidden;
  width: 8.3rem;
}
.stickers .offer-corner span {
  background-color: #b5271c;
  color: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-transform: uppercase;
  text-align: center;
  transform: rotate(-50deg);
  transform-origin: center;
  transform-style: preserve-3d;
  padding: 0.5rem 1rem;
  position: absolute;
  z-index: 2;
  width: 130%;
  display: block;
  top: 1.5rem;
  left: -3rem;
}
.stickers .offer-corner:after {
  content: "";
  border-width: 0.375rem 0 0 0.375rem;
  border-color: transparent transparent transparent #191919;
  right: 1.4375rem;
  top: 0;
}
.stickers .offer-corner:before {
  content: "";
  border-width: 0.375rem 0 0 0.375rem;
  border-color: transparent transparent transparent #191919;
  left: 1.4375rem;
}
.block-title.title {
  margin-top: 2rem;
  border-top: 0.2rem solid #efefef;
  padding-top: 1rem;
}
body.catalog-category-view.page-with-filter div.block.filter div.block-content.filter-content dl#narrow-by-list.filter-options dt.filter-options-title {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
body.catalog-product-view div.product-attribute div.additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table.data.table.additional-attributes tbody tr:nth-child(1) {
  display: none;
}
body.catalog-product-view div.product-attribute div.additional-attributes-wrapper.table-wrapper table#product-attribute-specs-table.data.table.additional-attributes tbody tr:nth-child(2) {
  display: none;
}
.home-slider {
  margin-top: -2rem;
}
.home-slider .swiper-slide {
  max-height: 700px;
}
.home-slider .swiper-slide img {
  width: 100vw;
  max-width: 100%;
  object-fit: cover;
  height: auto;
}
@media screen and (max-width: 576px) {
  .home-slider .swiper-slide img {
    height: 250px;
  }
}
.home-slider .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: white;
  opacity: 0.5;
}
.home-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.home-slider .next-slide {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 3%;
  background: white;
  border: .1rem solid white;
  z-index: 2;
  color: grey;
  border-radius: 50%;
  opacity: 0.7;
  width: 5rem;
  height: 5rem;
}
.home-slider .prev-slide {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 3%;
  background: white;
  border: .1rem solid white;
  z-index: 2;
  color: grey;
  border-radius: 50%;
  opacity: 0.7;
  width: 5rem;
  height: 5rem;
}
.home-services {
  padding: 1.5rem 0;
  border-bottom: 0.1rem solid #6b6b6b;
}
.home-services .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-services .item .title {
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  padding: .75rem 0;
  font-weight: 600;
}
.home-services .item .subtitle {
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.home-services .item .services-icons {
  background-color: #ffffff;
  color: #6b6b6b;
  font-size: 3rem;
  border-radius: 50%;
  padding: 1rem;
}
.banner-grid {
  padding: 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .banner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .banner-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.banner-grid .grid-banner.first {
  grid-column: 1;
  grid-row-end: span 2;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
@media screen and (max-width: 992px) {
  .banner-grid .grid-banner.first {
    grid-column: 1;
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .banner-grid .grid-banner.first {
    grid-column: 1;
    grid-row: auto;
  }
}
.banner-grid .grid-banner.second {
  grid-column: 2;
  grid-row: 1;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
@media screen and (max-width: 992px) {
  .banner-grid .grid-banner.second {
    grid-column: 2;
    grid-row: 1;
  }
}
@media screen and (max-width: 768px) {
  .banner-grid .grid-banner.second {
    grid-column: 1;
    grid-row: auto;
  }
}
.banner-grid .grid-banner.third {
  grid-column: 3;
  grid-row-end: span 2;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
@media screen and (max-width: 992px) {
  .banner-grid .grid-banner.third {
    grid-column: 2;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .banner-grid .grid-banner.third {
    grid-column: 1;
    grid-row: auto;
  }
}
.banner-grid .grid-banner.fourth {
  grid-column: 2;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 1rem;
}
@media screen and (max-width: 992px) {
  .banner-grid .grid-banner.fourth {
    grid-column: 1;
    grid-row: 2;
  }
}
@media screen and (max-width: 768px) {
  .banner-grid .grid-banner.fourth {
    grid-column: 1;
    grid-row: auto;
  }
}
.banner-grid .category-images-item {
  position: relative;
  transition: all 0.5s ease-in-out;
  height: 100%;
  z-index: 0;
}
.banner-grid .category-images-item:hover {
  transform: scale(1.1);
}
.banner-grid .category-images-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-grid .category-images-title {
  position: absolute;
  z-index: 1;
  color: white;
  bottom: 5%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  text-align: center;
  padding: .75rem;
  text-shadow: 1px 2px 2px rgba(14, 16, 14, 0.8);
}
.about-img {
  height: 32rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about-img {
    margin-bottom: 2rem;
  }
}
.about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about-img .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  transform: translateY(-50%);
  padding: 1.5rem 0;
}
.about-img .overlay:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #ae93ff;
  height: .1rem;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.about-img .overlay:after:hover {
  right: 0;
  left: auto;
  width: 100%;
}
.slider-brands .swiper-slide {
  height: 15rem;
}
.slider-brands .swiper-slide img {
  height: auto;
  width: 100%;
  object-fit: contain;
}
.cms-home span.old-price {
  display: none;
}
.cms-home p img {
  width: 100%;
}
.cms-home p.bestseller-banner {
  width: 100%;
  position: relative;
  float: left;
  height: 302px;
  bottom: 15px;
}
.cms-home p.bestseller-banner img {
  position: unset;
  object-fit: cover;
  border-radius: 15px;
}
.cms-home .offer-products-title span.new-products-content {
  font-size: 46px;
  font-weight: 800;
  letter-spacing: 1px;
}
.cms-home .offer-products-title span.new-products-content span.seller-content {
  color: #E50019;
  font-size: 46px;
}
@media screen and (max-width: 576px) {
  .cms-home .offer-products-title span.new-products-content span.seller-content {
    font-size: 3.6rem;
  }
}
.cms-home .swiper-container.slider-brands {
  display: none;
}
.cms-home .product-item-info .new-corner {
  font-size: 20px;
  font-weight: bold;
  color: #E50019;
}
.cms-home .product-item-info .new-corner span {
  border-right: 2px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}
.product-info-price .price-box .old-price {
  margin: 0;
  float: initial;
  width: 100%;
}
.offer-products-wrapper {
  overflow: visible;
}
.offer-products-wrapper #offer-prod-slider .next-p-slide {
  right: -1.6%;
}
.offer-products-wrapper #offer-prod-slider .prev-p-slide {
  left: -1.5%;
}
.offer-products-wrapper i.fas.fa-chevron-right {
  background-size: contain !important;
  width: 24px !important;
  height: 21px !important;
}
.offer-products-wrapper .product-name a {
  font-size: 20px;
  font-weight: bold;
}
.offer-products-wrapper .container.py-5 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.offer-products-wrapper .offer-products-title:before {
  content: unset;
}
.product-general.product-item-info:hover .product-border {
  border-color: transparent;
}
.sale-products-wrapper {
  background-color: #F2F4F5;
  overflow: visible;
  padding-bottom: 5rem;
  margin-top: 3rem;
  float: left;
  width: 100%;
}
.sale-products-wrapper #offer-prod-slider .prev-p-slide {
  left: -1.4%;
}
.sale-products-wrapper #offer-prod-slider .next-p-slide {
  right: -1.2%;
}
.sale-products-wrapper #offer-prod-slider i.fas.fa-chevron-right {
  background-size: contain;
}
.sale-products-wrapper #offer-prod-slider .product-general.product-item-info:hover .product-border {
  border-color: transparent;
}
.sale-products-wrapper #offer-prod-slider .product-item-info .product-image-photo {
  padding-left: 0;
  padding-right: 0;
}
.sale-products-wrapper #offer-prod-slider .product-actions .more {
  position: unset;
  margin: 0;
}
.sale-products-wrapper .product-general:hover .product-action .product-general:focus .product-actions {
  visibility: hidden;
  opacity: 0;
}
.sale-products-wrapper .offer-products-title:before {
  content: unset;
}
.sale-products-wrapper .offer-products-title .new-products-content {
  background-color: transparent;
}
.product-info .price {
  float: right;
  margin-right: 5px;
}
.product-special-price {
  margin-top: 20px;
  padding-top: 7px;
  float: right;
  width: 100%;
  text-align: right;
}
.product-special-price span {
  float: right;
  width: 41%;
  font-size: 15px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
  margin-left: 20px;
}
.product-special-price span h5 {
  text-decoration: line-through;
  margin-left: 10px;
  margin-top: 3px;
}
.product-special-price span > span {
  text-decoration: line-through;
}
.product-special-price p {
  float: right;
  width: 17%;
  color: #EF6271;
  font-size: 15px;
  font-weight: 600;
  margin-right: 9px;
  margin-bottom: 0;
}
.product-general .product-actions {
  margin-bottom: 10px;
  margin-left: 24px;
  margin-right: 24px;
}
.product-item-info .sku {
  font-weight: normal;
  color: #777;
}
.product-item-info .product-name {
  height: 10rem;
}
.product-item-info span.availability {
  float: left;
  width: 100%;
  padding-top: 17px;
  border-top: 1px solid #e4e4e4;
}
.product-item-info span.availability img {
  float: left;
  margin-right: 10px;
}
.product-item-info span.availability h5 {
  float: left;
  color: #1AAF62;
  font-weight: normal;
}
.product-item-info .delivery-time {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 15px !important;
}
.product-item-info .delivery-time img {
  float: left;
  margin-right: 10px;
}
.product-item-info .delivery-time h5 {
  font-size: 14px;
}
.product-item-info .price-box .normal-price span.price-label {
  display: none;
}
.product-item-info .product-info {
  display: unset;
  float: left;
  width: 100%;
  padding-top: 0;
}
.product-item-info .product-info .wishlist-icon {
  float: left;
  margin-left: 8px;
}
.product-item-info .product-info a.wishlist-link {
  font-size: 31px;
  color: #000;
}
.product-item-info .product-actions button.action.tocart.primary.button.btn-cart {
  background: #FFCB05 !important;
  border-color: #FFCB05 !important;
  color: #000;
  border-radius: 11px;
  margin-top: 5px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
}
.product-item-info .product-actions form.product-add-form:hover {
  background-color: unset !important;
}
.product-item-info .product-actions .more:hover {
  box-shadow: unset;
}
.product-item-info .wishlist-icon span.wishlist-first-icon {
  float: left;
  margin-top: 7px;
  margin-right: 23px;
}
.offer-products-wrapper:before {
  content: unset;
}
.product-item-info .product-image-photo {
  padding-left: 20px;
  padding-right: 20px;
}
.product-item-info .product-border {
  border: 1px solid #f2f4f5;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.product-general.product-item-info:hover {
  border: 1px solid !important;
  border-radius: 10px;
  background: #fff;
}
.product-general.product-item-info {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid transparent;
  margin-top: 0;
  border-radius: 10px;
}
.sale-products-wrapper:before {
  top: 0;
  right: -15px;
  width: auto;
  height: 100%;
  background-color: #F2F4F5;
  transform: unset;
}
.home-category-images .banner-grid .category-images-title {
  display: none;
}
.product-general .product-actions .more:hover {
  box-shadow: unset;
}
div#amasty-shopby-product-list {
  display: flex;
  flex-wrap: wrap;
}
.product-general .product-actions .more {
  position: unset;
  float: left;
  width: 100%;
  margin: 0;
}
.sale-products-wrapper:before {
  background-color: unset;
}
.banner-grid .category-images-item:hover {
  transform: unset;
}
.cms-index-index .slider-home .next-slide .fa-angle-right {
  background-image: url(../images/arrow_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 21px;
  background-size: contain;
}
.cms-index-index .slider-home .next-slide .fa-angle-right:before {
  content: "";
}
.cms-index-index .slider-home .prev-slide .fa-angle-left {
  background-image: url(../images/arrow_left.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  background-size: contain;
}
.cms-index-index .slider-home .prev-slide .fa-angle-left:before {
  content: "";
}
.cms-index-index .slider-home .swiper-pagination {
  display: none;
}
.banner-grid .category-images-item:hover {
  transform: scale(1.06);
}
@media only screen and (max-width: 767px) {
  .product-general .product-actions {
    margin-bottom: 0;
  }
  .sale-products-wrapper #offer-prod-slider .product-general.product-item-info {
    margin: 0;
  }
  .sale-products-wrapper #offer-prod-slider .prev-p-slide {
    left: -7%;
  }
  .sale-products-wrapper #offer-prod-slider .next-p-slide {
    right: -7%;
  }
  .offer-products-wrapper #offer-prod-slider .prev-p-slide {
    left: -7%;
  }
  .offer-products-wrapper #offer-prod-slider .next-p-slide {
    right: -7%;
  }
  .cms-home p.bestseller-banner {
    position: unset;
    height: unset;
    margin-top: 20px;
  }
  .cms-home p.bestseller-banner img {
    position: unset;
  }
  .cms-home p img {
    width: 100%;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 20px;
    float: left;
    width: 100%;
    margin-bottom: 0;
  }
  .product-info-price .price-box span.price-container span.price {
    font-size: 20px;
  }
  .cms-home .offer-products-title span.new-products-content {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) and screen and (max-width: 576px) {
  .cms-home .offer-products-title span.new-products-content {
    font-size: 3.6rem !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .cms-home p img {
    width: 100%;
  }
  .cms-home p.bestseller-banner {
    height: unset;
  }
  .cms-home p.bestseller-banner img {
    position: unset;
  }
  .product-info-main {
    display: flex;
    flex-flow: row wrap;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: 0;
    font-size: 20px;
    float: left;
    width: 100%;
  }
  .sale-products-wrapper #offer-prod-slider .product-image-container {
    width: 146px !important;
  }
}
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .sale-products-wrapper #offer-prod-slider .product-image-container {
    width: 217px !important;
  }
  .cms-home p.bestseller-banner {
    height: unset;
  }
  .cms-home p.bestseller-banner img {
    position: unset;
  }
}
.empty-delivery-time {
  height: 9.8vh;
}
body.cms-home.cms-index-index h2.new-products-title span.new-products-content {
  font-weight: 900;
  letter-spacing: 0;
  font-size: 4.6rem;
}
@media screen and (max-width: 576px) {
  body.cms-home.cms-index-index h2.new-products-title span.new-products-content {
    font-size: 3.6rem;
  }
}
body.cms-home.cms-index-index h2.new-products-title:before {
  content: none;
}
body.cms-home.cms-index-index h2.offer-products-title span.new-products-content {
  font-weight: 900;
  letter-spacing: 0;
}
body.cms-home.cms-index-index h2.offer-products-title:before {
  content: none;
}
body header.page-header div.w2-container div.header-wrapper div.header-top {
  /*
					    max-width: 1520px;
    					    position: relative;
    					    left: 10%;
    					    @media screen and (max-width: 1700px){
    					    	left: 6%;
    					    }
    					    @media screen and (max-width: 1600px){
    					    	left: 3%;
    					    }
    					    @media screen and (max-width: 1500px){
    					    	left: 1%;
    					    }
    					    @media screen and (max-width: 1440px){
    					    	position: unset;
    					    	left: 0;
    					    }
    					    */
}
@media screen and (max-width: 576px) {
  div.swiper-container {
    margin-top: 0;
  }
}
body.cms-index-index div.swiper-container div.next-slide {
  display: none;
}
body.cms-index-index div.swiper-container div.prev-slide {
  display: none;
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  body.cms-index-index div.swiper-wrapper div.product-general.product-item-info div.product-name h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 576px) {
  body.cms-index-index div.swiper-wrapper div.product-general.product-item-info div.product-name h2 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 370px) {
  div.header-middle div.second-wrap a.store-logo {
    margin-right: -3rem;
  }
}
div.contact-name-wrapper {
  display: flex;
  border-bottom: 0.7px solid #cecece;
}
div.contact-name-wrapper input#name {
  border: none;
}
.contact-iframe {
  width: 100%;
  filter: grayscale(1);
  transition: all 1s;
}
.contact-iframe:hover {
  filter: grayscale(0);
}
input.border-property-forma {
  border: none;
  border-bottom: 0.7px solid #cecece;
}
textarea.border-property-forma {
  border: none;
  border-bottom: 0.7px solid #cecece;
  height: 10rem;
}
.button-contact-form {
  background-color: #ff0086;
  width: 20rem;
  margin-top: 2rem;
}
.button-contact-form:hover {
  background-color: white;
  color: #ff0086;
  border: 0.7px solid #cecece;
}
.mail-contact-form {
  font-size: 2rem;
  color: #6b6b6b;
}
a.extra-info-contact {
  color: #6b6b6b;
}
a.extra-info-contact:hover {
  color: #6b6b6b;
  text-decoration: underline;
  text-decoration-color: #6b6b6b;
}
.phone-contact-form {
  font-size: 2rem;
  color: #6b6b6b;
}
.contact-index-index .contact-page-title h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #1a1818;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.contact-index-index #contact-form {
  padding-right: 6.3rem !important;
}
.contact-index-index #contact-form .h4.mb-3 {
  float: left;
  width: 100%;
  margin-top: 7px;
  margin-bottom: 15px !important;
}
.contact-index-index #contact-form .h4.mb-3 img {
  float: left;
}
.contact-index-index #contact-form .h4.mb-3 a.extra-info-contact {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.contact-index-index #contact-form p.h4.mb-3 {
  margin-left: 33px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  max-width: 476px;
  line-height: 24px;
}
.contact-index-index #contact-form i.fas.fa-phone-alt.phone-contact-form {
  float: left;
  margin-bottom: 20px;
}
.contact-index-index #contact-form .h4.mb-5 img {
  float: left;
  margin-bottom: 20px;
}
.contact-index-index #contact-form div.contact-name-wrapper {
  float: left;
  width: 100%;
  display: unset;
  border-bottom: 0;
}
.contact-index-index #contact-form label {
  float: left;
  width: 100%;
  text-align: left;
  font-size: 14px;
  color: #1A1818;
  font-weight: bold;
}
.contact-index-index #contact-form .field.name.required {
  margin-top: 2rem;
  float: left;
  width: 100%;
  padding-top: 2rem;
}
.contact-index-index #contact-form .field.name.required input {
  float: left;
  width: 100%;
  max-width: unset;
  border: 1px solid #f2f4f5 !important;
  border-radius: 10px;
  font-size: 16px;
  color: #6D6E72;
}
.contact-index-index #contact-form input.border-property-forma {
  border: none;
  border-bottom: 0;
  float: left;
  width: 100%;
  max-width: unset;
  border: 1px solid #f2f4f5 !important;
  border-radius: 10px;
  font-size: 16px;
  color: #6D6E72;
}
.contact-index-index #contact-form textarea.border-property-forma {
  border-bottom: 0;
  float: left;
  width: 100%;
  max-width: unset;
  border: 1px solid #f2f4f5 !important;
  border-radius: 10px;
  font-size: 16px;
  color: #6D6E72;
}
.contact-index-index #contact-form .form-row.mb-5.mt-5 {
  float: left;
  width: 100%;
}
.contact-index-index #contact-form button.button-contact-form {
  float: right;
  margin-bottom: 4rem;
  margin-top: 4rem;
  background: #1a1818;
  border-color: #1a1818;
  border-radius: 10px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .contact-index-index #contact-form button.button-contact-form {
    float: initial;
  }
}
.contact-index-index #contact-form .button-contact-form:hover {
  color: #fff;
  background: #1a1818;
  border-color: #1a1818;
}
.contact-index-index #contact-form p.h4.mb-4 {
  margin-left: 33px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  width: 100%;
  float: left;
}
.contact-index-index #contact-form a.extra-info-contact {
  float: left;
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}
.contact-index-index .button-contact-form:hover {
  border: 0;
}
.contact-index-index .col-md-6:nth-child(2) {
  padding-left: 4rem;
}
.contact-index-index form#contact-form {
  padding-left: 0 !important;
}
.contact-index-index .col-md-6:nth-child(1) {
  padding-left: 0;
}
.contact-index-index .columns {
  margin-bottom: 7rem;
}
.contact-index-index .row:nth-child(2) {
  margin: 0;
}
.contact-index-index .row:nth-child(2) .breadcrumbs {
  margin-left: -15px;
  margin-right: -15px;
}
.contact-index-index main#maincontent {
  padding-top: 0;
}
.contact-index-index .column.main .row {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .contact-index-index #contact-form .h4.mb-3 a.extra-info-contact {
    width: 88%;
    text-align: left;
    font-size: 12px;
  }
  .contact-index-index form#contact-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.contact-index-index form.text-center.border.border-light.p-5 {
  border: none !important;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-3 a {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  color: #1a1818 !important;
}
body.contact-index-index form.text-center.border.border-light.p-5 p.h4.mb-3 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.contact-index-index form.text-center.border.border-light.p-5 p.h4.mb-3 a {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  color: #1a1818 !important;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-5 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #1a1818;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-5 a {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  color: #1a1818 !important;
}
body.contact-index-index form.text-center.border.border-light.p-5 p.h4.mb-4.aa {
  font-size: 1.6rem !important;
  font-weight: 300 !important;
  color: #1a1818 !important;
}
body.contact-index-index div#name-error.mage-error {
  text-align: left;
}
body.contact-index-index div#telephone-error.mage-error {
  text-align: left;
}
body.contact-index-index div#email-error.mage-error {
  text-align: left;
}
body.contact-index-index div.field.comment.required div.control div#comment-error.mage-error {
  display: none !important;
}
body.contact-index-index form.text-center.border.border-light.p-5 div.h4.mb-5 {
  display: block;
}
a.cms-noroute-index .page-layout-1column a.column main {
  padding: 0;
}
.error404 {
  position: relative;
  min-height: 80vh;
  width: 100%;
  display: flex;
  align-items: center;
}
.image-404 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.image-404 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error404-item {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  position: absolute;
  z-index: 2;
  transform: translate(-50%, 50%);
  top: -20%;
  left: 50%;
  padding: 2rem;
}
.h1-404 {
  text-align: center;
  font-size: 200px;
  color: white;
  padding: 20px 0 0 0;
  position: relative;
}
.h2-404 {
  text-align: center;
  color: white;
  font-size: 70px;
  position: relative;
  padding: 0 0 10px 0;
}
.h3-404 {
  text-align: center;
  color: white;
  position: relative;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .h1-404 {
    font-size: 125px;
  }
  .h2-404 {
    font-size: 40px;
  }
  .h3-404 {
    font-size: 20px;
  }
}
.return-to-home {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6b6b6b;
  z-index: 1;
  width: 12rem;
  height: 5rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  margin-bottom: 2rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, -13%);
  padding: 1rem;
}
.return-to-home:hover {
  text-decoration: none;
  color: #6b6b6b;
  background-color: white;
  border: 1px solid #6b6b6b;
}
a.return-to-home {
  color: white;
}
.text {
  color: white;
}
body.cms-page-view div.page-title-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
body.cms-page-view div.page-title-wrapper h1.page-title span.base {
  color: black;
}
.customer-account-login .xml-image.banner {
  text-align: center;
}
.customer-account-login .xml-image.banner img {
  width: auto;
}
.customer-account-login .field.note {
  display: none !important;
}
.customer-account-login #maincontent .col.d-flex.align-items-center {
  display: unset !important;
}
.customer-account-login #maincontent .col.d-flex.align-items-center .page-title-wrapper {
  max-width: 521px;
  margin: 0 auto;
}
.customer-account-login #maincontent .col.d-flex.align-items-center .login-container {
  max-width: 521px;
  margin: 0 auto;
}
.customer-account-login #maincontent .col.d-flex.align-items-center .page-title-wrapper span.base {
  color: #1A1818;
  font-weight: bold;
  margin-bottom: 4rem;
  float: left;
}
.customer-account-login #maincontent .row.no-gutters {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
.customer-account-login .login-container .block-customer-login .form-login label {
  font-size: 14px;
  color: #1A1818;
  font-weight: bold;
}
.customer-account-login .login-container .block-customer-login .form-login .field {
  margin-bottom: 20px !important;
}
.customer-account-login .login-container .block-customer-login .form-login .field input {
  border-color: #f2f4f5;
  font-size: 16px;
  color: #6D6E72;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar button#send2 {
  background: #000;
  border-color: #000;
  float: left;
  width: auto;
  padding: 16px 50px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary {
  display: unset !important;
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 5rem;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary .first-arrow {
  margin-bottom: .5rem;
  color: #E50019;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary .second-arrow {
  margin-top: .5rem;
  color: #E50019;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a.action.remind {
  float: left;
  width: 100% !important;
  margin-bottom: 10px;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a {
  text-decoration: none;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a span {
  margin-left: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #1A1818;
  float: left;
  text-transform: capitalize;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a img {
  float: left;
  margin-top: 5px;
}
.account .page-title-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.account .page-title-wrapper h1.page-title {
  border-bottom: 1px solid #f2f4f5;
  margin-right: 0 !important;
  padding-bottom: 6px;
}
.account .page-title-wrapper h1.page-title span.base {
  color: #1A1818;
  font-weight: 900;
}
.account .account-nav .account-nav-content .nav.items:before {
  background-color: unset !important;
}
.account .account-nav .account-nav-content .nav.items {
  background: unset !important;
  margin-top: 2rem;
}
.account .account-nav .account-nav-content .nav.items .nav.item {
  margin-bottom: 10px !important;
}
.account .account-nav .content {
  background: unset;
}
.account .account-nav .content .nav.items strong {
  padding-left: 0 !important;
}
.account .account-nav .content .nav.items a {
  padding-left: 0 !important;
}
.account .account-nav .item a:hover {
  background: unset;
}
.account .column.main {
  margin-top: 3rem;
}
.account .column.main .block-dashboard-info .block-title strong {
  color: #1a181899;
}
.account .column.main .block.block-dashboard-info {
  margin-bottom: 18px;
}
.account .column.main .box-information .box-actions {
  margin-top: 12px;
}
.account .column.main .block-dashboard-addresses .block-content {
  margin-top: 10px;
  float: left;
}
.account .column.main .block-dashboard-addresses strong {
  color: #000;
}
.account .column.main .box-billing-address strong.box-title {
  margin-bottom: 17px !important;
}
.account .column.main .box-billing-address .box-content {
  margin-bottom: 20px;
}
.account .column.main .box-newsletter strong.box-title {
  margin-bottom: 14px !important;
}
.account .column.main .box-newsletter .box-content {
  margin-bottom: 15px;
}
.account .column.main .block.block-dashboard-info {
  margin-bottom: 18px;
}
.account .block-content .box-information strong.box-title {
  margin-bottom: 14px !important;
}
.account .block-dashboard-info .block-content {
  border-bottom: 1px solid #e4e4e4bf;
  padding-bottom: 2.4rem;
}
.account .columns {
  margin-bottom: 9rem;
}
.account .password-info p {
  font-size: 16px;
  color: #1A1818;
}
.account .password-info p a {
  color: #1A1818 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.account .form-edit-account .actions-toolbar .secondary {
  float: right;
  width: 77%;
  text-align: right;
  margin-top: 7px;
}
.account .form-edit-account .actions-toolbar .secondary span {
  font-size: 16px;
}
.account .form-edit-account .actions-toolbar .primary button.action.save.primary {
  background: #000;
  border-color: #000;
  border-radius: 10px;
  padding-left: 31px;
  padding-right: 30px;
}
.customer-wrapper div#customer-content-wrapper {
  background: #f4f4f4;
  border: 0;
  border-radius: 10px;
  width: 183px;
  right: 43px;
}
.customer-wrapper div#customer-content-wrapper ul {
  padding-top: 14px;
}
.customer-wrapper div#customer-content-wrapper ul a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
body.account .account-nav .account-nav-content .nav.item.current strong {
  text-decoration: none !important;
  color: #E50019 !important;
}
body.account .account-nav .account-nav-content .nav.item a {
  color: #000 !important;
  font-weight: bold;
}
body.account .column.main a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
body.account .column.main a span {
  margin-left: 5px;
  float: left;
  font-size: 14px;
}
body.account .column.main a img {
  float: left;
  margin-top: 4px;
}
body.account .column.main a:hover {
  color: #000;
  text-decoration: none;
}
.downloadable-customer-products .actions-toolbar .action.back span {
  display: none;
}
.downloadable-customer-products .message.info.empty {
  background: #fff;
}
.downloadable-customer-products .message.info.empty span {
  margin-left: 10px;
  color: #1A1818;
  font-size: 16px;
}
.downloadable-customer-products .message.info > *:first-child:before {
  font-size: 47px;
  line-height: 25px;
  color: #E50019;
}
.customer-account-edit .fieldset.info .legend span {
  font-size: 20px;
  color: #1a1818;
  margin-top: 4px;
}
.customer-account-edit .form-edit-account .field {
  margin-bottom: 20px;
}
.customer-account-edit .form-edit-account .field label {
  float: left;
  width: 100%;
  font-weight: bold;
}
.customer-account-edit .form-edit-account .field input {
  border-color: #f2f4f5;
  border-radius: 10px;
}
.customer-account-edit .form-edit-account .field input#change-email {
  border: 1px solid #1A1818;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-top: 0;
}
.customer-account-edit .form-edit-account .field input#change-password {
  border: 1px solid #1A1818;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-top: 0;
}
.customer-account-edit .form-edit-account .field label.label {
  font-size: 16px;
  color: #1A1818;
  margin-top: 4px;
  margin-left: 9px;
}
.customer-account-create .xml-image.banner {
  text-align: center;
}
.customer-account-create .xml-image.banner img {
  width: auto;
  height: auto;
}
.customer-account-create .page-title span.base {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  float: left;
}
.customer-account-create .form-create-account label {
  font-size: 14px;
  font-weight: bold;
}
.customer-account-create .form-create-account .field.note {
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}
.customer-account-create .form-create-account .field {
  margin-bottom: 20px !important;
}
.customer-account-create .form-create-account input {
  border-color: #f2f4f5 !important;
  font-size: 16px !important;
  color: #6D6E72;
}
.customer-account-create .form-create-account .fieldset {
  margin: 0;
}
.customer-account-create .form-create-account div#password-strength-meter-container {
  margin-top: 20px;
}
.customer-account-create .form-create-account button.action.submit.primary {
  background: #000 !important;
  border-color: #000 !important;
  float: left;
  width: auto !important;
  padding: 16px 50px !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold !important;
}
.customer-account-create .form-create-account .actions-toolbar .secondary {
  text-align: left;
  justify-content: flex-start !important;
  margin-top: 3rem !important;
}
.customer-account-create .form-create-account .actions-toolbar .secondary span {
  margin-left: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #1A1818;
  float: left;
}
.customer-account-create .form-create-account .actions-toolbar .secondary a.action.has-account {
  text-decoration: none !important;
}
.customer-account-create .form-create-account .actions-toolbar .secondary a.action.has-account img {
  float: left;
  margin-top: 0px;
}
.customer-account-create .column.main .row.no-gutters {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
.customer-account-forgotpassword .xml-image.banner {
  text-align: center;
}
.customer-account-forgotpassword .xml-image.banner img {
  width: auto !important;
}
.customer-account-forgotpassword .page-title-wrapper span.base {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  float: left;
}
.customer-account-forgotpassword .field.note {
  text-align: left !important;
  font-size: 14px;
  margin-bottom: 20px;
}
.customer-account-forgotpassword .form.password.forget input {
  font-size: 16px !important;
  border-color: #f2f4f5 !important;
  color: #6D6E72;
}
.customer-account-forgotpassword .form.password.forget div.field.captcha.required label.label {
  padding-top: 0;
}
.customer-account-forgotpassword .form.password.forget div.field.captcha.required button.action.reload.captcha-reload {
  float: left !important;
  width: 100% !important;
  background: #000;
  border-color: #000;
  padding: 16px 12px !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}
.customer-account-forgotpassword .form.password.forget .field .control.captcha-image {
  display: unset !important;
}
.customer-account-forgotpassword .form.password.forget .fieldset {
  margin: 0;
}
.customer-account-forgotpassword .form.password.forget button.action.submit.primary {
  float: left;
  width: 100%;
  background: #000 !important;
  border-color: #000 !important;
  padding: 16px 12px !important;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 25px;
}
.customer-account-forgotpassword .form.password.forget .secondary {
  margin-top: 5rem !important;
}
.customer-account-forgotpassword .form.password.forget .secondary img {
  float: left;
  margin-top: 0px;
}
.customer-account-forgotpassword .form.password.forget .secondary span {
  margin-left: 13px;
  font-weight: bold;
  font-size: 16px;
  color: #1A1818;
  float: left;
}
.customer-account-forgotpassword .column.main .row.no-gutters {
  margin-top: 5rem;
  margin-bottom: 15rem;
}
.customer-account-login .login-container .block-customer-login .form-login .field {
  margin-bottom: 26px !important;
}
.customer-account-login .login-container .block-customer-login .form-login .field input {
  border-radius: 10px;
}
.customer-account-login .login-container .block-customer-login .form-login label {
  margin-bottom: 15px;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a img {
  margin-top: 0;
}
.customer-account-login .login-container .block-customer-login .form-login .actions-toolbar .secondary a span {
  margin-left: 7px;
}
.block-dashboard-info .block-content {
  border-bottom: 1px solid #f2f4f5;
  padding-bottom: 2rem;
}
.block-dashboard-info strong {
  color: #000 !important;
  font-weight: normal;
}
.message.info > *:first-child:before {
  font-size: 47px;
  line-height: 25px;
  color: #E50019;
}
.message.info.empty {
  background: #fff;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .customer-account-login #maincontent .col.d-flex.align-items-center .login-container {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .customer-account-login .xml-image.banner {
    padding-right: 20px;
  }
  .customer-account-login .column.main {
    padding-left: 15px;
    padding-right: 15px;
  }
}
button.action.login.primary span {
  text-transform: capitalize;
}
div#remember-me-box.field.choice.persistent {
  display: flex;
  align-items: baseline;
}
body.customer-account-login div.page-title-wrapper h1.page-title span.base {
  font-weight: 900;
}
body.customer-account-login div.primary button.action.login.primary span {
  font-weight: 900;
  font-family: 'Roboto';
}
body.customer-account-login div.secondary a.action.remind span {
  font-weight: 900 !important;
}
body.customer-account-login div.secondary a.action.new-account span {
  font-weight: 900 !important;
}
