.modal-popup .modal-inner-wrap .modal-header {
  border: none;
  padding-bottom: 0px;
}
.modal-popup .modal-inner-wrap .action-close {
  padding: 10px;
}
.modal-popup .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  padding-bottom: 20px;
}
.modal-popup .modal-inner-wrap .modal-footer {
  padding: 10px 20px;
}
.modal-popup.agreements-modal .modal-header {
  padding-bottom: 10px;
  background: #fff;
}
.modal-popup.agreements-modal .action-close {
  position: absolute;
  top: 0px;
  padding: 0px;
}
.modal-popup.confirm .modal-inner-wrap .modal-header {
  border: none;
  padding-bottom: 0px;
}
button {
  box-shadow: none !important;
}
input[type=checkbox],
input[type=radio] {
  top: 0px;
  display: inline-block;
}
.label {
  font-size: 14px;
  text-align: left;
  padding-left: 0px;
}
.page-header .header-3in1 .minicart-wrapper {
  background: transparent;
}
.page-header .Search_block {
  z-index: 9;
}
.page-header .Search_block .search-autocomplete {
  left: 16px;
}
.minicart-wrapper .action.showcart:before {
  color: #fff;
}
.minicart-wrapper .action.showcart:hover:before {
  color: #eee;
}
.page-products.mass-add-to-cart .products-list h2.product.name.product-item-name.product-name a {
  font-weight: 600;
  line-height: 20px;
}
.page-products.mass-add-to-cart .box-image-list.related-box-item .label-product {
  position: absolute;
  top: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  z-index: 20;
  padding: 3px 13px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 10px;
  padding: 3px 4px;
}
.page-products.mass-add-to-cart .box-image-list.related-box-item .label-product.label-new {
  background-color: #00abf0;
}
.page-products.mass-add-to-cart .box-image-list.related-box-item .label-product.label-new:before {
  position: absolute;
  bottom: -4px;
  left: 10px;
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #00abf0;
  border-right: 6px solid transparent;
}
.page-products.mass-add-to-cart .box-image-list.related-box-item .label-product.label-sale {
  top: -15px;
  left: 14px;
  background-color: #e74c3c;
}
.page-products.mass-add-to-cart .box-image-list.related-box-item .label-product.label-sale:before {
  position: absolute;
  bottom: -4px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 4px solid #e74c3c;
  border-left: 6px solid transparent;
}
.product-info-main .page-title-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.opc-block-additional-payment .payment-option {
  margin-bottom: 20px;
}
.opc-block-additional-payment .payment-option .payment-option-title {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  padding: 0 0 5px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}
.opc-block-additional-payment .payment-option .payment-option-title:after {
  content: '\e622';
  font-family: 'luma-icons';
  float: right;
  color: #757575;
}
.opc-block-additional-payment .payment-option .payment-option-content {
  padding: 10px 0;
}
.opc-block-additional-payment .payment-option .payment-option-content .label {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}
.opc-block-additional-payment .payment-option .payment-option-content .control {
  margin-bottom: 10px;
}
.opc-block-additional-payment .payment-option._active .payment-option-title:after {
  content: '\e621';
}
.gray-note-top {
  color: #333333;
  margin-top: 0;
  float: none;
  background: #f2f2f2;
  width:fit-content;
}
.mass-add-to-cart .gray-note {
  color: #333333;
  float: none;
  background: #f2f2f2;
  width:fit-content;
}
.mass-add-to-cart #mass-add-to-cart {
  margin-top: 0;
  display: table;
  width: 100%;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items .product-item {
  display: table-row;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items .product-item-photo {
  padding: 0 0px 0px 0;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items .product-image-container {
  width: auto !important;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table th {
  background: #f5f5f5;
  padding: 10px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  font-size: 12px;
  vertical-align: middle;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table th:first-child {
  width: 60px;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table td,
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table th {
  vertical-align: middle;
  padding: 4px 5px;
  line-height: 16px;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table td img {
  max-width: 100%;
  min-width: 60px;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table .item-price {
  min-width: 140px;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table .item-price .price-block .price-box {
  margin: 0;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table .item-price .price-block .price-box .old-price {
  margin: 0 5px 0 0;
  order: 1;
  position: relative;
  top: -2px;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table .item-price .price-block .price-box .special-price {
  order: 2;
}
.mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table .item-price .price-block .price-box .price {
  font-size: 17px;
  font-weight: normal;
}
.mass-add-to-cart .selection-addtocart .action.tocart {
  width: 130px;
  height: 45px;
  background: #223e7e;
  border: 1px solid #223e7e;
  box-shadow: none;
  border-radius: 0;
  outline: 0;
  color: #fff;
  text-transform: uppercase;
}
.product-info-main .price-box.price-final_price {
    display: flex !important;
    float: left;
}
.product-info-main span.special-price {
    order: 2;
}
.product-info-main span.old-price {
    order: 1;
}
.product-info-main span.ken-discount-percent {
    top: 9px;
    font-size: 15px;
    order: 3;
}
.old-price .price-label {
    display: none !important;
}
.old-price {
    text-decoration: line-through;
}
@media(min-width: 768px) {
    .catalog-category-view .products-list .price-box, .catalogsearch-result-index .products-list .price-box {
        flex-wrap: wrap;
    }
}
.mass-add-to-cart  .ken-discount-percent {
    color: #e74c3c;
    font-weight: 700;
    text-align: center;
    margin: 5px 0 0;
    font-size: 16px;
    order: 4;
    width: 100%;
}
.mass-add-to-cart  a.minimal-price-link {
    order: 5;
    width: 100%;
}
.product-info-main .ken-discount-percent {
  position: relative;
  top: 7px;
}
.product-info-main .product-info-price .price-box .old-price {
  float: left;
}
.product-info-main .product-info-price .price-box .special-price {
  margin: 0px 0px 0px 5px;
  padding: 0px;
  vertical-align: bottom;
  color: #e74c3c;
  position: relative;
  /*top: 7px;*/
}
.product-info-main .product-info-price .price-box .price {
  color: #e74c3c;
}
.product-info-main .product-info-stock-sku {
  vertical-align: bottom;
}
/*Cart Page*/
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
  margin-bottom: 10px;
}
.checkout-cart-index .cart-totals tbody .mark {
  background: transparent;
}
/*Checkout Page*/
.checkout-index-index .payment-method-content input[type=checkbox],
.checkout-index-index .payment-method-content input[type=radio] {
  margin: 0px 5px 0 0;
  position: relative;
  top: 0px;
}
.checkout-index-index .payment-method input[type=checkbox],
.checkout-index-index .payment-method input[type=radio] {
  margin: 0px 5px 0 0;
  position: relative;
  top: 0px;
}
.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-header {
  border-bottom: none;
}
.checkout-index-index .opc-sidebar .modal-inner-wrap .modal-content {
  box-shadow: none;
}
.checkout-index-index .opc-sidebar .opc-block-summary {
  padding: 10px 20px;
  border-radius: 6px 6px 0px 0px;
}
.checkout-index-index .opc-sidebar .opc-block-summary .table-totals .mark {
  background: transparent;
}
.checkout-index-index .opc-sidebar .opc-block-shipping-information {
  padding: 0 20px;
}
.checkout-index-index .opc-sidebar .opc-block-additional-payment {
  padding: 10px 10px;
}
.form-contact .contact-info .address-info {
  padding-left: 25px;
}
.form-contact .form.contact .fieldset {
  margin-bottom: 20px;
}
.form-contact .form.contact .field {
  margin-bottom: 10px;
}
.requisition_list-requisition-index .action.add {
  background: #444 !important;
  color: #fff;
  text-transform: uppercase;
  padding: 0 20px !important;
  line-height: 35px;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .page-products #amasty-shopby-product-list .products-grid .product-items {
  width: 100%;
  float: none;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item {
  width: calc(100% / 4 - 15px);
  margin-left: 20px;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item:nth-child(4n+1) {
  margin-left: 0px;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-info {
  margin: 0px;
  padding: 10px;
  }
}
@media (min-width: 768px) {
  .header.content {
  padding: 20px 20px 0;
  }
  .header.content ul.header-social > li {
  margin: 0 5px 0 10px;
  }
  .minicart-wrapper .action.showcart .counter.qty {
  position: absolute;
  margin-left: 5px;
  }
  .page-products {
  /*     #amasty-shopby-product-list {

      .products-grid {

        .product-items {
          width: 100%;
          float: none;

          .product-item {
            width: calc(100% / 4 - 15px);
            margin-left: 20px;

            &:nth-child(4n+1) {
              margin-left: 0px;
            }

            .product-item-info {
              margin: 0px;
              padding: 10px;

            }
          }
        }

      }

    }*/
  }
  .page-products .page-title-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  }
  .page-products .page-title-wrapper .page-title {
  padding: 0 15px;
  }
  .page-products .toolbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  }
  .page-products .toolbar .modes-label + .modes-mode {
  border-radius: 0px;
  }
  .page-products .toolbar .modes-mode {
  background: #fff;
  box-shadow: none;
  border-radius: 0px;
  }
  .page-products .toolbar .modes-mode.active {
  background: #223d7d;
  box-shadow: none;
  color: #fff;
  border-color: #223d7d;
  }
  .page-products .toolbar .modes-mode.active:before {
  color: #fff;
  }
  .page-products .toolbar .modes-mode:last-child {
  border-radius: 0px;
  }
  .page-products .toolbar select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  }
  .page-products .toolbar .limiter {
  display: inline-block;
  }
  .page-products .toolbar .pages {
  float: right;
  margin-left: 20px;
  display: inline-block;
  margin-bottom: 0px;
  }
  .page-products .toolbar .pages strong.page {
  padding: 0px 10px;
  background: #223d7d;
  color: #fff;
  }
  .page-products .toolbar .pages a.page {
  border: 1px solid #ddd;
  color: #000;
  padding: 0px 10px;
  }
  .page-products .toolbar .pages .action.next,
  .page-products .toolbar .pages .action.previous {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  }
  .page-products .toolbar .pages .action.next {
  margin-left: 0px;
  }
  .page-products .toolbar .pages .action.previous {
  margin-right: 0px;
  }
  .page-products .toolbar .sorter {
  float: left;
  margin-left: 20px;
  }
  .page-products #amasty-shopby-product-list .products.wrapper {
  display: table;
  width: 100%;
  }
  .page-products .toolbar-amount {
  display: none;
  }
  .checkout-index-index .opc-progress-bar {
  margin-top: 20px;
  }
  .opc-block-shipping-information {
  padding: 0 0px;
  }
  .page-footer .footer-links-section .footer-block ul li {
  word-break: break-word;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-products .sidebar-main,
  .page-products .sidebar-additional {
  width: 29%;
  }
  .page-products .column.main {
  width: 70%;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items {
  width: 100%;
  float: none;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item {
  width: calc(100% / 3 - 15px);
  margin-left: 20px;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item:nth-child(3n+1) {
  margin-left: 0px;
  }
  .page-products #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-info {
  margin: 0px;
  padding: 10px;
  }
  .page-products .toolbar-products .pages {
  display: none;
  }
}
@media (max-width: 767px) {
  .product-info-main .page-title-wrapper h1 {
  font-size: 18px;
  }
  .page-products .page-title-wrapper {
  padding: 0px 15px;
  }
  .page-products .filter.block .filter-title {
  background: #fff;
  border-radius: 0;
  }
  .page-products .toolbar select {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  }
  .mass-add-to-cart #mass-add-to-cart {
  display: block !important;
  }
  .mass-add-to-cart #mass-add-to-cart .products.list.items.product-items .box-image-list.related-box-item {
  width: auto !important;
  }
  .mass-add-to-cart #mass-add-to-cart .products.list.items.product-items table td img {
  max-width: 70px !important;
  min-width: inherit !important;
  }
  .mass-add-to-cart .selection-addtocart .action.tocart {
  opacity: 0.7;
  }
  .copyright {
  overflow: hidden;
  }
}
/*New header css starts here*/
body, h1, h2, h3, h4, h5, h6, p, a { font-family: 'Poppins', sans-serif !important;}
.columns .column.main {
    padding-bottom: 0px;
}
.page-wrapper .page-header {
  background-color: #fff;
}
.page-header .panel.header {
    text-align: right;
    display: flex;
    padding: 10px 0;
}
.page-wrapper .page-header .panel.wrapper::after {
  background-repeat: no-repeat;
  background: linear-gradient(45deg, #ffffff 0 20%, #0069B1 20% 40%, #00B0B9 40% 60%, #F6B700 60% 80%, #DF4F61 80% 100%);
  background-size: 100% 100%;
  display: inline-block;
  width: 80%;
  height: 9px;
  content: "";
  float: right;
}
.page-wrapper .page-header .header.content a.logo {
  margin-bottom: 0;
  margin-top: 10px;
}
.logo img {
    width: 100%;
    max-width: 70%;
}
.page-wrapper .page-header .header-3in1 {
  display: flex;
  width: auto;
}
.page-wrapper .page-header .Search_block {
  order: 1;
  margin-right: 5px;
  width: auto;
  position: relative;
  border-right: 1px solid #989b9c;
  padding-right: 15px;
  float: right;
}
.page-wrapper .page-header .Search_block div#search-btn {
  display: inline-block;
  position: relative;
  margin-top: 4px;
}
.page-wrapper .page-header .Search_block div#search-btn a:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f00;
  font-size: 24px;
}
.page-wrapper .page-header .Search_block div#search-btn div#custom-search {
  position: absolute;
  right: -9px;
  top: -6px;
}
.page-wrapper .page-header .Search_block .field.search .control .input-text {
  border: 1px solid #f00;
  border-right: 0;
  min-width: 300px;
}
.page-wrapper .page-header .Search_block .actions .btn-search-header {
  background: none;
  border-color: #f00;
  width: 40px;
}
.page-wrapper .page-header .Search_block .actions .btn-search-header::before {
  color: #f00;
  font-size: 24px;
}
.page-wrapper .page-header ul.header-social {
    padding-left: 0;
    order: 3;
    float: right;
    margin-right: 0;
}
.page-wrapper .page-header ul.header-social li a {
  color: #989b9c;
}
.page-wrapper .page-header .minicart-wrapper {
    order: 2;
    color: #333;
    padding: 0 5px;
    margin-left: 10px;
    position: relative;
    top: 0;
}
.page-wrapper .page-header .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.brand-label {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-footer {
  background-color: #000;
}
.copyright {
  background: #000;
}
body .page-wrapper {
  min-height: auto;
}
ul.header.links li.link.authorization-link a, ul.header.links li:nth-child(3) a {
    text-decoration: underline !important;
}
.header-3in1 ul.header-social li a .fa-youtube:before {
    content: "\f16a";
}
@media (max-width: 767px) {
  .logo img {
    max-width: 90%;
}
.page-wrapper .page-header .header-3in1 > div {
    width: 70%;
}
.page-wrapper .page-header .Search_block {
    order: 1;
    width: auto;
    position: relative;
    margin: 0;
    display: inline-block;
    margin-top: 15px;
    float: left;
}
.page-wrapper .page-header ul.header-social {
    padding-left: 0;
    order: 3;
    float: none;
    margin-right: 0;
    margin-left: 10px;
}
.page-header .panel.header {
    padding: 0;
}
    .page-header .header-3in1 .Search_block .field.search .control .input-text {
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}
.page-header .header-3in1 .Search_block .actions .btn-search-header {
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
  .page-wrapper .page-header .header.content a.logo {
    margin: 10px 0px;
  }
  .page-wrapper .page-header .Search_block div#search-btn {
    margin-top: 0;
  }
  .page-wrapper .page-header .header-3in1 {
    width: 100%;
  }
  .page-wrapper .page-header .Search_block div#search-btn div#custom-search {
    position: absolute;
    top: 34px;
    left: 0;
  }
  .page-wrapper .page-header .minicart-wrapper {
    right: 17px;
    top: 120px;
    background: none;
    position: absolute;
  }
  .page-wrapper .page-header .ammenu-menu-toggle {
    right: 0;
    left: auto;
  }
  .page-wrapper .page-header .ammenu-menu-toggle .ammenu-icon {
    border-bottom: 3px solid #f00 !important;
  }
  .brand-label {
    display: none;
  }
  .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    color: #000;
}
}

@media (max-width:1024px) and (min-width:768px) {
    .page-wrapper .page-header .minicart-wrapper {
        margin-right: 40px;
        margin-left: 30px;
    }
    .page-wrapper .page-header .header.content a.logo {
        margin: 0;
    }
    .page-wrapper .page-header .header.content a.logo img {
        width: 240px;
        max-width: 80%;
        display: inline-block;
        margin-top: 10px;
    }

}
/*New header css ends here*//*B2C Header styles*/
/*New header css starts here*/
body, h1, h2, h3, h4, h5, h6, p, a { font-family: 'Poppins', sans-serif !important;}
.columns .column.main {
    padding-bottom: 0px;
}
.page-wrapper .page-header {
  background-color: #fff;
}
.page-header .panel.header {
    text-align: right;
    display: flex;
    padding: 10px 20px;
    align-items: center;
}
.page-wrapper .page-header .panel.wrapper::after {
  background-repeat: no-repeat;
  background: linear-gradient(45deg, #ffffff 0 20%, #0069B1 20% 40%, #00B0B9 40% 60%, #F6B700 60% 80%, #DF4F61 80% 100%);
  background-size: 100% 100%;
  display: inline-block;
  width: 80%;
  height: 9px;
  content: "";
  float: right;
}
.page-wrapper .page-header .header.content a.logo {
  margin-bottom: 0;
  margin-top: 10px;
}
.logo img {
    width: 100%;
    max-width: 70%;
}
.page-wrapper .page-header .header-3in1 {
  display: flex;
  width: auto;
}
.page-wrapper .page-header .Search_block {
  order: 1;
  margin-right: 5px;
  width: auto;
  position: relative;
  border-right: 1px solid #989b9c;
  padding-right: 15px;
  float: right;
}
.page-wrapper .page-header .Search_block div#search-btn {
  display: inline-block;
  position: relative;
  margin-top: 4px;
}
.page-wrapper .page-header .Search_block div#search-btn a:after {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f00;
  font-size: 24px;
}
.page-wrapper .page-header .Search_block div#search-btn div#custom-search {
  position: absolute;
  right: -9px;
  top: -6px;
}
.page-wrapper .page-header .Search_block .field.search .control .input-text {
  border: 1px solid #f00;
  border-right: 0;
  min-width: 300px;
}
.page-wrapper .page-header .Search_block .actions .btn-search-header {
  background: none;
  border-color: #f00;
  width: 40px;
}
.page-wrapper .page-header .Search_block .actions .btn-search-header::before {
  color: #f00;
  font-size: 24px;
}
.page-wrapper .page-header ul.header-social {
    padding-left: 0;
    order: 3;
    float: right;
    margin-right: 0;
}
.page-wrapper .page-header ul.header-social li a {
  color: #989b9c;
}
.page-wrapper .page-header .minicart-wrapper {
    order: 2;
    color: #333;
    padding: 0 5px;
    margin-left: 10px;
    position: relative;
    top: 0;
}
.page-wrapper .page-header .minicart-wrapper .action.showcart:before {
  color: #ffffff;
}
.brand-label {
  text-align: right;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.page-footer {
  background-color: #000;
}
.copyright {
  background: #000;
}
body .page-wrapper {
  min-height: auto;
}
ul.header.links li.link.authorization-link a, ul.header.links li:nth-child(3) a {
    text-decoration: underline !important;
}
.header-3in1 ul.header-social li a .fa-youtube:before {
    content: "\f16a";
}
.footer-block-content li, .footer-block-content li a {
    color: #fff !important;
}
@media (max-width: 767px) {
.page-wrapper .page-header .header.content a.logo.mobile-logo img {
width: auto;
max-width: 100%;
}
.ammenu-button.-hamburger {
    color: #666 !important;
    position: absolute;
    right: 0;
}
.ammenu-button.-hamburger .ammenu-line, .ammenu-button.-hamburger:before, .ammenu-button.-hamburger:after{
    border-bottom: 2px solid !important;
}
  .logo img {
    max-width: inherit;
}
.page-wrapper .page-header .header-3in1 > div {
    width: 70%;
}
.page-wrapper .page-header .Search_block {
    order: 1;
    width: auto;
    position: relative;
    margin: 0;
    display: inline-block;
    margin-top: 15px;
    float: left;
}
.page-wrapper .page-header ul.header-social {
    padding-left: 0;
    order: 3;
    float: none;
    margin-right: 0;
    margin-left: 10px;
}
.page-header .panel.header {
    padding: 0;
}
    .page-header .header-3in1 .Search_block .field.search .control .input-text {
    border-top-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
}
.page-header .header-3in1 .Search_block .actions .btn-search-header {
    border-top-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
}
  .page-wrapper .page-header .header.content a.logo {
    margin: 10px 0px;
  }
  .page-wrapper .page-header .Search_block div#search-btn {
    margin-top: 0;
  }
  .page-wrapper .page-header .header-3in1 {
    width: 100%;
  }
  .page-wrapper .page-header .Search_block div#search-btn div#custom-search {
    position: absolute;
    top: 34px;
    left: 0;
  }
  .page-wrapper .page-header .minicart-wrapper {
    right: 17px;
    top: 80px;
    background: none;
    position: absolute;
  }
  .page-wrapper .page-header .ammenu-menu-toggle {
    right: 0;
    left: auto;
  }
  .page-wrapper .page-header .ammenu-menu-toggle .ammenu-icon {
    border-bottom: 3px solid #f00 !important;
  }
  .brand-label {
    display: none;
  }
  .page-wrapper .page-header .minicart-wrapper .action.showcart:before {
    color: #000;
}
}

@media (max-width:1024px) and (min-width:768px) {
    .page-wrapper .page-header .minicart-wrapper {
        margin-right: 40px;
        margin-left: 30px;
    }
    .page-wrapper .page-header .header.content a.logo {
        margin: 0;
    }
    .page-wrapper .page-header .header.content a.logo img {
        width: 240px;
        max-width: 80%;
        display: inline-block;
        margin-top: 10px;
    }

}
@media (min-width:768px) {
button#toggle_button.ammenu-button.-hamburger {
    display: none;
}
}
body .ammenu-header-container .header.content {

display: inherit;

}
/*New header css ends here*/


.page-wrapper .page-header .header.content a.logo.mobile-logo{
display: none;


}
@media (max-width: 767px) {
.page-wrapper .page-header .header.content a.logo.mobile-logo{
display: block;
max-width: 100%;
margin: 5px 0;
}
}
.page-wrapper .page-header .header.content a.logo.desktop-logo{
display: none;


}
@media (min-width: 767px) {
.page-wrapper .page-header .header.content a.logo.desktop-logo{
display: block;
}
}

.page-wrapper .page-header .header.content a.logo.mobile-logo img{
max-height: 49px;
}


@media (max-width: 600px){

body .page-wrapper .page-header .minicart-wrapper {
top: 70px;
}
}


.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% 100% !important;
}

.slick-arrow {
margin: 0 10px;
}

.pagebuilder-slider.slick-initialized.slick-slider {
max-width: 1900px;
margin: 0 auto !important;
width: 100%;
}

/*Slider Css*/
.pagebuilder-slider.slick-initialized.slick-slider {
min-height: 100% !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
min-height: auto !important;
}
@media (min-width:1300px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: cover !important;
min-height: 321px !important;
}
}
@media (min-width:320px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 360px !important;
}
}
@media (min-width:365px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 375px !important;
}
}
@media (min-width:399px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 400px !important;
}
}
@media (min-width:411px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 411px !important;
}
}
@media (min-width:414px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 414px !important;
}
}
@media (min-width:428px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 428px !important;
}
}
@media (min-width:667px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 667px !important;
}
}
@media (min-width:736px) {

.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 736px !important;
}
}
@media (min-width:768px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 768px !important;
}
}
@media (min-width:800px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 190px !important;
}
}
@media (min-width:812px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 193px !important;
}
}
@media (min-width:844px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 200px !important;
}
}
@media (min-width:858px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 203px !important;
}
}
@media (min-width:900px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 213px !important;
}
}
@media (min-width:992px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 236px !important;
}
}
@media (min-width:1200px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 303px !important;
}
}
@media (min-width:1300px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 323px !important;
}
}
@media (min-width:1400px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 341px !important;
}
}
@media (min-width:1481px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 370px !important;
}
}
@media (min-width:1600px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 380px !important;
}
}
@media (min-width:1680px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 397px !important;
}
}
@media (min-width:1900px) {
.slick-slide .pagebuilder-slide-wrapper {
background-size: 100% !important;
min-height: 448px !important;
}
}

/* add custom css */

aside.modal-popup.agreements-modal.modal-slide._inner-scroll ~ .modals-overlay {
    display: none;
}
aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show ~ .modals-overlay {
    display: block;
}
aside.modal-popup.agreements-modal.modal-slide._inner-scroll + aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show ~ .modals-overlay {
    display: none;
}
aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show + aside.modal-popup.agreements-modal.modal-slide._inner-scroll._show ~ .modals-overlay {
    display: block;
}

.nav-sections .section-item-content .menu-container .menu>ul>li ul li .electronics-menu-box {
    display: flex;
    flex-direction: row;
}
.catalog-category-view .products-list .price-box.price-final_price,
.catalogsearch-result-index .products-list .price-box.price-final_price {
  align-items: center;
}
.catalog-category-view .products-list .price-box.price-final_price .old-price .price-container,
.catalogsearch-result-index .products-list .price-box.price-final_price .old-price .price-container {
  top: 0;
  padding-left: 5px;
}
.checkout-index-index form#cim-transparent-form+.checkout-agreements-block .checkout-agreement.field {
  display: block;
}
.catalog-product-view .product-info-main .price-box.price-final_price {
  align-items: baseline;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.action.more-options {
  border: 1px solid #e7e7e7;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.action.more-options:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 21px;
  line-height: inherit;
  color: #bbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}



.agreements-modal + .agreements-modal {
  display: none !important;
}
.form.password.reset {
 Padding-bottom:10px;
}
.payment-method-billing-address .checkout-billing-address .billing-address-details {
    padding-bottom: 20px;
}
.section-item-content .menu-container .menu>ul>li.three-col-small-banner ul li.megaCategoryBlock .child-column-megamenu-block {
  padding: 14px 30px;
}
.section-item-content .menu-container .menu>ul>li.three-col-small-banner ul li.megaCategoryBlock .child-column-megamenu-block li {
  padding-bottom: 6px;
}
div#md_authorizecim_cc_type_cvv_div {
  position: relative;
}
.checkout-payment-method .ccard>.field.cvv>.control {
  display: inline-flex;
  padding-right: 20px;
  position: static;
  width: 100%;
  padding-bottom: 20px;
}
.checkout-payment-method .ccard>.field.cvv>.control div#md_authorizecim_cc_cid-error {
  position: absolute;
  width: 100%;
  bottom: 0;
}
div#md_authorizecim_cc_type_cvv_div .field-tooltip {
  cursor: pointer;
  position: relative;
  right: 0;
  top: 1px;
}
.modal-popup.popup-authentication .modal-inner-wrap .action-close {
  padding: 5px;
  margin: 5px;
}
.form-create-account {
  margin-bottom: 30px;
}
.catalog-category-view .products-list .product-item .old-price {
  margin: -1px 0 0 0;
  padding-left: 5px;
  line-height: 1;
}
.section-item-content .menu-container .menu.horizontal>ul>li>a span.megaitemicons {
  display: none;
  }
  form#cim-transparent-form + .checkout-agreements-block .checkout-agreement.field{
    align-items: baseline;
}
@media(max-width: 767px){
    body .page-wrapper .page-header .header.content {
    padding-bottom: 10px;
    }
    body .page-wrapper .page-header .header.content ul.header-social {
    margin-bottom: 0px;
    }
    body .page-wrapper .page-header .header.content .Search_block div#search-btn div#custom-search {
    top: 43px;
    }
    body .page-wrapper .page-header .header.content ul.compare.wrapper + .widget.block {
    margin: 0;
    }
  body .page-wrapper .page-header .minicart-wrapper {
    top: 100px !important;
    z-index: 9;
  }
 .cms-index-index .home-learn-more {
        margin-top: 15px !important;
    }
  .checkout-agreements-block .checkout-agreement.field{
      flex-wrap: wrap; align-items: flex-start;
      margin-top: 5px;
  }
  .checkout-agreements-block .checkout-agreement.field input {
      margin-top: 0px;
  }
  .cvv .field-tooltip .field-tooltip-content {
      right: auto;
      top: 40px;
      left: -30px;
      margin: 0 auto;
      text-align: center;
  }
  .cvv .field-tooltip .field-tooltip-content:before{
      left: 30px;
  }
  .section-item-content .menu-container .menu.horizontal>ul>li span.plus:before {
    color: #333333;
}
.section-item-content .menu-container .menu.horizontal>ul>li span.plus:after {
    content: none;
}
.section-item-content .menu-container .menu.horizontal>ul>li.has-active:hover span.plus::before {
    color: #ffffff;
}
div[data-content-type="banner"] a div[data-background-type="image"] {
    background-position: center top !important;
}
select, input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"],
input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"],
 select:focus, textarea {
    font-size: 16px;
}
.homemobilechange p span {
    padding-left: 10px;
    font-size: 26px !important;
}
.checkout-cart-index .cart.table-wrapper .cart>.item tr.item-info {
    position: relative;
}
.checkout-cart-index .cart.table-wrapper .cart>.item .col.qty input + .mage-error {
    position: absolute;
    left: 0;
    right: 0;
}
.page-header .Search_block .actions{
  background: #ffffff;
}
html.nav-before-open .page-wrapper .page-header .minicart-wrapper {
  top: 57px !important;
}
}

/* Blog widget */

.template-1-2 .block-title-wrap {
  display: flex;
}
a.latest-blog-view-all {
  margin: 0px 0 0 10px;
  position: relative;
  top: 5px;
  color: #000;
}
body [class^=template-] .image-wrap._4x3 {
  padding-bottom:35.1% !important
}
[class^=template-] .post-list .post-item {
  margin-bottom:1.5rem;
  display:block !important;
  text-align:left
}
.template-1-2.my-5 {
  padding: 20px 20px;
   background:#fff; 
}
.template-1-2 .post-list {
  margin-left:0;
  margin-right:0;
  display:grid;
  grid-template-columns:repeat(1,1fr);
  grid-template-rows:repeat(1,1fr);
  grid-column-gap:15px;
  grid-row-gap:15px
}
  [class^=template-] .post-list .image-container {
    max-width:100% !important;
    width: 100% !important;  
margin-bottom: 10px;
  }
@media (min-width:481px) {
  .template-1-2 .post-list {
    grid-template-columns:repeat(2,1fr)
  }
     [class^=template-] .post-list .image-container {
    max-width:90% !important;
    width: 100% !important; 
   margin-bottom: 10px;
  }

}
@media (min-width:768px) {
  .template-1-2 .post-list {
    grid-template-columns:repeat(3,1fr);
  }
}
.template-1-2 .post-list .post-item {
  width:100% !important
}
.template-1-2 .post-list .post-description {
  max-height:96px !important;
  color:#fff;
  line-height:1.3
}
.template-1-2 .post-list .post-description span {
  float:none
}
body [class^=template-] .post-list .image-container {
  float:left
}
body [class^=template-] .post-list .post-info {
  padding:0 !important;
  width:100%
}
.template-1-2 .post-list .post-description {
  max-height:56px !important;
  color:#000;
  font-size:14px;
  font-weight:400
}
body .template-1-2 .post-list .post-info h3.post-title a {
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:600;
  display:inline-block;
  min-height:52px;
   color: #000;
}
.template-1-2 .post-list .post-description p {
  font-size:14px !important;
  font-weight:400 !important;
  text-align:left !important
}
.template-1-2 .post-list .post-description span {
  font-size:14px !important;
  font-weight:400 !important
}
.template-1-2 .post-list .post-description strong {
  font-size:14px !important;
  font-weight:400 !important
}
.template-1-2 .post-list .post-description h3 {
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.29;
  text-transform:uppercase
}
.post-list .post-info .post-data-wrap {
  font-size: 18px;
  font-family: sans-serif;
}
.post-author-name * {
  color: #000 !important;
}
[class^="template-"] .post-data {
  color: #000 !important;
  padding: 0 0 10px;
  text-align: center;
  font-size: 18px !important;
}
[class^="template-"] .post-data {
  font-size: 11px;
  color: #fff;
}

.homeblogsection .block-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
/*Header block css code*/
ul.header-social li a .fa-twitter::before {
  content: "";
  background: url('/media/wysiwyg/icon/newtwitter-logo.png');
  width: 20px;
  height: 20px;
  display: block;
  background-size: 100%;
}
ul.footer-social li a .fa-twitter::before {
  content: "";
  background: url('/media/wysiwyg/icon/twitter-logo-white.png');
  width: 13px;
  height: 14px;
  display: block;
  background-size: 100%;
  }

ul.header-social {
	display: inline-block;
	float: right;
	margin-right: 25px;
}
ul.header-social > li {
	display: inline-block;
	margin: 10px 5px 0 10px;
	font-size: 25px;
}
ul.header-social > li a:hover {
	color: #fff;
}
ul.header-social > li a {
	font-size: 25px;
        color: #fff;
}
/* Ada footer */
.ada-footer {
    display: flex;
    justify-content: space-between;
    max-width: 74%;
    margin: 25px auto;
    align-items: center;
}
button#ot-sdk-btn {
    height: 40px;
}

@media (max-width:991px) {
    .ada-footer {
        max-width: 94%;

    }}
@media (max-width:768px) {
    .ada-footer {
        display: block;
        max-width: 100%;
        text-align: center;
    }
    .field-recaptcha {
        margin: 0 auto 15px;
        display: inline-block;
    }
    .ada-remediation {
        margin: 0 auto 15px;
    }
}
/* Footer- Connect with Us */
.block.block-customer-login, .log-in-content {
    width: 50%;
    display: inline-block;
}

.log-in-content {
    padding: 0 50px;
}

.log-in-content h3 {
    color: #000;
    margin-bottom: 20px;
}

.log-in-content p {
    font-size: 15px;
    margin-bottom: 20px;
}

.log-in-content p a {
    text-decoration: underline;
}

.account-links.login-container, .static-block-content {
    width: 48%;
    float: left;
}

.account-links.login-container {
    margin-right: 10px;
}

.account-links .block.block-new-customer {
    width: 100%;
}

.account-links .block.block-new-company {
    float: none;
    width: 100%;
    margin-top: 30px;
}

.account-links .company-account { display: table; }

.main-contain .static-block-content {
    padding: 0 30px;
}

.main-contain .static-block-content p {
    margin-bottom: 20px;
    font-size: 15px
}

.main-contain .address {
    margin-bottom: 20px;
}

.main-contain .address span {
    display: block;
    font-size: 15px;
    font-weight: bold;
}


@media screen and (max-width: 767px) {

	.block.block-customer-login, .log-in-content {
	    width: 100%;
	    display: block;
	}

	.account-links.login-container, .static-block-content {
	    width: 100%;
	    float: none;
	}
}
/* ends footer block */
@media (max-width: 767px){
    body .page-wrapper .page-header .minicart-wrapper {
        top: 74px !important;
        z-index: 9;
    }
}
@media (max-width: 600px) {
    body .page-wrapper .page-header .minicart-wrapper {
        top: 66px !important;
    }
}

@media (max-width: 480px) {
    body .page-wrapper .page-header .minicart-wrapper {
        top: 60px !important;
    }
}
@media (max-width: 399px) {
    body .page-wrapper .page-header .minicart-wrapper {
        top: 56px !important;
    }
}
/* Special price call out in b2c*/
.special-price span.price {
    color: rgb(230,0,19);
    font-size: 120%;
}

.special-price span.price:before {
    content: "Special Price!! ";
    font-size: 100%;
    color: rgb(237,109,1);
}
/*ends here*/
/* CSS added in admin */
.widget.block.block-tagclaud {
    display: none;
}
.section-item-content .menu-container .menu>ul>li:hover {
background:#fc0009 !important;
}

.page-header .header .nav-toggle {
left: auto;
right: 19px;
}
.page-header .header .nav-toggle:before {
color: #757575;
}
@media (max-width: 600px) {
body .page-wrapper .page-header .minicart-wrapper {

}
}

.section-item-content .menu-container .menu.horizontal{
background: #f0f0f0 !important;
}

.section-item-content .menu-container .menu.horizontal>ul>li>a {
color:rgb(54, 54, 54);
}
.section-item-content .menu-container .menu.horizontal>ul>li.menu-dropdown-icon>a:before {
color:rgb(54, 54, 54);
}




.page-wrapper .ammenu-menu-wrapper {
    margin-bottom: 0;
}

@media (min-width:768px) and (max-width:780px){
.page-wrapper .page-header .header-3in1{
float: none;
}
}

.ammenu-menu-title .ammenu-button.-close {
color: #000 !important;
}

@media (max-width: 767px){
body .page-wrapper .page-header .minicart-wrapper {
z-index: 9;
}
}

.minicart-items .product-item-details {
text-align: left;
}

@media (max-width: 767px){
.page-header .Search_block .search-autocomplete {
margin-top: 0;
}

}


.slick-arrow {
margin: 0 10px;
}

#PopupSignupForm_0{
   display:none !important;
}

@media (max-width:767px){
.header-3in1 .brand-label {
margin-bottom: 0;
position: absolute;
top: 28px;
max-width: 55% !important;
right: 60px;
display: block;
}
.header-3in1 .brand-label img {
width: 100% !important;
}
}

/* narrow mega menu item padding */
/*
@media (min-width: 1024px), print {
.ammenu-menu-wrapper.-desktop .ammenu-item.-main {
        padding: 18px 14px;
    }
}

.customer-account-index .block-dashboard-info .box-information .box-actions .action.edit::after {
    content: "|";
}
*/
#checkout-payment-method-load .warning_block {color: red;}
.block-content.filter-content .filter-options-content ol li a input[type=checkbox] { display: none; }
div#minicart-content-wrapper .subtitle span {
    color: #000 !important;
}
.col-lg-3.col-md-3 .message.info.empty {
	display: none;
}
@media only screen and (max-width: 767px) {.checkout-agreement.required{margin-left: 15px;}
}
.checkout-agreement.required button{
 padding-left : 0px !important;
 position : relative;
 top : -2px    
}
.checkout-agreement.required span{
color : #000
}
.checkout-index-index .checkout-container > .authentication-wrapper {
	display: none;
}
.checkout-payment-method .payment-method-content .fieldset.authorizenet_directpost > .field.type .control {
	margin-left: 0%;
}

.slick-prev, .slick-next {
z-index: 9;
}

.title {
font-weight: bold;
}

div.ex1 {
  background-color: lightblue;
  width: 1020px;
  height: 200px;
  overflow: auto;
}

.whitetxt {
color: white;
}

.titletest {
font-weight: bold;
border-bottom: 1px red;
}
.label {
    color: unset;
}
.panel {
    background-color: unset;
}
.page-header {
    margin-top: 0px;
}

/* Amasty Search fixes */
@media (min-width: 768px) {
.page-header .header-3in1 .Search_block .field.search .control .input-text {
    padding-left: 30px;
}
}
/* fix product grid below navigation on categories with multiple pages */
#amasty-shopby-product-list .products.wrapper {
    z-index: 2;
}


/* hide no search results message */
.amsearch-products.-waste {
display: none;
}

/* spacing between product-items on mobile view */
@media only screen and (max-width: 639px)  {.product-items > li { margin-bottom: 15px; }}


.slick-slide .desktop{
	  display: block ;
	}
	.slick-slide .mobile{
	  display: none;
	}

@media (max-width: 767px){
	.slick-slide .desktop{
	  display: none;
	}
	.slick-slide .mobile{
	  display: block;
	}
}

.desktop{
	  display: block;
	}
	.mobile{
	  display: none;
	}

@media (max-width: 767px){
	.desktop{
	  display: none;
	}
	.mobile{
	  display: block;
	}
}

.section-item-content .menu-container .menu>ul>li.has-active>a{
    background: #000;
    color: #fff;
}
.section-item-content .menu-container .menu>ul>li.has-active>a::before{
    color: #fff !important;
}


@media screen and (max-width: 767px) {
 .modal-popup.modal-slide {
        left: 0;
       }
 .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
    }
.section-item-content .menu-container .menu.horizontal>ul>li span.plus:before {
    color: #000;
}
.section-item-content .menu-container .menu>ul>li .plus:after {
    content: "";
}    
}
@media screen and (max-width: 480px) {
    .modal-popup.modal-slide .modal-inner-wrap[class] {
        background-color: #ffffff;
        margin-left: 8%;
        margin-right: 8%;
        max-width: 86%;
    }

}
@media (max-width: 600px) {
    body .page-wrapper .page-header .minicart-wrapper {
        top: 60px;
    }
}

.template-1-2.my-5 {
    padding: 0px;
  margin-top: 0px !important;
}

.homeblogsection .block-inner {
padding: 0 10px;
}
.template-1-2 .post-list .post-description p {
    margin-bottom: 1.6rem;
}
/*ends here*/
/* CSS for frontend order and invoice print table*/
body.page-print .table-order-items tbody tr {
    border-top: 1px solid #cccccc;
}
body.page-print .table-order-items thead tr th {
    border-bottom: none !important;
}
/*ends here*/
/*ADA fixes for home page*/
.minicart-wrapper .action.showcart .counter.qty {
  background: #ce0013 !important;
}
.minicart-wrapper .text {
  background: #ffffff !important;
}
.page-wrapper .action.skip.contentarea span {
  background: #ffffff !important;
}
/* ADA List Page color contrast fixes*/
.breadcrumbs ul li.item  a[aria-current="page"] {
color:#595959 !important;
}
 .toolbar-target-text{
color:#595959 !important;
}
.sr-only {
    color: #004370 !important;
    background-color: #aee598 !important;
}
/* ADA Blog Page color contrast fixes*/
.template-3-6 .block-post:nth-child(1) .image-container + .post-info *:not(.post-view){
 background:rgba(89,89,89,0.1) !important;
}
.sidebar-additional .blog-search .form .actions .action.search span{
background:#FFFFFF !important;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
    color: #A6A6A6 !important;
}
/*Related products css*/
.block.related .related-available .product-item-name {
    margin-left: 0;
}
.block.related .related-available .price-box {
  margin: 10px 20px 25px;
}
.block.related .field.choice{top:0;}
/*Cart page image and product name css*/
#maincontent .cart.table-wrapper .product-item-photo {
    text-decoration: none !important;
}

.cart.table-wrapper .product-item-name{
    color: #333;
}
@media(max-width: 767px){
.checkout-cart-index .cart-container .form.form-cart .cart.table-wrapper td.col.item {
    width: 250px;
}
#maincontent .cart.table-wrapper .product-item-photo {
    text-decoration: none !important;
    max-width: 250px;
    top: 0;
    position: relative;
    left: 0;
}
.cart.table-wrapper .product-item-name {
    color: #333;
    font-size: 12px;
}
}
.cart.table-wrapper .product-item-photo .product-image-container {
    display: inline-block !important;
    left: 0px !important;
    max-width: 65px !important;
    padding: 0 !important;
    position: relative !important;
    top: initial !important;
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
padding-right:15px !important;
}
.cart.table-wrapper .product-item-photo .product-image-container{
     float:left;padding-right:15px !important;
}
.checkout-cart-index .cart.table-wrapper .product-item-photo {
    left: 0px !important;
    max-width: inherit !important;
    position: static !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
}
/* ends here */
/*Mini cart page image and product name css*/
.minicart-wrapper .block-minicart li.product-item a{
   display: flex;
    gap: 5px;
    float: none; 
color: #000;
    text-decoration: none;
}
.minicart-wrapper .block-minicart li.product-item a > span{
width: 75px !important;
}
.minicart-items .product-item-name{
    text-align: left;
    max-width: 260px;
}
.minicart-wrapper .product .actions{
    display: flex;
}
/* ends here *//* Zenyth Mega Menu */
.nav-sections .znt-mega-menu-btn[aria-expanded="false"] ~ [znt-toggle-panel] {
	display: none !important;
}
.nav-sections .znt-mega-menu-btn[aria-expanded="true"] ~ [znt-toggle-panel] {
	display: block !important;
}

/* Zenyth Filter Menu */
.znt-filter-toggle-button[aria-expanded="false"] ~ [znt-toggle-panel] {
    display: none !important;
}
.znt-filter-toggle-button[aria-expanded="true"] ~ [znt-filter-toggle-panel] {
    display: block !important;
}

.sidebar-main .menu-dropdown-icon.dropdown.category-item .plus {
    display: none !important;
}

.menu-dropdown-icon.dropdown.category-item a {
    margin-right: 50px;
    padding-right: 0 !important;
}

/* Filter menu */
.znt-filter-toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 44px;
    width: 50px;
    border: none;
    background: inherit;
}

.znt-filter-toggle-button[aria-expanded="true"]:before {
    content: "\f068";
}

.znt-filter-toggle-button:before {
    content: "\f067";
    font-size: 14px;
    line-height: 32px;
    color: #333;
    font-weight: normal;
    font-family: "FontAwesome";
}

.znt-filter-toggle-button:hover,
.znt-filter-toggle-button:active {
    border-color: #fc0009;
    background: #fc0009;
}



.menu.drillDown .mega-menu-znt {
    display: none !important;
}

.md-top-menu-items .drill-filter-menu-znt {
    display: none !important;
}

/*Sidebar Filter Menu*/

.znt-sidebar-filter-button[aria-expanded="false"] ~ [znt-filter-toggle-content] {
    display: none !important;
}

.znt-sidebar-filter-button[aria-expanded="true"] ~ [znt-filter-toggle-content] {
    display: block !important;
}

.znt-sidebar-filter-button,
.znt-sidebar-filter-button:hover,
.znt-sidebar-filter-button:focus {
	width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    color: #000;
    font-weight: 700;
}

/*  */



.menu.drillDown .mega-menu-znt {
    display: none !important;
}

.md-top-menu-items .drill-filter-menu-znt {
    display: none !important;
}

    /*Mobile menu trigger*/
#znt-mobile-menu:before {
	font-size: 28px;
    line-height: inherit;
    color: #757575;
    content: '\e609';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/* END OF - Zenyth Mega Menu */

/* Helpers */
.visually-hidden,
.znt-slick-live-region {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	overflow: hidden;
}


/* Visibility */
@media(min-width: 767px) {
	.znt-tablet {
		display: none !important;
	}
}
@media(max-width: 767px) {
	.znt-desktop {
		display: none !important;
	}
}

/* END OF - Helpers */

/* Mobile Menu */
.action.nav-toggle {
	display: none !important;
}

#znt-mobile-menu {
	position: absolute !important;
    top: 20px !important;
    right: 10px !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    border: none !important;
    background-color: transparent !important;
}

[znt-dialog] {
	z-index: 9999999999999999999 !important;
}

@media(max-width: 767px) {
	html:not(.nav-open) [znt-dialog] {
		display: none !important;
	}
}


.znt-btn_close,
.znt-cookies-btn_close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 44px;
	height: 44px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAG1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACUUeIgAAAACHRSTlMA9EE7PeX4pnubQ2oAAACISURBVEjH7ZZLDsAgCAWhauX+J+7GNP34ebPXLTNREQlWSzZ55VKthMtG9iiWXTYamjz8UPgbFI0HJhkvSDA+yNL4AQujE54a3eDEGISGBg3QrenlaProA9ESoEVGy5h+FJlvKODNksdJeLPkESfgsUCPRC9N07r71e5Xu1/pHwWPDng4oePPBVCQBbm0ZufAAAAAAElFTkSuQmCC) !important;
	background-color: transparent !important;
	border: 1px solid #777 !important;
	background-size: 22px !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	background-position: center !important;
	z-index: 9999999 !important;
}


.znt-dialog-backdrop {
	position: fixed;
	z-index: 9999998;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.75);
	display: none;
}

@media(min-width: 767px){
	#znt-mobile-menu,
	.znt-btn_close,
	.znt-dialog-backdrop  {
		display: none !important;
	}
}
/* END OF - Dialog */


/* Carousel fixes */
.znt-pause-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAALVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADBoCg+AAAADnRSTlMAgEC/xxnz76tlNiZ/vqdpLd0AAABkSURBVDjLYxi8YMm7d++etYJYEXlAphdMnLXuHRA8ATH9QKznAVAJzndgsIGBgRvCmgCVYHwnwMDA/E6BgYHpnQEDAw+Qi1WCcVRiVGLoSByAS1wAS+DMBoQyDsOSPLSsNmgBABr5vXQSWdhsAAAAAElFTkSuQmCC) !important;
	background-color: #f0f0f0 !important;
	border: 1px solid #777 !important;
	background-size: 22px !important;
	background-repeat: no-repeat !important;
	cursor: pointer;
	background-position: center !important;
	z-index: 90 !important;
	color: transparent !important;
	overflow: hidden;
}

.znt-pause-btn.paused {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAaVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnbPKNAAAAInRSTlMAbwndovj0gTgVEPy1lAbu6c16YU1GMiMe7eDMx9ewUb2Nq991VgAAAMlJREFUSMftlckSgjAQBYcgi7KIoKiA2/v/jzQ5WO/ITJW50feuashkIhtG3HgQC0WOrDEoAwLdoBYWIIVnGZVCBshrAlApuwCIuCJjl0LwXGt45lIpBM5p6NrttcKv654oBXadSp3ALrBrVRDX5wCOyapAbjt2KYTA5cEulSBtwi6NELqe8NRuXWBXCqAxCNIWQGcSemCyJn2MH/2O81t5cDFGg8MXZbx5gaJcUS6BKGuGNQoqoDWtytm6jBPrupeeD4rhydr4C1+VACIxnaGh9AAAAABJRU5ErkJggg==) !important;
}
/* END OF - Carousel fixes */










/*Cookies bas fixes*/
#notice-cookie-block {
	display: block !important;
	z-index: 99999;
	padding-right: 60px;
}


.znt-cookies-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99998;
	background-color: rgba(0,0,0,.5);
}


/*Search fix*/
#custom-search {
	right: 38px !important;
}

#custom-search .btn-search-header:before {
	content: "\f054" !important;
	font-size: 20px !important;
}

/*Global disabled styles*/
*:disabled {
	opacity: .5 !important;
    filter: grayscale(1) !important;
}

/*Blog search label fix*/
[for="blog_search"] {
	border: initial !important;
	clip: initial !important;
	height: initial !important;
	margin: initial !important;
	overflow: initial !important;
	padding: initial !important;
	width: initial !important;
	text-decoration: initial !important;
	display: initial !important;
	float: initial !important;
	bottom: 100%;
}

/*Blog top image fix*/

.template-3-6 .block-post .post-view,
.template-3-6 .block-post .post-description  {
	display: block !important;
}
.template-3-6 .block-post:nth-child(1) .post-view,
.template-3-6 .block-post:nth-child(1) .post-description {
    display: none !important;
}

.template-3-6 .block-post:nth-child(1) .image-container + .post-info .post-title.znt-h3 a {
	font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,.2);
}

.template-3-6 .block-post:nth-child(1) .image-container + .post-info *:not(.post-view) {
    color: #fff !important;
}


.template-3-6 .block-post:nth-child(1) .image-container > a {
	z-index: 10;
}
.template-3-6 .block-post:nth-child(1):after {
	z-index: 1;
}

.template-3-6 .block-post:nth-child(1) .post-info {
	z-index: 10 !important;
}


.template-3-6 .block-post:nth-child(1) .image-container > a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-image: linear-gradient(transparent, transparent, rgba(0,0,0,.75));
}
@media(max-width: 990px) {
	.template-3-6 .block-post:nth-child(1) .image-container:after {
		background-image: linear-gradient(transparent, rgba(0,0,0,.75));
	}
}



/* Breadcrumbs fix */
a[aria-current="page"] {
	color: #777;
	pointer-events: none;
}
.breadcrumbs {
	display: block !important;
}


/*Typography for visual consistency*/
.znt-h3 {
	font-size: 1.8rem;
	margin: 0;
}
.znt-h4 {
	font-size: 1.4rem;
	margin: 0;
}
.znt-h5 {
	font-size: 1.2rem;
	margin: 0;
}

/* Top label text - Blog Page */
.znt-top-label {
	display: inline-block;
    background: #222222;
    color: #fff;
    padding: 7px 12px 5px;
    font-weight: 500;
    line-height: 16px;
}

@media(max-width: 1000px) {
	.znt-h3 {
		font-size: 15px;
	}
	.post-description p,
	.post-description[role="paragraph"],
	.post-description[role="paragraph"] * {
		line-height: 1.2 !important;
	}
}


@media(max-width: 600px) {
	.template-3-6 .block-post:nth-child(1) .image-container:after {
		background-image: linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75));
	}
	.template-3-6 .block-post .image-container + .post-info .post-view {
	    top: -2px;
	}

	.template-3-6 .block-post {
	    flex-direction: column;
	}

	.template-3-6 .block-post .image-container + .post-info {
	    padding: 16px 0 0 0;
	}
}


/*Cart page fixes*/
td .actions-toolbar {
	display: flex !important;
}

.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .actions-toolbar > .action-edit, .cart.table-wrapper .actions-toolbar > .action-edit {
	position: initial !important;
	right: initial !important;
    top: initial !important;
    display: initial !important;
    text-decoration: initial !important;
}

td .cart.table-wrapper .action {
	margin-left: 10px;
}

/*Cart page - Rewflow issues*/

.cart.table-wrapper {
	overflow: auto !important;
}

.cart.table-wrapper table {
	min-width: 886px !important;
}

.cart.table-wrapper td:before {
	display: none !important;
}
.cart.table-wrapper thead .col.item, 
.cart.table-wrapper thead .col.qty,
.cart.table-wrapper thead .col.price,
.cart.table-wrapper thead .col.subtotal,
.cart.table-wrapper thead .col.msrp {
	display: table-cell !important;
}
 
.cart.table-wrapper .product-item-photo {
	display: inline-block !important;
    left: 15px !important;
    max-width: 65px !important;
    padding: 0 !important;
    position: relative !important;
    top: initial !important;
    width: 100px !important;
    height: 100px !important;
    overflow: hidden !important;
}

.cart.table-wrapper .product-item-photo + .product-item-details {
	display: inline-block !important;
    width: calc(100% - 120px) !important;
    margin-left: 20px !important;
}


/*Debug hints - cleans up the hints showing only on hover
.debugging-hints:not(:hover) .debugging-hint-template-file {
    display: none !important;
}*/




.pagebuilder-column-group .pagebuilder-column a {
	display: block;
}


.pagebuilder-column-group .pagebuilder-column a .pagebuilder-banner-button[class*="pagebuilder-button-"],
.pagebuilder-column-group .pagebuilder-column a .pagebuilder-banner-button[class*="pagebuilder-button-"] {
	visibility: visible !important;
}


.pagebuilder-column-group .pagebuilder-column a:hover .pagebuilder-banner-button[class*="pagebuilder-button-"],
.pagebuilder-column-group .pagebuilder-column a:focus .pagebuilder-banner-button[class*="pagebuilder-button-"] {
	opacity: 1 !important;
}





/*Footer button - COntrast fix */
footer #ot-sdk-btn.ot-sdk-show-settings, footer #ot-sdk-btn.optanon-show-settings {
	border-color: #3C7315;
	color: #3C7315;
}

footer #ot-sdk-btn.ot-sdk-show-settings:hover, footer #ot-sdk-btn.optanon-show-settings:hover {
	color: #000;
}


/*Links styles fix - Must be different from surrounding texts*/
footer a {
	text-decoration: none;
	position: relative;
}

footer a:after {
    content: '';
    position: absolute;
    right: -10px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
    transform: rotate(-45deg);
}


/*Social links - Contrast fix*/
.page-wrapper .page-header ul.header-social li a {
	color: #666666;
}


/*Main navigation hover fix*/

/*Reset*/
.section-items .section-item-content .menu-container .menu>ul>li:hover {
	background-color: transparent !important;
}

.nav-sections .section-item-content .menu-container .menu>ul>li {
    border-bottom: 5px solid transparent;
}

.nav-sections .section-item-content .menu-container .menu>ul>li a {
    padding-bottom: 10px !important;
}

.nav-sections .section-item-content .menu-container .menu>ul>li:hover {
    border-color: #fc0009;
}

.znt-desktop.nav-sections [id*="znt-megamenu-"] {
	top: 47px;
}


/*Success message - Added to Cart*/
.message-success a {
	text-decoration: underline !important;
}


/*Old Regular price*/
.old-price .price-label {
	display: block !important;
	width: 0;
	height: 0;
	position: absolute;
	overflow: hidden;
	opacity: 0;
}








@media(min-width: 768px){
	.header-3in1 .block-content.Search_block {
		position: absolute;
		right: 175px;
	}
}

@media(max-width: 768px) {

	.minicart-wrapper  .action.showcart:hover {
		box-shadow: 0 0 3px 1px #006bb4 !important;
	}

	.checkout-cart-index .cart-container {
        display: flex;
        flex-direction: column;
    }

    .checkout-cart-index .cart-container .cart-summary {
        order: 1;
    }

    .checkout-cart-index .cart-container .form.form-cart {
        order: 2;
    }

    .checkout-cart-index .cart-container #gift-options-cart {
        order: 3;
    }

    .checkout-cart-index .cart-container .cart-discount {
        order: 4;
    }

    .checkout-cart-index .cart-container .block.crosssell {
        order: 5;
    }
}

.control p.mage-error {
    margin-top: 7px;
}

.control p.mage-error {
    color: #e02b27;
    font-size: 1.2rem;
}

span.nav-sections-item-switch {
    cursor: pointer;
    color: #006bb4;
}


.toolbar-target-text {
	display: block;
    clear: both;
    text-align: left;
    font-size: 11px;
    color: #777;
    padding: 5px 0;
    margin-bottom: 0;
    margin-top: -10px;
}

@media(max-width: 768px) {
	.toolbar-target-text {
		display: none;
	}
}

.sections.nav-sections .nav-sections-item-content .menu-container.horizontal-menu .menu-dropdown-icon span.plus + span.plus {
	display: none;
}

.sections.nav-sections .nav-sections-item-content .menu-container.horizontal-menu .menu-dropdown-icon .znt-mega-menu-btn[aria-expanded="true"] + .plus:before {
	content: "\f068";
}

/*
    Cart page 
*/

.cart.table-wrapper .actions-toolbar > .action-delete:before {
	content: '';
	display: none;
}

.cart.table-wrapper .actions-toolbar > .action-delete > span.action.action-delete {
	position: relative;
}

.cart.table-wrapper .actions-toolbar > .action-edit:before {
	content: '';
	display: none;
}

.cart.table-wrapper .actions-toolbar > .action-edit > span.action.action-edit {
	position: relative;
}

.cart.table-wrapper .actions-toolbar > .action-delete > span.action.action-delete:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e604';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.cart.table-wrapper .actions-toolbar > .action-edit > span.action.action-edit:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #757575;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.form.giftcard.add .label {
	display: block;
}

#discount-coupon-form .label {
	display: block;
}

#co-shipping-method-form .items.methods .item-title {
	font-weight: bold;
    margin-bottom: 5px;
}

#cart-totals .data.table.totals .table-caption {
	display: block;
}

.homeblogsection .pagebuilder-column-group .pagebuilder-column h2 {
	text-align: left;
	font-weight: bold;
	font-size: 32px;
}

.about-bandai-namco h2 {
	text-align: left;
	font-weight: bold;
	font-size: 38px;
}

.cms-home [data-content-type='row'] .row-full-width-inner .pagebuilder-column-group .pagebuilder-column h2 {
	text-align: left;
	font-weight: bold;
	font-size: 32px;
}

.footer-block h2 {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 133%;
}

.tooltip.wrapper:hover {
	.tooltip.content {
		display: block;
	}
} 

#tooltip-button button {
	border: 0;
    background: transparent;
    padding: 0 0 3px 0;
}

.copyright  p {
	margin: 0;
}

.product-info-main .product.attribute.sku p.type {
	margin: 0;
    display: inline;
}


/*Studio Ghibli - Social media and See All button - contrast fix*/
a img[src*="Twitter.png"],
a img[src*="Twitter_2.png"],
a img[src*="Facebook.png"],
a img[src*="FB_4.png"],
a img[src*="YouTube.png"],
a img[src*="YouTube_2.png"],
a img[src*="Insta_3.png"],
a img[src*="Insta_4.png"],
a img[src*="SEEALL_button.png"],
a img[src*="SEEALL_button.png"],
a img[src*="Twitch_logo.png"],
a img[src*="Twitch_1.png"] {
	filter: brightness(0.4) !important;
}



/*Headfer z-index issue*/
/*.page-header {
	z-index: 999999 !important;
}
.znt-desktop.sections.nav-sections {
	z-index: 999998 !important;
}*/




/*Demon Slayer Menu item fix*/

.section-item-content .menu-container .menu > ul > li.has-active,
.section-item-content .menu-container .menu > ul > li.has-active:hover {
	background: #000 !important;
}

.section-item-content .menu-container .menu > ul > li.has-active {
	background: #000 !important;
}


/* Form required fields info - Global fix */
.form-info {
	font-size: 12px;
}

.form-info:first-child {
	margin-top: 10px;
}

.info-included fieldset:after {
	display: none !important;
}

/*Minicart position fix*/
@media(max-width: 600px) {
	body .page-wrapper .page-header .panel.header .minicart-wrapper {
	    top: 60px !important;
	}
}

/*Global link styling*/
#maincontent a {
	text-decoration: underline !important;
}
#maincontent .sidebar a {
	text-decoration: none !important;
}


/*Legend headings fix*/
legend h2 {
	margin: 0;
}


/* Custom Accordion */

.znt-accordion-trigger {
	background: transparent !important;
    border: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAAB3RSTlMA/lZbU+VM4zq6AgAAAGtJREFUSMftkkEOwCAIwCyC/3/yLtviBjp2p0fSmhBprSiKgGGm0VzNRhgYIH4sgC0DXwjLQAkKAUDbpuje76u1XfHhu+LTfxUJ/1Gk/KlI+neR9q+nIf74bSHZM5Sf/rlH/3Pqujj1oihmDhsSAUSlS0ZIAAAAAElFTkSuQmCC) 
    	no-repeat 
    	calc(100% - 24px) 17px / 26px !important;
}
.znt-accordion-trigger[aria-expanded="true"] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAFVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAASAQCkAAAAB3RSTlMA/lZbU+VM4zq6AgAAAGdJREFUOMtjGAWDFriGYBdnEhQ0wCqhKCgojF0DEChg1QAEQlg1CDtis0URKMiCxRYmsBgWLYpgIYgWTA1QLZgaIFowNaBogXMV4EpEkCQCBYUQhoqiSCjATUWRSA1BCvwwhlEw+AAABqYKwdqhCy0AAAAASUVORK5CYII=)
    	no-repeat 
    	calc(100% - 24px) 17px / 26px !important;
}

.znt-accordion-trigger > span {
	font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    font-family: 'Poppins', sans-serif !important;
}

.znt-accordion-trigger:not([aria-expanded="true"]) + .znt-accordion-panel {
	display: none !important;
}


/* Catalog filter contrast fix */
.filter-options input[type='checkbox'] + .amshopby-choice:before {
	border: 1px solid #777777;
}
.amshopby-filter-current .amshopby-remove:after, .amshopby-filter-current .amshopby-remove:before {
	background-color: #777777;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
	opacity: 1 !important;
}

/* Catalog filter focus fix - hidden link, exposed input*/
[class*="am-filter"] > .item:focus-within {
	outline: 2px solid #00699d !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 2px #fff !important;
}



/*Catalog hover fix*/
.widget .section-item-content .menu-container .menu>ul>li {
	border-bottom: 5px solid transparent !important;
}
 .widget .section-item-content .menu-container .menu>ul>li:hover {
	background: #f2f2f2 !important;
	border-bottom: 5px solid #fc0009 !important;
}
 .widget .znt-filter-toggle-button:hover,  .widget .znt-filter-toggle-button:active {
	background: #f2f2f2 !important;
}



/*Gradient Heading - Cutom*/
.znt-gradient-heading {
	font-size: 54px;
    text-align: left;
    font-weight: 800;
    padding: 22px 42px;
    margin: 0;
    letter-spacing: -2px;
    background-image: linear-gradient(to right, #cdcdcd,#cdcdcd,#cdcdcd, #cdcdcd, #cdcdcd, transparent, transparent);
    color: #cc0000;
}


/* Global Focus Refactor */



*:focus-visible,				
._keyfocus *:focus,
._keyfocus *:focus-visible,
._keyfocus .panel.header *:focus,
._keyfocus footer *:focus,
._keyfocus footer input:not([disabled]):focus,
._keyfocus footer textarea:not([disabled]):focus,
._keyfocus footer select:not([disabled]):focus,
._keyfocus footer #ot-sdk-btn.ot-sdk-show-settings:focus,
._keyfocus footer #ot-sdk-btn.optanon-show-settings:focus {
	outline: 2px solid #00699d !important;
	outline-offset: 2px !important;
	box-shadow: 0 0 0 2px #fff !important;
}


.products-grid .product-item-info:focus-within {
	background: #ffffff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #bbbbbb;
    margin: -10px;
    padding: 9px;
    position: relative;
    z-index: 9;
}
.products-grid:focus-within .product-item-info {
	display: block;
}

.product-item-info:focus-within .product-item-inner {
	display: block;
	background: #ffffff;
	border: none !important;
    border-top: none;
    left: 0;
	padding: 0 !important;
    position: relative !important;
    right: -1px;
    z-index: 2;
    clip: initial !important;
    width: 100% !important;
    height: initial !important;
    margin: 9px 0 0 -1px;
    overflow: initial !important;
    box-shadow: none !important;
}

 
.cms-studioghibli div[data-content-type="row"] div[class="pagebuilder-column-group"] div[data-content-type="text"] h2 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 1rem 0;
    text-align: left;
}

.cms-studioghibli #maincontent div[data-content-type="row"] div[class="pagebuilder-column-group"] div[data-content-type="text"] h2 a {
	text-decoration: none !important;
}

.cms-studioghibli #maincontent div[data-content-type="row"] div[class="row-full-width-inner"] div[data-content-type="text"] h2 {
	margin: 0;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

.form.create.account.form-create-account .legend span {
	display: block;
}

.message.success .message-text-wrapper:before {
	content: '' !important;
	display: none !important;
}

.message.success .messages-icon-wrapper {
	display: block;
}

.message.success .messages-icon-wrapper:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 24px;
    color: #006400;
    content: '\e60e';
    font-family: 'luma-icons';
    margin: -12px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    left: 0;
    top: 22px;
    width: 45px;
    position: absolute;
    text-align: center;
}

.customer-account-create .field-tooltip-action.action-help:before {
	content: '' !important;
	display: none !important;
}

.customer-account-create #tooltip .tooltip-icon-wrapper {
	position: relative;
}

.customer-account-create .field-tooltip-action.action-help .tooltip-icon-wrapper:before {
	padding-left: 1px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.checkout-index-index .field-tooltip-action.action-help:before {
	content: '' !important;
	display: none !important;
}

.checkout-index-index #tooltip-button .tooltip-icon-wrapper {
	position: relative;
}

.checkout-index-index .field-tooltip-action.action-help .tooltip-icon-wrapper:before {
	padding-left: 1px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 21px;
    line-height: inherit;
    color: #bbbbbb;
    content: '\e623';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    width: 26px;
    height: 26px;
    padding-top: 6px;
    color: #888;
}

.znt-megamenu-icon-wrapper:before {
	content: "\f067";
    font-size: 14px;
    line-height: 32px;
    color: #333;
    font-weight: normal;
    font-family: "FontAwesome";
}

.znt-filter-toggle-button[aria-expanded="true"] .znt-megamenu-icon-wrapper:before {
	content: "\f068";
}

.znt-filter-toggle-button:before {
	content: '' !important;
	display: none !important;
}

.action.next:before {
	content: '' !important;
	display: none !important;
}

.action.next .pager-icon-wrapper {
	position: relative !important;
}

.action.next .title-next {
	display: none;
}

.action.next .pager-icon-wrapper:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e608';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.action.sorter-action.sort-asc:before {
	content: '' !important;
	display: none !important;
}

.action.sorter-action.sort-desc:before {
	content: '' !important;
	display: none !important;
}

.sorter-asc-icon-wrapper:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: '\e613';
    line-height: inherit;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sorter-desc-icon-wrapper:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: '\e614';
    line-height: inherit;
    color: #757575;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.sorter-desc-icon-wrapper {
	position: relative !important;
}

.sorter-asc-icon-wrapper {
	position: relative !important;
}

.modes-mode.mode-grid:before {
	content: '' !important;
	display: none !important;
}

.modes-mode.mode-list:before {
	content: '' !important;
	display: none !important;
}

.mode-grid-icon-wrapper:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #fff;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mode-list-icon-wrapper:before {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60b';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

.mode-grid-icon-wrapper {
	position: relative !important;
}

.mode-list-icon-wrapper {
	position: relative !important;	
}

.menu.drillDown .dropdown .megaStaticBlock .categories-menu .items .item a:before {
	content: '' !important;
	display: none !important;
}

.menu.drillDown .dropdown .megaStaticBlock .categories-menu .items .item a .drill-menu-icon-wrapper:before {
	content: "\f105";
    font-size: 16px;
    vertical-align: top;
    font-weight: normal;
    font-family: "FontAwesome";
    color: #333;
    line-height: 22px;
    margin: 0px 12px 0 0px;
}

.required-field-hint {
	
}

.customer-account-create .field-tooltip .field-tooltip-action.action-help .tooltip-icon-wrapper:before {
	color: #888;
}

.customer-account-create .toolbar-target-text {
	text-align: left;
}

@media(max-width: 768px) {
	.customer-account-create .toolbar-target-text {
		display: none;
	}
}

.mfblog-related-posts-block #block-related-posts-heading {
	border-bottom: 3px solid #222222;
    padding-bottom: 2px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.1;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: inline;
}

.block.items-in-cart .title h2 {
	font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.1;
}

.checkout-container .minicart-items .product-item-inner .details-qty p.label {
	display: inline;
}

.checkout-container .minicart-items .product-item-inner .details-qty p.value {
	display: inline;
}

.cart-page-icon-wrapper:after {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #858585;
    display: inline;
    margin-left: 10px;
    position: static;
}

.cart-page-icon-wrapper {
    position: relative !important;
    display: inline-table;
}

.cart-discount .block .title:after {
	display: none;
}

.cart-summary .block > .title:after {
	display: none;
}

.block.shipping.active {
	.cart-page-icon-wrapper:after {
		content: '\e621';
	}
}

.block.discount.active {
	.cart-page-icon-wrapper:after {
		content: '\e621';
	}
}

.block.giftcard.active {
	.cart-page-icon-wrapper:after {
		content: '\e621';
	}
}

#block-shipping-heading {
	display: inline;
}

.cart-summary .cart-totals .totals-tax-summary .amount .price:after{
	display: none;
}

.cart-summary .cart-totals .totals-tax-summary .amount .price {
	padding-right: 0;
}

.cart-summary .cart-totals .totals-tax-summary .amount .cart-page-icon-wrapper:after{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    color: #858585;
    display: inline;
    margin-left: 10px;
    position: static;
}

.cart-summary .cart-totals .totals-tax-summary.expanded .amount .cart-page-icon-wrapper:after{
	content: '\e621';
}

.filter-options.mage-accordion-disabled {
	display: block;
	margin-top: 20px;
}

@media(max-width: 300px) {
	.field-tooltip-content.remember-me-tooltip {
		width: 100px;
		right: -85px;
	}
}

@media(max-width: 768px) {
	.toolbar-sorter.sorter {
		position: relative !important;
		margin-top: -33px;
	}

	.page-products .toolbar .field.limiter {
		display: block;
	}

	.account  {
		.title.block-collapsible-nav-title.nav-title-btn {
			width: 100%;
			padding: 13px 40px 13px 15px;
		}

		.title.block-collapsible-nav-title.nav-title-btn:after {
			content: '';
			display: none;
		}

		.nav-title-btn {
			text-align: left;
    		background: transparent;
    		border: 0;
    		border-bottom: 1px solid #cccccc;
		}

		.nav-title-btn span {
			font-weight: 700;
    		line-height: 1.1;
    		font-size: 1.4rem;
    		margin-top: 2rem;
    		margin-bottom: 2rem;
		}

		.nav-title-btn[aria-expanded="false"] .account-page-icon-wrapper:after {
			content: '\e621';
		}

		.account-page-icon-wrapper {
			position: absolute;
    		top: -9px;
    		right: 20px;
		}

		.account-page-icon-wrapper:after {
			-webkit-font-smoothing: antialiased;
    		-moz-osx-font-smoothing: grayscale;
		    font-size: 12px;
		    line-height: inherit;
		    color: inherit;
		    content: '\e622';
		    font-family: 'luma-icons';
		    margin: 3px 0 0 0;
		    vertical-align: middle;
		    display: inline-block;
		    font-weight: normal;
		    overflow: hidden;
		    speak: none;
		    text-align: center;
		}

		[znt-toggle-button-acc]:not([aria-expanded="false"]) + [znt-toggle-panel-acc] { display: none; }
		[znt-toggle-button-acc]:not([aria-expanded="true"]) + [znt-toggle-panel-acc] { display: block; }
	}
}

/*.action.primary.tocart:focus,
#top-cart-btn-checkout:focus,
#btn-minicart-close:focus,
#top-cart-btn-checkout:focus,
.minicart-wrapper .action.primary.checkout:focus,
.minicart-wrapper .action.edit:focus,
.minicart-wrapper .action.delete:focus,
._keyfocus .panel.header .minicart-wrapper a:not(.action.showcart):focus {
    box-shadow: 0 0 3px 1px #00699d !important;
}*/



/*Focus Visible*/
/*.znt-btn_close:focus-visible,
.znt-cookies-btn_close:focus-visible,
#btn-cookie-allow:focus-visible,
#znt-mobile-menu:focus-visible,
.btn-search-header:focus-visible,
.update-cart-item:focus-visible {
	outline: 1px solid #006bb4;
	outline-offset: 4px;
}*/

/*.znt-filter-toggle-button:focus {
    background: inherit;
    border: inherit;
    box-shadow: 0 0 3px 1px #00699d !important;
}*/

/*Mobile menu trigger*/
/*.znt-filter-toggle-button:focus {
    background: inherit;
    border: inherit;
    box-shadow: 0 0 3px 1px #00699d !important;
}*/

/* Carousel focus */
/*.znt-pause-btn:focus-visible,
.slick-arrow:focus-visible {
	outline: 1px solid #000;
	outline-offset: -4px;
}*/

/* Custom Focus - Overrides */


/*.slick-slide a[data-link-type]:focus-visible:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px solid #fff;
}
.slick-slide a[data-link-type]:focus-visible:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 7px;
	width: calc(100% - 14px);
	height: calc(100% - 14px);
	border: 1px solid #000;
}*/
/* END OF - Carousel focus */

/*button.preorder:focus-visible {
	outline: 1px solid #000;
	outline-offset: -4px;
}*/

/*.ot-floating-button__open:focus {
	box-shadow: 0 0 3px 1px #ffffff !important;
	outline: 1px solid #000 !important;
	outline-offset: 3px !important;
}*/

/*@media(max-width: 768px) {
	.minicart-wrapper .action.showcart:focus {
		box-shadow: 0 0 3px 1px #006bb4 !important;
	}
}*/

/* END OF - Global Focus Refactor*/




.znt-custom-list,
.znt-custom-def-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.znt-custom-list > li:not(:last-child) {
	border-bottom: 1px solid #777;
}

.znt-custom-def-list > dt {
	display: inline-block;
	width: 90px;
}

.znt-custom-def-list > dd {
	display: inline-block;
	width: calc(100% - 95px);
}


.pagebuilder-banner-button.pagebuilder-button-primary {
	visibility: visible !important;
}

.pagebuilder-banner-button.pagebuilder-button-primary:focus {
	opacity: 1 !important;
}



/*Sidebar account skip link*/
.sidebar.sidebar-main {
	position: relative;
}


.znt-sidebar-skip-link_start,
.znt-sidebar-skip-link_end {
	position: absolute;
	left: 0;
	color: #888;
	font-size: 13px;
	border: 1px solid #777;
	border-radius: 5px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.5);
	padding: 0x 6px;
	width: 0;
	overflow: hidden;
	opacity: 0;
}

.znt-sidebar-skip-link_start {
	top: -16px;
}

.znt-sidebar-skip-link_end {
	bottom: -16px;
}

.znt-sidebar-skip-link_start:focus,
.znt-sidebar-skip-link_end:focus {
	width: initial;
	opacity: 1;
}


/*Dots contrast fix*/
.slick-dots li button, .slick-dots li .quote-details-items .actions-toolbar>.action {
	border-color: #000;
}


/*Removes pause button from blog carousel*/
.post-description .znt-pause-btn {
	display: none;
}





/* Checkout Tax */

.totals-tax-summary .is-collapsed { display: block; }

.totals-tax-summary .is-expanded { display: none; }

.totals-tax-summary.expanded .is-expanded { display: block; }

.totals-tax-summary.expanded .is-collapsed { display: none; }


.znt-table-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.znt-caret-down {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAD1BMVEUAAAAAAAAAAAAAAAAAAABPDueNAAAABHRSTlMAnpdcGMPyYgAAAGZJREFUOMvt0LENgDAMBMBAFnCRETKAJSZA8v4z0bz4l150FCnyVT72NW476+X6qL1C/4/Kd3DrYFTyGQq4diqZFV64pM0BqgN2BSQGSBQoITACYMQBTjEU6PEAnABYJoClZ9v5NQ9WARAj/aP0SwAAAABJRU5ErkJggg==);
	background-size: 16px;
	background-position: center;
	background-repeat: no-repeat;
	width: 16px;
    height: 16px;
}

.totals-tax-summary.expanded .znt-caret-down {
	transform: rotate(180deg);
}

.opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
	display: none;
}/* Product Lightbox */
.fotorama__nav__frame.fotorama__nav__frame--dot {
    padding: 0 4px;
}

.fotorama__dot {
    height: 10px;
    width: 10px;
}

.fotorama-item.fotorama--fullscreen {
	z-index: 9999999999999 !important;
}

.fotorama-item .fotorama__nav__shaft .fotorama__thumb-border,
.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame--thumb .fotorama__loaded--img,
.fotorama-item .fotorama__thumb__arr--left {
	display: none !important;
}

.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame--thumb {
	height: 10px !important;
    width: 10px !important;
    border-radius: 6px !important;
    border: 1px solid #858585 !important;
    left: 6px !important;
    position: relative !important;
    top: 12px !important;
    padding: 0 !important;
    margin: 0 8px !important;
}

.fotorama-item .fotorama__nav__shaft .fotorama__nav__frame--thumb.fotorama__active {
	background-color: #ff5501 !important;
}



.fotorama-item .fotorama__nav__shaft {
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.fotorama-item.fotorama--fullscreen .fotorama__nav--thumbs {
	position: fixed !important;
	bottom: 0 !important;
	height: 30px;
}

.fotorama-item .fotorama__nav {
	display: flex !important;
}

.fotorama-item .fotorama__nav.fotorama__nav--thumbs {
	height: 32px !important;
}




/* END OF - Product Lightbox */