/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
html {
  scroll-behavior: smooth;
}
.page-header .panel.wrapper {
  background-color: #6e716e;
  color: #ffffff;
}
.page-header .panel.wrapper .header.panel {
  padding-bottom: 10px;
  padding-top: 10px;
}
.page-header .panel.wrapper .phone-no {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 1.1px;
}
.navigation {
  font-family: "Open Sans", "Helvetica Neue", Verdana, Arial, sans-serif;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  color: #fff;
}
.breadcrumbs a {
  font-size: 1rem;
}
.block-search input {
  height: 50px;
  font-size: 15px;
}
.minicart-wrapper .action.showcart::before,
.minicart-wrapper .action.showcart.active::before {
  font-size: 75px;
  line-height: 60px;
  color: #dd2222;
}
.minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  right: 0;
  background: #555;
  border-radius: 35px;
}
.myaccount-wrapper {
  display: inline-block;
  float: right;
  position: relative;
}
.myaccount-wrapper .action.showMyaccount {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}
.myaccount-wrapper .action.showMyaccount .text {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.myaccount-wrapper .action.showMyaccount::before,
.myaccount-wrapper.action.showMyaccount.active::before {
  font-size: 75px;
  line-height: 60px;
  color: #dd2222;
  content: '\e627';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label::before {
  font-size: 75px;
  line-height: 60px;
}
._keyfocus :focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 3px 1px #f1a7a7;
}
.minicart-wrapper .action.showcart:hover::before,
.myaccount-wrapper .action.showMyaccount:hover::before,
.block-search .label:hover::before {
  color: #b11b1b;
}
.main .block-title {
  border-bottom: 1px solid #dd2222;
  line-height: 60px;
}
.main .block-title strong {
  font-size: 2.6rem;
  font-weight: 400;
  color: #636363;
}
.page-title-wrapper .page-title {
  font-size: 2.8rem;
  font-weight: 400;
  color: #636363;
  margin: 0 0 20px;
}
.sidebar #layered-filter-block {
  border: 1px solid #efefef;
  margin-top: 40px;
}
.sidebar .block.filter .title,
.sidebar .block.filter .block-title.filter-title,
.sidebar .block.filter .block-subtitle.filter-subtitle {
  margin: 0;
}
.sidebar .block.filter .block-subtitle.filter-current-subtitle {
  display: none;
}
.sidebar .block.filter .block-actions.filter-actions {
  padding: 0 12px 10px;
  border-bottom: 1px solid #efefef;
}
.sidebar .block.filter .filter-options .filter-options-title,
.sidebar .block.filter .filter-current .filter-label,
.sidebar .block.filter .filter-current .filter-value {
  padding: 10px 12px;
  box-sizing: border-box;
  margin: 0;
  color: #666;
}
.sidebar .block.filter .filter-options .filter-options-title:after {
  display: inline-block;
  padding: 0.5rem;
  font-family: 'icons-blank-theme';
  content: '\e622';
}
.sidebar .block.filter .filter-options .filter-options-content {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0;
}
.sidebar .block.filter .filter-title strong {
  font-size: 1.6rem;
  padding: 10px;
  box-sizing: border-box;
  background: #efefef;
  color: #333;
  display: block;
}
.sidebar .block.filter .filter-options .filter-options-content .item {
  margin: 7px 0px;
}
.sidebar .block.filter.catFilter .title {
  display: none;
}
.sidebar .category-subtitle {
  font-size: 1.2rem;
}
.actions-primary {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.action.tocart.primary {
  width: 100%;
}
.action.tocart.primary span {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 3rem;
}
.product-item-name > a,
.product.name > a,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited,
product.name a,
.product-item-name > a,
.minicart-items .product-item-name a {
  font-size: 1.4rem;
  font-weight: 800;
  color: #636363;
  padding: 0 5px;
  box-sizing: border-box;
}
.product-item-details {
  text-align: center;
  width: 100%;
}
.product-item .special-price .price,
.product-item .minimal-price .price {
  color: #dd2222;
  text-align: center;
  font-weight: 400;
  font-size: 2rem;
}
.product-item .special-price .price-wrapper,
.product-item .minimal-price .price-wrapper {
  text-align: center;
  width: 100%;
}
.product-item-name {
  min-height: 4rem;
}
/* Category Listing */
.page-products.catalog-category-view .page-main .columns .column.main {
  order: 2;
}
.banner-wrapper {
  width: 100%;
  position: relative;
}
.banner-left,
.banner-right {
  display: block;
  box-sizing: border-box;
  width: 100%;
  position: relative;
}
.banner-left {
  margin-bottom: 10px;
}
.products-grid .product-item {
  border: 1px solid #ededed;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
.products-grid .product-item a {
  color: #777777;
}
.products-grid .product-item a strong {
  border-top: 1px solid #ededed;
  width: 100%;
  display: block;
  padding: 10px 0;
}
.products-grid .product-item a:hover {
  text-decoration: none;
}
.products-grid .product-item:hover {
  border: 1px solid #ccc;
}
.catalog-category-view .sidebar .content dl dt {
  text-transform: uppercase;
  color: #636363;
}
.catalog-category-view .sidebar .content dd li.item {
  padding-top: 8px;
}
/* Product Page */
.block.related .product-item-info {
  width: unset;
}
.product.photo.product-item-photo .product-image-container .product-image-wrapper {
  margin-top: 15%;
}
table.data.grouped .groupedRow .col.sku span,
table.data.grouped .groupedRow col.item span {
  display: block;
  margin: 5px 0 0;
}
table.data.grouped .groupedRow .col.qty {
  min-width: 215px;
}
table.data.grouped .groupedRow .col.qty .price-box .price {
  color: #dd2222;
  font-weight: 400;
  font-size: 2rem;
}
table.data.grouped .groupedRow .col.qty div {
  display: inline-block;
}
table.data.grouped .groupedRow .col.qty .control.qty {
  margin-left: 10px;
  float: right;
  vertical-align: top;
}
table.data.grouped .groupedRow .col.qty .special-price .price-label {
  display: none;
}
table.data.grouped .groupedRow .col.qty .old-price {
  display: block;
  text-decoration: none;
}
table.data.grouped .groupedRow .col.qty .old-price .price-label,
table.data.grouped .groupedRow .col.qty .old-price .price {
  color: #666;
  font-size: 1.4rem;
}
table.data.grouped .groupedRow .control.qty .changeItemQuantity {
  display: inline-block;
  vertical-align: middle;
}
.catalog-product-view .column.main #validation-message-box {
  text-align: center;
}
.catalog-product-view .column.main #validation-message-box .mage-error {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.catalog-product-view .paypal-button.paypal-button-context-iframe {
  display: none;
}
.minicart-items .product-item-details .price {
  color: #dd2222;
  font-weight: 400;
}
/* Checkout and Account Pages */
#shopping-cart-table th {
  color: #636363;
}
.block-minicart .amount .price-wrapper:first-child .price {
  color: #dd2222;
  font-weight: 400;
}
.block-minicart .product-item-name > a,
.block-minicart .product.name > a,
.block-minicart .abs-product-link > a:visited,
.block-minicart .product-item-name > a:visited,
.block-minicart .product.name a > a:visited {
  padding: 0;
}
.block-minicart .product-item-details {
  text-align: left;
}
.block-minicart .product-item-details .price {
  font-width: 400;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code,
.cart-container .block.discount {
  display: none;
}
/* footer */
#above-footerContainer {
  background-color: white;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.above-footer {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  padding: 0 10px 0 20px;
}
.above-footer-blocks {
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: center;
  float: left;
  vertical-align: center;
  min-height: 40px;
  padding: 10px;
  font-size: 1.1rem;
}
.footerMain {
  float: left;
  clear: both;
  display: block;
  width: 100%;
}
.footerMain .block-title {
  color: #636363;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
  box-sizing: border-box;
}
.footerMain .block-title strong {
  font-weight: 400;
}
.footerMain .footer-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
.footerMain .footer-container .footer .footer.links,
.footerMain .footer-container .footer .block.newsletter,
.footerMain .footer-container .footer .footer-right {
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  float: left;
  width: 100%;
}
.footerMain .footer-container .footer.links a,
.footerMain .footer-container .footer.links strong {
  color: #dedede;
}
.footerMain .footer-container .block-title strong span {
  color: #636363;
  font-size: 1.8rem;
  font-weight: normal;
  padding: 10px 0;
  box-sizing: border-box;
}
.footerMain .footer-container #newsletter-validate-detail {
  margin-top: 10px;
  max-width: 320px;
}
.footerMain .footer-container .address {
  color: #d3d3d3;
  line-height: 1.8rem;
}
.footerMain .footer-container .contact-address ul {
  padding: 0;
}
.footerMain .footer-container .footer-right ul,
.footerMain .footer-container .footer-right ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  color: #bbb;
}
.footerMain .footer-container .footer-social a:hover,
.footerMain .footer-container .footer-social .alink:hover {
  text-decoration: none;
}
.copyright {
  color: #dedede;
  text-align: left;
  float: left;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 10px;
  box-sizing: border-box;
}
@media all and (min-width: 640px) {
  table.data.grouped .groupedRow .col.qty {
    text-align: right;
    display: inline-block;
  }
  table.data.grouped .groupedRow .col.qty .control.qty .changeItemQuantity {
    margin-bottom: 4px;
  }
}
@media all and (min-width: 768px), print {
  .page-layout-3columns .column.main {
    width: 60%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 20%;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
  }
  .nav-sections {
    background-color: #dd2222;
  }
  .block-search {
    float: left;
    padding-left: 7%;
    width: 40% !important;
  }
  .block-search .action.search:before {
    font-size: 42px;
    line-height: 42px;
  }
  .block-search {
    width: 300px;
  }
  .block-search input {
    padding-right: 55px;
  }
  .item.product.product-item {
    max-width: 250px;
  }
  /*
  .navigation .level0 .submenu a, .navigation .level1 .submenu a:hover, .navigation .level1 .submenu a.ui-state-focus {
    color:@color-grey-2;
  } */
  .navigation .level-top {
    font-size: 1.6rem;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border: none;
    color: #ffffbb;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon::after {
    display: none;
  }
  .navigation .level0 .submenu {
    min-width: 320px;
  }
  .navigation .level0 .submenu a,
  .navigation .level1 .submenu a:hover,
  .navigation .level1 .submenu a.ui-state-focus {
    color: #777777;
    font-weight: 400;
    font-size: 1.4rem;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    border-left: 8px solid #dd2222;
  }
  .navigation .level0 .submenu {
    border-right: 1px solid #dd2222;
    border-bottom: 1px solid #dd2222;
    border-left: 1px solid #dd2222;
  }
  .navigation .level0 .submenu .active > a {
    border-left: 8px solid #dd2222;
    padding-left: 12px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    color: #222;
    padding-left: 12px;
  }
  .page-wrapper > .breadcrumbs {
    margin: 10px auto  20px;
  }
  /* Title */
  .page-title-wrapper .page-title {
    margin: 20px 0;
  }
  /* Category */
  .banner-wrapper {
    margin-bottom: 10px;
  }
  .banner-left,
  .banner-right {
    width: calc(50% - 10px);
    display: inline-block;
    margin-bottom: 0;
  }
  .banner-right {
    margin-left: 20px;
  }
  /* Product Page */
  .page-layout-1column .product-info-main {
    width: 57%;
  }
  .page-layout-1column .product.media {
    width: 40%;
  }
  .catalog-product-view .column.main #validation-message-box {
    text-align: right;
  }
  .catalog-product-view .column.main #validation-message-box .field-error {
    font-size: 1.4rem;
  }
  .catalog-product-view .column.main .box-tocart .action.tocart.primary {
    width: 25%;
    float: right;
    min-width: 200px;
  }
  table.data.grouped .groupedRow .col.item {
    min-width: 60%;
  }
  table.data.grouped .groupedRow .col.qty .control.qty {
    float: none;
  }
  table.data.grouped .groupedRow .product-item-name .infoSku {
    display: none;
  }
  /* Checkout and Account Pages

  .customer-account-login .column:not(.sidebar-main) form .actions-toolbar {
    margin-left: 0%;
    margin-right: 10%;
  } */
  .login-container .fieldset::after {
    margin-left: 0;
  }
  .fieldset.login .field .label {
    text-align: left;
    padding: 5px 0;
  }
  /* Footer */
  .above-footer-blocks {
    min-height: 65px;
    width: calc(33% - 1px);
    border-left: 1px solid #ddd;
  }
  .above-footer2 {
    width: calc(34% - 2px);
  }
  .above-footer3 {
    border-right: 1px solid #ddd;
  }
  .footerMain .footer-container .footer .footer.links,
  .footerMain .footer-container .footer .block.newsletter,
  .footerMain .footer-container .footer .footer-right {
    padding: 40px 20px;
  }
  .footerMain .footer-container .footer .footer.links,
  .footerMain .footer-container .footer .footer-right {
    width: 27%;
  }
  .footerMain .footer-container .footer .block.newsletter {
    width: 46%;
  }
  .copyright {
    text-align: center;
    padding: 0;
  }
}
@media all and (min-width: 1002px), print {
  .block-search {
    padding-left: 12%;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .logo {
    float: left;
    margin: 0 0 10px 0px;
    max-width: 40%;
    position: relative;
    z-index: 5;
  }
  .nav-sections-item-content {
    margin-top: 0;
    padding: 0;
  }
  .nav-toggle {
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    right: 10px;
    position: absolute;
    top: 0px;
    z-index: 14;
    left: unset;
  }
  .nav-toggle:before {
    font-size: 65px;
    line-height: 82px;
  }
  .navigation .parent .level-top::after {
    top: 2px;
  }
  .navigation .level0 > .level-top {
    padding: 20px 40px 20px 15px;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    color: #dd2222;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    color: #dd2222;
  }
  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 65px;
  }
  .minicart-wrapper .item.product.product-item {
    max-width: 180px;
  }
  .nav-open .nav-toggle {
    display: block;
    right: unset;
    left: 15px !important;
  }
  .nav-open .logo {
    padding-left: 40px;
  }
  .sidebar .lhs_adblock {
    display: none;
  }
  .sidebar .block.filter.catFilter {
    display: none;
  }
  /* Product */
  .product.data.items .item.title > .switch {
    display: block;
    padding: 4px 20px;
    min-height: 50px;
    box-sizing: border-box;
  }
  .data.switch::after {
    display: inline-block;
    padding: 0;
    font-family: 'icons-blank-theme';
    content: '\e622';
  }
  .product.data.items > .item.title.active > .switch:after {
    display: none;
  }
  table.data.grouped .col.sku,
  table.data.grouped .col.thumbnail,
  table.data.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]::before,
  table.data.grouped .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none !important;
  }
  /* Checkout and Account Pages */
  .cart.table-wrapper .col.qty,
  .cart.table-wrapper .col.price {
    width: 50%;
  }
  .checkout-container .opc-estimated-wrapper .estimated-block {
    color: #6e6e6e;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
    color: #9b1818;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover {
    border: 1px solid #9b1818;
  }
  .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
    color: #9f0202;
  }
  .checkout-index-index.page-layout-checkout .minicart-wrapper .action.showcart .counter.qty {
    right: 10px;
  }
}
@media only screen and (max-width: 639px) {
  .minicart-wrapper,
  .block-search {
    margin-top: 0;
  }
  .minicart-wrapper {
    margin-right: 34px;
  }
  .block-search .label::before,
  .myaccount-wrapper .action.showMyaccount::before,
  .myaccount-wrapper.action.showMyaccount.active::before,
  .minicart-wrapper .action.showcart::before,
  .minicart-wrapper .action.showcart.active::before {
    font-size: 45px;
    line-height: 50px;
  }
  .nav-toggle {
    top: 0px;
  }
  .nav-toggle:before {
    font-size: 36px;
    line-height: 72px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .page-header .panel.wrapper .header.panel {
    text-align: center;
  }
  .nav-toggle {
    top: 20px;
  }
  .nav-toggle:before {
    font-size: 32px;
    line-height: 32px;
  }
  .block-search .label::before,
  .myaccount-wrapper .action.showMyaccount::before,
  .myaccount-wrapper.action.showMyaccount.active::before,
  .minicart-wrapper .action.showcart::before,
  .minicart-wrapper .action.showcart.active::before {
    font-size: 40px;
    line-height: 40px;
    padding-top: 5px;
  }
}
.page-print .logo {
  display: block;
  float: none;
  text-align: left;
}
@media print {
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline !important;
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .table-wrapper table td {
    width: auto;
  }
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  .block-content {
    page-break-before: avoid;
  }
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }
  .nav-toggle {
    display: none !important;
  }
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class] {
    display: none;
  }
  .logo,
  .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .column.main {
    float: none !important;
    width: 100% !important;
  }
  .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .footer.content {
    padding: 0;
  }
  .hidden-print {
    display: none !important;
  }
}
